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/didcomm-disable";
pub const DISABLE_DIDCOMM_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/didcomm-disable-result";
pub const ENABLE_REST: &str =
"https://firstperson.network/protocols/services-management/1.0/rest-enable";
pub const ENABLE_REST_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/rest-enable-result";
pub const UPDATE_REST: &str =
"https://firstperson.network/protocols/services-management/1.0/rest-update";
pub const UPDATE_REST_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/rest-update-result";
pub const DISABLE_REST: &str =
"https://firstperson.network/protocols/services-management/1.0/rest-disable";
pub const DISABLE_REST_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/rest-disable-result";
pub const ROLLBACK_REST: &str =
"https://firstperson.network/protocols/services-management/1.0/rest-rollback";
pub const ROLLBACK_REST_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/rest-rollback-result";
pub const ROLLBACK_DIDCOMM: &str =
"https://firstperson.network/protocols/services-management/1.0/didcomm-rollback";
pub const ROLLBACK_DIDCOMM_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/didcomm-rollback-result";
pub const ENABLE_TSP: &str =
"https://firstperson.network/protocols/services-management/1.0/tsp-enable";
pub const ENABLE_TSP_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/tsp-enable-result";
pub const UPDATE_TSP: &str =
"https://firstperson.network/protocols/services-management/1.0/tsp-update";
pub const UPDATE_TSP_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/tsp-update-result";
pub const DISABLE_TSP: &str =
"https://firstperson.network/protocols/services-management/1.0/tsp-disable";
pub const DISABLE_TSP_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/tsp-disable-result";
pub const ROLLBACK_TSP: &str =
"https://firstperson.network/protocols/services-management/1.0/tsp-rollback";
pub const ROLLBACK_TSP_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/tsp-rollback-result";
pub const ENABLE_WEBAUTHN: &str =
"https://firstperson.network/protocols/services-management/1.0/webauthn-enable";
pub const ENABLE_WEBAUTHN_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/webauthn-enable-result";
pub const UPDATE_WEBAUTHN: &str =
"https://firstperson.network/protocols/services-management/1.0/webauthn-update";
pub const UPDATE_WEBAUTHN_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/webauthn-update-result";
pub const DISABLE_WEBAUTHN: &str =
"https://firstperson.network/protocols/services-management/1.0/webauthn-disable";
pub const DISABLE_WEBAUTHN_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/webauthn-disable-result";
pub const ROLLBACK_WEBAUTHN: &str =
"https://firstperson.network/protocols/services-management/1.0/webauthn-rollback";
pub const ROLLBACK_WEBAUTHN_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/webauthn-rollback-result";
pub const LIST_SERVICES: &str =
"https://firstperson.network/protocols/services-management/1.0/list";
pub const LIST_SERVICES_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/list-result";
pub const LIST_DRAIN: &str =
"https://firstperson.network/protocols/services-management/1.0/didcomm-drain-list";
pub const LIST_DRAIN_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/didcomm-drain-list-result";
pub const UPDATE_DIDCOMM: &str =
"https://firstperson.network/protocols/services-management/1.0/didcomm-update";
pub const UPDATE_DIDCOMM_RESULT: &str =
"https://firstperson.network/protocols/services-management/1.0/didcomm-update-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";