From cd6c6dcef4de0cf8c99a535aaf974cecdf9ef202 Mon Sep 17 00:00:00 2001 From: Wendy Date: Wed, 16 Oct 2024 00:08:27 +0000 Subject: [PATCH] Update Steam Web API reference --- api.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/api.json b/api.json index d244079..d97d268 100644 --- a/api.json +++ b/api.json @@ -13566,6 +13566,56 @@ "type": "bool", "optional": true, "description": "" + }, + { + "name": "lookup_key[0]", + "type": "CPartnerDeadlineLookUpKey[]", + "optional": true, + "description": "", + "extra": [ + { + "name": "deadlineid", + "type": "fixed64", + "optional": true, + "description": "" + }, + { + "name": "partnerid", + "type": "uint32", + "optional": true, + "description": "" + }, + { + "name": "type", + "type": "int32", + "optional": true, + "description": "" + }, + { + "name": "gid", + "type": "fixed64", + "optional": true, + "description": "" + }, + { + "name": "store_item_type", + "type": "int32", + "optional": true, + "description": "" + }, + { + "name": "store_item_id", + "type": "uint32", + "optional": true, + "description": "" + }, + { + "name": "discount_event_id", + "type": "uint32", + "optional": true, + "description": "" + } + ] } ] }