diff --git a/samples/CRSANR5L17S2025O1N201.xml b/samples/CRSANR5L17S2025O1N201.xml index 7a67314..69472cc 100644 --- a/samples/CRSANR5L17S2025O1N201.xml +++ b/samples/CRSANR5L17S2025O1N201.xml @@ -260,7 +260,14 @@ - + @@ -1705,7 +1712,21 @@ Les critères détaillés dans l’article 4 sont justement ceux qui permettent une évaluation objective et qui garantissent l’égalité de tous face à la fin de vie. (Applaudissements sur quelques bancs du groupe LFI-NFP. – Mmes Sandrine Rousseau et Karine Lebon applaudissent également.) - + M. le président diff --git a/src/Application/NationalAssemblyDTO/.gitignore b/src/Application/AssembleeNationale/.gitignore similarity index 100% rename from src/Application/NationalAssemblyDTO/.gitignore rename to src/Application/AssembleeNationale/.gitignore diff --git a/src/Application/AssembleeNationale/InterExtraction.php b/src/Application/AssembleeNationale/InterExtraction.php new file mode 100644 index 0000000..8332310 --- /dev/null +++ b/src/Application/AssembleeNationale/InterExtraction.php @@ -0,0 +1,29 @@ + 'YmdHisv'])] public \DateTimeImmutable $dateSeance, @@ -16,7 +20,9 @@ readonly class Seance public int $legislature, #[SerializedPath('[metadonnees][session]')] public string $session, + #[SerializedPath('[contenu][point]')] + /** @var Point[] $points */ + public array $points, ) { - } -} \ No newline at end of file +} diff --git a/src/Application/UseCase/DeserializeCompteRenduAN.php b/src/Application/UseCase/DeserializeCompteRenduAN.php index d94772c..606f37b 100644 --- a/src/Application/UseCase/DeserializeCompteRenduAN.php +++ b/src/Application/UseCase/DeserializeCompteRenduAN.php @@ -1,8 +1,10 @@ serializer->deserialize($compteRenduXML, Seance::class, 'xml')); } -} \ No newline at end of file +} diff --git a/src/Application/UseCase/DeserializeCompteRenduANRequest.php b/src/Application/UseCase/DeserializeCompteRenduANRequest.php index a372764..f30b274 100644 --- a/src/Application/UseCase/DeserializeCompteRenduANRequest.php +++ b/src/Application/UseCase/DeserializeCompteRenduANRequest.php @@ -1,5 +1,7 @@