automation-lib 5.1.125 → 5.1.127

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
@@ -2478,10 +2478,11 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
2478
2478
  timeExecute: Date;
2479
2479
  status: EStatusTaskToolSocials;
2480
2480
  oldUserName: string;
2481
+ typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
2481
2482
  changeUserNameNew: string;
2482
2483
  changeFullnameNew: string;
2483
2484
  changeBioNew: string;
2484
- emailIgNew: string;
2485
+ emailNew: string;
2485
2486
  code2fa: string;
2486
2487
  nameLink1: string;
2487
2488
  link1: string;
package/dist/index.d.ts CHANGED
@@ -2478,10 +2478,11 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
2478
2478
  timeExecute: Date;
2479
2479
  status: EStatusTaskToolSocials;
2480
2480
  oldUserName: string;
2481
+ typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
2481
2482
  changeUserNameNew: string;
2482
2483
  changeFullnameNew: string;
2483
2484
  changeBioNew: string;
2484
- emailIgNew: string;
2485
+ emailNew: string;
2485
2486
  code2fa: string;
2486
2487
  nameLink1: string;
2487
2488
  link1: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.125",
3
+ "version": "5.1.127",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",