This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
package models
|
package models
|
||||||
|
|
||||||
type AdminPlayerDetails struct {
|
type AdminPlayerDetails struct {
|
||||||
|
Identities []PlayerIdentity `json:"identities,omitempty"`
|
||||||
Inventory []InventoryItem `json:"inventory,omitempty"`
|
Inventory []InventoryItem `json:"inventory,omitempty"`
|
||||||
Player AdminPlayer `json:"player,omitempty"`
|
Player AdminPlayer `json:"player,omitempty"`
|
||||||
Storages []PlayerStorage `json:"storages,omitempty"`
|
Storages []PlayerStorage `json:"storages,omitempty"`
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
// Code generated by apigen. DO NOT EDIT.
|
||||||
|
|
||||||
|
package models
|
||||||
|
|
||||||
|
type PlayerIdentity struct {
|
||||||
|
CreatedAt string `json:"createdAt,omitempty"`
|
||||||
|
ID string `json:"id,omitempty"`
|
||||||
|
Provider string `json:"provider,omitempty"`
|
||||||
|
Subject string `json:"subject,omitempty"`
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user