Skip to content

beamable-sdk / schema / InventoryUpdateRequest

Type Alias: InventoryUpdateRequest

InventoryUpdateRequest = object

Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:11

Properties

applyVipBonus?

optional applyVipBonus: boolean

Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:12


currencies?

optional currencies: Record<string, bigint | string>

Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:13


currencyProperties?

optional currencyProperties: Record<string, CurrencyProperty[]>

Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:14


deleteItems?

optional deleteItems: ItemDeleteRequest[]

Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:15


newItems?

optional newItems: ItemCreateRequest[]

Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:16


transaction?

optional transaction: string

Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:17


updateItems?

optional updateItems: ItemUpdateRequest[]

Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:18