SlotHistoryEntry
type SlotHistoryEntry = { action: "bind" | "unbind" | "restore"; asset: AssetDTO | null; assetId: string | null; description: string | null; id: string; preset: AssetDTO | null; updatedAt: string; updatedBy: string | null;};Defined in: packages/sdk/src/index.ts:971
Properties
Section titled “Properties”action
Section titled “action”action: "bind" | "unbind" | "restore";Defined in: packages/sdk/src/index.ts:973
asset: AssetDTO | null;Defined in: packages/sdk/src/index.ts:980
Resolved DTO when the asset still exists; null after delete / 404.
assetId
Section titled “assetId”assetId: string | null;Defined in: packages/sdk/src/index.ts:978
description
Section titled “description”description: string | null;Defined in: packages/sdk/src/index.ts:975
id: string;Defined in: packages/sdk/src/index.ts:972
preset
Section titled “preset”preset: AssetDTO | null;Defined in: packages/sdk/src/index.ts:974
updatedAt
Section titled “updatedAt”updatedAt: string;Defined in: packages/sdk/src/index.ts:976
updatedBy
Section titled “updatedBy”updatedBy: string | null;Defined in: packages/sdk/src/index.ts:977