automation-lib 5.1.113 → 5.1.114
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 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -6194,7 +6194,7 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
6194
6194
|
interface AutoFillInstagramAccountRawDto {
|
6195
6195
|
idea: string;
|
6196
6196
|
niche: string;
|
6197
|
-
|
6197
|
+
accountID: string;
|
6198
6198
|
oldUsername: string;
|
6199
6199
|
newUsername: string;
|
6200
6200
|
newFullname: string;
|
@@ -6203,7 +6203,6 @@ interface AutoFillInstagramAccountRawDto {
|
|
6203
6203
|
timeExecuteBio: Date;
|
6204
6204
|
newPassword: string;
|
6205
6205
|
timeExecutePassword: Date;
|
6206
|
-
new2FA: string;
|
6207
6206
|
isTurnOn2FA: boolean;
|
6208
6207
|
timeExecute2FA: Date;
|
6209
6208
|
newEmail: string;
|
package/dist/index.d.ts
CHANGED
@@ -6194,7 +6194,7 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
6194
6194
|
interface AutoFillInstagramAccountRawDto {
|
6195
6195
|
idea: string;
|
6196
6196
|
niche: string;
|
6197
|
-
|
6197
|
+
accountID: string;
|
6198
6198
|
oldUsername: string;
|
6199
6199
|
newUsername: string;
|
6200
6200
|
newFullname: string;
|
@@ -6203,7 +6203,6 @@ interface AutoFillInstagramAccountRawDto {
|
|
6203
6203
|
timeExecuteBio: Date;
|
6204
6204
|
newPassword: string;
|
6205
6205
|
timeExecutePassword: Date;
|
6206
|
-
new2FA: string;
|
6207
6206
|
isTurnOn2FA: boolean;
|
6208
6207
|
timeExecute2FA: Date;
|
6209
6208
|
newEmail: string;
|