mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Revert "Update to latest proto definitions from SteamDatabase/Protobufs"
This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
parent
38ae8528fb
commit
70a102b373
127 changed files with 28656 additions and 40688 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import "steammessages_base.proto";
|
||||
import "steammessages_unified_base.steamclient.proto";
|
||||
import "contenthubs.proto";
|
||||
import "steammessages_storebrowse.steamclient.proto";
|
||||
import "enums.proto";
|
||||
|
||||
option cc_generic_services = true;
|
||||
|
|
@ -21,8 +20,7 @@ enum EStoreDiscoveryQueueType {
|
|||
k_EStoreDiscoveryQueueTypeRecommendedDemos = 12;
|
||||
k_EStoreDiscoveryQueueTypeDLCNewReleases = 13;
|
||||
k_EStoreDiscoveryQueueTypeDLCTopSellers = 14;
|
||||
k_EStoreDiscoveryQueueTypeDLCUpcoming = 15;
|
||||
k_EStoreDiscoveryQueueTypeMAX = 16;
|
||||
k_EStoreDiscoveryQueueTypeMAX = 15;
|
||||
}
|
||||
|
||||
enum EPlaytestStatus {
|
||||
|
|
@ -30,7 +28,6 @@ enum EPlaytestStatus {
|
|||
k_ETesterStatusPending = 1;
|
||||
k_ETesterStatusInvited = 2;
|
||||
k_ETesterStatusGranted = 3;
|
||||
k_ETesterStatusExpired = 4;
|
||||
}
|
||||
|
||||
enum EAppReportType {
|
||||
|
|
@ -102,22 +99,6 @@ message CStore_RegisterCDKey_Response {
|
|||
optional .CStore_PurchaseReceiptInfo purchase_receipt_info = 2;
|
||||
}
|
||||
|
||||
message CStore_GetRecommendedTagsForUser_Request {
|
||||
optional string language = 2;
|
||||
optional string country_code = 3;
|
||||
optional bool favor_rarer_tags = 4;
|
||||
}
|
||||
|
||||
message CStore_GetRecommendedTagsForUser_Response {
|
||||
message Tag {
|
||||
optional uint32 tagid = 1;
|
||||
optional string name = 2;
|
||||
optional float weight = 3;
|
||||
}
|
||||
|
||||
repeated .CStore_GetRecommendedTagsForUser_Response.Tag tags = 1;
|
||||
}
|
||||
|
||||
message CStore_GetMostPopularTags_Request {
|
||||
optional string language = 1;
|
||||
}
|
||||
|
|
@ -190,8 +171,6 @@ message CStore_GetDiscoveryQueue_Request {
|
|||
optional uint32 experimental_cohort = 10;
|
||||
optional bool debug_get_solr_query = 11;
|
||||
optional .CStorePageFilter store_page_filter = 12;
|
||||
optional .StoreBrowseContext context = 13;
|
||||
optional .StoreBrowseItemDataRequest data_request = 14;
|
||||
}
|
||||
|
||||
message CStore_GetDiscoveryQueue_Response {
|
||||
|
|
@ -202,7 +181,6 @@ message CStore_GetDiscoveryQueue_Response {
|
|||
optional bool exhausted = 5;
|
||||
optional uint32 experimental_cohort = 6;
|
||||
optional string debug_solr_query = 7;
|
||||
repeated .StoreItem store_items = 8;
|
||||
}
|
||||
|
||||
message CStore_GetDiscoveryQueueSettings_Request {
|
||||
|
|
@ -273,7 +251,6 @@ message CStore_ReportApp_Response {
|
|||
}
|
||||
|
||||
message CStore_GetStorePreferences_Request {
|
||||
optional string country_code = 1;
|
||||
}
|
||||
|
||||
message CStore_UserPreferences {
|
||||
|
|
@ -340,7 +317,6 @@ message CStore_UpdatePackageReservations_Response {
|
|||
message CStore_GetWishlistDemoEmailStatus_Request {
|
||||
optional uint32 appid = 1;
|
||||
optional uint32 demo_appid = 2;
|
||||
optional bool allow_late_firing = 3;
|
||||
}
|
||||
|
||||
message CStore_GetWishlistDemoEmailStatus_Response {
|
||||
|
|
@ -352,7 +328,6 @@ message CStore_GetWishlistDemoEmailStatus_Response {
|
|||
message CStore_QueueWishlistDemoEmailToFire_Request {
|
||||
optional uint32 appid = 1;
|
||||
optional uint32 demo_appid = 2;
|
||||
optional bool allow_late_firing = 3;
|
||||
}
|
||||
|
||||
message CStore_QueueWishlistDemoEmailToFire_Response {
|
||||
|
|
@ -420,7 +395,6 @@ message CStore_StorePreferencesChanged_Notification {
|
|||
|
||||
service Store {
|
||||
rpc RegisterCDKey (.CStore_RegisterCDKey_Request) returns (.CStore_RegisterCDKey_Response);
|
||||
rpc GetRecommendedTagsForUser (.CStore_GetRecommendedTagsForUser_Request) returns (.CStore_GetRecommendedTagsForUser_Response);
|
||||
rpc GetMostPopularTags (.CStore_GetMostPopularTags_Request) returns (.CStore_GetMostPopularTags_Response);
|
||||
rpc GetLocalizedNameForTags (.CStore_GetLocalizedNameForTags_Request) returns (.CStore_GetLocalizedNameForTags_Response);
|
||||
rpc GetTagList (.CStore_GetTagList_Request) returns (.CStore_GetTagList_Response);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue