Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
NamSor SAS committed Feb 1, 2021
1 parent 55e3415 commit 775fb0b
Show file tree
Hide file tree
Showing 789 changed files with 9,652 additions and 3,809 deletions.
200 changes: 98 additions & 102 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.namsor'
version = '2.0.11'
version = '2.0.12'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.namsor",
name := "namsor-sdk2",
version := "2.0.11",
version := "2.0.12",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
102 changes: 0 additions & 102 deletions docs/AdminApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Method | HTTP request | Description
[**namsorCounter**](AdminApi.md#namsorCounter) | **GET** /api2/json/namsorCounter | Get the overall API counter
[**paymentInfo**](AdminApi.md#paymentInfo) | **GET** /api2/json/paymentInfo/{token} | Get the Stripe payment information associated with the current google auth session token.
[**procureKey**](AdminApi.md#procureKey) | **GET** /api2/json/procureKey/{token} | Procure an API Key (sent via Email), based on an auth token. Keep your API Key secret.
[**redeployUI**](AdminApi.md#redeployUI) | **GET** /api2/json/redeployUI/{live} | Redeploy UI from current dev branch.
[**redeployUI1**](AdminApi.md#redeployUI1) | **GET** /api2/json/redeployUI | Redeploy UI from current dev branch.
[**removeUserAccount**](AdminApi.md#removeUserAccount) | **GET** /api2/json/removeUserAccount/{token} | Remove the user account.
[**removeUserAccountOnBehalf**](AdminApi.md#removeUserAccountOnBehalf) | **GET** /api2/json/removeUserAccountOnBehalf/{apiKey} | Remove (on behalf) a user account.
[**shutdown**](AdminApi.md#shutdown) | **GET** /api2/json/shutdown | Stop learning and shutdown system.
Expand Down Expand Up @@ -1125,106 +1123,6 @@ Name | Type | Description | Notes
- **Content-Type**: Not defined
- **Accept**: application/json

<a name="redeployUI"></a>
# **redeployUI**
> redeployUI(live)
Redeploy UI from current dev branch.

### Example
```java
// Import classes:
//import com.namsor.sdk2.invoke.ApiClient;
//import com.namsor.sdk2.invoke.ApiException;
//import com.namsor.sdk2.invoke.Configuration;
//import com.namsor.sdk2.invoke.auth.*;
//import com.namsor.sdk2.api.AdminApi;

ApiClient defaultClient = Configuration.getDefaultApiClient();

// Configure API key authorization: api_key
ApiKeyAuth api_key = (ApiKeyAuth) defaultClient.getAuthentication("api_key");
api_key.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//api_key.setApiKeyPrefix("Token");

AdminApi apiInstance = new AdminApi();
Boolean live = true; // Boolean |
try {
apiInstance.redeployUI(live);
} catch (ApiException e) {
System.err.println("Exception when calling AdminApi#redeployUI");
e.printStackTrace();
}
```

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**live** | **Boolean**| |

### Return type

null (empty response body)

### Authorization

[api_key](../README.md#api_key)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined

<a name="redeployUI1"></a>
# **redeployUI1**
> redeployUI1()
Redeploy UI from current dev branch.

### Example
```java
// Import classes:
//import com.namsor.sdk2.invoke.ApiClient;
//import com.namsor.sdk2.invoke.ApiException;
//import com.namsor.sdk2.invoke.Configuration;
//import com.namsor.sdk2.invoke.auth.*;
//import com.namsor.sdk2.api.AdminApi;

ApiClient defaultClient = Configuration.getDefaultApiClient();

// Configure API key authorization: api_key
ApiKeyAuth api_key = (ApiKeyAuth) defaultClient.getAuthentication("api_key");
api_key.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//api_key.setApiKeyPrefix("Token");

AdminApi apiInstance = new AdminApi();
try {
apiInstance.redeployUI1();
} catch (ApiException e) {
System.err.println("Exception when calling AdminApi#redeployUI1");
e.printStackTrace();
}
```

### Parameters
This endpoint does not need any parameter.

### Return type

null (empty response body)

### Authorization

[api_key](../README.md#api_key)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined

<a name="removeUserAccount"></a>
# **removeUserAccount**
> APIPlanSubscriptionOut removeUserAccount(token)
Expand Down
10 changes: 10 additions & 0 deletions docs/BatchCorridorIn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# BatchCorridorIn

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**corridorFromTo** | [**List&lt;CorridorIn&gt;**](CorridorIn.md) | | [optional]



10 changes: 10 additions & 0 deletions docs/BatchCorridorOut.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# BatchCorridorOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**corridorFromTo** | [**List&lt;CorridorOut&gt;**](CorridorOut.md) | | [optional]



10 changes: 10 additions & 0 deletions docs/BatchNameGeoIn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# BatchNameGeoIn

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**properNouns** | [**List&lt;NameGeoIn&gt;**](NameGeoIn.md) | | [optional]



10 changes: 10 additions & 0 deletions docs/BatchNameIn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# BatchNameIn

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**properNouns** | [**List&lt;NameIn&gt;**](NameIn.md) | | [optional]



10 changes: 10 additions & 0 deletions docs/BatchProperNounCategorizedOut.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# BatchProperNounCategorizedOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**properNouns** | [**List&lt;ProperNounCategorizedOut&gt;**](ProperNounCategorizedOut.md) | | [optional]



12 changes: 12 additions & 0 deletions docs/CorridorIn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# CorridorIn

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | | [optional]
**firstLastNameGeoFrom** | [**FirstLastNameGeoIn**](FirstLastNameGeoIn.md) | | [optional]
**firstLastNameGeoTo** | [**FirstLastNameGeoIn**](FirstLastNameGeoIn.md) | | [optional]



15 changes: 15 additions & 0 deletions docs/CorridorOut.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# CorridorOut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | | [optional]
**firstLastNameGenderedOut** | [**FirstLastNameGenderedOut**](FirstLastNameGenderedOut.md) | | [optional]
**firstLastNameOriginedOut** | [**FirstLastNameOriginedOut**](FirstLastNameOriginedOut.md) | | [optional]
**firstLastNameDiasporaedOut** | [**FirstLastNameDiasporaedOut**](FirstLastNameDiasporaedOut.md) | | [optional]
**script** | **String** | | [optional]
**category** | **String** | | [optional]



2 changes: 2 additions & 0 deletions docs/FirstLastNameDiasporaedOut.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**script** | **String** | | [optional]
**id** | **String** | | [optional]
**firstName** | **String** | | [optional]
**lastName** | **String** | | [optional]
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
**lifted** | **Boolean** | | [optional]
**countryIso2** | **String** | | [optional]
**ethnicitiesTop** | **List&lt;String&gt;** | List ethnicities (top 10) | [optional]
**category** | **String** | | [optional]



2 changes: 2 additions & 0 deletions docs/FirstLastNameGenderedOut.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**script** | **String** | | [optional]
**id** | **String** | | [optional]
**firstName** | **String** | | [optional]
**lastName** | **String** | | [optional]
**likelyGender** | [**LikelyGenderEnum**](#LikelyGenderEnum) | Most likely gender | [optional]
**genderScale** | **Double** | Compatibility to NamSor_v1 Gender Scale M[-1..U..+1]F value | [optional]
**score** | **Double** | | [optional]
**probabilityCalibrated** | **Double** | | [optional]
**category** | **String** | | [optional]


<a name="LikelyGenderEnum"></a>
Expand Down
2 changes: 2 additions & 0 deletions docs/FirstLastNameOriginedOut.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**script** | **String** | | [optional]
**id** | **String** | | [optional]
**firstName** | **String** | | [optional]
**lastName** | **String** | | [optional]
Expand All @@ -16,6 +17,7 @@ Name | Type | Description | Notes
**subRegionOrigin** | **String** | Most likely region of Origin (based on countryOrigin ISO2 code) | [optional]
**probabilityCalibrated** | **Double** | | [optional]
**probabilityAltCalibrated** | **Double** | | [optional]
**category** | **String** | | [optional]



2 changes: 2 additions & 0 deletions docs/FirstLastNameOut.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**script** | **String** | | [optional]
**id** | **String** | | [optional]
**firstName** | **String** | | [optional]
**lastName** | **String** | | [optional]
**category** | **String** | | [optional]



2 changes: 2 additions & 0 deletions docs/FirstLastNamePhoneCodedOut.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**script** | **String** | | [optional]
**id** | **String** | | [optional]
**firstName** | **String** | | [optional]
**lastName** | **String** | | [optional]
Expand All @@ -19,6 +20,7 @@ Name | Type | Description | Notes
**verified** | **Boolean** | | [optional]
**score** | **Double** | | [optional]
**countryIso2** | **String** | | [optional]
**category** | **String** | | [optional]



2 changes: 2 additions & 0 deletions docs/FirstLastNameUSRaceEthnicityOut.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**script** | **String** | | [optional]
**id** | **String** | | [optional]
**firstName** | **String** | | [optional]
**lastName** | **String** | | [optional]
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
**raceEthnicitiesTop** | **List&lt;String&gt;** | List &#39;race&#39;/ethnicities | [optional]
**probabilityCalibrated** | **Double** | | [optional]
**probabilityAltCalibrated** | **Double** | | [optional]
**category** | **String** | | [optional]


<a name="RaceEthnicityAltEnum"></a>
Expand Down
Loading

0 comments on commit 775fb0b

Please sign in to comment.