automation-lib 5.1.121 → 5.1.122

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