diff --git a/README.md b/README.md index 691cdaff..22fcd719 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # namsor-sdk2 NamSor API v2 -- API version: 2.0.13 - - Build date: 2021-03-15T09:38:22.982+01:00[Europe/Berlin] +- API version: 2.0.14 + - Build date: 2021-07-12T18:00:09.597+02:00[Europe/Berlin] -NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! +NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! For more information, please visit [http://www.namsor.com/](http://www.namsor.com/) @@ -41,7 +41,7 @@ Add this dependency to your project's POM: com.namsor namsor-sdk2 - 2.0.13 + 2.0.14 compile ``` @@ -51,7 +51,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.namsor:namsor-sdk2:2.0.13" +compile "com.namsor:namsor-sdk2:2.0.14" ``` ### Others @@ -64,7 +64,7 @@ mvn clean package Then manually install the following JARs: -* `target/namsor-sdk2-2.0.13.jar` +* `target/namsor-sdk2-2.0.14.jar` * `target/lib/*.jar` ## Getting Started @@ -207,10 +207,10 @@ Class | Method | HTTP request | Description *PersonalApi* | [**parseNameGeoBatch**](docs/PersonalApi.md#parseNameGeoBatch) | **POST** /api2/json/parseNameGeoBatch | Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. Giving a local context improves precision. *PersonalApi* | [**parsedGenderBatch**](docs/PersonalApi.md#parsedGenderBatch) | **POST** /api2/json/parsedGenderBatch | Infer the likely gender of up to 100 fully parsed names, detecting automatically the cultural context. *PersonalApi* | [**parsedGenderGeoBatch**](docs/PersonalApi.md#parsedGenderGeoBatch) | **POST** /api2/json/parsedGenderGeoBatch | Infer the likely gender of up to 100 fully parsed names, detecting automatically the cultural context. -*PersonalApi* | [**usRaceEthnicity**](docs/PersonalApi.md#usRaceEthnicity) | **GET** /api2/json/usRaceEthnicity/{firstName}/{lastName} | [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). -*PersonalApi* | [**usRaceEthnicityBatch**](docs/PersonalApi.md#usRaceEthnicityBatch) | **POST** /api2/json/usRaceEthnicityBatch | [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. -*PersonalApi* | [**usRaceEthnicityZIP5**](docs/PersonalApi.md#usRaceEthnicityZIP5) | **GET** /api2/json/usRaceEthnicityZIP5/{firstName}/{lastName}/{zip5Code} | [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). -*PersonalApi* | [**usZipRaceEthnicityBatch**](docs/PersonalApi.md#usZipRaceEthnicityBatch) | **POST** /api2/json/usZipRaceEthnicityBatch | [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. +*PersonalApi* | [**usRaceEthnicity**](docs/PersonalApi.md#usRaceEthnicity) | **GET** /api2/json/usRaceEthnicity/{firstName}/{lastName} | [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). +*PersonalApi* | [**usRaceEthnicityBatch**](docs/PersonalApi.md#usRaceEthnicityBatch) | **POST** /api2/json/usRaceEthnicityBatch | [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). +*PersonalApi* | [**usRaceEthnicityZIP5**](docs/PersonalApi.md#usRaceEthnicityZIP5) | **GET** /api2/json/usRaceEthnicityZIP5/{firstName}/{lastName}/{zip5Code} | [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). +*PersonalApi* | [**usZipRaceEthnicityBatch**](docs/PersonalApi.md#usZipRaceEthnicityBatch) | **POST** /api2/json/usZipRaceEthnicityBatch | [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). *SocialApi* | [**phoneCode**](docs/SocialApi.md#phoneCode) | **GET** /api2/json/phoneCode/{firstName}/{lastName}/{phoneNumber} | [USES 11 UNITS PER NAME] Infer the likely country and phone prefix, given a personal name and formatted / unformatted phone number. *SocialApi* | [**phoneCodeBatch**](docs/SocialApi.md#phoneCodeBatch) | **POST** /api2/json/phoneCodeBatch | [USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, detecting automatically the local context given a name and formatted / unformatted phone number. *SocialApi* | [**phoneCodeGeo**](docs/SocialApi.md#phoneCodeGeo) | **GET** /api2/json/phoneCodeGeo/{firstName}/{lastName}/{phoneNumber}/{countryIso2} | [USES 11 UNITS PER NAME] Infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence). diff --git a/build.gradle b/build.gradle index 52a51192..7a455c0d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'com.namsor' -version = '2.0.13' +version = '2.0.14' buildscript { repositories { diff --git a/build.sbt b/build.sbt index 03680eb8..96463f74 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "com.namsor", name := "namsor-sdk2", - version := "2.0.13", + version := "2.0.14", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/docs/FirstLastNamePhoneCodedOut.md b/docs/FirstLastNamePhoneCodedOut.md index 4c8de512..dd58adb8 100644 --- a/docs/FirstLastNamePhoneCodedOut.md +++ b/docs/FirstLastNamePhoneCodedOut.md @@ -19,8 +19,8 @@ Name | Type | Description | Notes **phoneNumber** | **String** | | [optional] **verified** | **Boolean** | | [optional] **score** | **Double** | | [optional] -**countryIso2** | **String** | | [optional] **category** | **String** | | [optional] +**countryIso2** | **String** | | [optional] diff --git a/docs/FirstLastNameUSRaceEthnicityOut.md b/docs/FirstLastNameUSRaceEthnicityOut.md index 57e10584..79b161f3 100644 --- a/docs/FirstLastNameUSRaceEthnicityOut.md +++ b/docs/FirstLastNameUSRaceEthnicityOut.md @@ -25,6 +25,8 @@ W_NL | "W_NL" HL | "HL" A | "A" B_NL | "B_NL" +AI_AN | "AI_AN" +PI | "PI" @@ -35,6 +37,8 @@ W_NL | "W_NL" HL | "HL" A | "A" B_NL | "B_NL" +AI_AN | "AI_AN" +PI | "PI" diff --git a/docs/PersonalApi.md b/docs/PersonalApi.md index f0fa8d41..1a451d65 100644 --- a/docs/PersonalApi.md +++ b/docs/PersonalApi.md @@ -26,10 +26,10 @@ Method | HTTP request | Description [**parseNameGeoBatch**](PersonalApi.md#parseNameGeoBatch) | **POST** /api2/json/parseNameGeoBatch | Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. Giving a local context improves precision. [**parsedGenderBatch**](PersonalApi.md#parsedGenderBatch) | **POST** /api2/json/parsedGenderBatch | Infer the likely gender of up to 100 fully parsed names, detecting automatically the cultural context. [**parsedGenderGeoBatch**](PersonalApi.md#parsedGenderGeoBatch) | **POST** /api2/json/parsedGenderGeoBatch | Infer the likely gender of up to 100 fully parsed names, detecting automatically the cultural context. -[**usRaceEthnicity**](PersonalApi.md#usRaceEthnicity) | **GET** /api2/json/usRaceEthnicity/{firstName}/{lastName} | [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). -[**usRaceEthnicityBatch**](PersonalApi.md#usRaceEthnicityBatch) | **POST** /api2/json/usRaceEthnicityBatch | [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. -[**usRaceEthnicityZIP5**](PersonalApi.md#usRaceEthnicityZIP5) | **GET** /api2/json/usRaceEthnicityZIP5/{firstName}/{lastName}/{zip5Code} | [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). -[**usZipRaceEthnicityBatch**](PersonalApi.md#usZipRaceEthnicityBatch) | **POST** /api2/json/usZipRaceEthnicityBatch | [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. +[**usRaceEthnicity**](PersonalApi.md#usRaceEthnicity) | **GET** /api2/json/usRaceEthnicity/{firstName}/{lastName} | [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). +[**usRaceEthnicityBatch**](PersonalApi.md#usRaceEthnicityBatch) | **POST** /api2/json/usRaceEthnicityBatch | [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). +[**usRaceEthnicityZIP5**](PersonalApi.md#usRaceEthnicityZIP5) | **GET** /api2/json/usRaceEthnicityZIP5/{firstName}/{lastName}/{zip5Code} | [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). +[**usZipRaceEthnicityBatch**](PersonalApi.md#usZipRaceEthnicityBatch) | **POST** /api2/json/usZipRaceEthnicityBatch | [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). @@ -1228,7 +1228,7 @@ Name | Type | Description | Notes # **usRaceEthnicity** > FirstLastNameUSRaceEthnicityOut usRaceEthnicity(firstName, lastName) -[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). +[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). ### Example ```java @@ -1283,7 +1283,7 @@ Name | Type | Description | Notes # **usRaceEthnicityBatch** > BatchFirstLastNameUSRaceEthnicityOut usRaceEthnicityBatch(batchFirstLastNameGeoIn) -[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. +[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). ### Example ```java @@ -1336,7 +1336,7 @@ Name | Type | Description | Notes # **usRaceEthnicityZIP5** > FirstLastNameUSRaceEthnicityOut usRaceEthnicityZIP5(firstName, lastName, zip5Code) -[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). +[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). ### Example ```java @@ -1393,7 +1393,7 @@ Name | Type | Description | Notes # **usZipRaceEthnicityBatch** > BatchFirstLastNameUSRaceEthnicityOut usZipRaceEthnicityBatch(batchFirstLastNameGeoZippedIn) -[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. +[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). ### Example ```java diff --git a/pom.xml b/pom.xml index 12318a0c..ea9ae0f3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ namsor-sdk2 jar namsor-sdk2 - 2.0.13 + 2.0.14 https://github.com/openapitools/openapi-generator OpenAPI Java diff --git a/run-java.bash b/run-java.bash index 35241863..047e0a5d 100755 --- a/run-java.bash +++ b/run-java.bash @@ -2,7 +2,7 @@ echo update openapi-generator ./bin/utils/openapi-generator-cli.sh rm -Rf ./namsor/client/java/ echo run openapi-generator -java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generate --git-repo-id namsor-java-sdk2 --git-user-id namsor --artifact-version 2.0.13 --group-id com.namsor --artifact-id namsor-sdk2 --invoker-package com.namsor.sdk2.invoke --model-package com.namsor.sdk2.model --api-package com.namsor.sdk2.api -i https://v2.namsor.com/NamSorAPIv2/api2/openapi.json -g java -o namsor/client/java +java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generate --git-repo-id namsor-java-sdk2 --git-user-id namsor --artifact-version 2.0.14 --group-id com.namsor --artifact-id namsor-sdk2 --invoker-package com.namsor.sdk2.invoke --model-package com.namsor.sdk2.model --api-package com.namsor.sdk2.api -i https://v2.namsor.com/NamSorAPIv2/api2/openapi.json -g java -o namsor/client/java cd ./namsor/client/java/ mvn clean package cd target diff --git a/src/main/java/com/namsor/sdk2/api/AdminApi.java b/src/main/java/com/namsor/sdk2/api/AdminApi.java index 3a5a40ac..2982d3f3 100644 --- a/src/main/java/com/namsor/sdk2/api/AdminApi.java +++ b/src/main/java/com/namsor/sdk2/api/AdminApi.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/api/ChineseApi.java b/src/main/java/com/namsor/sdk2/api/ChineseApi.java index 18888380..eb7d2818 100644 --- a/src/main/java/com/namsor/sdk2/api/ChineseApi.java +++ b/src/main/java/com/namsor/sdk2/api/ChineseApi.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/api/GeneralApi.java b/src/main/java/com/namsor/sdk2/api/GeneralApi.java index a9254fa6..713a4504 100644 --- a/src/main/java/com/namsor/sdk2/api/GeneralApi.java +++ b/src/main/java/com/namsor/sdk2/api/GeneralApi.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/api/JapaneseApi.java b/src/main/java/com/namsor/sdk2/api/JapaneseApi.java index ae29f863..223a4466 100644 --- a/src/main/java/com/namsor/sdk2/api/JapaneseApi.java +++ b/src/main/java/com/namsor/sdk2/api/JapaneseApi.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/api/PersonalApi.java b/src/main/java/com/namsor/sdk2/api/PersonalApi.java index a0d5df71..0810864a 100644 --- a/src/main/java/com/namsor/sdk2/api/PersonalApi.java +++ b/src/main/java/com/namsor/sdk2/api/PersonalApi.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -2890,7 +2890,7 @@ private com.squareup.okhttp.Call usRaceEthnicityValidateBeforeCall(String firstN } /** - * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). + * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * @param firstName (required) * @param lastName (required) @@ -2903,7 +2903,7 @@ public FirstLastNameUSRaceEthnicityOut usRaceEthnicity(String firstName, String } /** - * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). + * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * @param firstName (required) * @param lastName (required) @@ -2917,7 +2917,7 @@ public ApiResponse usRaceEthnicityWithHttpInfo( } /** - * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). (asynchronously) + * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). (asynchronously) * * @param firstName (required) * @param lastName (required) @@ -3009,7 +3009,7 @@ private com.squareup.okhttp.Call usRaceEthnicityBatchValidateBeforeCall(BatchFir } /** - * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. + * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * @param batchFirstLastNameGeoIn A list of personal names (optional) * @return BatchFirstLastNameUSRaceEthnicityOut @@ -3021,7 +3021,7 @@ public BatchFirstLastNameUSRaceEthnicityOut usRaceEthnicityBatch(BatchFirstLastN } /** - * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. + * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * @param batchFirstLastNameGeoIn A list of personal names (optional) * @return ApiResponse<BatchFirstLastNameUSRaceEthnicityOut> @@ -3034,7 +3034,7 @@ public ApiResponse usRaceEthnicityBatchWit } /** - * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. (asynchronously) + * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). (asynchronously) * * @param batchFirstLastNameGeoIn A list of personal names (optional) * @param callback The callback to be executed when the API call finishes @@ -3145,7 +3145,7 @@ private com.squareup.okhttp.Call usRaceEthnicityZIP5ValidateBeforeCall(String fi } /** - * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). + * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * @param firstName (required) * @param lastName (required) @@ -3159,7 +3159,7 @@ public FirstLastNameUSRaceEthnicityOut usRaceEthnicityZIP5(String firstName, Str } /** - * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). + * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * @param firstName (required) * @param lastName (required) @@ -3174,7 +3174,7 @@ public ApiResponse usRaceEthnicityZIP5WithHttpI } /** - * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). (asynchronously) + * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). (asynchronously) * * @param firstName (required) * @param lastName (required) @@ -3267,7 +3267,7 @@ private com.squareup.okhttp.Call usZipRaceEthnicityBatchValidateBeforeCall(Batch } /** - * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. + * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * @param batchFirstLastNameGeoZippedIn A list of personal names (optional) * @return BatchFirstLastNameUSRaceEthnicityOut @@ -3279,7 +3279,7 @@ public BatchFirstLastNameUSRaceEthnicityOut usZipRaceEthnicityBatch(BatchFirstLa } /** - * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. + * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * @param batchFirstLastNameGeoZippedIn A list of personal names (optional) * @return ApiResponse<BatchFirstLastNameUSRaceEthnicityOut> @@ -3292,7 +3292,7 @@ public ApiResponse usZipRaceEthnicityBatch } /** - * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. (asynchronously) + * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). (asynchronously) * * @param batchFirstLastNameGeoZippedIn A list of personal names (optional) * @param callback The callback to be executed when the API call finishes diff --git a/src/main/java/com/namsor/sdk2/api/SocialApi.java b/src/main/java/com/namsor/sdk2/api/SocialApi.java index 6029bd07..a08065a0 100644 --- a/src/main/java/com/namsor/sdk2/api/SocialApi.java +++ b/src/main/java/com/namsor/sdk2/api/SocialApi.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/invoke/ApiCallback.java b/src/main/java/com/namsor/sdk2/invoke/ApiCallback.java index 2578a200..fe17af9d 100644 --- a/src/main/java/com/namsor/sdk2/invoke/ApiCallback.java +++ b/src/main/java/com/namsor/sdk2/invoke/ApiCallback.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/invoke/ApiClient.java b/src/main/java/com/namsor/sdk2/invoke/ApiClient.java index 787a8df5..b0c5bf0b 100644 --- a/src/main/java/com/namsor/sdk2/invoke/ApiClient.java +++ b/src/main/java/com/namsor/sdk2/invoke/ApiClient.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -99,7 +99,7 @@ private void init() { json = new JSON(); // Set default User-Agent. - setUserAgent("OpenAPI-Generator/2.0.13/java"); + setUserAgent("OpenAPI-Generator/2.0.14/java"); authentications = new HashMap(); } diff --git a/src/main/java/com/namsor/sdk2/invoke/ApiException.java b/src/main/java/com/namsor/sdk2/invoke/ApiException.java index 071cefb3..e3346ab3 100644 --- a/src/main/java/com/namsor/sdk2/invoke/ApiException.java +++ b/src/main/java/com/namsor/sdk2/invoke/ApiException.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import java.util.Map; import java.util.List; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class ApiException extends Exception { private int code = 0; private Map> responseHeaders = null; diff --git a/src/main/java/com/namsor/sdk2/invoke/ApiResponse.java b/src/main/java/com/namsor/sdk2/invoke/ApiResponse.java index 2bed6996..aab0430c 100644 --- a/src/main/java/com/namsor/sdk2/invoke/ApiResponse.java +++ b/src/main/java/com/namsor/sdk2/invoke/ApiResponse.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/invoke/Configuration.java b/src/main/java/com/namsor/sdk2/invoke/Configuration.java index a9206e0c..88753ba4 100644 --- a/src/main/java/com/namsor/sdk2/invoke/Configuration.java +++ b/src/main/java/com/namsor/sdk2/invoke/Configuration.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,7 +13,7 @@ package com.namsor.sdk2.invoke; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class Configuration { private static ApiClient defaultApiClient = new ApiClient(); diff --git a/src/main/java/com/namsor/sdk2/invoke/GzipRequestInterceptor.java b/src/main/java/com/namsor/sdk2/invoke/GzipRequestInterceptor.java index 13d13f19..353f87de 100644 --- a/src/main/java/com/namsor/sdk2/invoke/GzipRequestInterceptor.java +++ b/src/main/java/com/namsor/sdk2/invoke/GzipRequestInterceptor.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/invoke/JSON.java b/src/main/java/com/namsor/sdk2/invoke/JSON.java index 2829c90b..6a4daeca 100644 --- a/src/main/java/com/namsor/sdk2/invoke/JSON.java +++ b/src/main/java/com/namsor/sdk2/invoke/JSON.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/invoke/Pair.java b/src/main/java/com/namsor/sdk2/invoke/Pair.java index 94f0e7d2..47bef956 100644 --- a/src/main/java/com/namsor/sdk2/invoke/Pair.java +++ b/src/main/java/com/namsor/sdk2/invoke/Pair.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,7 +13,7 @@ package com.namsor.sdk2.invoke; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class Pair { private String name = ""; private String value = ""; diff --git a/src/main/java/com/namsor/sdk2/invoke/ProgressRequestBody.java b/src/main/java/com/namsor/sdk2/invoke/ProgressRequestBody.java index b9bb0ac3..aab4cf4a 100644 --- a/src/main/java/com/namsor/sdk2/invoke/ProgressRequestBody.java +++ b/src/main/java/com/namsor/sdk2/invoke/ProgressRequestBody.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/invoke/ProgressResponseBody.java b/src/main/java/com/namsor/sdk2/invoke/ProgressResponseBody.java index aeb4af4c..5340779a 100644 --- a/src/main/java/com/namsor/sdk2/invoke/ProgressResponseBody.java +++ b/src/main/java/com/namsor/sdk2/invoke/ProgressResponseBody.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/invoke/StringUtil.java b/src/main/java/com/namsor/sdk2/invoke/StringUtil.java index 03936c0a..a47c4032 100644 --- a/src/main/java/com/namsor/sdk2/invoke/StringUtil.java +++ b/src/main/java/com/namsor/sdk2/invoke/StringUtil.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,7 +13,7 @@ package com.namsor.sdk2.invoke; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class StringUtil { /** * Check if the given array contains the given value (with case-insensitive comparison). diff --git a/src/main/java/com/namsor/sdk2/invoke/auth/ApiKeyAuth.java b/src/main/java/com/namsor/sdk2/invoke/auth/ApiKeyAuth.java index 76a1d492..e318782f 100644 --- a/src/main/java/com/namsor/sdk2/invoke/auth/ApiKeyAuth.java +++ b/src/main/java/com/namsor/sdk2/invoke/auth/ApiKeyAuth.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import java.util.Map; import java.util.List; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class ApiKeyAuth implements Authentication { private final String location; private final String paramName; diff --git a/src/main/java/com/namsor/sdk2/invoke/auth/Authentication.java b/src/main/java/com/namsor/sdk2/invoke/auth/Authentication.java index 6c23ab32..25242e3b 100644 --- a/src/main/java/com/namsor/sdk2/invoke/auth/Authentication.java +++ b/src/main/java/com/namsor/sdk2/invoke/auth/Authentication.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/invoke/auth/HttpBasicAuth.java b/src/main/java/com/namsor/sdk2/invoke/auth/HttpBasicAuth.java index ecddff8a..f12ad651 100644 --- a/src/main/java/com/namsor/sdk2/invoke/auth/HttpBasicAuth.java +++ b/src/main/java/com/namsor/sdk2/invoke/auth/HttpBasicAuth.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/invoke/auth/OAuth.java b/src/main/java/com/namsor/sdk2/invoke/auth/OAuth.java index cafb0a09..ec09c0a2 100644 --- a/src/main/java/com/namsor/sdk2/invoke/auth/OAuth.java +++ b/src/main/java/com/namsor/sdk2/invoke/auth/OAuth.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import java.util.Map; import java.util.List; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class OAuth implements Authentication { private String accessToken; diff --git a/src/main/java/com/namsor/sdk2/invoke/auth/OAuthFlow.java b/src/main/java/com/namsor/sdk2/invoke/auth/OAuthFlow.java index 478ee48b..f7f5b4b5 100644 --- a/src/main/java/com/namsor/sdk2/invoke/auth/OAuthFlow.java +++ b/src/main/java/com/namsor/sdk2/invoke/auth/OAuthFlow.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/namsor/sdk2/model/APIBillingPeriodUsageOut.java b/src/main/java/com/namsor/sdk2/model/APIBillingPeriodUsageOut.java index e83b9251..cb08a8d9 100644 --- a/src/main/java/com/namsor/sdk2/model/APIBillingPeriodUsageOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIBillingPeriodUsageOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * APIBillingPeriodUsageOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIBillingPeriodUsageOut { public static final String SERIALIZED_NAME_API_KEY = "apiKey"; @SerializedName(SERIALIZED_NAME_API_KEY) diff --git a/src/main/java/com/namsor/sdk2/model/APIClassifierOut.java b/src/main/java/com/namsor/sdk2/model/APIClassifierOut.java index 77bd375e..bfe86c71 100644 --- a/src/main/java/com/namsor/sdk2/model/APIClassifierOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIClassifierOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * APIClassifierOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIClassifierOut { public static final String SERIALIZED_NAME_CLASSIFIER_NAME = "classifierName"; @SerializedName(SERIALIZED_NAME_CLASSIFIER_NAME) diff --git a/src/main/java/com/namsor/sdk2/model/APIClassifierTaxonomyOut.java b/src/main/java/com/namsor/sdk2/model/APIClassifierTaxonomyOut.java index e4591f23..7fcdd600 100644 --- a/src/main/java/com/namsor/sdk2/model/APIClassifierTaxonomyOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIClassifierTaxonomyOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ /** * APIClassifierTaxonomyOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIClassifierTaxonomyOut { public static final String SERIALIZED_NAME_CLASSIFIER_NAME = "classifierName"; @SerializedName(SERIALIZED_NAME_CLASSIFIER_NAME) diff --git a/src/main/java/com/namsor/sdk2/model/APIClassifiersStatusOut.java b/src/main/java/com/namsor/sdk2/model/APIClassifiersStatusOut.java index b3f6afd1..70a44f72 100644 --- a/src/main/java/com/namsor/sdk2/model/APIClassifiersStatusOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIClassifiersStatusOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ /** * APIClassifiersStatusOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIClassifiersStatusOut { public static final String SERIALIZED_NAME_SOFTWARE_VERSION = "softwareVersion"; @SerializedName(SERIALIZED_NAME_SOFTWARE_VERSION) diff --git a/src/main/java/com/namsor/sdk2/model/APICounterV2Out.java b/src/main/java/com/namsor/sdk2/model/APICounterV2Out.java index 9ecfd9ce..3e7fe19f 100644 --- a/src/main/java/com/namsor/sdk2/model/APICounterV2Out.java +++ b/src/main/java/com/namsor/sdk2/model/APICounterV2Out.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ /** * APICounterV2Out */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APICounterV2Out { public static final String SERIALIZED_NAME_API_KEY = "apiKey"; @SerializedName(SERIALIZED_NAME_API_KEY) diff --git a/src/main/java/com/namsor/sdk2/model/APIKeyOut.java b/src/main/java/com/namsor/sdk2/model/APIKeyOut.java index c652da91..88a2e2c2 100644 --- a/src/main/java/com/namsor/sdk2/model/APIKeyOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIKeyOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * APIKeyOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIKeyOut { public static final String SERIALIZED_NAME_API_KEY = "apiKey"; @SerializedName(SERIALIZED_NAME_API_KEY) diff --git a/src/main/java/com/namsor/sdk2/model/APIPeriodUsageOut.java b/src/main/java/com/namsor/sdk2/model/APIPeriodUsageOut.java index 911887a9..24d6fe24 100644 --- a/src/main/java/com/namsor/sdk2/model/APIPeriodUsageOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIPeriodUsageOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ /** * APIPeriodUsageOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIPeriodUsageOut { public static final String SERIALIZED_NAME_SUBSCRIPTION = "subscription"; @SerializedName(SERIALIZED_NAME_SUBSCRIPTION) diff --git a/src/main/java/com/namsor/sdk2/model/APIPlanOut.java b/src/main/java/com/namsor/sdk2/model/APIPlanOut.java index 3ea8d6e9..f6687587 100644 --- a/src/main/java/com/namsor/sdk2/model/APIPlanOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIPlanOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * APIPlanOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIPlanOut { public static final String SERIALIZED_NAME_PLAN_NAME = "planName"; @SerializedName(SERIALIZED_NAME_PLAN_NAME) diff --git a/src/main/java/com/namsor/sdk2/model/APIPlanSubscriptionOut.java b/src/main/java/com/namsor/sdk2/model/APIPlanSubscriptionOut.java index d86ae54f..c04090c1 100644 --- a/src/main/java/com/namsor/sdk2/model/APIPlanSubscriptionOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIPlanSubscriptionOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * APIPlanSubscriptionOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIPlanSubscriptionOut { public static final String SERIALIZED_NAME_API_KEY = "apiKey"; @SerializedName(SERIALIZED_NAME_API_KEY) diff --git a/src/main/java/com/namsor/sdk2/model/APIPlansOut.java b/src/main/java/com/namsor/sdk2/model/APIPlansOut.java index e5335c10..73c1847a 100644 --- a/src/main/java/com/namsor/sdk2/model/APIPlansOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIPlansOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * APIPlansOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIPlansOut { public static final String SERIALIZED_NAME_USAGE_RATIO_FOR_DUPPLICATES = "usageRatioForDupplicates"; @SerializedName(SERIALIZED_NAME_USAGE_RATIO_FOR_DUPPLICATES) diff --git a/src/main/java/com/namsor/sdk2/model/APIServiceOut.java b/src/main/java/com/namsor/sdk2/model/APIServiceOut.java index e2a93fb7..fa8928bb 100644 --- a/src/main/java/com/namsor/sdk2/model/APIServiceOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIServiceOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * APIServiceOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIServiceOut { public static final String SERIALIZED_NAME_SERVICE_NAME = "serviceName"; @SerializedName(SERIALIZED_NAME_SERVICE_NAME) diff --git a/src/main/java/com/namsor/sdk2/model/APIServicesOut.java b/src/main/java/com/namsor/sdk2/model/APIServicesOut.java index 824656ea..cd2c8dba 100644 --- a/src/main/java/com/namsor/sdk2/model/APIServicesOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIServicesOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * APIServicesOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIServicesOut { public static final String SERIALIZED_NAME_API_SERVICES = "apiServices"; @SerializedName(SERIALIZED_NAME_API_SERVICES) diff --git a/src/main/java/com/namsor/sdk2/model/APIUsageAggregatedOut.java b/src/main/java/com/namsor/sdk2/model/APIUsageAggregatedOut.java index e95a202d..9611de1a 100644 --- a/src/main/java/com/namsor/sdk2/model/APIUsageAggregatedOut.java +++ b/src/main/java/com/namsor/sdk2/model/APIUsageAggregatedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ /** * APIUsageAggregatedOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class APIUsageAggregatedOut { public static final String SERIALIZED_NAME_TIME_UNIT = "timeUnit"; @SerializedName(SERIALIZED_NAME_TIME_UNIT) diff --git a/src/main/java/com/namsor/sdk2/model/BatchCorridorIn.java b/src/main/java/com/namsor/sdk2/model/BatchCorridorIn.java index 906088f5..21f005fc 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchCorridorIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchCorridorIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchCorridorIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchCorridorIn { public static final String SERIALIZED_NAME_CORRIDOR_FROM_TO = "corridorFromTo"; @SerializedName(SERIALIZED_NAME_CORRIDOR_FROM_TO) diff --git a/src/main/java/com/namsor/sdk2/model/BatchCorridorOut.java b/src/main/java/com/namsor/sdk2/model/BatchCorridorOut.java index 5e8e24a1..09c57b5d 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchCorridorOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchCorridorOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchCorridorOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchCorridorOut { public static final String SERIALIZED_NAME_CORRIDOR_FROM_TO = "corridorFromTo"; @SerializedName(SERIALIZED_NAME_CORRIDOR_FROM_TO) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOut.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOut.java index f67f0381..bcb0dd8d 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Represents the output of inferring the LIKELY ethnicity from a personal name, given an country of residence. */ @ApiModel(description = "Represents the output of inferring the LIKELY ethnicity from a personal name, given an country of residence.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNameDiasporaedOut { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGenderIn.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGenderIn.java index ebf66608..03234e43 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGenderIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGenderIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchFirstLastNameGenderIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNameGenderIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGenderedOut.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGenderedOut.java index 819922d9..076ae737 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGenderedOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGenderedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Represents the output of inferring the LIKELY gender from a list of personal names. */ @ApiModel(description = "Represents the output of inferring the LIKELY gender from a list of personal names.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNameGenderedOut { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGeoIn.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGeoIn.java index 12b1f263..d1ff40a9 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchFirstLastNameGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNameGeoIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedIn.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedIn.java index ff38686e..29e22602 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchFirstLastNameGeoZippedIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNameGeoZippedIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameIn.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameIn.java index 9de757cf..9c6e2569 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchFirstLastNameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNameIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameOriginedOut.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameOriginedOut.java index 50368545..487f4226 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameOriginedOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameOriginedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Represents the output of inferring the LIKELY origin from a list of personal names. */ @ApiModel(description = "Represents the output of inferring the LIKELY origin from a list of personal names.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNameOriginedOut { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOut.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOut.java index 6c800c09..b3205d0b 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Represents the output of inferring the LIKELY country and phone code of personal names+phones. */ @ApiModel(description = "Represents the output of inferring the LIKELY country and phone code of personal names+phones.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNamePhoneCodedOut { public static final String SERIALIZED_NAME_PERSONAL_NAMES_WITH_PHONE_NUMBERS = "personalNamesWithPhoneNumbers"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES_WITH_PHONE_NUMBERS) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoIn.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoIn.java index b60e0358..932db4ea 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchFirstLastNamePhoneNumberGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNamePhoneNumberGeoIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES_WITH_PHONE_NUMBERS = "personalNamesWithPhoneNumbers"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES_WITH_PHONE_NUMBERS) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberIn.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberIn.java index a146c569..9f8d0a0b 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchFirstLastNamePhoneNumberIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNamePhoneNumberIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES_WITH_PHONE_NUMBERS = "personalNamesWithPhoneNumbers"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES_WITH_PHONE_NUMBERS) diff --git a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOut.java b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOut.java index 65005af0..fc5add13 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Represents the output of inferring the LIKELY US 'race/ethnicity' from a personal name, given US country of residence and (optionally) a ZIP5 code. */ @ApiModel(description = "Represents the output of inferring the LIKELY US 'race/ethnicity' from a personal name, given US country of residence and (optionally) a ZIP5 code.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchFirstLastNameUSRaceEthnicityOut { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchMatchPersonalFirstLastNameIn.java b/src/main/java/com/namsor/sdk2/model/BatchMatchPersonalFirstLastNameIn.java index 6e28c828..59478631 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchMatchPersonalFirstLastNameIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchMatchPersonalFirstLastNameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchMatchPersonalFirstLastNameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchMatchPersonalFirstLastNameIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchNameGeoIn.java b/src/main/java/com/namsor/sdk2/model/BatchNameGeoIn.java index 6bf13ed3..97637679 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchNameGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchNameGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchNameGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchNameGeoIn { public static final String SERIALIZED_NAME_PROPER_NOUNS = "properNouns"; @SerializedName(SERIALIZED_NAME_PROPER_NOUNS) diff --git a/src/main/java/com/namsor/sdk2/model/BatchNameIn.java b/src/main/java/com/namsor/sdk2/model/BatchNameIn.java index c9411335..f0cc6aa3 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchNameIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchNameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchNameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchNameIn { public static final String SERIALIZED_NAME_PROPER_NOUNS = "properNouns"; @SerializedName(SERIALIZED_NAME_PROPER_NOUNS) diff --git a/src/main/java/com/namsor/sdk2/model/BatchNameMatchCandidatesOut.java b/src/main/java/com/namsor/sdk2/model/BatchNameMatchCandidatesOut.java index 9d90e458..c3f9038b 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchNameMatchCandidatesOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchNameMatchCandidatesOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchNameMatchCandidatesOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchNameMatchCandidatesOut { public static final String SERIALIZED_NAME_NAMES_AND_MATCH_CANDIDATES = "namesAndMatchCandidates"; @SerializedName(SERIALIZED_NAME_NAMES_AND_MATCH_CANDIDATES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchNameMatchedOut.java b/src/main/java/com/namsor/sdk2/model/BatchNameMatchedOut.java index 181a561d..90998365 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchNameMatchedOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchNameMatchedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchNameMatchedOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchNameMatchedOut { public static final String SERIALIZED_NAME_MATCHED_NAMES = "matchedNames"; @SerializedName(SERIALIZED_NAME_MATCHED_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchParsedFullNameGeoIn.java b/src/main/java/com/namsor/sdk2/model/BatchParsedFullNameGeoIn.java index 3715c3b4..b5ca9fee 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchParsedFullNameGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchParsedFullNameGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchParsedFullNameGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchParsedFullNameGeoIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchParsedFullNameIn.java b/src/main/java/com/namsor/sdk2/model/BatchParsedFullNameIn.java index f571e605..2c31ab18 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchParsedFullNameIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchParsedFullNameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchParsedFullNameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchParsedFullNameIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGenderedOut.java b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGenderedOut.java index d5f50243..0c8cf3a8 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGenderedOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGenderedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchPersonalNameGenderedOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchPersonalNameGenderedOut { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGeoIn.java b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGeoIn.java index 2718b9ba..3b91e859 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchPersonalNameGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchPersonalNameGeoIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGeoOut.java b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGeoOut.java index fcc37e4a..13216131 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGeoOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameGeoOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchPersonalNameGeoOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchPersonalNameGeoOut { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameIn.java b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameIn.java index 501afb5c..ddc34355 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameIn.java +++ b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchPersonalNameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchPersonalNameIn { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameParsedOut.java b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameParsedOut.java index e695f208..58f63eba 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchPersonalNameParsedOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchPersonalNameParsedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BatchPersonalNameParsedOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchPersonalNameParsedOut { public static final String SERIALIZED_NAME_PERSONAL_NAMES = "personalNames"; @SerializedName(SERIALIZED_NAME_PERSONAL_NAMES) diff --git a/src/main/java/com/namsor/sdk2/model/BatchProperNounCategorizedOut.java b/src/main/java/com/namsor/sdk2/model/BatchProperNounCategorizedOut.java index 3736636b..f70d22bd 100644 --- a/src/main/java/com/namsor/sdk2/model/BatchProperNounCategorizedOut.java +++ b/src/main/java/com/namsor/sdk2/model/BatchProperNounCategorizedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Represents the output of inferring the common type (anthroponym, toponym, brand, etc.) from a list of proper names. */ @ApiModel(description = "Represents the output of inferring the common type (anthroponym, toponym, brand, etc.) from a list of proper names.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BatchProperNounCategorizedOut { public static final String SERIALIZED_NAME_PROPER_NOUNS = "properNouns"; @SerializedName(SERIALIZED_NAME_PROPER_NOUNS) diff --git a/src/main/java/com/namsor/sdk2/model/BillingHistoryOut.java b/src/main/java/com/namsor/sdk2/model/BillingHistoryOut.java index 19da30fe..5af3636f 100644 --- a/src/main/java/com/namsor/sdk2/model/BillingHistoryOut.java +++ b/src/main/java/com/namsor/sdk2/model/BillingHistoryOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BillingHistoryOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BillingHistoryOut { public static final String SERIALIZED_NAME_STRIPE_INVOICES = "stripeInvoices"; @SerializedName(SERIALIZED_NAME_STRIPE_INVOICES) diff --git a/src/main/java/com/namsor/sdk2/model/BillingInfoInOut.java b/src/main/java/com/namsor/sdk2/model/BillingInfoInOut.java index 65612eda..2a394e33 100644 --- a/src/main/java/com/namsor/sdk2/model/BillingInfoInOut.java +++ b/src/main/java/com/namsor/sdk2/model/BillingInfoInOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * BillingInfoInOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class BillingInfoInOut { public static final String SERIALIZED_NAME_BILLING_EMAIL = "billingEmail"; @SerializedName(SERIALIZED_NAME_BILLING_EMAIL) diff --git a/src/main/java/com/namsor/sdk2/model/CacheMetricsOut.java b/src/main/java/com/namsor/sdk2/model/CacheMetricsOut.java index ee3c06ef..e2c0ce68 100644 --- a/src/main/java/com/namsor/sdk2/model/CacheMetricsOut.java +++ b/src/main/java/com/namsor/sdk2/model/CacheMetricsOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Simple metrics system caches */ @ApiModel(description = "Simple metrics system caches") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class CacheMetricsOut { public static final String SERIALIZED_NAME_CACHE_NAME = "cacheName"; @SerializedName(SERIALIZED_NAME_CACHE_NAME) diff --git a/src/main/java/com/namsor/sdk2/model/ClassifierMetricsOut.java b/src/main/java/com/namsor/sdk2/model/ClassifierMetricsOut.java index e1f59319..b007879c 100644 --- a/src/main/java/com/namsor/sdk2/model/ClassifierMetricsOut.java +++ b/src/main/java/com/namsor/sdk2/model/ClassifierMetricsOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Simple metrics on a classifier */ @ApiModel(description = "Simple metrics on a classifier") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class ClassifierMetricsOut { public static final String SERIALIZED_NAME_SOFTWARE_VERSION = "softwareVersion"; @SerializedName(SERIALIZED_NAME_SOFTWARE_VERSION) diff --git a/src/main/java/com/namsor/sdk2/model/CorridorIn.java b/src/main/java/com/namsor/sdk2/model/CorridorIn.java index c93949e1..af1ef1b9 100644 --- a/src/main/java/com/namsor/sdk2/model/CorridorIn.java +++ b/src/main/java/com/namsor/sdk2/model/CorridorIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Represent any transnational interaction between names (ex. remittance, communication, cross-border investment, airline travel */ @ApiModel(description = "Represent any transnational interaction between names (ex. remittance, communication, cross-border investment, airline travel") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class CorridorIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/CorridorOut.java b/src/main/java/com/namsor/sdk2/model/CorridorOut.java index 109fa42f..0f608886 100644 --- a/src/main/java/com/namsor/sdk2/model/CorridorOut.java +++ b/src/main/java/com/namsor/sdk2/model/CorridorOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Represent multiple classifications for corridor sender and receiver (gender, country, origin, diaspora) */ @ApiModel(description = "Represent multiple classifications for corridor sender and receiver (gender, country, origin, diaspora)") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class CorridorOut { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/CurrenciesOut.java b/src/main/java/com/namsor/sdk2/model/CurrenciesOut.java index 35b16809..2750432c 100644 --- a/src/main/java/com/namsor/sdk2/model/CurrenciesOut.java +++ b/src/main/java/com/namsor/sdk2/model/CurrenciesOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ /** * CurrenciesOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class CurrenciesOut { public static final String SERIALIZED_NAME_CURRENCIES_ISO3 = "currenciesIso3"; @SerializedName(SERIALIZED_NAME_CURRENCIES_ISO3) diff --git a/src/main/java/com/namsor/sdk2/model/ExpectedClassMetricsOut.java b/src/main/java/com/namsor/sdk2/model/ExpectedClassMetricsOut.java index 9c2d82f6..1a9719e8 100644 --- a/src/main/java/com/namsor/sdk2/model/ExpectedClassMetricsOut.java +++ b/src/main/java/com/namsor/sdk2/model/ExpectedClassMetricsOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Simple metrics on a classifier, for a given expected class */ @ApiModel(description = "Simple metrics on a classifier, for a given expected class") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class ExpectedClassMetricsOut { public static final String SERIALIZED_NAME_CLASSIFIER_NAME = "classifierName"; @SerializedName(SERIALIZED_NAME_CLASSIFIER_NAME) diff --git a/src/main/java/com/namsor/sdk2/model/FeedbackLoopOut.java b/src/main/java/com/namsor/sdk2/model/FeedbackLoopOut.java index 4f35c8ce..6ed68dcc 100644 --- a/src/main/java/com/namsor/sdk2/model/FeedbackLoopOut.java +++ b/src/main/java/com/namsor/sdk2/model/FeedbackLoopOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * FeedbackLoopOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FeedbackLoopOut { public static final String SERIALIZED_NAME_FEEDBACK_CREDITS = "feedbackCredits"; @SerializedName(SERIALIZED_NAME_FEEDBACK_CREDITS) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNameDiasporaedOut.java b/src/main/java/com/namsor/sdk2/model/FirstLastNameDiasporaedOut.java index 00e81dbf..ccacf78c 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNameDiasporaedOut.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNameDiasporaedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Represents the output of inferring the LIKELY ethnicity from a personal name, given an country of residence. */ @ApiModel(description = "Represents the output of inferring the LIKELY ethnicity from a personal name, given an country of residence.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNameDiasporaedOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNameGenderIn.java b/src/main/java/com/namsor/sdk2/model/FirstLastNameGenderIn.java index db51e2fb..bebaf90b 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNameGenderIn.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNameGenderIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * FirstLastNameGenderIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNameGenderIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNameGenderedOut.java b/src/main/java/com/namsor/sdk2/model/FirstLastNameGenderedOut.java index ea3d748c..02f4ca9e 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNameGenderedOut.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNameGenderedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Represents the output of inferring the LIKELY gender from a personal name. */ @ApiModel(description = "Represents the output of inferring the LIKELY gender from a personal name.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNameGenderedOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNameGeoIn.java b/src/main/java/com/namsor/sdk2/model/FirstLastNameGeoIn.java index 8f0f04bf..449a150b 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNameGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNameGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * FirstLastNameGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNameGeoIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNameGeoZippedIn.java b/src/main/java/com/namsor/sdk2/model/FirstLastNameGeoZippedIn.java index 166f957c..9d3b097e 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNameGeoZippedIn.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNameGeoZippedIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * FirstLastNameGeoZippedIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNameGeoZippedIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNameIn.java b/src/main/java/com/namsor/sdk2/model/FirstLastNameIn.java index 628bf68d..d231b761 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNameIn.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * FirstLastNameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNameIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNameOriginedOut.java b/src/main/java/com/namsor/sdk2/model/FirstLastNameOriginedOut.java index 0695f52e..bc395428 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNameOriginedOut.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNameOriginedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Represents the output of inferring the LIKELY country of Origin from a personal name. */ @ApiModel(description = "Represents the output of inferring the LIKELY country of Origin from a personal name.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNameOriginedOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNameOut.java b/src/main/java/com/namsor/sdk2/model/FirstLastNameOut.java index 48896d31..5e3e505b 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNameOut.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNameOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * FirstLastNameOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNameOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneCodedOut.java b/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneCodedOut.java index 32492cc2..1fe89031 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneCodedOut.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneCodedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Represents the output of inferring the LIKELY country and phone code from a personal name and phone number. */ @ApiModel(description = "Represents the output of inferring the LIKELY country and phone code from a personal name and phone number.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNamePhoneCodedOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) @@ -90,14 +90,14 @@ public class FirstLastNamePhoneCodedOut { @SerializedName(SERIALIZED_NAME_SCORE) private Double score; - public static final String SERIALIZED_NAME_COUNTRY_ISO2 = "countryIso2"; - @SerializedName(SERIALIZED_NAME_COUNTRY_ISO2) - private String countryIso2; - public static final String SERIALIZED_NAME_CATEGORY = "category"; @SerializedName(SERIALIZED_NAME_CATEGORY) private String category; + public static final String SERIALIZED_NAME_COUNTRY_ISO2 = "countryIso2"; + @SerializedName(SERIALIZED_NAME_COUNTRY_ISO2) + private String countryIso2; + public FirstLastNamePhoneCodedOut script(String script) { this.script = script; return this; @@ -368,40 +368,40 @@ public void setScore(Double score) { this.score = score; } - public FirstLastNamePhoneCodedOut countryIso2(String countryIso2) { - this.countryIso2 = countryIso2; + public FirstLastNamePhoneCodedOut category(String category) { + this.category = category; return this; } /** - * Get countryIso2 - * @return countryIso2 + * Get category + * @return category **/ @ApiModelProperty(value = "") - public String getCountryIso2() { - return countryIso2; + public String getCategory() { + return category; } - public void setCountryIso2(String countryIso2) { - this.countryIso2 = countryIso2; + public void setCategory(String category) { + this.category = category; } - public FirstLastNamePhoneCodedOut category(String category) { - this.category = category; + public FirstLastNamePhoneCodedOut countryIso2(String countryIso2) { + this.countryIso2 = countryIso2; return this; } /** - * Get category - * @return category + * Get countryIso2 + * @return countryIso2 **/ @ApiModelProperty(value = "") - public String getCategory() { - return category; + public String getCountryIso2() { + return countryIso2; } - public void setCategory(String category) { - this.category = category; + public void setCountryIso2(String countryIso2) { + this.countryIso2 = countryIso2; } @@ -429,13 +429,13 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.phoneNumber, firstLastNamePhoneCodedOut.phoneNumber) && Objects.equals(this.verified, firstLastNamePhoneCodedOut.verified) && Objects.equals(this.score, firstLastNamePhoneCodedOut.score) && - Objects.equals(this.countryIso2, firstLastNamePhoneCodedOut.countryIso2) && - Objects.equals(this.category, firstLastNamePhoneCodedOut.category); + Objects.equals(this.category, firstLastNamePhoneCodedOut.category) && + Objects.equals(this.countryIso2, firstLastNamePhoneCodedOut.countryIso2); } @Override public int hashCode() { - return Objects.hash(script, id, firstName, lastName, internationalPhoneNumberVerified, phoneCountryIso2Verified, phoneCountryCode, phoneCountryCodeAlt, phoneCountryIso2, phoneCountryIso2Alt, originCountryIso2, originCountryIso2Alt, phoneNumber, verified, score, countryIso2, category); + return Objects.hash(script, id, firstName, lastName, internationalPhoneNumberVerified, phoneCountryIso2Verified, phoneCountryCode, phoneCountryCodeAlt, phoneCountryIso2, phoneCountryIso2Alt, originCountryIso2, originCountryIso2Alt, phoneNumber, verified, score, category, countryIso2); } @@ -458,8 +458,8 @@ public String toString() { sb.append(" phoneNumber: ").append(toIndentedString(phoneNumber)).append("\n"); sb.append(" verified: ").append(toIndentedString(verified)).append("\n"); sb.append(" score: ").append(toIndentedString(score)).append("\n"); - sb.append(" countryIso2: ").append(toIndentedString(countryIso2)).append("\n"); sb.append(" category: ").append(toIndentedString(category)).append("\n"); + sb.append(" countryIso2: ").append(toIndentedString(countryIso2)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoIn.java b/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoIn.java index ea1cb6ae..c1e5dc24 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ /** * FirstLastNamePhoneNumberGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNamePhoneNumberGeoIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberIn.java b/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberIn.java index 0c560686..bac75fde 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberIn.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ /** * FirstLastNamePhoneNumberIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNamePhoneNumberIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut.java b/src/main/java/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut.java index c6f94606..b63419ee 100644 --- a/src/main/java/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut.java +++ b/src/main/java/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Represents the output of inferring the LIKELY US 'race/ethnicity' from a personal name, given US country of residence and (optionally) a ZIP5 code. */ @ApiModel(description = "Represents the output of inferring the LIKELY US 'race/ethnicity' from a personal name, given US country of residence and (optionally) a ZIP5 code.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class FirstLastNameUSRaceEthnicityOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) @@ -59,7 +59,11 @@ public enum RaceEthnicityAltEnum { A("A"), - B_NL("B_NL"); + B_NL("B_NL"), + + AI_AN("AI_AN"), + + PI("PI"); private String value; @@ -114,7 +118,11 @@ public enum RaceEthnicityEnum { A("A"), - B_NL("B_NL"); + B_NL("B_NL"), + + AI_AN("AI_AN"), + + PI("PI"); private String value; diff --git a/src/main/java/com/namsor/sdk2/model/InlineObject.java b/src/main/java/com/namsor/sdk2/model/InlineObject.java index 8e270f75..7cd01df1 100644 --- a/src/main/java/com/namsor/sdk2/model/InlineObject.java +++ b/src/main/java/com/namsor/sdk2/model/InlineObject.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * InlineObject */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class InlineObject { public static final String SERIALIZED_NAME_STRIPE_TOKEN = "stripeToken"; @SerializedName(SERIALIZED_NAME_STRIPE_TOKEN) diff --git a/src/main/java/com/namsor/sdk2/model/InvoiceItemOut.java b/src/main/java/com/namsor/sdk2/model/InvoiceItemOut.java index 7540f1c0..9bf5afc2 100644 --- a/src/main/java/com/namsor/sdk2/model/InvoiceItemOut.java +++ b/src/main/java/com/namsor/sdk2/model/InvoiceItemOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * InvoiceItemOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class InvoiceItemOut { public static final String SERIALIZED_NAME_ITEM_ID = "itemId"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/namsor/sdk2/model/InvoiceOut.java b/src/main/java/com/namsor/sdk2/model/InvoiceOut.java index a2dfac07..59fa43db 100644 --- a/src/main/java/com/namsor/sdk2/model/InvoiceOut.java +++ b/src/main/java/com/namsor/sdk2/model/InvoiceOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ /** * InvoiceOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class InvoiceOut { public static final String SERIALIZED_NAME_ITEMS = "items"; @SerializedName(SERIALIZED_NAME_ITEMS) diff --git a/src/main/java/com/namsor/sdk2/model/MatchPersonalFirstLastNameIn.java b/src/main/java/com/namsor/sdk2/model/MatchPersonalFirstLastNameIn.java index b67be8b4..5e2e30ba 100644 --- a/src/main/java/com/namsor/sdk2/model/MatchPersonalFirstLastNameIn.java +++ b/src/main/java/com/namsor/sdk2/model/MatchPersonalFirstLastNameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ /** * MatchPersonalFirstLastNameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class MatchPersonalFirstLastNameIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/NamSorCounterOut.java b/src/main/java/com/namsor/sdk2/model/NamSorCounterOut.java index dc13c369..4b385775 100644 --- a/src/main/java/com/namsor/sdk2/model/NamSorCounterOut.java +++ b/src/main/java/com/namsor/sdk2/model/NamSorCounterOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * NamSorCounterOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class NamSorCounterOut { public static final String SERIALIZED_NAME_COUNTER = "counter"; @SerializedName(SERIALIZED_NAME_COUNTER) diff --git a/src/main/java/com/namsor/sdk2/model/NameGeoIn.java b/src/main/java/com/namsor/sdk2/model/NameGeoIn.java index 99950368..80bbd698 100644 --- a/src/main/java/com/namsor/sdk2/model/NameGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/NameGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * NameGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class NameGeoIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/NameIn.java b/src/main/java/com/namsor/sdk2/model/NameIn.java index 2f7d35ea..03865e16 100644 --- a/src/main/java/com/namsor/sdk2/model/NameIn.java +++ b/src/main/java/com/namsor/sdk2/model/NameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * NameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class NameIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/NameMatchCandidateOut.java b/src/main/java/com/namsor/sdk2/model/NameMatchCandidateOut.java index 3c5f4587..7094bee3 100644 --- a/src/main/java/com/namsor/sdk2/model/NameMatchCandidateOut.java +++ b/src/main/java/com/namsor/sdk2/model/NameMatchCandidateOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * NameMatchCandidateOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class NameMatchCandidateOut { public static final String SERIALIZED_NAME_CANDIDATE_NAME = "candidateName"; @SerializedName(SERIALIZED_NAME_CANDIDATE_NAME) diff --git a/src/main/java/com/namsor/sdk2/model/NameMatchCandidatesOut.java b/src/main/java/com/namsor/sdk2/model/NameMatchCandidatesOut.java index 34ca88a2..04195db8 100644 --- a/src/main/java/com/namsor/sdk2/model/NameMatchCandidatesOut.java +++ b/src/main/java/com/namsor/sdk2/model/NameMatchCandidatesOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * NameMatchCandidatesOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class NameMatchCandidatesOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/NameMatchedOut.java b/src/main/java/com/namsor/sdk2/model/NameMatchedOut.java index fd2b7f4f..c96d6fbd 100644 --- a/src/main/java/com/namsor/sdk2/model/NameMatchedOut.java +++ b/src/main/java/com/namsor/sdk2/model/NameMatchedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * NameMatchedOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class NameMatchedOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/ParsedFullNameGeoIn.java b/src/main/java/com/namsor/sdk2/model/ParsedFullNameGeoIn.java index 9fbbc58b..70f1d057 100644 --- a/src/main/java/com/namsor/sdk2/model/ParsedFullNameGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/ParsedFullNameGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * ParsedFullNameGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class ParsedFullNameGeoIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/ParsedFullNameIn.java b/src/main/java/com/namsor/sdk2/model/ParsedFullNameIn.java index d727b94f..3a00170c 100644 --- a/src/main/java/com/namsor/sdk2/model/ParsedFullNameIn.java +++ b/src/main/java/com/namsor/sdk2/model/ParsedFullNameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * ParsedFullNameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class ParsedFullNameIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/PersonalNameGenderedOut.java b/src/main/java/com/namsor/sdk2/model/PersonalNameGenderedOut.java index 515ac456..ef68db47 100644 --- a/src/main/java/com/namsor/sdk2/model/PersonalNameGenderedOut.java +++ b/src/main/java/com/namsor/sdk2/model/PersonalNameGenderedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * PersonalNameGenderedOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class PersonalNameGenderedOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/PersonalNameGeoIn.java b/src/main/java/com/namsor/sdk2/model/PersonalNameGeoIn.java index 0d52306c..0e623658 100644 --- a/src/main/java/com/namsor/sdk2/model/PersonalNameGeoIn.java +++ b/src/main/java/com/namsor/sdk2/model/PersonalNameGeoIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * PersonalNameGeoIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class PersonalNameGeoIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/PersonalNameGeoOut.java b/src/main/java/com/namsor/sdk2/model/PersonalNameGeoOut.java index 3cfd69bb..ee94a824 100644 --- a/src/main/java/com/namsor/sdk2/model/PersonalNameGeoOut.java +++ b/src/main/java/com/namsor/sdk2/model/PersonalNameGeoOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ /** * PersonalNameGeoOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class PersonalNameGeoOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/PersonalNameIn.java b/src/main/java/com/namsor/sdk2/model/PersonalNameIn.java index 608f7ebf..95e160b8 100644 --- a/src/main/java/com/namsor/sdk2/model/PersonalNameIn.java +++ b/src/main/java/com/namsor/sdk2/model/PersonalNameIn.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * PersonalNameIn */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class PersonalNameIn { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/namsor/sdk2/model/PersonalNameParsedOut.java b/src/main/java/com/namsor/sdk2/model/PersonalNameParsedOut.java index 6d768408..1da70c19 100644 --- a/src/main/java/com/namsor/sdk2/model/PersonalNameParsedOut.java +++ b/src/main/java/com/namsor/sdk2/model/PersonalNameParsedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ /** * PersonalNameParsedOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class PersonalNameParsedOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/ProperNounCategorizedOut.java b/src/main/java/com/namsor/sdk2/model/ProperNounCategorizedOut.java index cb3ce071..db3572a9 100644 --- a/src/main/java/com/namsor/sdk2/model/ProperNounCategorizedOut.java +++ b/src/main/java/com/namsor/sdk2/model/ProperNounCategorizedOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * ProperNounCategorizedOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class ProperNounCategorizedOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/RomanizedNameOut.java b/src/main/java/com/namsor/sdk2/model/RomanizedNameOut.java index 01c871de..1d65a1bb 100644 --- a/src/main/java/com/namsor/sdk2/model/RomanizedNameOut.java +++ b/src/main/java/com/namsor/sdk2/model/RomanizedNameOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * RomanizedNameOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class RomanizedNameOut { public static final String SERIALIZED_NAME_SCRIPT = "script"; @SerializedName(SERIALIZED_NAME_SCRIPT) diff --git a/src/main/java/com/namsor/sdk2/model/SoftwareVersionOut.java b/src/main/java/com/namsor/sdk2/model/SoftwareVersionOut.java index e8561bd5..fedba37b 100644 --- a/src/main/java/com/namsor/sdk2/model/SoftwareVersionOut.java +++ b/src/main/java/com/namsor/sdk2/model/SoftwareVersionOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ /** * SoftwareVersionOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class SoftwareVersionOut { public static final String SERIALIZED_NAME_SOFTWARE_NAME_AND_VERSION = "softwareNameAndVersion"; @SerializedName(SERIALIZED_NAME_SOFTWARE_NAME_AND_VERSION) diff --git a/src/main/java/com/namsor/sdk2/model/SourceDetailedMetricsOut.java b/src/main/java/com/namsor/sdk2/model/SourceDetailedMetricsOut.java index 83e83e84..3d826db5 100644 --- a/src/main/java/com/namsor/sdk2/model/SourceDetailedMetricsOut.java +++ b/src/main/java/com/namsor/sdk2/model/SourceDetailedMetricsOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Simple metrics on source, with details by classifier. */ @ApiModel(description = "Simple metrics on source, with details by classifier.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class SourceDetailedMetricsOut { public static final String SERIALIZED_NAME_CLASSIFIER_NAME = "classifierName"; @SerializedName(SERIALIZED_NAME_CLASSIFIER_NAME) diff --git a/src/main/java/com/namsor/sdk2/model/SourceMetricsOut.java b/src/main/java/com/namsor/sdk2/model/SourceMetricsOut.java index 98144eb7..0af5b7cf 100644 --- a/src/main/java/com/namsor/sdk2/model/SourceMetricsOut.java +++ b/src/main/java/com/namsor/sdk2/model/SourceMetricsOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Simple metrics on a classifier, for a given source */ @ApiModel(description = "Simple metrics on a classifier, for a given source") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class SourceMetricsOut { public static final String SERIALIZED_NAME_CLASSIFIER_NAME = "classifierName"; @SerializedName(SERIALIZED_NAME_CLASSIFIER_NAME) diff --git a/src/main/java/com/namsor/sdk2/model/StripeCardOut.java b/src/main/java/com/namsor/sdk2/model/StripeCardOut.java index 8804b7fa..21252473 100644 --- a/src/main/java/com/namsor/sdk2/model/StripeCardOut.java +++ b/src/main/java/com/namsor/sdk2/model/StripeCardOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * StripeCardOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class StripeCardOut { public static final String SERIALIZED_NAME_DEFAULT_CARD = "defaultCard"; @SerializedName(SERIALIZED_NAME_DEFAULT_CARD) diff --git a/src/main/java/com/namsor/sdk2/model/StripeCustomerOut.java b/src/main/java/com/namsor/sdk2/model/StripeCustomerOut.java index c355cf24..ca45cb02 100644 --- a/src/main/java/com/namsor/sdk2/model/StripeCustomerOut.java +++ b/src/main/java/com/namsor/sdk2/model/StripeCustomerOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * StripeCustomerOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class StripeCustomerOut { public static final String SERIALIZED_NAME_STRIPE_CUSTOMER_ID = "stripeCustomerId"; @SerializedName(SERIALIZED_NAME_STRIPE_CUSTOMER_ID) diff --git a/src/main/java/com/namsor/sdk2/model/SystemMetricsOut.java b/src/main/java/com/namsor/sdk2/model/SystemMetricsOut.java index 58274a79..5ccf5894 100644 --- a/src/main/java/com/namsor/sdk2/model/SystemMetricsOut.java +++ b/src/main/java/com/namsor/sdk2/model/SystemMetricsOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ /** * SystemMetricsOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class SystemMetricsOut { public static final String SERIALIZED_NAME_CACHE_METRICS = "cacheMetrics"; @SerializedName(SERIALIZED_NAME_CACHE_METRICS) diff --git a/src/main/java/com/namsor/sdk2/model/UserInfoOut.java b/src/main/java/com/namsor/sdk2/model/UserInfoOut.java index 1f0030e8..cecbacf8 100644 --- a/src/main/java/com/namsor/sdk2/model/UserInfoOut.java +++ b/src/main/java/com/namsor/sdk2/model/UserInfoOut.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ /** * UserInfoOut */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-03-15T09:38:22.982+01:00[Europe/Berlin]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-07-12T18:00:09.597+02:00[Europe/Berlin]") public class UserInfoOut { public static final String SERIALIZED_NAME_UID = "uid"; @SerializedName(SERIALIZED_NAME_UID) diff --git a/src/test/java/com/namsor/sdk2/api/AdminApiTest.java b/src/test/java/com/namsor/sdk2/api/AdminApiTest.java index 0afad2e6..4292008b 100644 --- a/src/test/java/com/namsor/sdk2/api/AdminApiTest.java +++ b/src/test/java/com/namsor/sdk2/api/AdminApiTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/api/ChineseApiTest.java b/src/test/java/com/namsor/sdk2/api/ChineseApiTest.java index 16e6ebc6..61a5313d 100644 --- a/src/test/java/com/namsor/sdk2/api/ChineseApiTest.java +++ b/src/test/java/com/namsor/sdk2/api/ChineseApiTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/api/GeneralApiTest.java b/src/test/java/com/namsor/sdk2/api/GeneralApiTest.java index d34ac25f..927dc506 100644 --- a/src/test/java/com/namsor/sdk2/api/GeneralApiTest.java +++ b/src/test/java/com/namsor/sdk2/api/GeneralApiTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/api/JapaneseApiTest.java b/src/test/java/com/namsor/sdk2/api/JapaneseApiTest.java index 89703971..dafa2943 100644 --- a/src/test/java/com/namsor/sdk2/api/JapaneseApiTest.java +++ b/src/test/java/com/namsor/sdk2/api/JapaneseApiTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/api/PersonalApiTest.java b/src/test/java/com/namsor/sdk2/api/PersonalApiTest.java index 7610df5f..20ad4741 100644 --- a/src/test/java/com/namsor/sdk2/api/PersonalApiTest.java +++ b/src/test/java/com/namsor/sdk2/api/PersonalApiTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -421,7 +421,7 @@ public void parsedGenderGeoBatchTest() throws ApiException { } /** - * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). + * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * * @@ -438,7 +438,7 @@ public void usRaceEthnicityTest() throws ApiException { } /** - * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. + * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * * @@ -454,7 +454,7 @@ public void usRaceEthnicityBatchTest() throws ApiException { } /** - * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). + * [USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * * @@ -472,7 +472,7 @@ public void usRaceEthnicityZIP5Test() throws ApiException { } /** - * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. + * [USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander). * * * diff --git a/src/test/java/com/namsor/sdk2/api/SocialApiTest.java b/src/test/java/com/namsor/sdk2/api/SocialApiTest.java index 906422fa..b38bec4c 100644 --- a/src/test/java/com/namsor/sdk2/api/SocialApiTest.java +++ b/src/test/java/com/namsor/sdk2/api/SocialApiTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIBillingPeriodUsageOutTest.java b/src/test/java/com/namsor/sdk2/model/APIBillingPeriodUsageOutTest.java index 70bc6cc4..21027dd0 100644 --- a/src/test/java/com/namsor/sdk2/model/APIBillingPeriodUsageOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIBillingPeriodUsageOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIClassifierOutTest.java b/src/test/java/com/namsor/sdk2/model/APIClassifierOutTest.java index 90d6f23a..a4b5e1b5 100644 --- a/src/test/java/com/namsor/sdk2/model/APIClassifierOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIClassifierOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIClassifierTaxonomyOutTest.java b/src/test/java/com/namsor/sdk2/model/APIClassifierTaxonomyOutTest.java index dff60ce3..0805f9f4 100644 --- a/src/test/java/com/namsor/sdk2/model/APIClassifierTaxonomyOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIClassifierTaxonomyOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIClassifiersStatusOutTest.java b/src/test/java/com/namsor/sdk2/model/APIClassifiersStatusOutTest.java index 03f04459..6cd1dd89 100644 --- a/src/test/java/com/namsor/sdk2/model/APIClassifiersStatusOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIClassifiersStatusOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APICounterV2OutTest.java b/src/test/java/com/namsor/sdk2/model/APICounterV2OutTest.java index 2d9f639d..828b9592 100644 --- a/src/test/java/com/namsor/sdk2/model/APICounterV2OutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APICounterV2OutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIKeyOutTest.java b/src/test/java/com/namsor/sdk2/model/APIKeyOutTest.java index 893cbc65..e793d793 100644 --- a/src/test/java/com/namsor/sdk2/model/APIKeyOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIKeyOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIPeriodUsageOutTest.java b/src/test/java/com/namsor/sdk2/model/APIPeriodUsageOutTest.java index 2717fb68..d3c03b2a 100644 --- a/src/test/java/com/namsor/sdk2/model/APIPeriodUsageOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIPeriodUsageOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIPlanOutTest.java b/src/test/java/com/namsor/sdk2/model/APIPlanOutTest.java index 981e5d47..058ff209 100644 --- a/src/test/java/com/namsor/sdk2/model/APIPlanOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIPlanOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIPlanSubscriptionOutTest.java b/src/test/java/com/namsor/sdk2/model/APIPlanSubscriptionOutTest.java index 3a49dcc8..4c6f333d 100644 --- a/src/test/java/com/namsor/sdk2/model/APIPlanSubscriptionOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIPlanSubscriptionOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIPlansOutTest.java b/src/test/java/com/namsor/sdk2/model/APIPlansOutTest.java index ea4aa758..2f2a371c 100644 --- a/src/test/java/com/namsor/sdk2/model/APIPlansOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIPlansOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIServiceOutTest.java b/src/test/java/com/namsor/sdk2/model/APIServiceOutTest.java index df25e48c..c4872798 100644 --- a/src/test/java/com/namsor/sdk2/model/APIServiceOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIServiceOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIServicesOutTest.java b/src/test/java/com/namsor/sdk2/model/APIServicesOutTest.java index f8d89c6e..e03f5e37 100644 --- a/src/test/java/com/namsor/sdk2/model/APIServicesOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIServicesOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/APIUsageAggregatedOutTest.java b/src/test/java/com/namsor/sdk2/model/APIUsageAggregatedOutTest.java index b80f3723..42eb184b 100644 --- a/src/test/java/com/namsor/sdk2/model/APIUsageAggregatedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/APIUsageAggregatedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchCorridorInTest.java b/src/test/java/com/namsor/sdk2/model/BatchCorridorInTest.java index b6f3cb06..f365cb85 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchCorridorInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchCorridorInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchCorridorOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchCorridorOutTest.java index 245586d5..4d38766a 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchCorridorOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchCorridorOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOutTest.java index fe4922c0..f42a01a8 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGenderInTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGenderInTest.java index 5f2f6ae2..6dc7bdb8 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGenderInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGenderInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGenderedOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGenderedOutTest.java index 3ec9132b..58b2d039 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGenderedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGenderedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGeoInTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGeoInTest.java index 62676a90..a5d05f8f 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedInTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedInTest.java index 63b23aa3..31f3314b 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameInTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameInTest.java index 0f3f9f3f..cc773865 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameOriginedOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameOriginedOutTest.java index 7f19429d..91db0356 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameOriginedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameOriginedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOutTest.java index fd648210..15e93e6c 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoInTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoInTest.java index 8ae32794..10f2ed81 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberInTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberInTest.java index 077480e9..0bcb5ea7 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOutTest.java index 888803b8..2119dfbc 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchMatchPersonalFirstLastNameInTest.java b/src/test/java/com/namsor/sdk2/model/BatchMatchPersonalFirstLastNameInTest.java index 2dec6f94..b4907402 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchMatchPersonalFirstLastNameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchMatchPersonalFirstLastNameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchNameGeoInTest.java b/src/test/java/com/namsor/sdk2/model/BatchNameGeoInTest.java index 77486b6b..85292c7d 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchNameGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchNameGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchNameInTest.java b/src/test/java/com/namsor/sdk2/model/BatchNameInTest.java index 64d34e54..270580c8 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchNameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchNameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchNameMatchCandidatesOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchNameMatchCandidatesOutTest.java index c1ae15aa..01d8fdde 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchNameMatchCandidatesOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchNameMatchCandidatesOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchNameMatchedOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchNameMatchedOutTest.java index 6aac6814..4b9e052e 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchNameMatchedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchNameMatchedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchParsedFullNameGeoInTest.java b/src/test/java/com/namsor/sdk2/model/BatchParsedFullNameGeoInTest.java index cf705152..74dad29e 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchParsedFullNameGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchParsedFullNameGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchParsedFullNameInTest.java b/src/test/java/com/namsor/sdk2/model/BatchParsedFullNameInTest.java index 7735404a..bdbf4a28 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchParsedFullNameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchParsedFullNameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGenderedOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGenderedOutTest.java index ffe7c6e7..9dd43800 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGenderedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGenderedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGeoInTest.java b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGeoInTest.java index 19876b63..35182406 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGeoOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGeoOutTest.java index 0574acfd..c7191cbc 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGeoOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameGeoOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameInTest.java b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameInTest.java index 8a94e9bc..2aa4708c 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameParsedOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameParsedOutTest.java index 018feb14..f9eb3300 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchPersonalNameParsedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchPersonalNameParsedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BatchProperNounCategorizedOutTest.java b/src/test/java/com/namsor/sdk2/model/BatchProperNounCategorizedOutTest.java index 08a01fd8..fdff5f61 100644 --- a/src/test/java/com/namsor/sdk2/model/BatchProperNounCategorizedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BatchProperNounCategorizedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BillingHistoryOutTest.java b/src/test/java/com/namsor/sdk2/model/BillingHistoryOutTest.java index 79fcf91b..393817eb 100644 --- a/src/test/java/com/namsor/sdk2/model/BillingHistoryOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BillingHistoryOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/BillingInfoInOutTest.java b/src/test/java/com/namsor/sdk2/model/BillingInfoInOutTest.java index bf3b4e60..db7d77d1 100644 --- a/src/test/java/com/namsor/sdk2/model/BillingInfoInOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/BillingInfoInOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/CacheMetricsOutTest.java b/src/test/java/com/namsor/sdk2/model/CacheMetricsOutTest.java index 8e9766e7..5101b085 100644 --- a/src/test/java/com/namsor/sdk2/model/CacheMetricsOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/CacheMetricsOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/ClassifierMetricsOutTest.java b/src/test/java/com/namsor/sdk2/model/ClassifierMetricsOutTest.java index dd3de706..4586da38 100644 --- a/src/test/java/com/namsor/sdk2/model/ClassifierMetricsOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/ClassifierMetricsOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/CorridorInTest.java b/src/test/java/com/namsor/sdk2/model/CorridorInTest.java index debad85e..10730989 100644 --- a/src/test/java/com/namsor/sdk2/model/CorridorInTest.java +++ b/src/test/java/com/namsor/sdk2/model/CorridorInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/CorridorOutTest.java b/src/test/java/com/namsor/sdk2/model/CorridorOutTest.java index d9971a1b..f1c2cbab 100644 --- a/src/test/java/com/namsor/sdk2/model/CorridorOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/CorridorOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/CurrenciesOutTest.java b/src/test/java/com/namsor/sdk2/model/CurrenciesOutTest.java index 13881a60..35a5300d 100644 --- a/src/test/java/com/namsor/sdk2/model/CurrenciesOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/CurrenciesOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/ExpectedClassMetricsOutTest.java b/src/test/java/com/namsor/sdk2/model/ExpectedClassMetricsOutTest.java index e7703807..8d86b0bb 100644 --- a/src/test/java/com/namsor/sdk2/model/ExpectedClassMetricsOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/ExpectedClassMetricsOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FeedbackLoopOutTest.java b/src/test/java/com/namsor/sdk2/model/FeedbackLoopOutTest.java index 3a219e8c..47bd3833 100644 --- a/src/test/java/com/namsor/sdk2/model/FeedbackLoopOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/FeedbackLoopOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNameDiasporaedOutTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNameDiasporaedOutTest.java index a04b43c1..d6b4ed63 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNameDiasporaedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNameDiasporaedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNameGenderInTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNameGenderInTest.java index c00082db..aeda96f5 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNameGenderInTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNameGenderInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNameGenderedOutTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNameGenderedOutTest.java index 4ce9f878..0926df57 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNameGenderedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNameGenderedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNameGeoInTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNameGeoInTest.java index 66ddf920..3c0f3c90 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNameGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNameGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNameGeoZippedInTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNameGeoZippedInTest.java index 8ae4f27a..ae492a4a 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNameGeoZippedInTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNameGeoZippedInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNameInTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNameInTest.java index 8febea7f..c1c442c5 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNameOriginedOutTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNameOriginedOutTest.java index 21c73be6..caeb2f19 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNameOriginedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNameOriginedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNameOutTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNameOutTest.java index 7cb22383..8fb5d4bc 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNameOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNameOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneCodedOutTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneCodedOutTest.java index 17b70892..6eb1f854 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneCodedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneCodedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -161,19 +161,19 @@ public void scoreTest() { } /** - * Test the property 'countryIso2' + * Test the property 'category' */ @Test - public void countryIso2Test() { - // TODO: test countryIso2 + public void categoryTest() { + // TODO: test category } /** - * Test the property 'category' + * Test the property 'countryIso2' */ @Test - public void categoryTest() { - // TODO: test category + public void countryIso2Test() { + // TODO: test countryIso2 } } diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoInTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoInTest.java index 55ea4ac0..53e9aa99 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberInTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberInTest.java index b224605a..23cb2294 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberInTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNamePhoneNumberInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOutTest.java b/src/test/java/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOutTest.java index 96a81ded..07fc718f 100644 --- a/src/test/java/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/InlineObjectTest.java b/src/test/java/com/namsor/sdk2/model/InlineObjectTest.java index 3f91b57b..ff6fc0c4 100644 --- a/src/test/java/com/namsor/sdk2/model/InlineObjectTest.java +++ b/src/test/java/com/namsor/sdk2/model/InlineObjectTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/InvoiceItemOutTest.java b/src/test/java/com/namsor/sdk2/model/InvoiceItemOutTest.java index e2e02a5e..e7b6ac4f 100644 --- a/src/test/java/com/namsor/sdk2/model/InvoiceItemOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/InvoiceItemOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/InvoiceOutTest.java b/src/test/java/com/namsor/sdk2/model/InvoiceOutTest.java index 2eb0151b..4b13fcfa 100644 --- a/src/test/java/com/namsor/sdk2/model/InvoiceOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/InvoiceOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/MatchPersonalFirstLastNameInTest.java b/src/test/java/com/namsor/sdk2/model/MatchPersonalFirstLastNameInTest.java index 5d7441d0..50c9b532 100644 --- a/src/test/java/com/namsor/sdk2/model/MatchPersonalFirstLastNameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/MatchPersonalFirstLastNameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/NamSorCounterOutTest.java b/src/test/java/com/namsor/sdk2/model/NamSorCounterOutTest.java index 6c744092..1aebf8ea 100644 --- a/src/test/java/com/namsor/sdk2/model/NamSorCounterOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/NamSorCounterOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/NameGeoInTest.java b/src/test/java/com/namsor/sdk2/model/NameGeoInTest.java index 61d96e2b..b57629b4 100644 --- a/src/test/java/com/namsor/sdk2/model/NameGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/NameGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/NameInTest.java b/src/test/java/com/namsor/sdk2/model/NameInTest.java index 967ddf23..e975caca 100644 --- a/src/test/java/com/namsor/sdk2/model/NameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/NameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/NameMatchCandidateOutTest.java b/src/test/java/com/namsor/sdk2/model/NameMatchCandidateOutTest.java index 3d863808..7b970a38 100644 --- a/src/test/java/com/namsor/sdk2/model/NameMatchCandidateOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/NameMatchCandidateOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/NameMatchCandidatesOutTest.java b/src/test/java/com/namsor/sdk2/model/NameMatchCandidatesOutTest.java index 7d9e37f2..70b57281 100644 --- a/src/test/java/com/namsor/sdk2/model/NameMatchCandidatesOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/NameMatchCandidatesOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/NameMatchedOutTest.java b/src/test/java/com/namsor/sdk2/model/NameMatchedOutTest.java index 192021e1..a19448a6 100644 --- a/src/test/java/com/namsor/sdk2/model/NameMatchedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/NameMatchedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/ParsedFullNameGeoInTest.java b/src/test/java/com/namsor/sdk2/model/ParsedFullNameGeoInTest.java index 03fdb00f..f19f7979 100644 --- a/src/test/java/com/namsor/sdk2/model/ParsedFullNameGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/ParsedFullNameGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/ParsedFullNameInTest.java b/src/test/java/com/namsor/sdk2/model/ParsedFullNameInTest.java index 26a1f56d..9cd6af11 100644 --- a/src/test/java/com/namsor/sdk2/model/ParsedFullNameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/ParsedFullNameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/PersonalNameGenderedOutTest.java b/src/test/java/com/namsor/sdk2/model/PersonalNameGenderedOutTest.java index 458cf7fe..4c7d9202 100644 --- a/src/test/java/com/namsor/sdk2/model/PersonalNameGenderedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/PersonalNameGenderedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/PersonalNameGeoInTest.java b/src/test/java/com/namsor/sdk2/model/PersonalNameGeoInTest.java index 677a62e6..38a3a793 100644 --- a/src/test/java/com/namsor/sdk2/model/PersonalNameGeoInTest.java +++ b/src/test/java/com/namsor/sdk2/model/PersonalNameGeoInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/PersonalNameGeoOutTest.java b/src/test/java/com/namsor/sdk2/model/PersonalNameGeoOutTest.java index 96bfb574..be0c02ab 100644 --- a/src/test/java/com/namsor/sdk2/model/PersonalNameGeoOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/PersonalNameGeoOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/PersonalNameInTest.java b/src/test/java/com/namsor/sdk2/model/PersonalNameInTest.java index 964d8ce9..5bf5acb2 100644 --- a/src/test/java/com/namsor/sdk2/model/PersonalNameInTest.java +++ b/src/test/java/com/namsor/sdk2/model/PersonalNameInTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/PersonalNameParsedOutTest.java b/src/test/java/com/namsor/sdk2/model/PersonalNameParsedOutTest.java index bb1f8e57..2236ceea 100644 --- a/src/test/java/com/namsor/sdk2/model/PersonalNameParsedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/PersonalNameParsedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/ProperNounCategorizedOutTest.java b/src/test/java/com/namsor/sdk2/model/ProperNounCategorizedOutTest.java index c00288aa..f9ad0c90 100644 --- a/src/test/java/com/namsor/sdk2/model/ProperNounCategorizedOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/ProperNounCategorizedOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/RomanizedNameOutTest.java b/src/test/java/com/namsor/sdk2/model/RomanizedNameOutTest.java index b1e55f3c..d9cab12a 100644 --- a/src/test/java/com/namsor/sdk2/model/RomanizedNameOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/RomanizedNameOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/SoftwareVersionOutTest.java b/src/test/java/com/namsor/sdk2/model/SoftwareVersionOutTest.java index c2698e4c..e6ecbe1b 100644 --- a/src/test/java/com/namsor/sdk2/model/SoftwareVersionOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/SoftwareVersionOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/SourceDetailedMetricsOutTest.java b/src/test/java/com/namsor/sdk2/model/SourceDetailedMetricsOutTest.java index 6741db23..433345c2 100644 --- a/src/test/java/com/namsor/sdk2/model/SourceDetailedMetricsOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/SourceDetailedMetricsOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/SourceMetricsOutTest.java b/src/test/java/com/namsor/sdk2/model/SourceMetricsOutTest.java index 269d9380..bd62d539 100644 --- a/src/test/java/com/namsor/sdk2/model/SourceMetricsOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/SourceMetricsOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/StripeCardOutTest.java b/src/test/java/com/namsor/sdk2/model/StripeCardOutTest.java index 5f731556..26c8d8e7 100644 --- a/src/test/java/com/namsor/sdk2/model/StripeCardOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/StripeCardOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/StripeCustomerOutTest.java b/src/test/java/com/namsor/sdk2/model/StripeCustomerOutTest.java index a5214097..2a37a8bc 100644 --- a/src/test/java/com/namsor/sdk2/model/StripeCustomerOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/StripeCustomerOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/SystemMetricsOutTest.java b/src/test/java/com/namsor/sdk2/model/SystemMetricsOutTest.java index ceee19f7..d16c4ebd 100644 --- a/src/test/java/com/namsor/sdk2/model/SystemMetricsOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/SystemMetricsOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/com/namsor/sdk2/model/UserInfoOutTest.java b/src/test/java/com/namsor/sdk2/model/UserInfoOutTest.java index ae7b99e9..d52cffe3 100644 --- a/src/test/java/com/namsor/sdk2/model/UserInfoOutTest.java +++ b/src/test/java/com/namsor/sdk2/model/UserInfoOutTest.java @@ -1,8 +1,8 @@ /* * NamSor API v2 - * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! + * NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! * - * OpenAPI spec version: 2.0.13 + * OpenAPI spec version: 2.0.14 * Contact: contact@namsor.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/target/apidocs/com/namsor/sdk2/api/AdminApi.html b/target/apidocs/com/namsor/sdk2/api/AdminApi.html index 569492eb..ab662812 100644 --- a/target/apidocs/com/namsor/sdk2/api/AdminApi.html +++ b/target/apidocs/com/namsor/sdk2/api/AdminApi.html @@ -2,10 +2,10 @@ - + -AdminApi (namsor-sdk2 2.0.13 API) - +AdminApi (namsor-sdk2 2.0.14 API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@