@tricoteuses/senat 2.13.1 → 2.14.0
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/loaders.d.ts +1 -3
- package/lib/loaders.js +0 -12
- package/lib/model/compte_rendu.d.ts +9 -0
- package/lib/model/compte_rendu.js +325 -0
- package/lib/model/dosleg.d.ts +1 -0
- package/lib/model/dosleg.js +78 -13
- package/lib/raw_types/db.d.ts +11389 -0
- package/lib/raw_types/db.js +5 -0
- package/lib/scripts/convert_data.js +5 -22
- package/lib/scripts/retrieve_comptes_rendus.d.ts +6 -0
- package/lib/scripts/retrieve_comptes_rendus.js +274 -0
- package/lib/scripts/retrieve_videos.d.ts +7 -1
- package/lib/scripts/retrieve_videos.js +95 -80
- package/lib/utils/cr_spliting.js +1 -0
- package/package.json +1 -1
package/lib/utils/cr_spliting.js
CHANGED
|
@@ -337,6 +337,7 @@ export async function linkCRtoCommissionGroup(opts) {
|
|
|
337
337
|
console.warn(`[AGENDA][COM] Unreadable JSON → ${filePath} (${e?.message}) → will recreate`);
|
|
338
338
|
}
|
|
339
339
|
if (!group) {
|
|
340
|
+
// FIX : fix the way groups are found because it creates doublons
|
|
340
341
|
// group = {
|
|
341
342
|
// uid,
|
|
342
343
|
// chambre: "SN",
|