@tricoteuses/senat 2.14.2 → 2.14.4
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/types/agenda.d.ts
CHANGED
|
@@ -161,6 +161,7 @@ export function groupSeancePubliqueBySlot(events) {
|
|
|
161
161
|
startTime,
|
|
162
162
|
endTime,
|
|
163
163
|
captationVideo,
|
|
164
|
+
organe: "Séance publique",
|
|
164
165
|
titre: compactTitleList(titres, 5),
|
|
165
166
|
objet: joinObjets(sorted.map((x) => x.ev)),
|
|
166
167
|
events: sorted.map((x) => x.ev),
|