diff --git a/account.proto b/account.proto index c353f82..28094df 100644 --- a/account.proto +++ b/account.proto @@ -60,9 +60,6 @@ service AdminService { // control the associated private key also in order to connect to NATS as // the token is not enough on its own rpc CreateToken(AdminCreateTokenRequest) returns (CreateTokenResponse); - - // Lists all the available item types that can be discovered by sources that are running and healthy - rpc ListAvailableItemTypes(ListAvailableItemTypesRequest) returns (ListAvailableItemTypesResponse); } // TODO: Decide if I should have the admin requests return the exact same @@ -180,6 +177,9 @@ service ManagementService { rpc RevlinkWarmup(RevlinkWarmupRequest) returns (stream RevlinkWarmupResponse); rpc GetTrialEnd(GetTrialEndRequest) returns (GetTrialEndResponse); + + // Lists all the available item types that can be discovered by sources that are running and healthy + rpc ListAvailableItemTypes(ListAvailableItemTypesRequest) returns (ListAvailableItemTypesResponse); } enum SourceStatus {