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