pub const SERVICES_PROTOCOL_BASE: &str =
"https://firstperson.network/protocols/services-management/1.0";
pub const MEDIATOR_PROTOCOL_BASE: &str =
"https://firstperson.network/protocols/mediator-management/1.0";
pub const DISABLE_DIDCOMM: &str =
"https://firstperson.network/protocols/services-management/1.0/disable";
pub const DISABLE_DIDCOMM_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/disable-result";
pub const MIGRATE_MEDIATOR: &str =
"https://firstperson.network/protocols/mediator-management/1.0/migrate";
pub const MIGRATE_MEDIATOR_RESULT: &str =
"https://firstperson.network/protocols/mediator-management/1.0/migrate-result";
pub const DRAIN_CANCEL: &str =
"https://firstperson.network/protocols/mediator-management/1.0/drain-cancel";
pub const DRAIN_CANCEL_RESULT: &str =
"https://firstperson.network/protocols/mediator-management/1.0/drain-cancel-result";
pub const MEDIATOR_REPORT: &str =
"https://firstperson.network/protocols/mediator-management/1.0/report";
pub const MEDIATOR_REPORT_RESULT: &str =
"https://firstperson.network/protocols/mediator-management/1.0/report-result";