From 3eaa56f0306ead818f64c3d99fc6d230d9b970a4 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Wed, 18 Feb 2026 20:42:03 -0500 Subject: HERE WE GO, HERE WE GO, HERE WE GO --- jb-ui/src/api_fsb/docs/GeoIPInformation.md | 90 ++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 jb-ui/src/api_fsb/docs/GeoIPInformation.md (limited to 'jb-ui/src/api_fsb/docs/GeoIPInformation.md') diff --git a/jb-ui/src/api_fsb/docs/GeoIPInformation.md b/jb-ui/src/api_fsb/docs/GeoIPInformation.md new file mode 100644 index 0000000..5df598e --- /dev/null +++ b/jb-ui/src/api_fsb/docs/GeoIPInformation.md @@ -0,0 +1,90 @@ +# GeoIPInformation + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**geoname_id** | **number** | | [optional] [default to undefined] +**continent_code** | **string** | | [optional] [default to undefined] +**continent_name** | **string** | | [optional] [default to undefined] +**country_iso** | **string** | The ISO code of the country associated with the IP address. | [default to undefined] +**country_name** | **string** | | [optional] [default to undefined] +**subdivision_1_iso** | **string** | | [optional] [default to undefined] +**subdivision_1_name** | **string** | | [optional] [default to undefined] +**subdivision_2_iso** | **string** | | [optional] [default to undefined] +**subdivision_2_name** | **string** | | [optional] [default to undefined] +**city_name** | **string** | | [optional] [default to undefined] +**metro_code** | **number** | | [optional] [default to undefined] +**time_zone** | **string** | | [optional] [default to undefined] +**is_in_european_union** | **boolean** | | [optional] [default to undefined] +**updated** | **string** | | [optional] [default to undefined] +**ip** | **string** | | [default to undefined] +**registered_country_iso** | **string** | | [optional] [default to undefined] +**is_anonymous** | **boolean** | | [optional] [default to undefined] +**is_anonymous_vpn** | **boolean** | | [optional] [default to undefined] +**is_hosting_provider** | **boolean** | | [optional] [default to undefined] +**is_public_proxy** | **boolean** | | [optional] [default to undefined] +**is_tor_exit_node** | **boolean** | | [optional] [default to undefined] +**is_residential_proxy** | **boolean** | | [optional] [default to undefined] +**autonomous_system_number** | **number** | | [optional] [default to undefined] +**autonomous_system_organization** | **string** | | [optional] [default to undefined] +**domain** | **string** | | [optional] [default to undefined] +**isp** | **string** | | [optional] [default to undefined] +**mobile_country_code** | **string** | | [optional] [default to undefined] +**mobile_network_code** | **string** | | [optional] [default to undefined] +**network** | **string** | | [optional] [default to undefined] +**organization** | **string** | | [optional] [default to undefined] +**static_ip_score** | **number** | | [optional] [default to undefined] +**user_type** | [**UserType**](UserType.md) | | [optional] [default to undefined] +**postal_code** | **string** | | [optional] [default to undefined] +**latitude** | **number** | | [optional] [default to undefined] +**longitude** | **number** | | [optional] [default to undefined] +**accuracy_radius** | **number** | | [optional] [default to undefined] + +## Example + +```typescript +import { GeoIPInformation } from './api'; + +const instance: GeoIPInformation = { + geoname_id, + continent_code, + continent_name, + country_iso, + country_name, + subdivision_1_iso, + subdivision_1_name, + subdivision_2_iso, + subdivision_2_name, + city_name, + metro_code, + time_zone, + is_in_european_union, + updated, + ip, + registered_country_iso, + is_anonymous, + is_anonymous_vpn, + is_hosting_provider, + is_public_proxy, + is_tor_exit_node, + is_residential_proxy, + autonomous_system_number, + autonomous_system_organization, + domain, + isp, + mobile_country_code, + mobile_network_code, + network, + organization, + static_ip_score, + user_type, + postal_code, + latitude, + longitude, + accuracy_radius, +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) -- cgit v1.2.3