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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
4415
|
+
typeAntidetect?: ETypeAntidetect;
|
|
4416
|
+
emailLoginAntidetect?: string;
|
|
4416
4417
|
gpmInfo: IGPMProfile;
|
|
4417
4418
|
timeRun: Date;
|
|
4418
4419
|
departmentIdAssign: string;
|