Skip to content

Commit

Permalink
fix(gebura): add source to GetPurchasedAppsRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Jan 2, 2024
1 parent 11d9abb commit 6106348
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proto/librarian/sephirah/v1/gebura.proto
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ message PurchaseAppRequest {

message PurchaseAppResponse {}

message GetPurchasedAppsRequest {}
message GetPurchasedAppsRequest {
// Get purchase info from bound account
// only support APP_SOURCE_STEAM
optional librarian.v1.AppSource source = 1;
}
message GetPurchasedAppsResponse {
// without details
repeated librarian.v1.App apps = 1;
Expand Down

0 comments on commit 6106348

Please sign in to comment.