automation-lib 5.1.98 → 5.1.100
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 +12 -19
- package/dist/index.d.ts +12 -19
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -6189,22 +6189,10 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
6189
6189
|
};
|
6190
6190
|
}
|
6191
6191
|
interface AutoFillInstagramAccountRawDto {
|
6192
|
-
idea:
|
6193
|
-
|
6194
|
-
|
6195
|
-
|
6196
|
-
niche: {
|
6197
|
-
id: string;
|
6198
|
-
name: string;
|
6199
|
-
};
|
6200
|
-
accountId: {
|
6201
|
-
id: string;
|
6202
|
-
val: string;
|
6203
|
-
};
|
6204
|
-
oldUsername: {
|
6205
|
-
id: string;
|
6206
|
-
name: string;
|
6207
|
-
};
|
6192
|
+
idea: string;
|
6193
|
+
niche: string;
|
6194
|
+
accountId: string;
|
6195
|
+
oldUsername: string;
|
6208
6196
|
newUsername: string;
|
6209
6197
|
newFullname: string;
|
6210
6198
|
timeExecuteChangeInfo: Date;
|
@@ -6217,11 +6205,16 @@ interface AutoFillInstagramAccountRawDto {
|
|
6217
6205
|
timeExecute2FA: Date;
|
6218
6206
|
newEmail: string;
|
6219
6207
|
timeExecuteEmail: Date;
|
6220
|
-
newLinks:
|
6208
|
+
newLinks: {
|
6209
|
+
name: string;
|
6210
|
+
link: string;
|
6211
|
+
}[];
|
6221
6212
|
timeExecuteLinks: Date;
|
6222
|
-
|
6213
|
+
newAvatarPrompt: string;
|
6214
|
+
newAvatarFontText: string;
|
6223
6215
|
timeExecuteAvatar: Date;
|
6224
|
-
|
6216
|
+
newCoverPrompt: string;
|
6217
|
+
newCoverFontText: string;
|
6225
6218
|
timeExecuteCover: Date;
|
6226
6219
|
}
|
6227
6220
|
|
package/dist/index.d.ts
CHANGED
@@ -6189,22 +6189,10 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
6189
6189
|
};
|
6190
6190
|
}
|
6191
6191
|
interface AutoFillInstagramAccountRawDto {
|
6192
|
-
idea:
|
6193
|
-
|
6194
|
-
|
6195
|
-
|
6196
|
-
niche: {
|
6197
|
-
id: string;
|
6198
|
-
name: string;
|
6199
|
-
};
|
6200
|
-
accountId: {
|
6201
|
-
id: string;
|
6202
|
-
val: string;
|
6203
|
-
};
|
6204
|
-
oldUsername: {
|
6205
|
-
id: string;
|
6206
|
-
name: string;
|
6207
|
-
};
|
6192
|
+
idea: string;
|
6193
|
+
niche: string;
|
6194
|
+
accountId: string;
|
6195
|
+
oldUsername: string;
|
6208
6196
|
newUsername: string;
|
6209
6197
|
newFullname: string;
|
6210
6198
|
timeExecuteChangeInfo: Date;
|
@@ -6217,11 +6205,16 @@ interface AutoFillInstagramAccountRawDto {
|
|
6217
6205
|
timeExecute2FA: Date;
|
6218
6206
|
newEmail: string;
|
6219
6207
|
timeExecuteEmail: Date;
|
6220
|
-
newLinks:
|
6208
|
+
newLinks: {
|
6209
|
+
name: string;
|
6210
|
+
link: string;
|
6211
|
+
}[];
|
6221
6212
|
timeExecuteLinks: Date;
|
6222
|
-
|
6213
|
+
newAvatarPrompt: string;
|
6214
|
+
newAvatarFontText: string;
|
6223
6215
|
timeExecuteAvatar: Date;
|
6224
|
-
|
6216
|
+
newCoverPrompt: string;
|
6217
|
+
newCoverFontText: string;
|
6225
6218
|
timeExecuteCover: Date;
|
6226
6219
|
}
|
6227
6220
|
|