Skip to content

Commit

Permalink
Update EPaymentMethod, ELicenseType, EWorkshopFileType
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Mar 18, 2024
1 parent 59f8dc5 commit 3347044
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 0 deletions.
81 changes: 81 additions & 0 deletions Resources/SteamLanguage/enums.steamd
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ enum ELicenseFlags flags
RegionRestrictionExpired = 0x200;
CancelledByFriendlyFraudLock = 0x400;
NotActivated = 0x800;
PendingRefund = 0x2000;
Borrowed = 0x4000;
ReleaseStateOverride = 0x8000;
CancelledByPartner = 0x40000;
NonPermanent = 0x80000;
PreferredOwner = 0x100000;
};

enum ELicenseType
Expand Down Expand Up @@ -314,6 +320,7 @@ enum EPaymentMethod
DenizBank = 60;
PTT = 61;
CashU = 62;
SantanderRio = 63;
AutoGrant = 64;
WebMoneyJapan = 65;
OneCard = 66;
Expand All @@ -330,16 +337,89 @@ enum EPaymentMethod
Trustly = 77;
UnionPay = 78;
BitCoin = 79;
LicensedSite = 80;
BitCash = 81;
NetCash = 82;
Nanaco = 83;
Tenpay = 84;
WeChat = 85;
CashonDelivery = 86;
CreditCardNodwin = 87;
DebitCardNodwin = 88;
NetBankingNodwin = 89;
CashCardNodwin = 90;
WalletNodwin = 91;
MobileDegica = 92;
Naranja = 93;
Cencosud = 94;
Cabal = 95;
PagoFacil = 96;
Rapipago = 97;
BancoNacionaldeCostaRica = 98;
BancoPoplar = 99;
RedPagos = 100;
SPE = 101;
Multicaja = 102;
RedCompra = 103;
ZiraatBank = 104;
VakiflarBank = 105;
KuveytTurkBank = 106;
EkonomiBank = 107;
Pichincha = 108;
PichinchaCash = 109;
Przelewy24 = 110;
Trustpay = 111;
POLi = 112;
MercadoPago = 113;
PayU = 114;
VTCPayWallet = 115;
MrCash = 116;
EPS = 117;
Interac = 118;
VTCPayCards = 119;
VTCPayOnlineBanking = 120;
VisaElectronBoaCompra = 121;
CafeFunded = 122;
OCA = 123;
Lider = 124;
WebMoneySteamCardJapan = 125;
WebMoneySteamCardTopUpJapan = 126;
Toss = 127;
Wallet = 128;
Valve = 129;
MasterComp = 130;
Promotional = 131;
MasterSubscription = 134;
Payco = 135;
MobileWalletJapan = 136;
BoletoFlash = 137;
PIX = 138;
GCash = 139;
KakaoPay = 140;
Dana = 141;
TrueMoney = 142;
TouchnGo = 143;
LinePay = 144;
MerPay = 145;
PayPay = 146;
AlfaClick = 147;
Sberbank = 148;
YooMoney = 149;
Tinkoff = 150;
CashInCIS = 151;
AuPAY = 152;
AliPayHK = 153;
NaverPay = 154;
Linkaja = 155;
ShopeePay = 156;
GrabPay = 157;
PayNow = 158;
OnlineBankingThailand = 159;
CashOptionsThailand = 160;
OEMTicket = 256;
Split = 512;
Complimentary = 1024;
FamilyGroup = 1025;
};

enum EPurchaseResultDetail
Expand Down Expand Up @@ -1071,6 +1151,7 @@ enum EWorkshopFileType
SteamworksAccessInvite = 13;
SteamVideo = 14;
GameManagedItem = 15;
Clip = 16;
};

enum EWorkshopFileAction
Expand Down
81 changes: 81 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/SteamLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2059,6 +2059,12 @@ public enum ELicenseFlags
RegionRestrictionExpired = 0x200,
CancelledByFriendlyFraudLock = 0x400,
NotActivated = 0x800,
PendingRefund = 0x2000,
Borrowed = 0x4000,
ReleaseStateOverride = 0x8000,
CancelledByPartner = 0x40000,
NonPermanent = 0x80000,
PreferredOwner = 0x100000,
}
public enum ELicenseType
{
Expand Down Expand Up @@ -2136,6 +2142,7 @@ public enum EPaymentMethod
DenizBank = 60,
PTT = 61,
CashU = 62,
SantanderRio = 63,
AutoGrant = 64,
WebMoneyJapan = 65,
OneCard = 66,
Expand All @@ -2152,16 +2159,89 @@ public enum EPaymentMethod
Trustly = 77,
UnionPay = 78,
BitCoin = 79,
LicensedSite = 80,
BitCash = 81,
NetCash = 82,
Nanaco = 83,
Tenpay = 84,
WeChat = 85,
CashonDelivery = 86,
CreditCardNodwin = 87,
DebitCardNodwin = 88,
NetBankingNodwin = 89,
CashCardNodwin = 90,
WalletNodwin = 91,
MobileDegica = 92,
Naranja = 93,
Cencosud = 94,
Cabal = 95,
PagoFacil = 96,
Rapipago = 97,
BancoNacionaldeCostaRica = 98,
BancoPoplar = 99,
RedPagos = 100,
SPE = 101,
Multicaja = 102,
RedCompra = 103,
ZiraatBank = 104,
VakiflarBank = 105,
KuveytTurkBank = 106,
EkonomiBank = 107,
Pichincha = 108,
PichinchaCash = 109,
Przelewy24 = 110,
Trustpay = 111,
POLi = 112,
MercadoPago = 113,
PayU = 114,
VTCPayWallet = 115,
MrCash = 116,
EPS = 117,
Interac = 118,
VTCPayCards = 119,
VTCPayOnlineBanking = 120,
VisaElectronBoaCompra = 121,
CafeFunded = 122,
OCA = 123,
Lider = 124,
WebMoneySteamCardJapan = 125,
WebMoneySteamCardTopUpJapan = 126,
Toss = 127,
Wallet = 128,
Valve = 129,
MasterComp = 130,
Promotional = 131,
MasterSubscription = 134,
Payco = 135,
MobileWalletJapan = 136,
BoletoFlash = 137,
PIX = 138,
GCash = 139,
KakaoPay = 140,
Dana = 141,
TrueMoney = 142,
TouchnGo = 143,
LinePay = 144,
MerPay = 145,
PayPay = 146,
AlfaClick = 147,
Sberbank = 148,
YooMoney = 149,
Tinkoff = 150,
CashInCIS = 151,
AuPAY = 152,
AliPayHK = 153,
NaverPay = 154,
Linkaja = 155,
ShopeePay = 156,
GrabPay = 157,
PayNow = 158,
OnlineBankingThailand = 159,
CashOptionsThailand = 160,
OEMTicket = 256,
Split = 512,
Complimentary = 1024,
FamilyGroup = 1025,
}
public enum EPurchaseResultDetail
{
Expand Down Expand Up @@ -2826,6 +2906,7 @@ public enum EWorkshopFileType
SteamworksAccessInvite = 13,
SteamVideo = 14,
GameManagedItem = 15,
Clip = 16,
}
public enum EWorkshopFileAction
{
Expand Down

0 comments on commit 3347044

Please sign in to comment.