automation-lib 5.1.98 → 5.1.99
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 +8 -3
- package/dist/index.d.ts +8 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -6217,11 +6217,16 @@ interface AutoFillInstagramAccountRawDto {
|
|
6217
6217
|
timeExecute2FA: Date;
|
6218
6218
|
newEmail: string;
|
6219
6219
|
timeExecuteEmail: Date;
|
6220
|
-
newLinks:
|
6220
|
+
newLinks: {
|
6221
|
+
name: string;
|
6222
|
+
link: string;
|
6223
|
+
}[];
|
6221
6224
|
timeExecuteLinks: Date;
|
6222
|
-
|
6225
|
+
newAvatarPrompt: string;
|
6226
|
+
newAvatarFontText: string;
|
6223
6227
|
timeExecuteAvatar: Date;
|
6224
|
-
|
6228
|
+
newCoverPrompt: string;
|
6229
|
+
newCoverFontText: string;
|
6225
6230
|
timeExecuteCover: Date;
|
6226
6231
|
}
|
6227
6232
|
|
package/dist/index.d.ts
CHANGED
@@ -6217,11 +6217,16 @@ interface AutoFillInstagramAccountRawDto {
|
|
6217
6217
|
timeExecute2FA: Date;
|
6218
6218
|
newEmail: string;
|
6219
6219
|
timeExecuteEmail: Date;
|
6220
|
-
newLinks:
|
6220
|
+
newLinks: {
|
6221
|
+
name: string;
|
6222
|
+
link: string;
|
6223
|
+
}[];
|
6221
6224
|
timeExecuteLinks: Date;
|
6222
|
-
|
6225
|
+
newAvatarPrompt: string;
|
6226
|
+
newAvatarFontText: string;
|
6223
6227
|
timeExecuteAvatar: Date;
|
6224
|
-
|
6228
|
+
newCoverPrompt: string;
|
6229
|
+
newCoverFontText: string;
|
6225
6230
|
timeExecuteCover: Date;
|
6226
6231
|
}
|
6227
6232
|
|