@tricoteuses/assemblee 2.5.30 → 3.0.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.
Files changed (94) hide show
  1. package/LICENSE.md +16 -6
  2. package/README.md +2 -19
  3. package/lib/amendements-CXmsqoof.js +170 -0
  4. package/lib/amendements-CZHXlq07.js +4198 -0
  5. package/lib/cleaners/acteurs.d.ts +2 -1
  6. package/lib/cleaners/amendements.d.ts +2 -1
  7. package/lib/cleaners/debats.d.ts +2 -1
  8. package/lib/cleaners/documents.d.ts +2 -1
  9. package/lib/cleaners/dossiers_legislatifs.d.ts +2 -1
  10. package/lib/cleaners/organes.d.ts +2 -1
  11. package/lib/cleaners/questions.d.ts +2 -1
  12. package/lib/cleaners/reunions.d.ts +2 -1
  13. package/lib/cleaners/scrutins.d.ts +2 -1
  14. package/lib/cleaners/xml.d.ts +5 -5
  15. package/lib/cleaners.js +186 -179
  16. package/lib/datasets.d.ts +5 -7
  17. package/lib/dossiers_legislatifs.d.ts +5 -2
  18. package/lib/file_systems.d.ts +10 -3
  19. package/lib/index.d.ts +24 -19
  20. package/lib/index.js +390 -1234
  21. package/lib/inserters.d.ts +466 -9
  22. package/lib/loaders.d.ts +13 -12
  23. package/lib/loaders.js +1901 -538
  24. package/lib/organes.d.ts +1 -1
  25. package/lib/parsers/compte_rendu.d.ts +2 -1
  26. package/lib/parsers/compte_rendu_commission.d.ts +1 -1
  27. package/lib/parsers/recherche_amendements.d.ts +2 -2
  28. package/lib/parsers/textes_lois.d.ts +1 -1
  29. package/lib/parsers.js +2109 -2075
  30. package/lib/questions-DTO3nK5V.js +2777 -0
  31. package/lib/questions-DXAzvI1T.js +230 -0
  32. package/lib/registries.d.ts +112 -0
  33. package/lib/schemas/clean/acteurs_et_organes.d.ts +2377 -0
  34. package/lib/schemas/clean/agendas.d.ts +830 -0
  35. package/lib/schemas/clean/amendements.d.ts +2305 -0
  36. package/lib/schemas/clean/debats.d.ts +300 -0
  37. package/lib/schemas/clean/dossiers_legislatifs.d.ts +1365 -0
  38. package/lib/schemas/clean/questions.d.ts +625 -0
  39. package/lib/schemas/clean/scrutins.d.ts +1137 -0
  40. package/lib/schemas/enriched/acteurs_et_organes.d.ts +112 -0
  41. package/lib/schemas/enriched/agendas.d.ts +501 -0
  42. package/lib/schemas/enriched/amendements.d.ts +1230 -0
  43. package/lib/schemas/enriched/debats.d.ts +308 -0
  44. package/lib/schemas/enriched/dossiers_legislatifs.d.ts +1131 -0
  45. package/lib/schemas/enriched/questions.d.ts +589 -0
  46. package/lib/schemas/enriched/scrutins.d.ts +1094 -0
  47. package/lib/schemas/raw/acteurs_et_organes.d.ts +5870 -0
  48. package/lib/schemas/raw/agendas.d.ts +1734 -0
  49. package/lib/schemas/raw/amendements.d.ts +4758 -0
  50. package/lib/schemas/raw/debats.d.ts +410 -0
  51. package/lib/schemas/raw/dossiers_legislatifs.d.ts +3252 -0
  52. package/lib/schemas/raw/questions.d.ts +983 -0
  53. package/lib/schemas/raw/scrutins.d.ts +2763 -0
  54. package/lib/scripts/retrieve_deputes_photos.d.ts +58 -4
  55. package/lib/scripts/retrieve_documents.d.ts +86 -12
  56. package/lib/scripts/retrieve_open_data.d.ts +39 -4
  57. package/lib/scripts/retrieve_videos.d.ts +1 -1
  58. package/lib/scripts/shared/cli_helpers.d.ts +41 -77
  59. package/lib/scripts/shared/photos.d.ts +106 -0
  60. package/lib/scripts/shared/utils.d.ts +4 -0
  61. package/lib/urls.d.ts +2 -2
  62. package/package.json +16 -12
  63. package/lib/amendements-40Z7OJLT.js +0 -682
  64. package/lib/amendements-J6Sx61n8.js +0 -154
  65. package/lib/datasets-Cb3wpfRH.js +0 -3580
  66. package/lib/parse-Ccs6wcUg.js +0 -2512
  67. package/lib/raw_types/acteurs_et_organes.d.ts +0 -464
  68. package/lib/raw_types/agendas.d.ts +0 -265
  69. package/lib/raw_types/amendements.d.ts +0 -365
  70. package/lib/raw_types/debats.d.ts +0 -140
  71. package/lib/raw_types/dossiers_legislatifs.d.ts +0 -567
  72. package/lib/raw_types/questions.d.ts +0 -115
  73. package/lib/raw_types/scrutins.d.ts +0 -187
  74. package/lib/schemas/acteurs_et_organes.json +0 -1167
  75. package/lib/schemas/agendas.json +0 -1757
  76. package/lib/schemas/amendements.json +0 -2087
  77. package/lib/schemas/compte_rendu_commission/CompteRenduCommission.json +0 -63
  78. package/lib/schemas/debats.json +0 -847
  79. package/lib/schemas/dossiers_legislatifs.json +0 -3884
  80. package/lib/schemas/legislatures.json +0 -17
  81. package/lib/schemas/questions.json +0 -711
  82. package/lib/schemas/scrutins.json +0 -701
  83. package/lib/scripts/copy-schemas.d.ts +0 -1
  84. package/lib/scripts/generate-json-schemas.d.ts +0 -1
  85. package/lib/shared_types/acteurs_et_organes.d.ts +0 -149
  86. package/lib/shared_types/dossiers_legislatifs.d.ts +0 -222
  87. package/lib/types/acteurs_et_organes.d.ts +0 -598
  88. package/lib/types/agendas.d.ts +0 -442
  89. package/lib/types/amendements.d.ts +0 -615
  90. package/lib/types/debats.d.ts +0 -186
  91. package/lib/types/dossiers_legislatifs.d.ts +0 -826
  92. package/lib/types/questions.d.ts +0 -203
  93. package/lib/types/scrutins.d.ts +0 -254
  94. /package/lib/{types/legislatures.d.ts → legislatures.d.ts} +0 -0
@@ -0,0 +1,830 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * Available options for état du cycle de vie.
4
+ *
5
+ * La réunion ou le point de l'ordre du est valide si le champ contient la valeur 'Eventuel' ou 'Confirmé'. Si la valeur est 'Annulé' ou 'Supprimé', aucun des champs de la réunion ou de l'ordre du jour n'a de signification définie. Par exemple, si une réunion est 'Annulé' et que le champ concernant l'ordre du jour est présent, il doit être ignoré car son contenu n'est pas nécessairement cohérent.
6
+ */
7
+ export declare const etatCycleDeVieOptions: readonly ["Annulé", "Confirmé", "Eventuel", "Supprimé"];
8
+ /**
9
+ * Zod schema for état du cycle de vie.
10
+ *
11
+ * La réunion ou le point de l'ordre du est valide si le champ contient la valeur 'Eventuel' ou 'Confirmé'. Si la valeur est 'Annulé' ou 'Supprimé', aucun des champs de la réunion ou de l'ordre du jour n'a de signification définie. Par exemple, si une réunion est 'Annulé' et que le champ concernant l'ordre du jour est présent, il doit être ignoré car son contenu n'est pas nécessairement cohérent.
12
+ */
13
+ export declare const EtatCycleDeVieSchema: z.ZodEnum<{
14
+ Annulé: "Annulé";
15
+ Confirmé: "Confirmé";
16
+ Eventuel: "Eventuel";
17
+ Supprimé: "Supprimé";
18
+ }>;
19
+ /**
20
+ * Type representing état du cycle de vie.
21
+ *
22
+ * La réunion ou le point de l'ordre du est valide si le champ contient la valeur 'Eventuel' ou 'Confirmé'. Si la valeur est 'Annulé' ou 'Supprimé', aucun des champs de la réunion ou de l'ordre du jour n'a de signification définie. Par exemple, si une réunion est 'Annulé' et que le champ concernant l'ordre du jour est présent, il doit être ignoré car son contenu n'est pas nécessairement cohérent.
23
+ */
24
+ export type EtatCycleDeVie = z.infer<typeof EtatCycleDeVieSchema>;
25
+ /**
26
+ * Available options for personne auditionnée XSI Type.
27
+ *
28
+ * Type de personne auditionnée (acteur interne ou personne externe).
29
+ */
30
+ export declare const personneAuditionneeXsiTypeOptions: readonly ["IdActeur_type", "IdPersonneExterne_type"];
31
+ /**
32
+ * Zod schema for personne auditionnée XSI Type.
33
+ *
34
+ * Type de personne auditionnée (acteur interne ou personne externe).
35
+ */
36
+ export declare const PersonneAuditionneeXsiTypeSchema: z.ZodEnum<{
37
+ IdActeur_type: "IdActeur_type";
38
+ IdPersonneExterne_type: "IdPersonneExterne_type";
39
+ }>;
40
+ /**
41
+ * Type representing personne auditionnée XSI Type.
42
+ *
43
+ * Type de personne auditionnée (acteur interne ou personne externe).
44
+ */
45
+ export type PersonneAuditionneeXsiType = z.infer<typeof PersonneAuditionneeXsiTypeSchema>;
46
+ /**
47
+ * Chrono (création et clôture) - clean version
48
+ * Note: Dates converted to Date objects by cleaner
49
+ */
50
+ export declare const ChronoCleanSchema: z.ZodObject<{
51
+ creation: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
52
+ cloture: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
53
+ }, z.core.$strip>;
54
+ export type ChronoClean = z.infer<typeof ChronoCleanSchema>;
55
+ /**
56
+ * Cycle de vie - clean version
57
+ */
58
+ export declare const CycleDeVieCleanSchema: z.ZodObject<{
59
+ etat: z.ZodEnum<{
60
+ Annulé: "Annulé";
61
+ Confirmé: "Confirmé";
62
+ Eventuel: "Eventuel";
63
+ Supprimé: "Supprimé";
64
+ }>;
65
+ chrono: z.ZodObject<{
66
+ creation: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
67
+ cloture: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
68
+ }, z.core.$strip>;
69
+ }, z.core.$strip>;
70
+ export type CycleDeVieClean = z.infer<typeof CycleDeVieCleanSchema>;
71
+ /**
72
+ * Point de l'ordre du jour - clean version
73
+ * Note: xsiType extracted from @xsi:type
74
+ * Note: typePointODJ renamed to typePointOdj
75
+ * Note: natureTravauxODJ renamed to natureTravauxOdj
76
+ * Note: dossiersLegislatifsRefs unwrapped from object
77
+ * Note: Dates converted from special format
78
+ */
79
+ export declare const PointOdjCleanSchema: z.ZodObject<{
80
+ xsiType: z.ZodEnum<{
81
+ podjReunion_type: "podjReunion_type";
82
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
83
+ }>;
84
+ uid: z.ZodString;
85
+ cycleDeVie: z.ZodObject<{
86
+ etat: z.ZodEnum<{
87
+ Annulé: "Annulé";
88
+ Confirmé: "Confirmé";
89
+ Eventuel: "Eventuel";
90
+ Supprimé: "Supprimé";
91
+ }>;
92
+ chrono: z.ZodObject<{
93
+ creation: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
94
+ cloture: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
95
+ }, z.core.$strip>;
96
+ }, z.core.$strip>;
97
+ objet: z.ZodString;
98
+ procedure: z.ZodOptional<z.ZodEnum<{
99
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
100
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
101
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
102
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
103
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
104
+ }>>;
105
+ dossiersLegislatifsRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
106
+ typePointOdj: z.ZodEnum<{
107
+ Rapport: "Rapport";
108
+ "Rapport d'information": "Rapport d'information";
109
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
110
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
111
+ Audition: "Audition";
112
+ "Audition ministre": "Audition ministre";
113
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
114
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
115
+ Communication: "Communication";
116
+ "Constitution de mission d'information": "Constitution de mission d'information";
117
+ Discussion: "Discussion";
118
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
119
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
120
+ "Echanges de vues": "Echanges de vues";
121
+ Examen: "Examen";
122
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
123
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
124
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
125
+ "Nomination bureau": "Nomination bureau";
126
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
127
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
128
+ "Nomination rapporteur": "Nomination rapporteur";
129
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
130
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
131
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
132
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
133
+ "Questions au Gouvernement": "Questions au Gouvernement";
134
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
135
+ "Rapport pour avis": "Rapport pour avis";
136
+ "S\u00E9ances r\u00E9serv\u00E9es \u00E0 un groupe de l'opposition ou minoritaire": "Séances réservées à un groupe de l'opposition ou minoritaire";
137
+ "Suite de la discussion": "Suite de la discussion";
138
+ "Table ronde": "Table ronde";
139
+ "Vote par scrutin public": "Vote par scrutin public";
140
+ "Vote solennel": "Vote solennel";
141
+ }>;
142
+ comiteSecret: z.ZodBoolean;
143
+ natureTravauxOdj: z.ZodOptional<z.ZodEnum<{
144
+ ODJPR: "ODJPR";
145
+ ODJSN: "ODJSN";
146
+ }>>;
147
+ dateConfPres: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>>;
148
+ dateLettreMinistre: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>>;
149
+ }, z.core.$strip>;
150
+ export type PointOdjClean = z.infer<typeof PointOdjCleanSchema>;
151
+ /**
152
+ * Ordre du jour - clean version
153
+ * Note: ODJ renamed to odj
154
+ * Note: convocationODJ renamed to convocationOdj and unwrapped from item array
155
+ * Note: resumeODJ renamed to resumeOdj and unwrapped from item array
156
+ * Note: pointsODJ renamed to pointsOdj and unwrapped from pointODJ array
157
+ */
158
+ export declare const OdjCleanSchema: z.ZodObject<{
159
+ convocationOdj: z.ZodOptional<z.ZodArray<z.ZodString>>;
160
+ resumeOdj: z.ZodOptional<z.ZodArray<z.ZodString>>;
161
+ pointsOdj: z.ZodOptional<z.ZodArray<z.ZodObject<{
162
+ xsiType: z.ZodEnum<{
163
+ podjReunion_type: "podjReunion_type";
164
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
165
+ }>;
166
+ uid: z.ZodString;
167
+ cycleDeVie: z.ZodObject<{
168
+ etat: z.ZodEnum<{
169
+ Annulé: "Annulé";
170
+ Confirmé: "Confirmé";
171
+ Eventuel: "Eventuel";
172
+ Supprimé: "Supprimé";
173
+ }>;
174
+ chrono: z.ZodObject<{
175
+ creation: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
176
+ cloture: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
177
+ }, z.core.$strip>;
178
+ }, z.core.$strip>;
179
+ objet: z.ZodString;
180
+ procedure: z.ZodOptional<z.ZodEnum<{
181
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
182
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
183
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
184
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
185
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
186
+ }>>;
187
+ dossiersLegislatifsRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
188
+ typePointOdj: z.ZodEnum<{
189
+ Rapport: "Rapport";
190
+ "Rapport d'information": "Rapport d'information";
191
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
192
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
193
+ Audition: "Audition";
194
+ "Audition ministre": "Audition ministre";
195
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
196
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
197
+ Communication: "Communication";
198
+ "Constitution de mission d'information": "Constitution de mission d'information";
199
+ Discussion: "Discussion";
200
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
201
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
202
+ "Echanges de vues": "Echanges de vues";
203
+ Examen: "Examen";
204
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
205
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
206
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
207
+ "Nomination bureau": "Nomination bureau";
208
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
209
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
210
+ "Nomination rapporteur": "Nomination rapporteur";
211
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
212
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
213
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
214
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
215
+ "Questions au Gouvernement": "Questions au Gouvernement";
216
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
217
+ "Rapport pour avis": "Rapport pour avis";
218
+ "S\u00E9ances r\u00E9serv\u00E9es \u00E0 un groupe de l'opposition ou minoritaire": "Séances réservées à un groupe de l'opposition ou minoritaire";
219
+ "Suite de la discussion": "Suite de la discussion";
220
+ "Table ronde": "Table ronde";
221
+ "Vote par scrutin public": "Vote par scrutin public";
222
+ "Vote solennel": "Vote solennel";
223
+ }>;
224
+ comiteSecret: z.ZodBoolean;
225
+ natureTravauxOdj: z.ZodOptional<z.ZodEnum<{
226
+ ODJPR: "ODJPR";
227
+ ODJSN: "ODJSN";
228
+ }>>;
229
+ dateConfPres: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>>;
230
+ dateLettreMinistre: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>>;
231
+ }, z.core.$strip>>>;
232
+ }, z.core.$strip>;
233
+ export type OdjClean = z.infer<typeof OdjCleanSchema>;
234
+ /**
235
+ * Acteur (référence avec nom) - clean version
236
+ */
237
+ export declare const DemandeurActeurCleanSchema: z.ZodObject<{
238
+ nom: z.ZodOptional<z.ZodString>;
239
+ acteurRef: z.ZodString;
240
+ }, z.core.$strip>;
241
+ export type DemandeurActeurClean = z.infer<typeof DemandeurActeurCleanSchema>;
242
+ /**
243
+ * Organe (référence avec nom) - clean version
244
+ */
245
+ export declare const DemandeurOrganeCleanSchema: z.ZodObject<{
246
+ nom: z.ZodString;
247
+ organeRef: z.ZodString;
248
+ }, z.core.$strip>;
249
+ export type DemandeurOrganeClean = z.infer<typeof DemandeurOrganeCleanSchema>;
250
+ /**
251
+ * Demandeurs - clean version
252
+ * Note: acteur renamed to acteurs and converted to array
253
+ *
254
+ * Le cas échéant l'{@link Organe | organe} et/ou les {@link Acteur | acteurs} à l'initiative de la réunion.
255
+ */
256
+ export declare const DemandeursCleanSchema: z.ZodObject<{
257
+ acteurs: z.ZodOptional<z.ZodArray<z.ZodObject<{
258
+ nom: z.ZodOptional<z.ZodString>;
259
+ acteurRef: z.ZodString;
260
+ }, z.core.$strip>>>;
261
+ organe: z.ZodOptional<z.ZodObject<{
262
+ nom: z.ZodString;
263
+ organeRef: z.ZodString;
264
+ }, z.core.$strip>>;
265
+ }, z.core.$strip>;
266
+ export type DemandeursClean = z.infer<typeof DemandeursCleanSchema>;
267
+ /**
268
+ * Lieu - clean version
269
+ *
270
+ * Lieu de la réunion.
271
+ */
272
+ export declare const LieuReunionCleanSchema: z.ZodObject<{
273
+ code: z.ZodOptional<z.ZodString>;
274
+ libelleCourt: z.ZodOptional<z.ZodString>;
275
+ libelleLong: z.ZodOptional<z.ZodString>;
276
+ lieuRef: z.ZodOptional<z.ZodString>;
277
+ }, z.core.$strip>;
278
+ export type LieuReunionClean = z.infer<typeof LieuReunionCleanSchema>;
279
+ /**
280
+ * Participant interne - clean version
281
+ */
282
+ export declare const ParticipantInterneCleanSchema: z.ZodObject<{
283
+ acteurRef: z.ZodString;
284
+ presence: z.ZodEnum<{
285
+ absent: "absent";
286
+ excusé: "excusé";
287
+ présent: "présent";
288
+ }>;
289
+ }, z.core.$strip>;
290
+ export type ParticipantInterneClean = z.infer<typeof ParticipantInterneCleanSchema>;
291
+ /**
292
+ * Ident (identité) - clean version
293
+ */
294
+ export declare const IdentPersonneAuditionneeCleanSchema: z.ZodObject<{
295
+ civ: z.ZodEnum<{
296
+ "M.": "M.";
297
+ Mme: "Mme";
298
+ }>;
299
+ prenom: z.ZodString;
300
+ nom: z.ZodString;
301
+ alpha: z.ZodOptional<z.ZodString>;
302
+ trigramme: z.ZodOptional<z.ZodString>;
303
+ }, z.core.$strip>;
304
+ export type IdentPersonneAuditionneeClean = z.infer<typeof IdentPersonneAuditionneeCleanSchema>;
305
+ /**
306
+ * Personne auditionnée - clean version
307
+ * Note: xsiType extracted from uid["@xsi:type"]
308
+ * Note: uid extracted from uid["#text"]
309
+ */
310
+ export declare const PersonneAuditionneeCleanSchema: z.ZodObject<{
311
+ xsiType: z.ZodEnum<{
312
+ IdActeur_type: "IdActeur_type";
313
+ IdPersonneExterne_type: "IdPersonneExterne_type";
314
+ }>;
315
+ uid: z.ZodString;
316
+ ident: z.ZodObject<{
317
+ civ: z.ZodEnum<{
318
+ "M.": "M.";
319
+ Mme: "Mme";
320
+ }>;
321
+ prenom: z.ZodString;
322
+ nom: z.ZodString;
323
+ alpha: z.ZodOptional<z.ZodString>;
324
+ trigramme: z.ZodOptional<z.ZodString>;
325
+ }, z.core.$strip>;
326
+ dateNais: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
327
+ }, z.core.$strip>;
328
+ export type PersonneAuditionneeClean = z.infer<typeof PersonneAuditionneeCleanSchema>;
329
+ /**
330
+ * Participants - clean version
331
+ * Note: participantsInternes unwrapped from participantInterne array
332
+ * Note: personnesAuditionnees unwrapped from personneAuditionnee array
333
+ * Note: null values filtered out
334
+ */
335
+ export declare const ParticipantsCleanSchema: z.ZodObject<{
336
+ participantsInternes: z.ZodOptional<z.ZodArray<z.ZodObject<{
337
+ acteurRef: z.ZodString;
338
+ presence: z.ZodEnum<{
339
+ absent: "absent";
340
+ excusé: "excusé";
341
+ présent: "présent";
342
+ }>;
343
+ }, z.core.$strip>>>;
344
+ personnesAuditionnees: z.ZodOptional<z.ZodArray<z.ZodObject<{
345
+ xsiType: z.ZodEnum<{
346
+ IdActeur_type: "IdActeur_type";
347
+ IdPersonneExterne_type: "IdPersonneExterne_type";
348
+ }>;
349
+ uid: z.ZodString;
350
+ ident: z.ZodObject<{
351
+ civ: z.ZodEnum<{
352
+ "M.": "M.";
353
+ Mme: "Mme";
354
+ }>;
355
+ prenom: z.ZodString;
356
+ nom: z.ZodString;
357
+ alpha: z.ZodOptional<z.ZodString>;
358
+ trigramme: z.ZodOptional<z.ZodString>;
359
+ }, z.core.$strip>;
360
+ dateNais: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
361
+ }, z.core.$strip>>>;
362
+ }, z.core.$strip>;
363
+ export type ParticipantsClean = z.infer<typeof ParticipantsCleanSchema>;
364
+ /**
365
+ * Identifiants (séance au Journal Officiel) - clean version
366
+ * Note: numSeanceJO renamed to numSeanceJo
367
+ * Note: idJO renamed to idJo
368
+ * Note: DateSeance renamed to dateSeance and converted to Date
369
+ *
370
+ * Identifiant de la séance publique. Uniquement si xsiType égal à 'seance_type'.
371
+ */
372
+ export declare const IdentifiantsCleanSchema: z.ZodObject<{
373
+ numSeanceJo: z.ZodOptional<z.ZodString>;
374
+ idJo: z.ZodOptional<z.ZodString>;
375
+ quantieme: z.ZodEnum<{
376
+ Deuxième: "Deuxième";
377
+ Première: "Première";
378
+ Troisième: "Troisième";
379
+ Unique: "Unique";
380
+ }>;
381
+ dateSeance: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>;
382
+ }, z.core.$strip>;
383
+ export type IdentifiantsClean = z.infer<typeof IdentifiantsCleanSchema>;
384
+ /**
385
+ * Informations sur les réunions internationales - clean version
386
+ * Note: estReunionInternationale converted to boolean
387
+ * Note: listePays unwrapped from paysRef array
388
+ *
389
+ * Informations sur les personnes et pays concernées par une réunion de commission qui concerne l'international, le cas échéant. Uniquement si xsiType égal à 'reunionCommission_type'.
390
+ */
391
+ export declare const InfosReunionsInternationaleCleanSchema: z.ZodObject<{
392
+ estReunionInternationale: z.ZodBoolean;
393
+ listePays: z.ZodOptional<z.ZodArray<z.ZodString>>;
394
+ informationsComplementaires: z.ZodOptional<z.ZodString>;
395
+ }, z.core.$strip>;
396
+ export type InfosReunionsInternationaleClean = z.infer<typeof InfosReunionsInternationaleCleanSchema>;
397
+ /**
398
+ * Reunion (meeting/agenda) - clean version
399
+ * Note: schemaVersion optional (from QuickType types)
400
+ * Note: xsiType extracted from @xsi:type
401
+ * Note: timeStampDebut renamed to timestampDebut
402
+ * Note: timeStampFin renamed to timestampFin and converted to Date
403
+ * Note: ODJ renamed to odj
404
+ * Note: Boolean fields converted from strings
405
+ * Note: All XML artifacts removed
406
+ *
407
+ * Agenda
408
+ *
409
+ * Toutes les réunions de commissions, les séances publiques, les groupes d'amitiés {@link CodeTypeOrgane | etc}. Réunion qui a lieu dans une salle réservée dans le système informatique de l'assemblée nationale, y compris les séances publiques qui ont lieu dans l'hémicycle. Cela peut aussi être une réunion dite internationale qui a lieu hors de l'assemblée.
410
+ */
411
+ export declare const ReunionCleanSchema: z.ZodObject<{
412
+ schemaVersion: z.ZodOptional<z.ZodString>;
413
+ xsiType: z.ZodOptional<z.ZodEnum<{
414
+ reunionCommission_type: "reunionCommission_type";
415
+ reunionInitParlementaire_type: "reunionInitParlementaire_type";
416
+ seance_type: "seance_type";
417
+ }>>;
418
+ uid: z.ZodString;
419
+ timestampDebut: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
420
+ timestampFin: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
421
+ lieu: z.ZodOptional<z.ZodObject<{
422
+ code: z.ZodOptional<z.ZodString>;
423
+ libelleCourt: z.ZodOptional<z.ZodString>;
424
+ libelleLong: z.ZodOptional<z.ZodString>;
425
+ lieuRef: z.ZodOptional<z.ZodString>;
426
+ }, z.core.$strip>>;
427
+ cycleDeVie: z.ZodObject<{
428
+ etat: z.ZodEnum<{
429
+ Annulé: "Annulé";
430
+ Confirmé: "Confirmé";
431
+ Eventuel: "Eventuel";
432
+ Supprimé: "Supprimé";
433
+ }>;
434
+ chrono: z.ZodObject<{
435
+ creation: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
436
+ cloture: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
437
+ }, z.core.$strip>;
438
+ }, z.core.$strip>;
439
+ demandeurs: z.ZodOptional<z.ZodObject<{
440
+ acteurs: z.ZodOptional<z.ZodArray<z.ZodObject<{
441
+ nom: z.ZodOptional<z.ZodString>;
442
+ acteurRef: z.ZodString;
443
+ }, z.core.$strip>>>;
444
+ organe: z.ZodOptional<z.ZodObject<{
445
+ nom: z.ZodString;
446
+ organeRef: z.ZodString;
447
+ }, z.core.$strip>>;
448
+ }, z.core.$strip>>;
449
+ organeReuniRef: z.ZodOptional<z.ZodString>;
450
+ typeReunion: z.ZodOptional<z.ZodEnum<{
451
+ GA: "GA";
452
+ GE: "GE";
453
+ GEVI: "GEVI";
454
+ GP: "GP";
455
+ DEP: "DEP";
456
+ "H\u00C9 Aur\u00E9lien": "HÉ Aurélien";
457
+ }>>;
458
+ participants: z.ZodOptional<z.ZodObject<{
459
+ participantsInternes: z.ZodOptional<z.ZodArray<z.ZodObject<{
460
+ acteurRef: z.ZodString;
461
+ presence: z.ZodEnum<{
462
+ absent: "absent";
463
+ excusé: "excusé";
464
+ présent: "présent";
465
+ }>;
466
+ }, z.core.$strip>>>;
467
+ personnesAuditionnees: z.ZodOptional<z.ZodArray<z.ZodObject<{
468
+ xsiType: z.ZodEnum<{
469
+ IdActeur_type: "IdActeur_type";
470
+ IdPersonneExterne_type: "IdPersonneExterne_type";
471
+ }>;
472
+ uid: z.ZodString;
473
+ ident: z.ZodObject<{
474
+ civ: z.ZodEnum<{
475
+ "M.": "M.";
476
+ Mme: "Mme";
477
+ }>;
478
+ prenom: z.ZodString;
479
+ nom: z.ZodString;
480
+ alpha: z.ZodOptional<z.ZodString>;
481
+ trigramme: z.ZodOptional<z.ZodString>;
482
+ }, z.core.$strip>;
483
+ dateNais: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
484
+ }, z.core.$strip>>>;
485
+ }, z.core.$strip>>;
486
+ sessionRef: z.ZodOptional<z.ZodString>;
487
+ ouverturePresse: z.ZodOptional<z.ZodBoolean>;
488
+ odj: z.ZodOptional<z.ZodObject<{
489
+ convocationOdj: z.ZodOptional<z.ZodArray<z.ZodString>>;
490
+ resumeOdj: z.ZodOptional<z.ZodArray<z.ZodString>>;
491
+ pointsOdj: z.ZodOptional<z.ZodArray<z.ZodObject<{
492
+ xsiType: z.ZodEnum<{
493
+ podjReunion_type: "podjReunion_type";
494
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
495
+ }>;
496
+ uid: z.ZodString;
497
+ cycleDeVie: z.ZodObject<{
498
+ etat: z.ZodEnum<{
499
+ Annulé: "Annulé";
500
+ Confirmé: "Confirmé";
501
+ Eventuel: "Eventuel";
502
+ Supprimé: "Supprimé";
503
+ }>;
504
+ chrono: z.ZodObject<{
505
+ creation: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
506
+ cloture: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
507
+ }, z.core.$strip>;
508
+ }, z.core.$strip>;
509
+ objet: z.ZodString;
510
+ procedure: z.ZodOptional<z.ZodEnum<{
511
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
512
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
513
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
514
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
515
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
516
+ }>>;
517
+ dossiersLegislatifsRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
518
+ typePointOdj: z.ZodEnum<{
519
+ Rapport: "Rapport";
520
+ "Rapport d'information": "Rapport d'information";
521
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
522
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
523
+ Audition: "Audition";
524
+ "Audition ministre": "Audition ministre";
525
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
526
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
527
+ Communication: "Communication";
528
+ "Constitution de mission d'information": "Constitution de mission d'information";
529
+ Discussion: "Discussion";
530
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
531
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
532
+ "Echanges de vues": "Echanges de vues";
533
+ Examen: "Examen";
534
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
535
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
536
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
537
+ "Nomination bureau": "Nomination bureau";
538
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
539
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
540
+ "Nomination rapporteur": "Nomination rapporteur";
541
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
542
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
543
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
544
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
545
+ "Questions au Gouvernement": "Questions au Gouvernement";
546
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
547
+ "Rapport pour avis": "Rapport pour avis";
548
+ "S\u00E9ances r\u00E9serv\u00E9es \u00E0 un groupe de l'opposition ou minoritaire": "Séances réservées à un groupe de l'opposition ou minoritaire";
549
+ "Suite de la discussion": "Suite de la discussion";
550
+ "Table ronde": "Table ronde";
551
+ "Vote par scrutin public": "Vote par scrutin public";
552
+ "Vote solennel": "Vote solennel";
553
+ }>;
554
+ comiteSecret: z.ZodBoolean;
555
+ natureTravauxOdj: z.ZodOptional<z.ZodEnum<{
556
+ ODJPR: "ODJPR";
557
+ ODJSN: "ODJSN";
558
+ }>>;
559
+ dateConfPres: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>>;
560
+ dateLettreMinistre: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>>;
561
+ }, z.core.$strip>>>;
562
+ }, z.core.$strip>>;
563
+ compteRenduRef: z.ZodOptional<z.ZodString>;
564
+ transcriptionRef: z.ZodOptional<z.ZodString>;
565
+ identifiants: z.ZodOptional<z.ZodObject<{
566
+ numSeanceJo: z.ZodOptional<z.ZodString>;
567
+ idJo: z.ZodOptional<z.ZodString>;
568
+ quantieme: z.ZodEnum<{
569
+ Deuxième: "Deuxième";
570
+ Première: "Première";
571
+ Troisième: "Troisième";
572
+ Unique: "Unique";
573
+ }>;
574
+ dateSeance: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>;
575
+ }, z.core.$strip>>;
576
+ formatReunion: z.ZodOptional<z.ZodEnum<{
577
+ AuditionExterne: "AuditionExterne";
578
+ AuditionParPresidentCommission: "AuditionParPresidentCommission";
579
+ AuditionParRapporteur: "AuditionParRapporteur";
580
+ Ordinaire: "Ordinaire";
581
+ }>>;
582
+ infosReunionsInternationale: z.ZodOptional<z.ZodObject<{
583
+ estReunionInternationale: z.ZodBoolean;
584
+ listePays: z.ZodOptional<z.ZodArray<z.ZodString>>;
585
+ informationsComplementaires: z.ZodOptional<z.ZodString>;
586
+ }, z.core.$strip>>;
587
+ captationVideo: z.ZodOptional<z.ZodBoolean>;
588
+ visioConference: z.ZodOptional<z.ZodString>;
589
+ urlVideo: z.ZodOptional<z.ZodString>;
590
+ timecodeDebutVideo: z.ZodOptional<z.ZodNumber>;
591
+ }, z.core.$strip>;
592
+ export type ReunionClean = z.infer<typeof ReunionCleanSchema>;
593
+ /**
594
+ * Agendas (top-level wrapper) - clean version
595
+ */
596
+ export declare const AgendasCleanSchema: z.ZodObject<{
597
+ reunions: z.ZodArray<z.ZodObject<{
598
+ schemaVersion: z.ZodOptional<z.ZodString>;
599
+ xsiType: z.ZodOptional<z.ZodEnum<{
600
+ reunionCommission_type: "reunionCommission_type";
601
+ reunionInitParlementaire_type: "reunionInitParlementaire_type";
602
+ seance_type: "seance_type";
603
+ }>>;
604
+ uid: z.ZodString;
605
+ timestampDebut: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
606
+ timestampFin: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
607
+ lieu: z.ZodOptional<z.ZodObject<{
608
+ code: z.ZodOptional<z.ZodString>;
609
+ libelleCourt: z.ZodOptional<z.ZodString>;
610
+ libelleLong: z.ZodOptional<z.ZodString>;
611
+ lieuRef: z.ZodOptional<z.ZodString>;
612
+ }, z.core.$strip>>;
613
+ cycleDeVie: z.ZodObject<{
614
+ etat: z.ZodEnum<{
615
+ Annulé: "Annulé";
616
+ Confirmé: "Confirmé";
617
+ Eventuel: "Eventuel";
618
+ Supprimé: "Supprimé";
619
+ }>;
620
+ chrono: z.ZodObject<{
621
+ creation: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
622
+ cloture: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
623
+ }, z.core.$strip>;
624
+ }, z.core.$strip>;
625
+ demandeurs: z.ZodOptional<z.ZodObject<{
626
+ acteurs: z.ZodOptional<z.ZodArray<z.ZodObject<{
627
+ nom: z.ZodOptional<z.ZodString>;
628
+ acteurRef: z.ZodString;
629
+ }, z.core.$strip>>>;
630
+ organe: z.ZodOptional<z.ZodObject<{
631
+ nom: z.ZodString;
632
+ organeRef: z.ZodString;
633
+ }, z.core.$strip>>;
634
+ }, z.core.$strip>>;
635
+ organeReuniRef: z.ZodOptional<z.ZodString>;
636
+ typeReunion: z.ZodOptional<z.ZodEnum<{
637
+ GA: "GA";
638
+ GE: "GE";
639
+ GEVI: "GEVI";
640
+ GP: "GP";
641
+ DEP: "DEP";
642
+ "H\u00C9 Aur\u00E9lien": "HÉ Aurélien";
643
+ }>>;
644
+ participants: z.ZodOptional<z.ZodObject<{
645
+ participantsInternes: z.ZodOptional<z.ZodArray<z.ZodObject<{
646
+ acteurRef: z.ZodString;
647
+ presence: z.ZodEnum<{
648
+ absent: "absent";
649
+ excusé: "excusé";
650
+ présent: "présent";
651
+ }>;
652
+ }, z.core.$strip>>>;
653
+ personnesAuditionnees: z.ZodOptional<z.ZodArray<z.ZodObject<{
654
+ xsiType: z.ZodEnum<{
655
+ IdActeur_type: "IdActeur_type";
656
+ IdPersonneExterne_type: "IdPersonneExterne_type";
657
+ }>;
658
+ uid: z.ZodString;
659
+ ident: z.ZodObject<{
660
+ civ: z.ZodEnum<{
661
+ "M.": "M.";
662
+ Mme: "Mme";
663
+ }>;
664
+ prenom: z.ZodString;
665
+ nom: z.ZodString;
666
+ alpha: z.ZodOptional<z.ZodString>;
667
+ trigramme: z.ZodOptional<z.ZodString>;
668
+ }, z.core.$strip>;
669
+ dateNais: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
670
+ }, z.core.$strip>>>;
671
+ }, z.core.$strip>>;
672
+ sessionRef: z.ZodOptional<z.ZodString>;
673
+ ouverturePresse: z.ZodOptional<z.ZodBoolean>;
674
+ odj: z.ZodOptional<z.ZodObject<{
675
+ convocationOdj: z.ZodOptional<z.ZodArray<z.ZodString>>;
676
+ resumeOdj: z.ZodOptional<z.ZodArray<z.ZodString>>;
677
+ pointsOdj: z.ZodOptional<z.ZodArray<z.ZodObject<{
678
+ xsiType: z.ZodEnum<{
679
+ podjReunion_type: "podjReunion_type";
680
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
681
+ }>;
682
+ uid: z.ZodString;
683
+ cycleDeVie: z.ZodObject<{
684
+ etat: z.ZodEnum<{
685
+ Annulé: "Annulé";
686
+ Confirmé: "Confirmé";
687
+ Eventuel: "Eventuel";
688
+ Supprimé: "Supprimé";
689
+ }>;
690
+ chrono: z.ZodObject<{
691
+ creation: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>;
692
+ cloture: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODateTime, z.ZodCoercedDate<string>>]>>;
693
+ }, z.core.$strip>;
694
+ }, z.core.$strip>;
695
+ objet: z.ZodString;
696
+ procedure: z.ZodOptional<z.ZodEnum<{
697
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
698
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
699
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
700
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
701
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
702
+ }>>;
703
+ dossiersLegislatifsRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
704
+ typePointOdj: z.ZodEnum<{
705
+ Rapport: "Rapport";
706
+ "Rapport d'information": "Rapport d'information";
707
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
708
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
709
+ Audition: "Audition";
710
+ "Audition ministre": "Audition ministre";
711
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
712
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
713
+ Communication: "Communication";
714
+ "Constitution de mission d'information": "Constitution de mission d'information";
715
+ Discussion: "Discussion";
716
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
717
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
718
+ "Echanges de vues": "Echanges de vues";
719
+ Examen: "Examen";
720
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
721
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
722
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
723
+ "Nomination bureau": "Nomination bureau";
724
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
725
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
726
+ "Nomination rapporteur": "Nomination rapporteur";
727
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
728
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
729
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
730
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
731
+ "Questions au Gouvernement": "Questions au Gouvernement";
732
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
733
+ "Rapport pour avis": "Rapport pour avis";
734
+ "S\u00E9ances r\u00E9serv\u00E9es \u00E0 un groupe de l'opposition ou minoritaire": "Séances réservées à un groupe de l'opposition ou minoritaire";
735
+ "Suite de la discussion": "Suite de la discussion";
736
+ "Table ronde": "Table ronde";
737
+ "Vote par scrutin public": "Vote par scrutin public";
738
+ "Vote solennel": "Vote solennel";
739
+ }>;
740
+ comiteSecret: z.ZodBoolean;
741
+ natureTravauxOdj: z.ZodOptional<z.ZodEnum<{
742
+ ODJPR: "ODJPR";
743
+ ODJSN: "ODJSN";
744
+ }>>;
745
+ dateConfPres: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>>;
746
+ dateLettreMinistre: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>>;
747
+ }, z.core.$strip>>>;
748
+ }, z.core.$strip>>;
749
+ compteRenduRef: z.ZodOptional<z.ZodString>;
750
+ transcriptionRef: z.ZodOptional<z.ZodString>;
751
+ identifiants: z.ZodOptional<z.ZodObject<{
752
+ numSeanceJo: z.ZodOptional<z.ZodString>;
753
+ idJo: z.ZodOptional<z.ZodString>;
754
+ quantieme: z.ZodEnum<{
755
+ Deuxième: "Deuxième";
756
+ Première: "Première";
757
+ Troisième: "Troisième";
758
+ Unique: "Unique";
759
+ }>;
760
+ dateSeance: z.ZodUnion<readonly [z.ZodDate, z.ZodPipe<z.ZodISODate, z.ZodCoercedDate<string>>]>;
761
+ }, z.core.$strip>>;
762
+ formatReunion: z.ZodOptional<z.ZodEnum<{
763
+ AuditionExterne: "AuditionExterne";
764
+ AuditionParPresidentCommission: "AuditionParPresidentCommission";
765
+ AuditionParRapporteur: "AuditionParRapporteur";
766
+ Ordinaire: "Ordinaire";
767
+ }>>;
768
+ infosReunionsInternationale: z.ZodOptional<z.ZodObject<{
769
+ estReunionInternationale: z.ZodBoolean;
770
+ listePays: z.ZodOptional<z.ZodArray<z.ZodString>>;
771
+ informationsComplementaires: z.ZodOptional<z.ZodString>;
772
+ }, z.core.$strip>>;
773
+ captationVideo: z.ZodOptional<z.ZodBoolean>;
774
+ visioConference: z.ZodOptional<z.ZodString>;
775
+ urlVideo: z.ZodOptional<z.ZodString>;
776
+ timecodeDebutVideo: z.ZodOptional<z.ZodNumber>;
777
+ }, z.core.$strip>>;
778
+ }, z.core.$strip>;
779
+ export type AgendasClean = z.infer<typeof AgendasCleanSchema>;
780
+ /**
781
+ * Point de l'ordre du jour
782
+ */
783
+ export type PointOdj = z.infer<typeof PointOdjCleanSchema>;
784
+ /**
785
+ * Parse Reunion from JSON string.
786
+ *
787
+ * @param json - JSON string to parse
788
+ * @returns Parsed Reunion object
789
+ * @throws Error if parsing fails
790
+ */
791
+ export declare function parseReunionClean(json: string): ReunionClean;
792
+ /**
793
+ * Parse Agendas from JSON string.
794
+ *
795
+ * @param json - JSON string to parse
796
+ * @returns Parsed Agendas object
797
+ * @throws Error if parsing fails
798
+ */
799
+ export declare function parseAgendasClean(json: string): AgendasClean;
800
+ /**
801
+ * Serialize Reunion to JSON string.
802
+ *
803
+ * @param value - Reunion object to serialize
804
+ * @returns JSON string representation
805
+ */
806
+ export declare function reunionCleanToJson(value: ReunionClean): string;
807
+ /**
808
+ * Serialize Agendas to JSON string.
809
+ *
810
+ * @param value - Agendas object to serialize
811
+ * @returns JSON string representation
812
+ */
813
+ export declare function agendasCleanToJson(value: AgendasClean): string;
814
+ /**
815
+ * File-specific Convert object matching Quicktype's Convert class API
816
+ *
817
+ * @example
818
+ * ```typescript
819
+ * import { AgendasCleanConvert } from "@tricoteuses/assemblee/zod"
820
+ *
821
+ * const reunion = AgendasCleanConvert.toReunion(json)
822
+ * const json = AgendasCleanConvert.reunionToJson(reunion)
823
+ * ```
824
+ */
825
+ export declare const AgendasCleanConvert: {
826
+ toReunion: typeof parseReunionClean;
827
+ reunionToJson: typeof reunionCleanToJson;
828
+ toAgendas: typeof parseAgendasClean;
829
+ agendasToJson: typeof agendasCleanToJson;
830
+ };