automation-lib 5.0.216 → 5.0.218

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
@@ -1786,11 +1786,11 @@ interface IAccountSocialBase {
1786
1786
  pc: IPC | string;
1787
1787
  deviceKey: string;
1788
1788
  device: IDevice | string;
1789
- oldUsername: string;
1790
- oldFullname: string;
1791
- oldEmail: string;
1792
- oldCode2FA: string;
1793
- oldPassword: string;
1789
+ newUsername: string;
1790
+ newFullname: string;
1791
+ newEmail: string;
1792
+ newCode2FA: string;
1793
+ newPassword: string;
1794
1794
  }
1795
1795
 
1796
1796
  interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -1786,11 +1786,11 @@ interface IAccountSocialBase {
1786
1786
  pc: IPC | string;
1787
1787
  deviceKey: string;
1788
1788
  device: IDevice | string;
1789
- oldUsername: string;
1790
- oldFullname: string;
1791
- oldEmail: string;
1792
- oldCode2FA: string;
1793
- oldPassword: string;
1789
+ newUsername: string;
1790
+ newFullname: string;
1791
+ newEmail: string;
1792
+ newCode2FA: string;
1793
+ newPassword: string;
1794
1794
  }
1795
1795
 
1796
1796
  interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.216",
3
+ "version": "5.0.218",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",