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