automation-lib 5.1.22 → 5.1.23
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 +9 -9
- package/dist/index.d.ts +9 -9
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1878,8 +1878,8 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1878
1878
|
oldEmail: string;
|
|
1879
1879
|
newEmail: string;
|
|
1880
1880
|
statusChangeEmail: EStatusChangeInfo;
|
|
1881
|
-
|
|
1882
|
-
|
|
1881
|
+
old2FA: string;
|
|
1882
|
+
new2FA: string;
|
|
1883
1883
|
statusChange2fa: EStatusChangeInfo;
|
|
1884
1884
|
oldPassword: string;
|
|
1885
1885
|
newPassword: string;
|
|
@@ -1940,8 +1940,8 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1940
1940
|
newEmail: string;
|
|
1941
1941
|
statusChangeEmail: EStatusChangeInfo;
|
|
1942
1942
|
timeChangeEmail: Date;
|
|
1943
|
-
|
|
1944
|
-
|
|
1943
|
+
old2FA: string;
|
|
1944
|
+
new2FA: string;
|
|
1945
1945
|
statusChange2fa: EStatusChangeInfo;
|
|
1946
1946
|
timeChange2FA: Date;
|
|
1947
1947
|
oldPassword: string;
|
|
@@ -2140,8 +2140,8 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2140
2140
|
oldEmail: string;
|
|
2141
2141
|
newEmail: string;
|
|
2142
2142
|
statusChangeEmail: EStatusChangeInfo;
|
|
2143
|
-
|
|
2144
|
-
|
|
2143
|
+
old2FA: string;
|
|
2144
|
+
new2FA: string;
|
|
2145
2145
|
statusChange2fa: EStatusChangeInfo;
|
|
2146
2146
|
oldPassword: string;
|
|
2147
2147
|
newPassword: string;
|
|
@@ -2193,7 +2193,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2193
2193
|
oldUsername: string;
|
|
2194
2194
|
newUsername: string;
|
|
2195
2195
|
statusChangeUsername: EStatusChangeInfo;
|
|
2196
|
-
|
|
2196
|
+
timeChangeUsername: Date;
|
|
2197
2197
|
oldFullname: string;
|
|
2198
2198
|
newFullname: string;
|
|
2199
2199
|
statusChangeFullname: EStatusChangeInfo;
|
|
@@ -2202,8 +2202,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2202
2202
|
newEmail: string;
|
|
2203
2203
|
statusChangeEmail: EStatusChangeInfo;
|
|
2204
2204
|
timeChangeEmail: Date;
|
|
2205
|
-
|
|
2206
|
-
|
|
2205
|
+
old2FA: string;
|
|
2206
|
+
new2FA: string;
|
|
2207
2207
|
statusChange2fa: EStatusChangeInfo;
|
|
2208
2208
|
timeChange2FA: Date;
|
|
2209
2209
|
oldPassword: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1878,8 +1878,8 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1878
1878
|
oldEmail: string;
|
|
1879
1879
|
newEmail: string;
|
|
1880
1880
|
statusChangeEmail: EStatusChangeInfo;
|
|
1881
|
-
|
|
1882
|
-
|
|
1881
|
+
old2FA: string;
|
|
1882
|
+
new2FA: string;
|
|
1883
1883
|
statusChange2fa: EStatusChangeInfo;
|
|
1884
1884
|
oldPassword: string;
|
|
1885
1885
|
newPassword: string;
|
|
@@ -1940,8 +1940,8 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1940
1940
|
newEmail: string;
|
|
1941
1941
|
statusChangeEmail: EStatusChangeInfo;
|
|
1942
1942
|
timeChangeEmail: Date;
|
|
1943
|
-
|
|
1944
|
-
|
|
1943
|
+
old2FA: string;
|
|
1944
|
+
new2FA: string;
|
|
1945
1945
|
statusChange2fa: EStatusChangeInfo;
|
|
1946
1946
|
timeChange2FA: Date;
|
|
1947
1947
|
oldPassword: string;
|
|
@@ -2140,8 +2140,8 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2140
2140
|
oldEmail: string;
|
|
2141
2141
|
newEmail: string;
|
|
2142
2142
|
statusChangeEmail: EStatusChangeInfo;
|
|
2143
|
-
|
|
2144
|
-
|
|
2143
|
+
old2FA: string;
|
|
2144
|
+
new2FA: string;
|
|
2145
2145
|
statusChange2fa: EStatusChangeInfo;
|
|
2146
2146
|
oldPassword: string;
|
|
2147
2147
|
newPassword: string;
|
|
@@ -2193,7 +2193,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2193
2193
|
oldUsername: string;
|
|
2194
2194
|
newUsername: string;
|
|
2195
2195
|
statusChangeUsername: EStatusChangeInfo;
|
|
2196
|
-
|
|
2196
|
+
timeChangeUsername: Date;
|
|
2197
2197
|
oldFullname: string;
|
|
2198
2198
|
newFullname: string;
|
|
2199
2199
|
statusChangeFullname: EStatusChangeInfo;
|
|
@@ -2202,8 +2202,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2202
2202
|
newEmail: string;
|
|
2203
2203
|
statusChangeEmail: EStatusChangeInfo;
|
|
2204
2204
|
timeChangeEmail: Date;
|
|
2205
|
-
|
|
2206
|
-
|
|
2205
|
+
old2FA: string;
|
|
2206
|
+
new2FA: string;
|
|
2207
2207
|
statusChange2fa: EStatusChangeInfo;
|
|
2208
2208
|
timeChange2FA: Date;
|
|
2209
2209
|
oldPassword: string;
|