Skip to content

Commit

Permalink
Update protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Oct 18, 2023
1 parent 1220d3c commit 76d927b
Show file tree
Hide file tree
Showing 40 changed files with 16,931 additions and 23,132 deletions.
35,107 changes: 13,039 additions & 22,068 deletions Resources/NetHookAnalyzer2/NetHookAnalyzer2/Generated/SteamMsgCommon.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,47 +43,6 @@ public partial class CUserReviews_GetFriendsRecommendedApp_Response : global::Pr

}

[global::ProtoBuf.ProtoContract()]
public partial class CUserReviews_GetIndividualRecommendations_Request : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public global::System.Collections.Generic.List<CUserReviews_GetIndividualRecommendations_Request_RecommendationRequest> requests { get; } = new global::System.Collections.Generic.List<CUserReviews_GetIndividualRecommendations_Request_RecommendationRequest>();

}

[global::ProtoBuf.ProtoContract()]
public partial class CUserReviews_GetIndividualRecommendations_Request_RecommendationRequest : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public ulong steamid
{
get => __pbn__steamid.GetValueOrDefault();
set => __pbn__steamid = value;
}
public bool ShouldSerializesteamid() => __pbn__steamid != null;
public void Resetsteamid() => __pbn__steamid = null;
private ulong? __pbn__steamid;

[global::ProtoBuf.ProtoMember(2)]
public uint appid
{
get => __pbn__appid.GetValueOrDefault();
set => __pbn__appid = value;
}
public bool ShouldSerializeappid() => __pbn__appid != null;
public void Resetappid() => __pbn__appid = null;
private uint? __pbn__appid;

}

[global::ProtoBuf.ProtoContract()]
public partial class CUserReviews_GetIndividualRecommendations_Response : global::ProtoBuf.IExtensible
{
Expand Down Expand Up @@ -125,107 +84,6 @@ public uint count

}

[global::ProtoBuf.ProtoContract()]
public partial class CUserReviews_Update_Request : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public ulong recommendationid
{
get => __pbn__recommendationid.GetValueOrDefault();
set => __pbn__recommendationid = value;
}
public bool ShouldSerializerecommendationid() => __pbn__recommendationid != null;
public void Resetrecommendationid() => __pbn__recommendationid = null;
private ulong? __pbn__recommendationid;

[global::ProtoBuf.ProtoMember(2)]
[global::System.ComponentModel.DefaultValue("")]
public string review_text
{
get => __pbn__review_text ?? "";
set => __pbn__review_text = value;
}
public bool ShouldSerializereview_text() => __pbn__review_text != null;
public void Resetreview_text() => __pbn__review_text = null;
private string __pbn__review_text;

[global::ProtoBuf.ProtoMember(3)]
public bool voted_up
{
get => __pbn__voted_up.GetValueOrDefault();
set => __pbn__voted_up = value;
}
public bool ShouldSerializevoted_up() => __pbn__voted_up != null;
public void Resetvoted_up() => __pbn__voted_up = null;
private bool? __pbn__voted_up;

[global::ProtoBuf.ProtoMember(4)]
public bool is_public
{
get => __pbn__is_public.GetValueOrDefault();
set => __pbn__is_public = value;
}
public bool ShouldSerializeis_public() => __pbn__is_public != null;
public void Resetis_public() => __pbn__is_public = null;
private bool? __pbn__is_public;

[global::ProtoBuf.ProtoMember(5)]
[global::System.ComponentModel.DefaultValue("")]
public string language
{
get => __pbn__language ?? "";
set => __pbn__language = value;
}
public bool ShouldSerializelanguage() => __pbn__language != null;
public void Resetlanguage() => __pbn__language = null;
private string __pbn__language;

[global::ProtoBuf.ProtoMember(6)]
public bool is_in_early_access
{
get => __pbn__is_in_early_access.GetValueOrDefault();
set => __pbn__is_in_early_access = value;
}
public bool ShouldSerializeis_in_early_access() => __pbn__is_in_early_access != null;
public void Resetis_in_early_access() => __pbn__is_in_early_access = null;
private bool? __pbn__is_in_early_access;

[global::ProtoBuf.ProtoMember(7)]
public bool received_compensation
{
get => __pbn__received_compensation.GetValueOrDefault();
set => __pbn__received_compensation = value;
}
public bool ShouldSerializereceived_compensation() => __pbn__received_compensation != null;
public void Resetreceived_compensation() => __pbn__received_compensation = null;
private bool? __pbn__received_compensation;

[global::ProtoBuf.ProtoMember(8)]
public bool comments_disabled
{
get => __pbn__comments_disabled.GetValueOrDefault();
set => __pbn__comments_disabled = value;
}
public bool ShouldSerializecomments_disabled() => __pbn__comments_disabled != null;
public void Resetcomments_disabled() => __pbn__comments_disabled = null;
private bool? __pbn__comments_disabled;

[global::ProtoBuf.ProtoMember(9)]
public bool hide_in_steam_china
{
get => __pbn__hide_in_steam_china.GetValueOrDefault();
set => __pbn__hide_in_steam_china = value;
}
public bool ShouldSerializehide_in_steam_china() => __pbn__hide_in_steam_china != null;
public void Resethide_in_steam_china() => __pbn__hide_in_steam_china = null;
private bool? __pbn__hide_in_steam_china;

}

[global::ProtoBuf.ProtoContract()]
public partial class CUserReviews_Update_Response : global::ProtoBuf.IExtensible
{
Expand Down Expand Up @@ -650,34 +508,13 @@ public string ipaddress
public void Resetipaddress() => __pbn__ipaddress = null;
private string __pbn__ipaddress;

[global::ProtoBuf.ProtoMember(42)]
public bool hidden_in_steam_china
{
get => __pbn__hidden_in_steam_china.GetValueOrDefault();
set => __pbn__hidden_in_steam_china = value;
}
public bool ShouldSerializehidden_in_steam_china() => __pbn__hidden_in_steam_china != null;
public void Resethidden_in_steam_china() => __pbn__hidden_in_steam_china = null;
private bool? __pbn__hidden_in_steam_china;

[global::ProtoBuf.ProtoMember(43)]
[global::System.ComponentModel.DefaultValue("")]
public string steam_china_location
{
get => __pbn__steam_china_location ?? "";
set => __pbn__steam_china_location = value;
}
public bool ShouldSerializesteam_china_location() => __pbn__steam_china_location != null;
public void Resetsteam_china_location() => __pbn__steam_china_location = null;
private string __pbn__steam_china_location;

}

public interface IUserReviews
{
CUserReviews_GetFriendsRecommendedApp_Response GetFriendsRecommendedApp(CUserReviews_GetFriendsRecommendedApp_Request request);
CUserReviews_GetIndividualRecommendations_Response GetIndividualRecommendations(CUserReviews_GetIndividualRecommendations_Request request);
CUserReviews_Update_Response Update(CUserReviews_Update_Request request);
CUserReviews_GetIndividualRecommendations_Response GetIndividualRecommendations(NotImplemented request);
CUserReviews_Update_Response Update(NotImplemented request);
}

}
Expand Down
2 changes: 1 addition & 1 deletion Resources/Protobufs
Submodule Protobufs updated 96 files
+0 −551 csgo/base_gcmessages.proto
+2 −0 csgo/cs_gameevents.proto
+58 −8 csgo/cstrike15_gcmessages.proto
+1 −0 csgo/demo.proto
+3 −1 csgo/econ_gcmessages.proto
+1 −0 csgo/netmessages.proto
+0 −205 csgo/steamdatagram_messages.proto
+1 −0 csgo/steamdatagram_messages_sdr.proto
+19 −0 csgo/steammessages_gamenetworkingui.proto
+1 −0 csgo/usercmd.proto
+34 −1 csgo/usermessages.proto
+0 −11 dota2/base_gcmessages.proto
+10 −1 dota2/demo.proto
+2 −0 dota2/dota_clientmessages.proto
+1 −0 dota2/dota_commonmessages.proto
+152 −0 dota2/dota_gcmessages_client.proto
+1 −1 dota2/dota_gcmessages_client_battle_report.proto
+108 −0 dota2/dota_gcmessages_client_bingo.proto
+8 −0 dota2/dota_gcmessages_client_chat.proto
+227 −0 dota2/dota_gcmessages_client_fantasy.proto
+1 −0 dota2/dota_gcmessages_client_match_management.proto
+438 −0 dota2/dota_gcmessages_client_showcase.proto
+5 −0 dota2/dota_gcmessages_client_team.proto
+6 −2 dota2/dota_gcmessages_common.proto
+1 −0 dota2/dota_gcmessages_common_league.proto
+16 −13 dota2/dota_gcmessages_common_lobby.proto
+10 −8 dota2/dota_gcmessages_common_match_management.proto
+63 −0 dota2/dota_gcmessages_msgid.proto
+28 −2 dota2/dota_gcmessages_server.proto
+4 −0 dota2/dota_gcmessages_webapi.proto
+5 −0 dota2/dota_match_metadata.proto
+72 −0 dota2/dota_shared_enums.proto
+4 −0 dota2/dota_usermessages.proto
+31 −0 dota2/econ_gcmessages.proto
+8 −1 dota2/netmessages.proto
+0 −1 dota2/network_connection.proto
+1 −0 dota2/networkbasetypes.proto
+6 −1 dota2/steamdatagram_messages_sdr.proto
+7 −5 dota2/steammessages_steamlearn.steamworkssdk.proto
+1 −0 dota2/steamnetworkingsockets_messages.proto
+3 −0 dota2/te.proto
+2 −1 dota2/usercmd.proto
+55 −0 dota2/usermessages.proto
+23 −0 steam/enums.proto
+3 −8 steam/enums_clientserver.proto
+0 −8 steam/htmlmessages.proto
+1 −0 steam/steamdatagram_messages_sdr.proto
+1 −0 steam/steammessages_appoverview.proto
+20 −2 steam/steammessages_client_objects.proto
+26 −0 steam/steammessages_clientnotificationtypes.proto
+0 −5 steam/steammessages_clientserver_2.proto
+1 −0 steam/steammessages_clientserver_ucm.proto
+12 −3 steam/steammessages_clientsettings.proto
+8 −0 steam/steammessages_contentsystem.steamclient.proto
+4 −0 steam/steammessages_marketingmessages.steamclient.proto
+42 −0 steam/steammessages_parental.steamclient.proto
+55 −0 steam/steammessages_player.steamclient.proto
+2 −0 steam/steammessages_publishedfile.steamclient.proto
+5 −2 steam/steammessages_remoteclient_discovery.proto
+0 −4 steam/steammessages_remoteclient_service.steamclient.proto
+28 −9 steam/steammessages_remoteclient_service_messages.proto
+31 −6 steam/steammessages_remoteplay.proto
+12 −0 steam/steammessages_shader.steamclient.proto
+17 −0 steam/steammessages_store.steamclient.proto
+19 −11 steam/steammessages_storebrowse.steamclient.proto
+0 −87 steam/steammessages_video.steamclient.proto
+38 −0 steam/webuimessages_gamescope.proto
+41 −0 steam/webuimessages_steamengine.proto
+110 −0 steam/webuimessages_storagedevicemanager.proto
+18 −0 steam/webuimessages_transport.proto
+0 −13 steam/webuimessages_transportvalidation.proto
+139 −1,431 webui/common.proto
+2 −2 webui/service_authentication.proto
+1 −1 webui/service_broadcast.proto
+4 −4 webui/service_chatroom.proto
+7 −2 webui/service_loyaltyrewards.proto
+2 −1 webui/service_marketingmessages.proto
+2 −11 webui/service_news.proto
+72 −0 webui/service_parental.proto
+1 −6 webui/service_partnermembershipinvite.proto
+6 −1 webui/service_partnerstorebrowse.proto
+52 −0 webui/service_player.proto
+4 −45 webui/service_promotioneventinvites.proto
+2 −60 webui/service_promotionplanning.proto
+4 −90 webui/service_publishedfile.proto
+1 −51 webui/service_publishing.proto
+3 −34 webui/service_quest.proto
+9 −0 webui/service_steamengine.proto
+37 −6 webui/service_steamlearn.proto
+0 −28 webui/service_steamnotification.proto
+104 −0 webui/service_storagedevicemanager.proto
+1 −0 webui/service_storeappsimilarity.proto
+1 −1 webui/service_storequery.proto
+2 −2 webui/service_test_transporterror.proto
+2 −25 webui/service_userreviews.proto
+0 −78 webui/service_video.proto
130 changes: 123 additions & 7 deletions SteamKit2/SteamKit2/Base/Generated/ClientObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ public bool allow_experimental_hdr
public void Resetallow_experimental_hdr() => __pbn__allow_experimental_hdr = null;
private bool? __pbn__allow_experimental_hdr;

[global::ProtoBuf.ProtoMember(17)]
[global::ProtoBuf.ProtoMember(22)]
public float sdr_to_hdr_brightness
{
get => __pbn__sdr_to_hdr_brightness.GetValueOrDefault();
Expand Down Expand Up @@ -3101,6 +3101,9 @@ public bool is_hdr_enabled
public void Resetis_hdr_enabled() => __pbn__is_hdr_enabled = null;
private bool? __pbn__is_hdr_enabled;

[global::ProtoBuf.ProtoMember(18)]
public global::System.Collections.Generic.List<int> compatibility_params { get; } = new global::System.Collections.Generic.List<int>();

}

[global::ProtoBuf.ProtoContract()]
Expand Down Expand Up @@ -3353,14 +3356,14 @@ public bool display_diagnostics_enabled
private bool? __pbn__display_diagnostics_enabled;

[global::ProtoBuf.ProtoMember(21)]
public float als_lux_latest
public float als_lux_primary
{
get => __pbn__als_lux_latest.GetValueOrDefault();
set => __pbn__als_lux_latest = value;
get => __pbn__als_lux_primary.GetValueOrDefault();
set => __pbn__als_lux_primary = value;
}
public bool ShouldSerializeals_lux_latest() => __pbn__als_lux_latest != null;
public void Resetals_lux_latest() => __pbn__als_lux_latest = null;
private float? __pbn__als_lux_latest;
public bool ShouldSerializeals_lux_primary() => __pbn__als_lux_primary != null;
public void Resetals_lux_primary() => __pbn__als_lux_primary = null;
private float? __pbn__als_lux_primary;

[global::ProtoBuf.ProtoMember(22)]
public float als_lux_median
Expand Down Expand Up @@ -3463,6 +3466,67 @@ public float display_colorgamut
public void Resetdisplay_colorgamut() => __pbn__display_colorgamut = null;
private float? __pbn__display_colorgamut;

[global::ProtoBuf.ProtoMember(33)]
public float als_lux_alternate
{
get => __pbn__als_lux_alternate.GetValueOrDefault();
set => __pbn__als_lux_alternate = value;
}
public bool ShouldSerializeals_lux_alternate() => __pbn__als_lux_alternate != null;
public void Resetals_lux_alternate() => __pbn__als_lux_alternate = null;
private float? __pbn__als_lux_alternate;

[global::ProtoBuf.ProtoMember(34)]
public bool is_display_colortemp_available
{
get => __pbn__is_display_colortemp_available.GetValueOrDefault();
set => __pbn__is_display_colortemp_available = value;
}
public bool ShouldSerializeis_display_colortemp_available() => __pbn__is_display_colortemp_available != null;
public void Resetis_display_colortemp_available() => __pbn__is_display_colortemp_available = null;
private bool? __pbn__is_display_colortemp_available;

[global::ProtoBuf.ProtoMember(35)]
public float display_colortemp
{
get => __pbn__display_colortemp.GetValueOrDefault();
set => __pbn__display_colortemp = value;
}
public bool ShouldSerializedisplay_colortemp() => __pbn__display_colortemp != null;
public void Resetdisplay_colortemp() => __pbn__display_colortemp = null;
private float? __pbn__display_colortemp;

[global::ProtoBuf.ProtoMember(36)]
public float display_colortemp_default
{
get => __pbn__display_colortemp_default.GetValueOrDefault();
set => __pbn__display_colortemp_default = value;
}
public bool ShouldSerializedisplay_colortemp_default() => __pbn__display_colortemp_default != null;
public void Resetdisplay_colortemp_default() => __pbn__display_colortemp_default = null;
private float? __pbn__display_colortemp_default;

[global::ProtoBuf.ProtoMember(37)]
public bool display_colortemp_enabled
{
get => __pbn__display_colortemp_enabled.GetValueOrDefault();
set => __pbn__display_colortemp_enabled = value;
}
public bool ShouldSerializedisplay_colortemp_enabled() => __pbn__display_colortemp_enabled != null;
public void Resetdisplay_colortemp_enabled() => __pbn__display_colortemp_enabled = null;
private bool? __pbn__display_colortemp_enabled;

[global::ProtoBuf.ProtoMember(38)]
[global::System.ComponentModel.DefaultValue(EColorGamutLabelSet.k_ColorGamutLabelSet_Default)]
public EColorGamutLabelSet display_colorgamut_labelset
{
get => __pbn__display_colorgamut_labelset ?? EColorGamutLabelSet.k_ColorGamutLabelSet_Default;
set => __pbn__display_colorgamut_labelset = value;
}
public bool ShouldSerializedisplay_colorgamut_labelset() => __pbn__display_colorgamut_labelset != null;
public void Resetdisplay_colorgamut_labelset() => __pbn__display_colorgamut_labelset = null;
private EColorGamutLabelSet? __pbn__display_colorgamut_labelset;

}

[global::ProtoBuf.ProtoContract()]
Expand Down Expand Up @@ -4065,6 +4129,57 @@ public string auth_key

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgClientShaderHitCacheEntry : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public byte[] key_sha
{
get => __pbn__key_sha;
set => __pbn__key_sha = value;
}
public bool ShouldSerializekey_sha() => __pbn__key_sha != null;
public void Resetkey_sha() => __pbn__key_sha = null;
private byte[] __pbn__key_sha;

[global::ProtoBuf.ProtoMember(2)]
public byte[] code_sha
{
get => __pbn__code_sha;
set => __pbn__code_sha = value;
}
public bool ShouldSerializecode_sha() => __pbn__code_sha != null;
public void Resetcode_sha() => __pbn__code_sha = null;
private byte[] __pbn__code_sha;

[global::ProtoBuf.ProtoMember(3)]
public ulong time_last_reported
{
get => __pbn__time_last_reported.GetValueOrDefault();
set => __pbn__time_last_reported = value;
}
public bool ShouldSerializetime_last_reported() => __pbn__time_last_reported != null;
public void Resettime_last_reported() => __pbn__time_last_reported = null;
private ulong? __pbn__time_last_reported;

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgClientShaderHitCache : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public global::System.Collections.Generic.List<CMsgClientShaderHitCacheEntry> entries { get; } = new global::System.Collections.Generic.List<CMsgClientShaderHitCacheEntry>();

}

[global::ProtoBuf.ProtoContract()]
public enum ECloudPendingRemoteOperation
{
Expand Down Expand Up @@ -4113,6 +4228,7 @@ public enum ESteamDeckKeyboardLayout
k_ESteamDeckKeyboardLayout_Chinese_Traditional_Cangjie = 32,
k_ESteamDeckKeyboardLayout_Japanese_Kana = 33,
k_ESteamDeckKeyboardLayout_Chinese_Traditional_Quick = 34,
k_ESteamDeckKeyboardLayout_Indonesian = 35,
}

}
Expand Down
Loading

0 comments on commit 76d927b

Please sign in to comment.