automation-lib 6.6.571 → 6.6.573
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 +5 -3
- package/dist/index.d.ts +5 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7944,8 +7944,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
7944
7944
|
id: string;
|
|
7945
7945
|
name: string;
|
|
7946
7946
|
department: string;
|
|
7947
|
-
leader: string;
|
|
7948
7947
|
team: string;
|
|
7948
|
+
user: string;
|
|
7949
7949
|
};
|
|
7950
7950
|
deviceInfo: {
|
|
7951
7951
|
id: string;
|
|
@@ -12626,9 +12626,8 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
12626
12626
|
pcInfo: {
|
|
12627
12627
|
name: string;
|
|
12628
12628
|
department: string;
|
|
12629
|
-
leader: string;
|
|
12630
12629
|
team: string;
|
|
12631
|
-
|
|
12630
|
+
user: string;
|
|
12632
12631
|
};
|
|
12633
12632
|
isActiveOnDevice: boolean;
|
|
12634
12633
|
assignInfo: {
|
|
@@ -15020,6 +15019,9 @@ interface FindDeviceDto extends IFindBaseDto {
|
|
|
15020
15019
|
id: string;
|
|
15021
15020
|
name: string;
|
|
15022
15021
|
status: EStatusPC;
|
|
15022
|
+
department: string;
|
|
15023
|
+
team: string;
|
|
15024
|
+
user: string;
|
|
15023
15025
|
};
|
|
15024
15026
|
deviceInfo: {
|
|
15025
15027
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -7944,8 +7944,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
7944
7944
|
id: string;
|
|
7945
7945
|
name: string;
|
|
7946
7946
|
department: string;
|
|
7947
|
-
leader: string;
|
|
7948
7947
|
team: string;
|
|
7948
|
+
user: string;
|
|
7949
7949
|
};
|
|
7950
7950
|
deviceInfo: {
|
|
7951
7951
|
id: string;
|
|
@@ -12626,9 +12626,8 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
12626
12626
|
pcInfo: {
|
|
12627
12627
|
name: string;
|
|
12628
12628
|
department: string;
|
|
12629
|
-
leader: string;
|
|
12630
12629
|
team: string;
|
|
12631
|
-
|
|
12630
|
+
user: string;
|
|
12632
12631
|
};
|
|
12633
12632
|
isActiveOnDevice: boolean;
|
|
12634
12633
|
assignInfo: {
|
|
@@ -15020,6 +15019,9 @@ interface FindDeviceDto extends IFindBaseDto {
|
|
|
15020
15019
|
id: string;
|
|
15021
15020
|
name: string;
|
|
15022
15021
|
status: EStatusPC;
|
|
15022
|
+
department: string;
|
|
15023
|
+
team: string;
|
|
15024
|
+
user: string;
|
|
15023
15025
|
};
|
|
15024
15026
|
deviceInfo: {
|
|
15025
15027
|
id: string;
|