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 CHANGED
@@ -6189,22 +6189,10 @@ interface AutoFillOverviewInstagramAccountRawDto {
6189
6189
  };
6190
6190
  }
6191
6191
  interface AutoFillInstagramAccountRawDto {
6192
- idea: {
6193
- id: string;
6194
- name: string;
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: string[];
6208
+ newLinks: {
6209
+ name: string;
6210
+ link: string;
6211
+ }[];
6221
6212
  timeExecuteLinks: Date;
6222
- newAvatar: string;
6213
+ newAvatarPrompt: string;
6214
+ newAvatarFontText: string;
6223
6215
  timeExecuteAvatar: Date;
6224
- newCover: string;
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
- id: string;
6194
- name: string;
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: string[];
6208
+ newLinks: {
6209
+ name: string;
6210
+ link: string;
6211
+ }[];
6221
6212
  timeExecuteLinks: Date;
6222
- newAvatar: string;
6213
+ newAvatarPrompt: string;
6214
+ newAvatarFontText: string;
6223
6215
  timeExecuteAvatar: Date;
6224
- newCover: string;
6216
+ newCoverPrompt: string;
6217
+ newCoverFontText: string;
6225
6218
  timeExecuteCover: Date;
6226
6219
  }
6227
6220
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.98",
3
+ "version": "5.1.100",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",