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 +5 -5
- package/dist/index.d.ts +5 -5
- package/package.json +1 -1
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
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
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
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
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> {
|