automation-lib 5.13.24 → 5.13.26

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
@@ -9909,7 +9909,10 @@ interface IThreadsDashboardFollower extends IBaseModel, ITrackingModel {
9909
9909
  }
9910
9910
 
9911
9911
  interface FindThreadsAccountRawDto extends IFindBaseDto {
9912
- accountStatus: EStatusAccountSocialLogin[];
9912
+ statusAccountInfo: {
9913
+ accountStatus: EStatusAccountSocialRaw;
9914
+ timeChange: Date;
9915
+ };
9913
9916
  timeAddToDevice: Date;
9914
9917
  statusAutoSyncAccount: {
9915
9918
  statusSync: EStatusAccountSocialSync;
package/dist/index.d.ts CHANGED
@@ -9909,7 +9909,10 @@ interface IThreadsDashboardFollower extends IBaseModel, ITrackingModel {
9909
9909
  }
9910
9910
 
9911
9911
  interface FindThreadsAccountRawDto extends IFindBaseDto {
9912
- accountStatus: EStatusAccountSocialLogin[];
9912
+ statusAccountInfo: {
9913
+ accountStatus: EStatusAccountSocialRaw;
9914
+ timeChange: Date;
9915
+ };
9913
9916
  timeAddToDevice: Date;
9914
9917
  statusAutoSyncAccount: {
9915
9918
  statusSync: EStatusAccountSocialSync;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.13.24",
3
+ "version": "5.13.26",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",