@tricoteuses/assemblee 3.1.2 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/amendements-DrQ9BA7A.js +3715 -0
- package/lib/amendements-uxFcHcO5.js +152 -0
- package/lib/cleaners.js +591 -653
- package/lib/git.js +142 -127
- package/lib/index.d.ts +1 -1
- package/lib/index.js +555 -758
- package/lib/inserters.d.ts +4 -0
- package/lib/loaders-BjOHOabR.js +1324 -0
- package/lib/loaders.js +4 -2145
- package/lib/parsers.js +8388 -10324
- package/lib/questions-DDxOcCAG.js +1581 -0
- package/lib/schemas/clean/scrutins.d.ts +18 -0
- package/lib/schemas/enriched/scrutins.d.ts +8 -0
- package/lib/schemas/raw/scrutins.d.ts +25 -5
- package/package.json +1 -1
- package/lib/amendements-Blw6Aa6-.js +0 -4133
- package/lib/amendements-DiMsxlUL.js +0 -178
- package/lib/questions-XokaUGcy.js +0 -3037
package/lib/inserters.d.ts
CHANGED
|
@@ -355,6 +355,10 @@ export declare function insertScrutinReferences(scrutin: Scrutin, _data: OutputD
|
|
|
355
355
|
};
|
|
356
356
|
objet: {
|
|
357
357
|
libelle: string;
|
|
358
|
+
dossierLegislatif?: {
|
|
359
|
+
libelle: string;
|
|
360
|
+
dossierRef: string;
|
|
361
|
+
} | undefined;
|
|
358
362
|
};
|
|
359
363
|
modePublicationDesVotes: "DecompteDissidentsPositionGroupe" | "DecompteNominatif";
|
|
360
364
|
syntheseVote: {
|