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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
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;
|