psgc-mcp
Version:
Philippine Standard Geographic Code MCP Server - provides hierarchical geographic data for the Philippines
9 lines • 2.47 kB
TypeScript
/**
* PSGC Types - Barrel exports for all type definitions
*/
export type { GeographicEntity, IslandGroup, Region, Province, District, City, Municipality, SubMunicipality, CityMunicipality, Barangay, PSGCApiResponse, PSGCApiError, GeographicHierarchy, SearchResult, IslandGroupParams as IslandGroupParamsInterface, RegionParams as RegionParamsInterface, ProvinceParams as ProvinceParamsInterface, DistrictParams as DistrictParamsInterface, CityParams as CityParamsInterface, MunicipalityParams as MunicipalityParamsInterface, SubMunicipalityParams as SubMunicipalityParamsInterface, CityMunicipalityParams as CityMunicipalityParamsInterface, BarangayParams as BarangayParamsInterface, SearchByNameParams as SearchByNameParamsInterface, ValidateCodeParams as ValidateCodeParamsInterface, GetHierarchyParams as GetHierarchyParamsInterface, } from './psgc.types';
export { IslandGroupCodeSchema, RegionCodeSchema, ProvinceCodeSchema, DistrictCodeSchema, CityCodeSchema, MunicipalityCodeSchema, SubMunicipalityCodeSchema, CityMunicipalityCodeSchema, BarangayCodeSchema, EntityTypeSchema, IslandGroupParamsSchema, RegionParamsSchema, ProvinceParamsSchema, DistrictParamsSchema, CityParamsSchema, MunicipalityParamsSchema, SubMunicipalityParamsSchema, CityMunicipalityParamsSchema, BarangayParamsSchema, SearchByNameParamsSchema, ValidateCodeParamsSchema, GetHierarchyParamsSchema, IslandGroupSchema, RegionSchema, ProvinceSchema, DistrictSchema, CitySchema, MunicipalitySchema, SubMunicipalitySchema, CityMunicipalitySchema, BarangaySchema, IslandGroupsResponseSchema, RegionsResponseSchema, ProvincesResponseSchema, DistrictsResponseSchema, CitiesResponseSchema, MunicipalitiesResponseSchema, SubMunicipalitiesResponseSchema, CityMunicipalitiesResponseSchema, BarangaysResponseSchema, } from './validation.schemas.js';
export type { IslandGroupCode, EntityType, IslandGroupParams, RegionParams, ProvinceParams, DistrictParams, CityParams, MunicipalityParams, SubMunicipalityParams, CityMunicipalityParams, BarangayParams, SearchByNameParams, ValidateCodeParams, GetHierarchyParams, } from './validation.schemas.js';
export { API_CONFIG, GEOGRAPHIC_CODES, ENTITY_TYPES, API_ENDPOINTS, ERROR_MESSAGES, CONTENT_TYPES, CACHE_KEYS, RATE_LIMITS, PAGINATION, } from './constants.js';
export type { PSGCError, ApiResponse, CacheConfig, RateLimitConfig, RetryConfig, ContentType, ApiEndpoint, HttpMethod, RequestOptions, } from './api.types.js';
//# sourceMappingURL=index.d.ts.map