@tricoteuses/assemblee 3.0.12 → 3.0.13
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-BKGwufEi.js → amendements-CXmsqoof.js} +1 -1
- package/lib/{amendements-Bab1iUCY.js → amendements-CZHXlq07.js} +66 -1
- package/lib/cleaners.js +3 -3
- package/lib/index.js +3 -3
- package/lib/inserters.d.ts +1 -0
- package/lib/loaders.js +3 -3
- package/lib/parsers/videos.d.ts +1 -0
- package/lib/parsers.js +5402 -5459
- package/lib/{questions-CDMdh7at.js → questions-BdLSCUAh.js} +5 -2
- package/lib/{questions-C3qN4PsC.js → questions-DXAzvI1T.js} +1 -1
- package/lib/schemas/clean/agendas.d.ts +2 -0
- package/lib/schemas/enriched/agendas.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z as e } from "zod";
|
|
2
|
-
import { E as s, J as i, I as l, F as c, G as S, H as a, K as o, L as D } from "./amendements-
|
|
3
|
-
import { T as pn, Q as mn } from "./questions-
|
|
2
|
+
import { E as s, J as i, I as l, F as c, G as S, H as a, K as o, L as D } from "./amendements-CZHXlq07.js";
|
|
3
|
+
import { T as pn, Q as mn } from "./questions-DXAzvI1T.js";
|
|
4
4
|
var dn = /* @__PURE__ */ ((n) => (n[n.Quatorze = 14] = "Quatorze", n[n.Quinze = 15] = "Quinze", n[n.Seize = 16] = "Seize", n[n.DixSept = 17] = "DixSept", n[n.DixHuit = 18] = "DixHuit", n[n.All = 0] = "All", n))(dn || {});
|
|
5
5
|
const Za = [
|
|
6
6
|
14,
|
|
@@ -1794,6 +1794,9 @@ const Ya = /^((?<documentType>ACIN|ALCN|AVCE|AVIS|DECL|ETDI|LETT|MESS|MION|PION|
|
|
|
1794
1794
|
captationVideo: e.boolean().optional().meta({ description: "Vrai si la réunion est enregistrée en vidéo." }),
|
|
1795
1795
|
visioConference: e.string().optional(),
|
|
1796
1796
|
urlVideo: e.string().optional().meta({ description: "Lien m3u8 de la video de la réunion." }),
|
|
1797
|
+
urlPageVideo: e.string().optional().meta({
|
|
1798
|
+
description: "Lien vers la page de la vidéo de la réunion sur le site de l'assemblée nationale. Ce lien est différent du lien m3u8 qui est dans le champ urlVideo et qui permet d'accéder directement au flux vidéo."
|
|
1799
|
+
}),
|
|
1797
1800
|
timecodeDebutVideo: e.number().optional().meta({ description: "Timecode de début de la vidéo de la réunion." })
|
|
1798
1801
|
}), Qi = e.object({
|
|
1799
1802
|
reunions: e.array(Qe)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z as e } from "zod";
|
|
2
|
-
import { J as n, K as t, L as o, H as l, I as b, F as R, G as m, E as S } from "./amendements-
|
|
2
|
+
import { J as n, K as t, L as o, H as l, I as b, F as R, G as m, E as S } from "./amendements-CZHXlq07.js";
|
|
3
3
|
const g = [
|
|
4
4
|
"",
|
|
5
5
|
"ADOPTION amendement (main levée) adt",
|
|
@@ -587,6 +587,7 @@ export declare const ReunionCleanSchema: z.ZodObject<{
|
|
|
587
587
|
captationVideo: z.ZodOptional<z.ZodBoolean>;
|
|
588
588
|
visioConference: z.ZodOptional<z.ZodString>;
|
|
589
589
|
urlVideo: z.ZodOptional<z.ZodString>;
|
|
590
|
+
urlPageVideo: z.ZodOptional<z.ZodString>;
|
|
590
591
|
timecodeDebutVideo: z.ZodOptional<z.ZodNumber>;
|
|
591
592
|
}, z.core.$strip>;
|
|
592
593
|
export type ReunionClean = z.infer<typeof ReunionCleanSchema>;
|
|
@@ -773,6 +774,7 @@ export declare const AgendasCleanSchema: z.ZodObject<{
|
|
|
773
774
|
captationVideo: z.ZodOptional<z.ZodBoolean>;
|
|
774
775
|
visioConference: z.ZodOptional<z.ZodString>;
|
|
775
776
|
urlVideo: z.ZodOptional<z.ZodString>;
|
|
777
|
+
urlPageVideo: z.ZodOptional<z.ZodString>;
|
|
776
778
|
timecodeDebutVideo: z.ZodOptional<z.ZodNumber>;
|
|
777
779
|
}, z.core.$strip>>;
|
|
778
780
|
}, z.core.$strip>;
|
|
@@ -230,6 +230,7 @@ export declare const ReunionEnrichedSchema: z.ZodObject<{
|
|
|
230
230
|
captationVideo: z.ZodOptional<z.ZodBoolean>;
|
|
231
231
|
visioConference: z.ZodOptional<z.ZodString>;
|
|
232
232
|
urlVideo: z.ZodOptional<z.ZodString>;
|
|
233
|
+
urlPageVideo: z.ZodOptional<z.ZodString>;
|
|
233
234
|
timecodeDebutVideo: z.ZodOptional<z.ZodNumber>;
|
|
234
235
|
organeReuni: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
235
236
|
demandeurs: z.ZodOptional<z.ZodObject<{
|
|
@@ -420,6 +421,7 @@ export declare const AgendasEnrichedSchema: z.ZodObject<{
|
|
|
420
421
|
captationVideo: z.ZodOptional<z.ZodBoolean>;
|
|
421
422
|
visioConference: z.ZodOptional<z.ZodString>;
|
|
422
423
|
urlVideo: z.ZodOptional<z.ZodString>;
|
|
424
|
+
urlPageVideo: z.ZodOptional<z.ZodString>;
|
|
423
425
|
timecodeDebutVideo: z.ZodOptional<z.ZodNumber>;
|
|
424
426
|
organeReuni: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
425
427
|
demandeurs: z.ZodOptional<z.ZodObject<{
|