Type Alias HonuaMapPackageProtocol

HonuaMapPackageProtocol:
    | "geoservices_feature_service"
    | "geoservices_map_service"
    | "ogc_features"
    | "ogc_maps"
    | "ogc_tiles"
    | "wfs"
    | "wms"
    | "wmts"
    | "odata"
    | "vector_tile"
    | "raster_tile"
    | "pmtiles"
    | "workspace_artifact"

Server SourceBinding.protocol enum. Uses snake_case to match the server wire format. Translated to the SDK's kebab-case Protocol union in source-bridge.ts.