Skip to content

Commit

Permalink
[api] Update wotb endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Nov 4, 2023
1 parent 90aacec commit 39b7c9d
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 514 deletions.
4 changes: 2 additions & 2 deletions tools/generator/internal/patches.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func patchEndpoint(ep *endpoint) {
ep.DataType.F("Categories").TypeStr = "[]*struct"
ep.DataType.F("Projects").TypeStr = "[]*struct"
ep.DataType.F("Programs").TypeStr = "[]*struct"
case "wot_clans_messageboard", "wotb_clanmessages_messages":
case "wot_clans_messageboard":
ep.DataType.TypeStr = "map[string][]" + ep.DataType.TypeStr
case "wotb_tournaments_teams":
ep.DataType.F("Players").TypeStr = "[]*struct"
Expand All @@ -98,7 +98,7 @@ func patchEndpoint(ep *endpoint) {
"wot_globalmap_eventratingneighbors", "wot_globalmap_events", "wot_globalmap_fronts", "wot_globalmap_provinces",
"wot_globalmap_seasonrating", "wot_globalmap_seasonratingneighbors", "wot_globalmap_seasons",
"wot_stronghold_clanreserves",
"wotb_account_list", "wotb_clans_list", "wotb_clanmessages_likes", "wotb_tournaments_list",
"wotb_account_list", "wotb_clans_list", "wotb_tournaments_list",
"wotb_tournaments_teams", "wotb_tournaments_stages", "wotb_tournaments_standings", "wotb_tournaments_tables",

"wotx_account_list", "wotx_clans_list", "wotx_account_xuidinfo", "wotx_account_psninfo",
Expand Down
8 changes: 0 additions & 8 deletions wargaming/wotb/clanmessages_create.go

This file was deleted.

35 changes: 0 additions & 35 deletions wargaming/wotb/clanmessages_likes.go

This file was deleted.

109 changes: 0 additions & 109 deletions wargaming/wotb/clanmessages_messages.go

This file was deleted.

33 changes: 0 additions & 33 deletions wargaming/wotb/clanmessages_update.go

This file was deleted.

68 changes: 0 additions & 68 deletions wargaming/wotb_clanmessages_create.go

This file was deleted.

37 changes: 0 additions & 37 deletions wargaming/wotb_clanmessages_delete.go

This file was deleted.

45 changes: 0 additions & 45 deletions wargaming/wotb_clanmessages_like.go

This file was deleted.

Loading

0 comments on commit 39b7c9d

Please sign in to comment.