Skip to content

Commit

Permalink
1 files | M webui/service_loyaltyrewards.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
SteamDB-Tracker committed Feb 3, 2021
1 parent 304d219 commit 95d1ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui/service_loyaltyrewards.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ message CLoyaltyRewards_GetSummary_Response_Summary {

message CLoyaltyRewards_RedeemPoints_Request {
optional uint32 defid = 1;
optional int64 expected_points_cost = 2;
}

message CLoyaltyRewards_RedeemPoints_Response {
Expand Down Expand Up @@ -159,6 +160,7 @@ message CLoyaltyRewards_QueryRewardItems_Request {
repeated int32 filters = 12 [(description) = "enum"];
repeated string filter_match_all_category_tags = 13;
repeated string filter_match_any_category_tags = 14;
repeated uint32 contains_definitionids = 15;
}

message CLoyaltyRewards_QueryRewardItems_Response {
Expand Down

0 comments on commit 95d1ef2

Please sign in to comment.