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 CHANGED
@@ -1878,8 +1878,8 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
1878
1878
  oldEmail: string;
1879
1879
  newEmail: string;
1880
1880
  statusChangeEmail: EStatusChangeInfo;
1881
- oldCode2FA: string;
1882
- newCode2FA: string;
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
- oldCode2FA: string;
1944
- newCode2FA: string;
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
- oldCode2FA: string;
2144
- newCode2FA: string;
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
- timeChangeUserName: Date;
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
- oldCode2FA: string;
2206
- newCode2FA: string;
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
- oldCode2FA: string;
1882
- newCode2FA: string;
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
- oldCode2FA: string;
1944
- newCode2FA: string;
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
- oldCode2FA: string;
2144
- newCode2FA: string;
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
- timeChangeUserName: Date;
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
- oldCode2FA: string;
2206
- newCode2FA: string;
2205
+ old2FA: string;
2206
+ new2FA: string;
2207
2207
  statusChange2fa: EStatusChangeInfo;
2208
2208
  timeChange2FA: Date;
2209
2209
  oldPassword: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.22",
3
+ "version": "5.1.23",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",