IOutput: {
    marketplaceWriteoffPendingConfirmations: {
        authorized_at?: null | string;
        braname: string;
        branch_name: string;
        cycle_started_at: string;
        items: {
            amount: string;
            asset_title: string;
            braname: string;
            branch_name?: null | string;
            executed: boolean;
            inventory_ids: string[];
            package_size?: null | number;
            quantity: string;
            reason: string;
            unit_of_measure?: null | MarketplaceUnitOfMeasure;
        }[];
        proposal_hash: string;
        proposal_id: string;
        protocol_doc?: unknown;
        total_amount: string;
    }[];
}

Type declaration

  • marketplaceWriteoffPendingConfirmations: {
        authorized_at?: null | string;
        braname: string;
        branch_name: string;
        cycle_started_at: string;
        items: {
            amount: string;
            asset_title: string;
            braname: string;
            branch_name?: null | string;
            executed: boolean;
            inventory_ids: string[];
            package_size?: null | number;
            quantity: string;
            reason: string;
            unit_of_measure?: null | MarketplaceUnitOfMeasure;
        }[];
        proposal_hash: string;
        proposal_id: string;
        protocol_doc?: unknown;
        total_amount: string;
    }[]

    Группы списаний, ожидающих подтверждения складом: по проекту, одобренному советом, — отдельная строка на каждый кооперативный участок. Председатель КУ видит только свои участки.