2026-08-12 14:04:30 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package models
|
|
|
|
|
|
|
|
|
|
type AdminPlayerDetails struct {
|
2026-09-01 19:59:23 +03:00
|
|
|
Identities []PlayerIdentity `json:"identities,omitempty"`
|
|
|
|
|
Inventory []InventoryItem `json:"inventory,omitempty"`
|
|
|
|
|
Player AdminPlayer `json:"player,omitempty"`
|
|
|
|
|
Storages []PlayerStorage `json:"storages,omitempty"`
|
|
|
|
|
WalletTransactions []WalletAudit `json:"walletTransactions,omitempty"`
|
|
|
|
|
Wallets []WalletDetails `json:"wallets,omitempty"`
|
2026-08-12 14:04:30 +03:00
|
|
|
}
|