From d4fe524a948cba0f987a95abb0f3e34988d5efb8 Mon Sep 17 00:00:00 2001 From: Brian Hall Date: Tue, 21 May 2024 13:09:38 -0500 Subject: [PATCH] Update age params for multiple brokers (#2800) Task/Issue URL: https://app.asana.com/0/608920331025329/1207360142555452/f Tech Design URL: CC: **Description**: Updates several brokers to remove an unnecessarily restrictive age filter, or apply the age filter properly (with `ageRange`). See [parent task](https://app.asana.com/0/608920331025329/1207348245954369) for further details. **Steps to test this PR**: 1. --- ###### Internal references: [Pull Request Review Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f) [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943) [Pull Request Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f) --- .../Resources/JSON/advancedbackgroundchecks.com.json | 4 ++-- .../DataBrokerProtection/Resources/JSON/councilon.com.json | 4 ++-- .../DataBrokerProtection/Resources/JSON/kwold.com.json | 4 ++-- .../Resources/JSON/peoplefinders.com.json | 4 ++-- .../Resources/JSON/usa-people-search.com.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/advancedbackgroundchecks.com.json b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/advancedbackgroundchecks.com.json index d514b04052..f228be32c0 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/advancedbackgroundchecks.com.json +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/advancedbackgroundchecks.com.json @@ -1,7 +1,7 @@ { "name": "AdvancedBackgroundChecks", "url": "advancedbackgroundchecks.com", - "version": "0.1.7", + "version": "0.1.8", "parent": "peoplefinders.com", "addedDatetime": 1678060800000, "steps": [ @@ -12,7 +12,7 @@ { "actionType": "navigate", "id": "070b6417-8ccd-4111-b5ae-7ae470b0399a", - "url": "https://www.advancedbackgroundchecks.com/names/${firstName}-${lastName}_${city}-${state}_age_${age}" + "url": "https://www.advancedbackgroundchecks.com/names/${firstName}-${lastName}_${city}-${state}" }, { "actionType": "extract", diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/councilon.com.json b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/councilon.com.json index 08485294f7..c308a55a7f 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/councilon.com.json +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/councilon.com.json @@ -1,7 +1,7 @@ { "name": "Councilon", "url": "councilon.com", - "version": "0.1.5", + "version": "0.1.6", "parent": "verecor.com", "addedDatetime": 1702965600000, "steps": [ @@ -12,7 +12,7 @@ { "actionType": "navigate", "id": "ac6caadd-7930-4776-8473-9403b568611e", - "url": "https://councilon.com/profile/search?fname=${firstName}&lname=${lastName}&state=${state}&city=${city}&fage=${age}", + "url": "https://councilon.com/profile/search?fname=${firstName}&lname=${lastName}&state=${state}&city=${city}&fage=${age|ageRange}", "ageRange": [ "18-30", "31-40", diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/kwold.com.json b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/kwold.com.json index 46f723a0d5..7c4f1d5b27 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/kwold.com.json +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/kwold.com.json @@ -1,7 +1,7 @@ { "name": "Kwold", "url": "kwold.com", - "version": "0.1.5", + "version": "0.1.6", "parent": "verecor.com", "addedDatetime": 1702965600000, "steps": [ @@ -12,7 +12,7 @@ { "actionType": "navigate", "id": "878e00ab-dbad-4ca9-a303-645702a36ee2", - "url": "https://kwold.com/profile/search?fname=${firstName}&lname=${lastName}&state=${state}&city=${city}&fage=${age}", + "url": "https://kwold.com/profile/search?fname=${firstName}&lname=${lastName}&state=${state}&city=${city}&fage=${age|ageRange}", "ageRange": [ "18-30", "31-40", diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/peoplefinders.com.json b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/peoplefinders.com.json index e9d117aa44..4736da3b98 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/peoplefinders.com.json +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/peoplefinders.com.json @@ -1,7 +1,7 @@ { "name": "PeopleFinders", "url": "peoplefinders.com", - "version": "0.1.5", + "version": "0.1.6", "addedDatetime": 1677132000000, "steps": [ { @@ -11,7 +11,7 @@ { "actionType": "navigate", "id": "12c69911-415b-4904-8162-d7993d44e348", - "url": "https://www.peoplefinders.com/people/${firstName}-${lastName}/${state}/${city}?landing=all&age=${age}" + "url": "https://www.peoplefinders.com/people/${firstName}-${lastName}/${state}/${city}?landing=all" }, { "actionType": "extract", diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/usa-people-search.com.json b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/usa-people-search.com.json index 0f276a2b0a..be21d07bc7 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/usa-people-search.com.json +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/usa-people-search.com.json @@ -1,7 +1,7 @@ { "name": "USA People Search", "url": "usa-people-search.com", - "version": "0.1.5", + "version": "0.1.6", "parent": "peoplefinders.com", "addedDatetime": 1678082400000, "steps": [ @@ -12,7 +12,7 @@ { "actionType": "navigate", "id": "3cb9a2ce-6443-4934-9df3-ec63a181d9bb", - "url": "https://usa-people-search.com/name/${firstName|downcase}-${lastName|downcase}/${city|downcase}-${state|stateFull|downcase}?age=${age}" + "url": "https://usa-people-search.com/name/${firstName|downcase}-${lastName|downcase}/${city|downcase}-${state|stateFull|downcase}" }, { "actionType": "extract",