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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.100",
3
+ "version": "5.4.101",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",