export interface OrderItemUpdateRequest { price?: number; license?: { durationYears?: number; territory?: string; }; captionsRequested?: boolean; }