automation-lib 5.1.128 → 5.1.129

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
@@ -2494,6 +2494,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
2494
2494
  changeUserNameNew: string;
2495
2495
  changeFullnameNew: string;
2496
2496
  changeBioNew: string;
2497
+ passwordNew: string;
2497
2498
  emailNew: string;
2498
2499
  code2fa: string;
2499
2500
  nameLink1: string;
package/dist/index.d.ts CHANGED
@@ -2494,6 +2494,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
2494
2494
  changeUserNameNew: string;
2495
2495
  changeFullnameNew: string;
2496
2496
  changeBioNew: string;
2497
+ passwordNew: string;
2497
2498
  emailNew: string;
2498
2499
  code2fa: string;
2499
2500
  nameLink1: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.128",
3
+ "version": "5.1.129",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",