automation-lib 5.1.24 → 5.1.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
@@ -1831,7 +1831,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
1831
1831
  newUsername: string;
1832
1832
  newFullname: string;
1833
1833
  newEmail: string;
1834
- newCode2FA: string;
1834
+ new2FA: string;
1835
1835
  newPassword: string;
1836
1836
  statusConnectDevice: EStatusConnectDevice;
1837
1837
  noteConnectDevice: string;
package/dist/index.d.ts CHANGED
@@ -1831,7 +1831,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
1831
1831
  newUsername: string;
1832
1832
  newFullname: string;
1833
1833
  newEmail: string;
1834
- newCode2FA: string;
1834
+ new2FA: string;
1835
1835
  newPassword: string;
1836
1836
  statusConnectDevice: EStatusConnectDevice;
1837
1837
  noteConnectDevice: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.24",
3
+ "version": "5.1.26",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",