TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1# piasa — PIASA (Paris) résultats23Laravel/Livewire SSR: `/fr/ventes-passees` (finished sales of the current year) → sale page with ALL lots inlined4(product cards: lot number, title, sub-title, `Estimation 6 000 / 8 000 €`, `Résultat 23 878 €`) and a5`wire:snapshot` JSON (start/end dates, place, sale number). Only GET pages — the Livewire POST endpoint is never used.67- Results are labelled `Frais de vente inclus` → `buyerPremiumIncluded=true`, EUR. Sale date = end date of the sale.8- Identifiers `piasa_lot = <sale slug>/<lot>`. Historical depth: current year only (older years need the Livewire9 year filter) → `historicalDepth: months`.10- Fixtures: `pnpm tsx connectors/api/_g8-auctions-eu-apac-lib/capture.ts piasa --save`.11