Default to residential proxy (#410)
This commit is contained in:
@@ -83,7 +83,7 @@ function createTaskRequestObject(formValues: CreateNewTaskFormValues) {
|
|||||||
webhook_callback_url: transform(formValues.webhookCallbackUrl),
|
webhook_callback_url: transform(formValues.webhookCallbackUrl),
|
||||||
navigation_goal: transform(formValues.navigationGoal),
|
navigation_goal: transform(formValues.navigationGoal),
|
||||||
data_extraction_goal: transform(formValues.dataExtractionGoal),
|
data_extraction_goal: transform(formValues.dataExtractionGoal),
|
||||||
proxy_location: "NONE",
|
proxy_location: "RESIDENTIAL",
|
||||||
error_code_mapping: null,
|
error_code_mapping: null,
|
||||||
navigation_payload: transform(formValues.navigationPayload),
|
navigation_payload: transform(formValues.navigationPayload),
|
||||||
extracted_information_schema: transform(
|
extracted_information_schema: transform(
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ function createEmptyTaskTemplate() {
|
|||||||
title: "New Template",
|
title: "New Template",
|
||||||
description: "",
|
description: "",
|
||||||
webhook_callback_url: null,
|
webhook_callback_url: null,
|
||||||
proxy_location: "NONE",
|
proxy_location: "RESIDENTIAL",
|
||||||
workflow_definition: {
|
workflow_definition: {
|
||||||
parameters: [
|
parameters: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user