ae74fb22d3
Players.Update/Ban/Unban/Delete + List search; new InventoryService.Adjust and StorageService.Get/Upsert/Delete; IdempotencyKey on wallet adjust; models regenerated via apigen
11 lines
310 B
Go
11 lines
310 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type AdjustPlayerInventoryItemRequest struct {
|
|
Amount int64 `json:"amount,omitempty"`
|
|
IdempotencyKey string `json:"idempotencyKey,omitempty"`
|
|
Reason string `json:"reason,omitempty"`
|
|
Slug string `json:"slug,omitempty"`
|
|
}
|