automation-lib 5.13.25 → 5.13.27
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 -1
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9913,6 +9913,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
9913
9913
|
accountStatus: EStatusAccountSocialRaw;
|
|
9914
9914
|
timeChange: Date;
|
|
9915
9915
|
};
|
|
9916
|
+
timeAddToDevice: Date;
|
|
9916
9917
|
statusAutoSyncAccount: {
|
|
9917
9918
|
statusSync: EStatusAccountSocialSync;
|
|
9918
9919
|
timeSync: Date;
|
|
@@ -9979,7 +9980,10 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
9979
9980
|
status: EStatusAccountSocialLogin;
|
|
9980
9981
|
time: Date;
|
|
9981
9982
|
};
|
|
9982
|
-
|
|
9983
|
+
startStopDevicesInfo: {
|
|
9984
|
+
status: EStartStop;
|
|
9985
|
+
time: Date;
|
|
9986
|
+
};
|
|
9983
9987
|
deviceInfo: {
|
|
9984
9988
|
id: string;
|
|
9985
9989
|
key: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -9913,6 +9913,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
9913
9913
|
accountStatus: EStatusAccountSocialRaw;
|
|
9914
9914
|
timeChange: Date;
|
|
9915
9915
|
};
|
|
9916
|
+
timeAddToDevice: Date;
|
|
9916
9917
|
statusAutoSyncAccount: {
|
|
9917
9918
|
statusSync: EStatusAccountSocialSync;
|
|
9918
9919
|
timeSync: Date;
|
|
@@ -9979,7 +9980,10 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
9979
9980
|
status: EStatusAccountSocialLogin;
|
|
9980
9981
|
time: Date;
|
|
9981
9982
|
};
|
|
9982
|
-
|
|
9983
|
+
startStopDevicesInfo: {
|
|
9984
|
+
status: EStartStop;
|
|
9985
|
+
time: Date;
|
|
9986
|
+
};
|
|
9983
9987
|
deviceInfo: {
|
|
9984
9988
|
id: string;
|
|
9985
9989
|
key: string;
|