automation-lib 5.1.125 → 5.1.126
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
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
|
-
|
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
|
-
|
2485
|
+
emailNew: string;
|
2485
2486
|
code2fa: string;
|
2486
2487
|
nameLink1: string;
|
2487
2488
|
link1: string;
|