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 CHANGED
@@ -6194,7 +6194,7 @@ interface AutoFillOverviewInstagramAccountRawDto {
6194
6194
  interface AutoFillInstagramAccountRawDto {
6195
6195
  idea: string;
6196
6196
  niche: string;
6197
- accountId: string;
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
- accountId: string;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.113",
3
+ "version": "5.1.114",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",