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 +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
9912
|
+
statusAccountInfo: {
|
|
9913
|
+
accountStatus: EStatusAccountSocialRaw;
|
|
9914
|
+
timeChange: Date;
|
|
9915
|
+
};
|
|
9913
9916
|
timeAddToDevice: Date;
|
|
9914
9917
|
statusAutoSyncAccount: {
|
|
9915
9918
|
statusSync: EStatusAccountSocialSync;
|