automation-lib 5.4.100 → 5.4.101
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3051,6 +3051,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
|
3051
3051
|
nameAppClone: string;
|
|
3052
3052
|
nameAppCloneSocial: string;
|
|
3053
3053
|
};
|
|
3054
|
+
isActiveOnDevice: boolean;
|
|
3054
3055
|
assignInfo: {
|
|
3055
3056
|
department: {
|
|
3056
3057
|
id: string;
|
|
@@ -5017,6 +5018,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5017
5018
|
nameAppClone: string;
|
|
5018
5019
|
nameAppCloneSocial: string;
|
|
5019
5020
|
};
|
|
5021
|
+
isActiveOnDevice: boolean;
|
|
5020
5022
|
assignInfo: {
|
|
5021
5023
|
department: {
|
|
5022
5024
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3051,6 +3051,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
|
3051
3051
|
nameAppClone: string;
|
|
3052
3052
|
nameAppCloneSocial: string;
|
|
3053
3053
|
};
|
|
3054
|
+
isActiveOnDevice: boolean;
|
|
3054
3055
|
assignInfo: {
|
|
3055
3056
|
department: {
|
|
3056
3057
|
id: string;
|
|
@@ -5017,6 +5018,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5017
5018
|
nameAppClone: string;
|
|
5018
5019
|
nameAppCloneSocial: string;
|
|
5019
5020
|
};
|
|
5021
|
+
isActiveOnDevice: boolean;
|
|
5020
5022
|
assignInfo: {
|
|
5021
5023
|
department: {
|
|
5022
5024
|
id: string;
|