automation-lib 6.6.559 → 6.6.560

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
@@ -13102,6 +13102,7 @@ interface FilterThreadsAccountRunDto extends IFilterBaseDto {
13102
13102
  leaderTeam: string[];
13103
13103
  memberRunDeviceAndRunPC: string[];
13104
13104
  accountIDRange: [number, number];
13105
+ startStopOnDevice: boolean[];
13105
13106
  runStatus: string[];
13106
13107
  loginSocialStatus: string[];
13107
13108
  emailLoginStatus: string[];
@@ -13112,6 +13113,7 @@ interface FilterThreadsAccountRunDto extends IFilterBaseDto {
13112
13113
  passwordChangeStatus: string[];
13113
13114
  twoFactorAuthChangeStatus: string[];
13114
13115
  emailChangeStatus: string[];
13116
+ statusSyncAccount: string[];
13115
13117
  runActiveDateRange: [Date, Date];
13116
13118
  createdDateRange: [Date, Date];
13117
13119
  updatedDateRange: [Date, Date];
package/dist/index.d.ts CHANGED
@@ -13102,6 +13102,7 @@ interface FilterThreadsAccountRunDto extends IFilterBaseDto {
13102
13102
  leaderTeam: string[];
13103
13103
  memberRunDeviceAndRunPC: string[];
13104
13104
  accountIDRange: [number, number];
13105
+ startStopOnDevice: boolean[];
13105
13106
  runStatus: string[];
13106
13107
  loginSocialStatus: string[];
13107
13108
  emailLoginStatus: string[];
@@ -13112,6 +13113,7 @@ interface FilterThreadsAccountRunDto extends IFilterBaseDto {
13112
13113
  passwordChangeStatus: string[];
13113
13114
  twoFactorAuthChangeStatus: string[];
13114
13115
  emailChangeStatus: string[];
13116
+ statusSyncAccount: string[];
13115
13117
  runActiveDateRange: [Date, Date];
13116
13118
  createdDateRange: [Date, Date];
13117
13119
  updatedDateRange: [Date, Date];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.559",
3
+ "version": "6.6.560",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",