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 CHANGED
@@ -6217,11 +6217,16 @@ interface AutoFillInstagramAccountRawDto {
6217
6217
  timeExecute2FA: Date;
6218
6218
  newEmail: string;
6219
6219
  timeExecuteEmail: Date;
6220
- newLinks: string[];
6220
+ newLinks: {
6221
+ name: string;
6222
+ link: string;
6223
+ }[];
6221
6224
  timeExecuteLinks: Date;
6222
- newAvatar: string;
6225
+ newAvatarPrompt: string;
6226
+ newAvatarFontText: string;
6223
6227
  timeExecuteAvatar: Date;
6224
- newCover: string;
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: string[];
6220
+ newLinks: {
6221
+ name: string;
6222
+ link: string;
6223
+ }[];
6221
6224
  timeExecuteLinks: Date;
6222
- newAvatar: string;
6225
+ newAvatarPrompt: string;
6226
+ newAvatarFontText: string;
6223
6227
  timeExecuteAvatar: Date;
6224
- newCover: string;
6228
+ newCoverPrompt: string;
6229
+ newCoverFontText: string;
6225
6230
  timeExecuteCover: Date;
6226
6231
  }
6227
6232
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.98",
3
+ "version": "5.1.99",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",