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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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];
|