diff --git a/src/endpoints.rs b/src/endpoints.rs
index 208a8dc..44af908 100644
--- a/src/endpoints.rs
+++ b/src/endpoints.rs
@@ -7,7 +7,7 @@
///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/
-// Version b2fb0513c3cdb6baa0ba78bd2a50b43670161980
+// Version 85da12632b552f2033d1708c17b04306e90b935e
//! Automatically generated endpoint handles and data transfer structs.
@@ -110,45 +110,45 @@ pub struct ChampionMasteryV4<'a> {
base: &'a RiotApi,
}
impl<'a> ChampionMasteryV4<'a> {
- /// Get all champion mastery entries sorted by number of champion points descending,
- ///
- /// Official API Reference
- /// # Parameters
- /// * `region` - Region to query.
- /// * `encryptedSummonerId` - Summoner ID associated with the player
- pub fn get_all_champion_masteries(&self, region: Region, encrypted_summoner_id: &str)
- -> impl Future