automation-lib 5.5.40 → 5.5.41

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
@@ -4412,7 +4412,8 @@ interface CreateAccountVPSDto {
4412
4412
  listJobs: string[];
4413
4413
  scriptSetupSetting: string;
4414
4414
  isSetupSetting: boolean;
4415
- profilesBrowser: string[];
4415
+ typeAntidetect?: ETypeAntidetect;
4416
+ emailLoginAntidetect?: string;
4416
4417
  gpmInfo: IGPMProfile;
4417
4418
  timeRun: Date;
4418
4419
  departmentIdAssign: string;
package/dist/index.d.ts CHANGED
@@ -4412,7 +4412,8 @@ interface CreateAccountVPSDto {
4412
4412
  listJobs: string[];
4413
4413
  scriptSetupSetting: string;
4414
4414
  isSetupSetting: boolean;
4415
- profilesBrowser: string[];
4415
+ typeAntidetect?: ETypeAntidetect;
4416
+ emailLoginAntidetect?: string;
4416
4417
  gpmInfo: IGPMProfile;
4417
4418
  timeRun: Date;
4418
4419
  departmentIdAssign: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.40",
3
+ "version": "5.5.41",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",