Added Location and location ownership/rights to gamenight.
This commit is contained in:
@@ -4,6 +4,8 @@ Cargo.toml
|
||||
README.md
|
||||
docs/AddGameRequestBody.md
|
||||
docs/AddGamenightRequestBody.md
|
||||
docs/AddLocationRequestBody.md
|
||||
docs/AuthorizeLocationRequestBody.md
|
||||
docs/DefaultApi.md
|
||||
docs/Failure.md
|
||||
docs/Game.md
|
||||
@@ -11,6 +13,8 @@ docs/GameId.md
|
||||
docs/Gamenight.md
|
||||
docs/GamenightId.md
|
||||
docs/GetGamenightRequestBody.md
|
||||
docs/Location.md
|
||||
docs/LocationId.md
|
||||
docs/Login.md
|
||||
docs/Participants.md
|
||||
docs/Registration.md
|
||||
@@ -25,12 +29,16 @@ src/apis/mod.rs
|
||||
src/lib.rs
|
||||
src/models/add_game_request_body.rs
|
||||
src/models/add_gamenight_request_body.rs
|
||||
src/models/add_location_request_body.rs
|
||||
src/models/authorize_location_request_body.rs
|
||||
src/models/failure.rs
|
||||
src/models/game.rs
|
||||
src/models/game_id.rs
|
||||
src/models/gamenight.rs
|
||||
src/models/gamenight_id.rs
|
||||
src/models/get_gamenight_request_body.rs
|
||||
src/models/location.rs
|
||||
src/models/location_id.rs
|
||||
src/models/login.rs
|
||||
src/models/mod.rs
|
||||
src/models/participants.rs
|
||||
|
||||
@@ -1 +1 @@
|
||||
7.14.0
|
||||
7.17.0
|
||||
|
||||
Reference in New Issue
Block a user