automation-lib 5.1.296 → 5.1.297

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
@@ -6254,7 +6254,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
6254
6254
  password: string;
6255
6255
  code2FA: string;
6256
6256
  emailRecover: string;
6257
- status: string;
6257
+ status: EStatusAccountCHPlayICloud;
6258
6258
  };
6259
6259
  proxyInfo: {
6260
6260
  id: string;
@@ -6270,7 +6270,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
6270
6270
  code2FA: string;
6271
6271
  emailRecover: string;
6272
6272
  type: ETypeAccountVPN;
6273
- status: string;
6273
+ status: EStatusAccountVPN;
6274
6274
  };
6275
6275
  folderImage: string;
6276
6276
  totalPosts: number;
package/dist/index.d.ts CHANGED
@@ -6254,7 +6254,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
6254
6254
  password: string;
6255
6255
  code2FA: string;
6256
6256
  emailRecover: string;
6257
- status: string;
6257
+ status: EStatusAccountCHPlayICloud;
6258
6258
  };
6259
6259
  proxyInfo: {
6260
6260
  id: string;
@@ -6270,7 +6270,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
6270
6270
  code2FA: string;
6271
6271
  emailRecover: string;
6272
6272
  type: ETypeAccountVPN;
6273
- status: string;
6273
+ status: EStatusAccountVPN;
6274
6274
  };
6275
6275
  folderImage: string;
6276
6276
  totalPosts: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.296",
3
+ "version": "5.1.297",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",