@tricoteuses/assemblee 2.5.31 → 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 +1 -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 +9 -4
  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 +1900 -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 -1
  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,1734 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * Available options for format de réunion.
4
+ */
5
+ export declare const formatReunionOptions: readonly ["AuditionExterne", "AuditionParPresidentCommission", "AuditionParRapporteur", "Ordinaire"];
6
+ /**
7
+ * Zod schema for format de réunion.
8
+ */
9
+ export declare const FormatReunionSchema: z.ZodEnum<{
10
+ AuditionExterne: "AuditionExterne";
11
+ AuditionParPresidentCommission: "AuditionParPresidentCommission";
12
+ AuditionParRapporteur: "AuditionParRapporteur";
13
+ Ordinaire: "Ordinaire";
14
+ }>;
15
+ /**
16
+ * Type representing format de réunion.
17
+ */
18
+ export type FormatReunion = z.infer<typeof FormatReunionSchema>;
19
+ /**
20
+ * Available options for nature des travaux de l'ordre du jour.
21
+ */
22
+ export declare const natureTravauxOdjOptions: readonly ["ODJPR", "ODJSN"];
23
+ /**
24
+ * Zod schema for nature des travaux de l'ordre du jour.
25
+ */
26
+ export declare const NatureTravauxOdjSchema: z.ZodEnum<{
27
+ ODJPR: "ODJPR";
28
+ ODJSN: "ODJSN";
29
+ }>;
30
+ /**
31
+ * Type representing nature des travaux de l'ordre du jour.
32
+ */
33
+ export type NatureTravauxOdj = z.infer<typeof NatureTravauxOdjSchema>;
34
+ /**
35
+ * Available options for Point ODJ XSI Type (discriminated union for point types).
36
+ */
37
+ export declare const pointOdjXsiTypeOptions: readonly ["podjReunion_type", "podjSeanceConfPres_type"];
38
+ /**
39
+ * Zod schema for Point ODJ XSI Type (discriminated union for point types).
40
+ */
41
+ export declare const PointOdjXsiTypeSchema: z.ZodEnum<{
42
+ podjReunion_type: "podjReunion_type";
43
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
44
+ }>;
45
+ /**
46
+ * Type representing Point ODJ XSI Type (discriminated union for point types).
47
+ */
48
+ export type PointOdjXsiType = z.infer<typeof PointOdjXsiTypeSchema>;
49
+ /**
50
+ * Available options for présence d'un participant.
51
+ */
52
+ export declare const presenceOptions: readonly ["absent", "excusé", "présent"];
53
+ /**
54
+ * Zod schema for présence d'un participant.
55
+ */
56
+ export declare const PresenceSchema: z.ZodEnum<{
57
+ absent: "absent";
58
+ excusé: "excusé";
59
+ présent: "présent";
60
+ }>;
61
+ /**
62
+ * Type representing présence d'un participant.
63
+ */
64
+ export type Presence = z.infer<typeof PresenceSchema>;
65
+ /**
66
+ * Available options for procédure.
67
+ */
68
+ export declare const procedureOptions: readonly ["discussion générale commune", "procédure d'examen simplifiée-Article 103", "procédure d'examen simplifiée-Article 106", "procédure d'examen simplifiée-Article 107", "procédure de législation en commission-Article 107-1"];
69
+ /**
70
+ * Zod schema for procédure.
71
+ */
72
+ export declare const ProcedureSchema: z.ZodEnum<{
73
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
74
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
75
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
76
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
77
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
78
+ }>;
79
+ /**
80
+ * Type representing procédure.
81
+ */
82
+ export type Procedure = z.infer<typeof ProcedureSchema>;
83
+ /**
84
+ * Available options for quantième (ordre de la séance dans la journée).
85
+ */
86
+ export declare const quantiemeOptions: readonly ["Deuxième", "Première", "Troisième", "Unique"];
87
+ /**
88
+ * Zod schema for quantième (ordre de la séance dans la journée).
89
+ */
90
+ export declare const QuantiemeSchema: z.ZodEnum<{
91
+ Deuxième: "Deuxième";
92
+ Première: "Première";
93
+ Troisième: "Troisième";
94
+ Unique: "Unique";
95
+ }>;
96
+ /**
97
+ * Type representing quantième (ordre de la séance dans la journée).
98
+ */
99
+ export type Quantieme = z.infer<typeof QuantiemeSchema>;
100
+ /**
101
+ * Available options for Reunion XSI Type (discriminated union for reunion types).
102
+ */
103
+ export declare const reunionXsiTypeOptions: readonly ["reunionCommission_type", "reunionInitParlementaire_type", "seance_type"];
104
+ /**
105
+ * Zod schema for Reunion XSI Type (discriminated union for reunion types).
106
+ */
107
+ export declare const ReunionXsiTypeSchema: z.ZodEnum<{
108
+ reunionCommission_type: "reunionCommission_type";
109
+ reunionInitParlementaire_type: "reunionInitParlementaire_type";
110
+ seance_type: "seance_type";
111
+ }>;
112
+ /**
113
+ * Type representing Reunion XSI Type (discriminated union for reunion types).
114
+ */
115
+ export type ReunionXsiType = z.infer<typeof ReunionXsiTypeSchema>;
116
+ /**
117
+ * Available options for type de point d'ordre du jour.
118
+ */
119
+ export declare const typePointOdjOptions: readonly ["Amendements (Art. 88)", "Amendements (Art. 91)", "Audition", "Audition ministre", "Audition ministre ouverte à la presse", "Audition ouverte à la presse", "Communication", "Constitution de mission d'information", "Discussion", "Débat d'initiative parlementaire", "Déclaration du Gouvernement suivie d'un débat", "Echanges de vues", "Examen", "Explications de vote des groupes et vote par scrutin public", "Explications de vote et vote par scrutin public", "Fixation de l'ordre du jour", "Nomination bureau", "Nomination candidats organisme extraparlementaire", "Nomination d'un membre d'une mission d'information", "Nomination rapporteur", "Nomination rapporteur d'application", "Nomination rapporteur d'information", "Nomination rapporteur pour avis", "Ouverture et clôture de session", "Questions au Gouvernement", "Questions orales sans débat", "Rapport", "Rapport d'information", "Rapport pour avis", "Séances réservées à un groupe de l'opposition ou minoritaire", "Suite de la discussion", "Table ronde", "Vote par scrutin public", "Vote solennel"];
120
+ /**
121
+ * Zod schema for type de point d'ordre du jour.
122
+ */
123
+ export declare const TypePointOdjSchema: z.ZodEnum<{
124
+ Rapport: "Rapport";
125
+ "Rapport d'information": "Rapport d'information";
126
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
127
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
128
+ Audition: "Audition";
129
+ "Audition ministre": "Audition ministre";
130
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
131
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
132
+ Communication: "Communication";
133
+ "Constitution de mission d'information": "Constitution de mission d'information";
134
+ Discussion: "Discussion";
135
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
136
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
137
+ "Echanges de vues": "Echanges de vues";
138
+ Examen: "Examen";
139
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
140
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
141
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
142
+ "Nomination bureau": "Nomination bureau";
143
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
144
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
145
+ "Nomination rapporteur": "Nomination rapporteur";
146
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
147
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
148
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
149
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
150
+ "Questions au Gouvernement": "Questions au Gouvernement";
151
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
152
+ "Rapport pour avis": "Rapport pour avis";
153
+ "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";
154
+ "Suite de la discussion": "Suite de la discussion";
155
+ "Table ronde": "Table ronde";
156
+ "Vote par scrutin public": "Vote par scrutin public";
157
+ "Vote solennel": "Vote solennel";
158
+ }>;
159
+ /**
160
+ * Type representing type de point d'ordre du jour.
161
+ */
162
+ export type TypePointOdj = z.infer<typeof TypePointOdjSchema>;
163
+ /**
164
+ * Available options for type de réunion.
165
+ */
166
+ export declare const typeReunionOptions: readonly ["DEP", "GA", "GE", "GEVI", "GP", "HÉ Aurélien"];
167
+ /**
168
+ * Zod schema for type de réunion.
169
+ */
170
+ export declare const TypeReunionSchema: z.ZodEnum<{
171
+ GA: "GA";
172
+ GE: "GE";
173
+ GEVI: "GEVI";
174
+ GP: "GP";
175
+ DEP: "DEP";
176
+ "H\u00C9 Aur\u00E9lien": "HÉ Aurélien";
177
+ }>;
178
+ /**
179
+ * Type representing type de réunion.
180
+ */
181
+ export type TypeReunion = z.infer<typeof TypeReunionSchema>;
182
+ /**
183
+ * Available options for état du cycle de vie.
184
+ */
185
+ export declare const etatOptions: readonly ["Annulé", "Confirmé", "Eventuel", "Supprimé"];
186
+ /**
187
+ * Zod schema for état du cycle de vie.
188
+ */
189
+ export declare const EtatSchema: z.ZodEnum<{
190
+ Annulé: "Annulé";
191
+ Confirmé: "Confirmé";
192
+ Eventuel: "Eventuel";
193
+ Supprimé: "Supprimé";
194
+ }>;
195
+ /**
196
+ * Type representing état du cycle de vie.
197
+ */
198
+ export type Etat = z.infer<typeof EtatSchema>;
199
+ /**
200
+ * Available options for UID XSI Type.
201
+ */
202
+ export declare const uidXsiTypeOptions: readonly ["IdActeur_type", "IdPersonneExterne_type"];
203
+ /**
204
+ * Zod schema for UID XSI Type.
205
+ */
206
+ export declare const UidXsiTypeSchema: z.ZodEnum<{
207
+ IdActeur_type: "IdActeur_type";
208
+ IdPersonneExterne_type: "IdPersonneExterne_type";
209
+ }>;
210
+ /**
211
+ * Type representing UID XSI Type.
212
+ */
213
+ export type UidXsiType = z.infer<typeof UidXsiTypeSchema>;
214
+ /**
215
+ * Chrono (création et clôture)
216
+ */
217
+ export declare const ChronoRawSchema: z.ZodObject<{
218
+ creation: z.ZodString;
219
+ cloture: z.ZodNullable<z.ZodString>;
220
+ }, z.core.$strip>;
221
+ export type ChronoRaw = z.infer<typeof ChronoRawSchema>;
222
+ /**
223
+ * Cycle de vie
224
+ */
225
+ export declare const CycleDeVieRawSchema: z.ZodObject<{
226
+ etat: z.ZodEnum<{
227
+ Annulé: "Annulé";
228
+ Confirmé: "Confirmé";
229
+ Eventuel: "Eventuel";
230
+ Supprimé: "Supprimé";
231
+ }>;
232
+ chrono: z.ZodObject<{
233
+ creation: z.ZodString;
234
+ cloture: z.ZodNullable<z.ZodString>;
235
+ }, z.core.$strip>;
236
+ }, z.core.$strip>;
237
+ export type CycleDeVieRaw = z.infer<typeof CycleDeVieRawSchema>;
238
+ /**
239
+ * Références de dossiers législatifs
240
+ */
241
+ export declare const DossiersLegislatifsRefsRawSchema: z.ZodObject<{
242
+ dossierRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
243
+ }, z.core.$strip>;
244
+ export type DossiersLegislatifsRefsRaw = z.infer<typeof DossiersLegislatifsRefsRawSchema>;
245
+ /**
246
+ * Convocation ou résumé ODJ (liste d'items)
247
+ */
248
+ export declare const ConvocationOdjClassRawSchema: z.ZodObject<{
249
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
250
+ }, z.core.$strip>;
251
+ export type ConvocationOdjClassRaw = z.infer<typeof ConvocationOdjClassRawSchema>;
252
+ /**
253
+ * Point de l'ordre du jour
254
+ */
255
+ export declare const PointOdjElementRawSchema: z.ZodObject<{
256
+ "@xsi:type": z.ZodEnum<{
257
+ podjReunion_type: "podjReunion_type";
258
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
259
+ }>;
260
+ uid: z.ZodString;
261
+ cycleDeVie: z.ZodObject<{
262
+ etat: z.ZodEnum<{
263
+ Annulé: "Annulé";
264
+ Confirmé: "Confirmé";
265
+ Eventuel: "Eventuel";
266
+ Supprimé: "Supprimé";
267
+ }>;
268
+ chrono: z.ZodObject<{
269
+ creation: z.ZodString;
270
+ cloture: z.ZodNullable<z.ZodString>;
271
+ }, z.core.$strip>;
272
+ }, z.core.$strip>;
273
+ objet: z.ZodString;
274
+ demandeurPoint: z.ZodNull;
275
+ procedure: z.ZodNullable<z.ZodEnum<{
276
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
277
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
278
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
279
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
280
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
281
+ }>>;
282
+ dossiersLegislatifsRefs: z.ZodUnion<readonly [z.ZodObject<{
283
+ dossierRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
284
+ }, z.core.$strip>, z.ZodNull]>;
285
+ typePointODJ: z.ZodEnum<{
286
+ Rapport: "Rapport";
287
+ "Rapport d'information": "Rapport d'information";
288
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
289
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
290
+ Audition: "Audition";
291
+ "Audition ministre": "Audition ministre";
292
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
293
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
294
+ Communication: "Communication";
295
+ "Constitution de mission d'information": "Constitution de mission d'information";
296
+ Discussion: "Discussion";
297
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
298
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
299
+ "Echanges de vues": "Echanges de vues";
300
+ Examen: "Examen";
301
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
302
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
303
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
304
+ "Nomination bureau": "Nomination bureau";
305
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
306
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
307
+ "Nomination rapporteur": "Nomination rapporteur";
308
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
309
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
310
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
311
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
312
+ "Questions au Gouvernement": "Questions au Gouvernement";
313
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
314
+ "Rapport pour avis": "Rapport pour avis";
315
+ "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";
316
+ "Suite de la discussion": "Suite de la discussion";
317
+ "Table ronde": "Table ronde";
318
+ "Vote par scrutin public": "Vote par scrutin public";
319
+ "Vote solennel": "Vote solennel";
320
+ }>;
321
+ comiteSecret: z.ZodString;
322
+ textesAssocies: z.ZodNull;
323
+ natureTravauxODJ: z.ZodOptional<z.ZodEnum<{
324
+ ODJPR: "ODJPR";
325
+ ODJSN: "ODJSN";
326
+ }>>;
327
+ dateConfPres: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
328
+ dateLettreMinistre: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
329
+ }, z.core.$strip>;
330
+ export type PointOdjElementRaw = z.infer<typeof PointOdjElementRawSchema>;
331
+ /**
332
+ * Points de l'ordre du jour
333
+ */
334
+ export declare const PointsOdjRawSchema: z.ZodObject<{
335
+ pointODJ: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
336
+ "@xsi:type": z.ZodEnum<{
337
+ podjReunion_type: "podjReunion_type";
338
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
339
+ }>;
340
+ uid: z.ZodString;
341
+ cycleDeVie: z.ZodObject<{
342
+ etat: z.ZodEnum<{
343
+ Annulé: "Annulé";
344
+ Confirmé: "Confirmé";
345
+ Eventuel: "Eventuel";
346
+ Supprimé: "Supprimé";
347
+ }>;
348
+ chrono: z.ZodObject<{
349
+ creation: z.ZodString;
350
+ cloture: z.ZodNullable<z.ZodString>;
351
+ }, z.core.$strip>;
352
+ }, z.core.$strip>;
353
+ objet: z.ZodString;
354
+ demandeurPoint: z.ZodNull;
355
+ procedure: z.ZodNullable<z.ZodEnum<{
356
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
357
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
358
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
359
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
360
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
361
+ }>>;
362
+ dossiersLegislatifsRefs: z.ZodUnion<readonly [z.ZodObject<{
363
+ dossierRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
364
+ }, z.core.$strip>, z.ZodNull]>;
365
+ typePointODJ: z.ZodEnum<{
366
+ Rapport: "Rapport";
367
+ "Rapport d'information": "Rapport d'information";
368
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
369
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
370
+ Audition: "Audition";
371
+ "Audition ministre": "Audition ministre";
372
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
373
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
374
+ Communication: "Communication";
375
+ "Constitution de mission d'information": "Constitution de mission d'information";
376
+ Discussion: "Discussion";
377
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
378
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
379
+ "Echanges de vues": "Echanges de vues";
380
+ Examen: "Examen";
381
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
382
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
383
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
384
+ "Nomination bureau": "Nomination bureau";
385
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
386
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
387
+ "Nomination rapporteur": "Nomination rapporteur";
388
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
389
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
390
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
391
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
392
+ "Questions au Gouvernement": "Questions au Gouvernement";
393
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
394
+ "Rapport pour avis": "Rapport pour avis";
395
+ "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";
396
+ "Suite de la discussion": "Suite de la discussion";
397
+ "Table ronde": "Table ronde";
398
+ "Vote par scrutin public": "Vote par scrutin public";
399
+ "Vote solennel": "Vote solennel";
400
+ }>;
401
+ comiteSecret: z.ZodString;
402
+ textesAssocies: z.ZodNull;
403
+ natureTravauxODJ: z.ZodOptional<z.ZodEnum<{
404
+ ODJPR: "ODJPR";
405
+ ODJSN: "ODJSN";
406
+ }>>;
407
+ dateConfPres: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
408
+ dateLettreMinistre: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
409
+ }, z.core.$strip>>>;
410
+ }, z.core.$strip>;
411
+ export type PointsOdjRaw = z.infer<typeof PointsOdjRawSchema>;
412
+ /**
413
+ * Ordre du jour
414
+ */
415
+ export declare const OdjRawSchema: z.ZodObject<{
416
+ convocationODJ: z.ZodNullable<z.ZodObject<{
417
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
418
+ }, z.core.$strip>>;
419
+ resumeODJ: z.ZodNullable<z.ZodObject<{
420
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
421
+ }, z.core.$strip>>;
422
+ pointsODJ: z.ZodOptional<z.ZodNullable<z.ZodObject<{
423
+ pointODJ: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
424
+ "@xsi:type": z.ZodEnum<{
425
+ podjReunion_type: "podjReunion_type";
426
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
427
+ }>;
428
+ uid: z.ZodString;
429
+ cycleDeVie: z.ZodObject<{
430
+ etat: z.ZodEnum<{
431
+ Annulé: "Annulé";
432
+ Confirmé: "Confirmé";
433
+ Eventuel: "Eventuel";
434
+ Supprimé: "Supprimé";
435
+ }>;
436
+ chrono: z.ZodObject<{
437
+ creation: z.ZodString;
438
+ cloture: z.ZodNullable<z.ZodString>;
439
+ }, z.core.$strip>;
440
+ }, z.core.$strip>;
441
+ objet: z.ZodString;
442
+ demandeurPoint: z.ZodNull;
443
+ procedure: z.ZodNullable<z.ZodEnum<{
444
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
445
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
446
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
447
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
448
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
449
+ }>>;
450
+ dossiersLegislatifsRefs: z.ZodUnion<readonly [z.ZodObject<{
451
+ dossierRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
452
+ }, z.core.$strip>, z.ZodNull]>;
453
+ typePointODJ: z.ZodEnum<{
454
+ Rapport: "Rapport";
455
+ "Rapport d'information": "Rapport d'information";
456
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
457
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
458
+ Audition: "Audition";
459
+ "Audition ministre": "Audition ministre";
460
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
461
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
462
+ Communication: "Communication";
463
+ "Constitution de mission d'information": "Constitution de mission d'information";
464
+ Discussion: "Discussion";
465
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
466
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
467
+ "Echanges de vues": "Echanges de vues";
468
+ Examen: "Examen";
469
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
470
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
471
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
472
+ "Nomination bureau": "Nomination bureau";
473
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
474
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
475
+ "Nomination rapporteur": "Nomination rapporteur";
476
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
477
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
478
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
479
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
480
+ "Questions au Gouvernement": "Questions au Gouvernement";
481
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
482
+ "Rapport pour avis": "Rapport pour avis";
483
+ "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";
484
+ "Suite de la discussion": "Suite de la discussion";
485
+ "Table ronde": "Table ronde";
486
+ "Vote par scrutin public": "Vote par scrutin public";
487
+ "Vote solennel": "Vote solennel";
488
+ }>;
489
+ comiteSecret: z.ZodString;
490
+ textesAssocies: z.ZodNull;
491
+ natureTravauxODJ: z.ZodOptional<z.ZodEnum<{
492
+ ODJPR: "ODJPR";
493
+ ODJSN: "ODJSN";
494
+ }>>;
495
+ dateConfPres: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
496
+ dateLettreMinistre: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
497
+ }, z.core.$strip>>>;
498
+ }, z.core.$strip>>>;
499
+ }, z.core.$strip>;
500
+ export type OdjRaw = z.infer<typeof OdjRawSchema>;
501
+ /**
502
+ * Acteur (référence avec nom)
503
+ */
504
+ export declare const ActeurElementRawSchema: z.ZodObject<{
505
+ nom: z.ZodNullable<z.ZodString>;
506
+ acteurRef: z.ZodString;
507
+ }, z.core.$strip>;
508
+ export type ActeurElementRaw = z.infer<typeof ActeurElementRawSchema>;
509
+ /**
510
+ * Organe (référence avec nom)
511
+ */
512
+ export declare const OrganeRawSchema: z.ZodObject<{
513
+ nom: z.ZodString;
514
+ organeRef: z.ZodString;
515
+ }, z.core.$strip>;
516
+ export type OrganeRaw = z.infer<typeof OrganeRawSchema>;
517
+ /**
518
+ * Demandeur (un seul acteur ou organe)
519
+ */
520
+ export declare const DemandeurRawSchema: z.ZodObject<{
521
+ acteur: z.ZodOptional<z.ZodObject<{
522
+ nom: z.ZodNullable<z.ZodString>;
523
+ acteurRef: z.ZodString;
524
+ }, z.core.$strip>>;
525
+ organe: z.ZodOptional<z.ZodObject<{
526
+ nom: z.ZodString;
527
+ organeRef: z.ZodString;
528
+ }, z.core.$strip>>;
529
+ }, z.core.$strip>;
530
+ export type DemandeurRaw = z.infer<typeof DemandeurRawSchema>;
531
+ /**
532
+ * Demandeurs (plusieurs acteurs ou un organe)
533
+ */
534
+ export declare const DemandeursRawSchema: z.ZodObject<{
535
+ acteur: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
536
+ nom: z.ZodNullable<z.ZodString>;
537
+ acteurRef: z.ZodString;
538
+ }, z.core.$strip>>>>;
539
+ organe: z.ZodOptional<z.ZodObject<{
540
+ nom: z.ZodString;
541
+ organeRef: z.ZodString;
542
+ }, z.core.$strip>>;
543
+ }, z.core.$strip>;
544
+ export type DemandeursRaw = z.infer<typeof DemandeursRawSchema>;
545
+ /**
546
+ * Liste de pays
547
+ */
548
+ export declare const ListePaysRawSchema: z.ZodObject<{
549
+ paysRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
550
+ }, z.core.$strip>;
551
+ export type ListePaysRaw = z.infer<typeof ListePaysRawSchema>;
552
+ /**
553
+ * Informations sur les réunions internationales
554
+ */
555
+ export declare const InfosReunionsInternationaleRawSchema: z.ZodObject<{
556
+ estReunionInternationale: z.ZodString;
557
+ listePays: z.ZodNullable<z.ZodObject<{
558
+ paysRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
559
+ }, z.core.$strip>>;
560
+ informationsComplementaires: z.ZodOptional<z.ZodNullable<z.ZodString>>;
561
+ }, z.core.$strip>;
562
+ export type InfosReunionsInternationaleRaw = z.infer<typeof InfosReunionsInternationaleRawSchema>;
563
+ /**
564
+ * Lieu
565
+ */
566
+ export declare const LieuRawSchema: z.ZodObject<{
567
+ code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
568
+ libelleCourt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
569
+ libelleLong: z.ZodNullable<z.ZodString>;
570
+ lieuRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
571
+ }, z.core.$strip>;
572
+ export type LieuRaw = z.infer<typeof LieuRawSchema>;
573
+ /**
574
+ * Participant interne
575
+ */
576
+ export declare const ParticipantInterneElementRawSchema: z.ZodObject<{
577
+ acteurRef: z.ZodString;
578
+ presence: z.ZodEnum<{
579
+ absent: "absent";
580
+ excusé: "excusé";
581
+ présent: "présent";
582
+ }>;
583
+ }, z.core.$strip>;
584
+ export type ParticipantInterneElementRaw = z.infer<typeof ParticipantInterneElementRawSchema>;
585
+ /**
586
+ * Participants internes (Purple variant - can be single or array)
587
+ */
588
+ export declare const PurpleParticipantsInternesRawSchema: z.ZodObject<{
589
+ participantInterne: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
590
+ acteurRef: z.ZodString;
591
+ presence: z.ZodEnum<{
592
+ absent: "absent";
593
+ excusé: "excusé";
594
+ présent: "présent";
595
+ }>;
596
+ }, z.core.$strip>>>;
597
+ }, z.core.$strip>;
598
+ export type PurpleParticipantsInternesRaw = z.infer<typeof PurpleParticipantsInternesRawSchema>;
599
+ /**
600
+ * Participants internes (Fluffy variant - always array)
601
+ */
602
+ export declare const FluffyParticipantsInternesRawSchema: z.ZodObject<{
603
+ participantInterne: z.ZodArray<z.ZodObject<{
604
+ acteurRef: z.ZodString;
605
+ presence: z.ZodEnum<{
606
+ absent: "absent";
607
+ excusé: "excusé";
608
+ présent: "présent";
609
+ }>;
610
+ }, z.core.$strip>>;
611
+ }, z.core.$strip>;
612
+ export type FluffyParticipantsInternesRaw = z.infer<typeof FluffyParticipantsInternesRawSchema>;
613
+ /**
614
+ * Personnes auditionnées (Purple variant - empty arrays or null)
615
+ */
616
+ export declare const PurplePersonnesAuditionneeesRawSchema: z.ZodObject<{
617
+ personneAuditionnee: z.ZodNullable<z.ZodArray<z.ZodNull>>;
618
+ }, z.core.$strip>;
619
+ export type PurplePersonnesAuditionneeesRaw = z.infer<typeof PurplePersonnesAuditionneeesRawSchema>;
620
+ /**
621
+ * UID with XML attributes
622
+ */
623
+ export declare const UidRawSchema: z.ZodObject<{
624
+ "@xsi:type": z.ZodEnum<{
625
+ IdActeur_type: "IdActeur_type";
626
+ IdPersonneExterne_type: "IdPersonneExterne_type";
627
+ }>;
628
+ "#text": z.ZodString;
629
+ }, z.core.$strip>;
630
+ export type UidRaw = z.infer<typeof UidRawSchema>;
631
+ /**
632
+ * Ident (identité)
633
+ */
634
+ export declare const IdentRawSchema: z.ZodObject<{
635
+ civ: z.ZodEnum<{
636
+ "M.": "M.";
637
+ Mme: "Mme";
638
+ }>;
639
+ prenom: z.ZodString;
640
+ nom: z.ZodString;
641
+ alpha: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
642
+ trigramme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
643
+ }, z.core.$strip>;
644
+ export type IdentRaw = z.infer<typeof IdentRawSchema>;
645
+ /**
646
+ * Personne auditionnée
647
+ */
648
+ export declare const PersonneAuditionneeElementRawSchema: z.ZodObject<{
649
+ uid: z.ZodObject<{
650
+ "@xsi:type": z.ZodEnum<{
651
+ IdActeur_type: "IdActeur_type";
652
+ IdPersonneExterne_type: "IdPersonneExterne_type";
653
+ }>;
654
+ "#text": z.ZodString;
655
+ }, z.core.$strip>;
656
+ ident: z.ZodObject<{
657
+ civ: z.ZodEnum<{
658
+ "M.": "M.";
659
+ Mme: "Mme";
660
+ }>;
661
+ prenom: z.ZodString;
662
+ nom: z.ZodString;
663
+ alpha: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
664
+ trigramme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
665
+ }, z.core.$strip>;
666
+ dateNais: z.ZodNullable<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>>;
667
+ }, z.core.$strip>;
668
+ export type PersonneAuditionneeElementRaw = z.infer<typeof PersonneAuditionneeElementRawSchema>;
669
+ /**
670
+ * Personnes auditionnées (Fluffy variant - single or array)
671
+ */
672
+ export declare const FluffyPersonnesAuditionneeesRawSchema: z.ZodObject<{
673
+ personneAuditionnee: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
674
+ uid: z.ZodObject<{
675
+ "@xsi:type": z.ZodEnum<{
676
+ IdActeur_type: "IdActeur_type";
677
+ IdPersonneExterne_type: "IdPersonneExterne_type";
678
+ }>;
679
+ "#text": z.ZodString;
680
+ }, z.core.$strip>;
681
+ ident: z.ZodObject<{
682
+ civ: z.ZodEnum<{
683
+ "M.": "M.";
684
+ Mme: "Mme";
685
+ }>;
686
+ prenom: z.ZodString;
687
+ nom: z.ZodString;
688
+ alpha: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
689
+ trigramme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
690
+ }, z.core.$strip>;
691
+ dateNais: z.ZodNullable<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>>;
692
+ }, z.core.$strip>>>;
693
+ }, z.core.$strip>;
694
+ export type FluffyPersonnesAuditionneeesRaw = z.infer<typeof FluffyPersonnesAuditionneeesRawSchema>;
695
+ /**
696
+ * Participants (Purple variant - for ReunionReunion)
697
+ */
698
+ export declare const PurpleParticipantsRawSchema: z.ZodObject<{
699
+ participantsInternes: z.ZodUnion<readonly [z.ZodObject<{
700
+ participantInterne: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
701
+ acteurRef: z.ZodString;
702
+ presence: z.ZodEnum<{
703
+ absent: "absent";
704
+ excusé: "excusé";
705
+ présent: "présent";
706
+ }>;
707
+ }, z.core.$strip>>>;
708
+ }, z.core.$strip>, z.ZodNull]>;
709
+ personnesAuditionnees: z.ZodUnion<readonly [z.ZodObject<{
710
+ personneAuditionnee: z.ZodNullable<z.ZodArray<z.ZodNull>>;
711
+ }, z.core.$strip>, z.ZodNull]>;
712
+ }, z.core.$strip>;
713
+ export type PurpleParticipantsRaw = z.infer<typeof PurpleParticipantsRawSchema>;
714
+ /**
715
+ * Participants (Fluffy variant - for ReunionElement)
716
+ */
717
+ export declare const FluffyParticipantsRawSchema: z.ZodObject<{
718
+ participantsInternes: z.ZodUnion<readonly [z.ZodObject<{
719
+ participantInterne: z.ZodArray<z.ZodObject<{
720
+ acteurRef: z.ZodString;
721
+ presence: z.ZodEnum<{
722
+ absent: "absent";
723
+ excusé: "excusé";
724
+ présent: "présent";
725
+ }>;
726
+ }, z.core.$strip>>;
727
+ }, z.core.$strip>, z.ZodNull]>;
728
+ personnesAuditionnees: z.ZodUnion<readonly [z.ZodObject<{
729
+ personneAuditionnee: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
730
+ uid: z.ZodObject<{
731
+ "@xsi:type": z.ZodEnum<{
732
+ IdActeur_type: "IdActeur_type";
733
+ IdPersonneExterne_type: "IdPersonneExterne_type";
734
+ }>;
735
+ "#text": z.ZodString;
736
+ }, z.core.$strip>;
737
+ ident: z.ZodObject<{
738
+ civ: z.ZodEnum<{
739
+ "M.": "M.";
740
+ Mme: "Mme";
741
+ }>;
742
+ prenom: z.ZodString;
743
+ nom: z.ZodString;
744
+ alpha: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
745
+ trigramme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
746
+ }, z.core.$strip>;
747
+ dateNais: z.ZodNullable<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>>;
748
+ }, z.core.$strip>>>;
749
+ }, z.core.$strip>, z.ZodNull]>;
750
+ }, z.core.$strip>;
751
+ export type FluffyParticipantsRaw = z.infer<typeof FluffyParticipantsRawSchema>;
752
+ /**
753
+ * Identifiants (séance au Journal Officiel)
754
+ */
755
+ export declare const IdentifiantsRawSchema: z.ZodObject<{
756
+ numSeanceJO: z.ZodNullable<z.ZodString>;
757
+ idJO: z.ZodNullable<z.ZodString>;
758
+ quantieme: z.ZodEnum<{
759
+ Deuxième: "Deuxième";
760
+ Première: "Première";
761
+ Troisième: "Troisième";
762
+ Unique: "Unique";
763
+ }>;
764
+ DateSeance: z.ZodString;
765
+ }, z.core.$strip>;
766
+ export type IdentifiantsRaw = z.infer<typeof IdentifiantsRawSchema>;
767
+ /**
768
+ * ReunionReunion (inner object - full reunion with all XML attributes)
769
+ */
770
+ export declare const ReunionReunionRawSchema: z.ZodObject<{
771
+ "@xmlns": z.ZodString;
772
+ "@xmlns:xsi": z.ZodString;
773
+ "@xsi:type": z.ZodEnum<{
774
+ reunionCommission_type: "reunionCommission_type";
775
+ reunionInitParlementaire_type: "reunionInitParlementaire_type";
776
+ seance_type: "seance_type";
777
+ }>;
778
+ uid: z.ZodString;
779
+ timeStampDebut: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
780
+ timeStampFin: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
781
+ lieu: z.ZodOptional<z.ZodObject<{
782
+ code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
783
+ libelleCourt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
784
+ libelleLong: z.ZodNullable<z.ZodString>;
785
+ lieuRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
786
+ }, z.core.$strip>>;
787
+ cycleDeVie: z.ZodObject<{
788
+ etat: z.ZodEnum<{
789
+ Annulé: "Annulé";
790
+ Confirmé: "Confirmé";
791
+ Eventuel: "Eventuel";
792
+ Supprimé: "Supprimé";
793
+ }>;
794
+ chrono: z.ZodObject<{
795
+ creation: z.ZodString;
796
+ cloture: z.ZodNullable<z.ZodString>;
797
+ }, z.core.$strip>;
798
+ }, z.core.$strip>;
799
+ demandeurs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
800
+ acteur: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
801
+ nom: z.ZodNullable<z.ZodString>;
802
+ acteurRef: z.ZodString;
803
+ }, z.core.$strip>>>>;
804
+ organe: z.ZodOptional<z.ZodObject<{
805
+ nom: z.ZodString;
806
+ organeRef: z.ZodString;
807
+ }, z.core.$strip>>;
808
+ }, z.core.$strip>>>;
809
+ organeReuniRef: z.ZodNullable<z.ZodString>;
810
+ typeReunion: z.ZodOptional<z.ZodEnum<{
811
+ GA: "GA";
812
+ GE: "GE";
813
+ GEVI: "GEVI";
814
+ GP: "GP";
815
+ DEP: "DEP";
816
+ "H\u00C9 Aur\u00E9lien": "HÉ Aurélien";
817
+ }>>;
818
+ demandeur: z.ZodOptional<z.ZodNullable<z.ZodObject<{
819
+ acteur: z.ZodOptional<z.ZodObject<{
820
+ nom: z.ZodNullable<z.ZodString>;
821
+ acteurRef: z.ZodString;
822
+ }, z.core.$strip>>;
823
+ organe: z.ZodOptional<z.ZodObject<{
824
+ nom: z.ZodString;
825
+ organeRef: z.ZodString;
826
+ }, z.core.$strip>>;
827
+ }, z.core.$strip>>>;
828
+ participants: z.ZodOptional<z.ZodNullable<z.ZodObject<{
829
+ participantsInternes: z.ZodUnion<readonly [z.ZodObject<{
830
+ participantInterne: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
831
+ acteurRef: z.ZodString;
832
+ presence: z.ZodEnum<{
833
+ absent: "absent";
834
+ excusé: "excusé";
835
+ présent: "présent";
836
+ }>;
837
+ }, z.core.$strip>>>;
838
+ }, z.core.$strip>, z.ZodNull]>;
839
+ personnesAuditionnees: z.ZodUnion<readonly [z.ZodObject<{
840
+ personneAuditionnee: z.ZodNullable<z.ZodArray<z.ZodNull>>;
841
+ }, z.core.$strip>, z.ZodNull]>;
842
+ }, z.core.$strip>>>;
843
+ visioConference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
844
+ ODJ: z.ZodOptional<z.ZodNullable<z.ZodObject<{
845
+ convocationODJ: z.ZodNullable<z.ZodObject<{
846
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
847
+ }, z.core.$strip>>;
848
+ resumeODJ: z.ZodNullable<z.ZodObject<{
849
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
850
+ }, z.core.$strip>>;
851
+ pointsODJ: z.ZodOptional<z.ZodNullable<z.ZodObject<{
852
+ pointODJ: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
853
+ "@xsi:type": z.ZodEnum<{
854
+ podjReunion_type: "podjReunion_type";
855
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
856
+ }>;
857
+ uid: z.ZodString;
858
+ cycleDeVie: z.ZodObject<{
859
+ etat: z.ZodEnum<{
860
+ Annulé: "Annulé";
861
+ Confirmé: "Confirmé";
862
+ Eventuel: "Eventuel";
863
+ Supprimé: "Supprimé";
864
+ }>;
865
+ chrono: z.ZodObject<{
866
+ creation: z.ZodString;
867
+ cloture: z.ZodNullable<z.ZodString>;
868
+ }, z.core.$strip>;
869
+ }, z.core.$strip>;
870
+ objet: z.ZodString;
871
+ demandeurPoint: z.ZodNull;
872
+ procedure: z.ZodNullable<z.ZodEnum<{
873
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
874
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
875
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
876
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
877
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
878
+ }>>;
879
+ dossiersLegislatifsRefs: z.ZodUnion<readonly [z.ZodObject<{
880
+ dossierRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
881
+ }, z.core.$strip>, z.ZodNull]>;
882
+ typePointODJ: z.ZodEnum<{
883
+ Rapport: "Rapport";
884
+ "Rapport d'information": "Rapport d'information";
885
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
886
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
887
+ Audition: "Audition";
888
+ "Audition ministre": "Audition ministre";
889
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
890
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
891
+ Communication: "Communication";
892
+ "Constitution de mission d'information": "Constitution de mission d'information";
893
+ Discussion: "Discussion";
894
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
895
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
896
+ "Echanges de vues": "Echanges de vues";
897
+ Examen: "Examen";
898
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
899
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
900
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
901
+ "Nomination bureau": "Nomination bureau";
902
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
903
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
904
+ "Nomination rapporteur": "Nomination rapporteur";
905
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
906
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
907
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
908
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
909
+ "Questions au Gouvernement": "Questions au Gouvernement";
910
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
911
+ "Rapport pour avis": "Rapport pour avis";
912
+ "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";
913
+ "Suite de la discussion": "Suite de la discussion";
914
+ "Table ronde": "Table ronde";
915
+ "Vote par scrutin public": "Vote par scrutin public";
916
+ "Vote solennel": "Vote solennel";
917
+ }>;
918
+ comiteSecret: z.ZodString;
919
+ textesAssocies: z.ZodNull;
920
+ natureTravauxODJ: z.ZodOptional<z.ZodEnum<{
921
+ ODJPR: "ODJPR";
922
+ ODJSN: "ODJSN";
923
+ }>>;
924
+ dateConfPres: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
925
+ dateLettreMinistre: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
926
+ }, z.core.$strip>>>;
927
+ }, z.core.$strip>>>;
928
+ }, z.core.$strip>>>;
929
+ sessionRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
930
+ ouverturePresse: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
931
+ captationVideo: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
932
+ compteRenduRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
933
+ formatReunion: z.ZodOptional<z.ZodEnum<{
934
+ AuditionExterne: "AuditionExterne";
935
+ AuditionParPresidentCommission: "AuditionParPresidentCommission";
936
+ AuditionParRapporteur: "AuditionParRapporteur";
937
+ Ordinaire: "Ordinaire";
938
+ }>>;
939
+ infosReunionsInternationale: z.ZodOptional<z.ZodObject<{
940
+ estReunionInternationale: z.ZodString;
941
+ listePays: z.ZodNullable<z.ZodObject<{
942
+ paysRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
943
+ }, z.core.$strip>>;
944
+ informationsComplementaires: z.ZodOptional<z.ZodNullable<z.ZodString>>;
945
+ }, z.core.$strip>>;
946
+ identifiants: z.ZodOptional<z.ZodObject<{
947
+ numSeanceJO: z.ZodNullable<z.ZodString>;
948
+ idJO: z.ZodNullable<z.ZodString>;
949
+ quantieme: z.ZodEnum<{
950
+ Deuxième: "Deuxième";
951
+ Première: "Première";
952
+ Troisième: "Troisième";
953
+ Unique: "Unique";
954
+ }>;
955
+ DateSeance: z.ZodString;
956
+ }, z.core.$strip>>;
957
+ }, z.core.$strip>;
958
+ export type ReunionReunionRaw = z.infer<typeof ReunionReunionRawSchema>;
959
+ /**
960
+ * Reunion (wrapper)
961
+ */
962
+ export declare const ReunionRawSchema: z.ZodObject<{
963
+ reunion: z.ZodObject<{
964
+ "@xmlns": z.ZodString;
965
+ "@xmlns:xsi": z.ZodString;
966
+ "@xsi:type": z.ZodEnum<{
967
+ reunionCommission_type: "reunionCommission_type";
968
+ reunionInitParlementaire_type: "reunionInitParlementaire_type";
969
+ seance_type: "seance_type";
970
+ }>;
971
+ uid: z.ZodString;
972
+ timeStampDebut: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
973
+ timeStampFin: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
974
+ lieu: z.ZodOptional<z.ZodObject<{
975
+ code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
976
+ libelleCourt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
977
+ libelleLong: z.ZodNullable<z.ZodString>;
978
+ lieuRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
979
+ }, z.core.$strip>>;
980
+ cycleDeVie: z.ZodObject<{
981
+ etat: z.ZodEnum<{
982
+ Annulé: "Annulé";
983
+ Confirmé: "Confirmé";
984
+ Eventuel: "Eventuel";
985
+ Supprimé: "Supprimé";
986
+ }>;
987
+ chrono: z.ZodObject<{
988
+ creation: z.ZodString;
989
+ cloture: z.ZodNullable<z.ZodString>;
990
+ }, z.core.$strip>;
991
+ }, z.core.$strip>;
992
+ demandeurs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
993
+ acteur: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
994
+ nom: z.ZodNullable<z.ZodString>;
995
+ acteurRef: z.ZodString;
996
+ }, z.core.$strip>>>>;
997
+ organe: z.ZodOptional<z.ZodObject<{
998
+ nom: z.ZodString;
999
+ organeRef: z.ZodString;
1000
+ }, z.core.$strip>>;
1001
+ }, z.core.$strip>>>;
1002
+ organeReuniRef: z.ZodNullable<z.ZodString>;
1003
+ typeReunion: z.ZodOptional<z.ZodEnum<{
1004
+ GA: "GA";
1005
+ GE: "GE";
1006
+ GEVI: "GEVI";
1007
+ GP: "GP";
1008
+ DEP: "DEP";
1009
+ "H\u00C9 Aur\u00E9lien": "HÉ Aurélien";
1010
+ }>>;
1011
+ demandeur: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1012
+ acteur: z.ZodOptional<z.ZodObject<{
1013
+ nom: z.ZodNullable<z.ZodString>;
1014
+ acteurRef: z.ZodString;
1015
+ }, z.core.$strip>>;
1016
+ organe: z.ZodOptional<z.ZodObject<{
1017
+ nom: z.ZodString;
1018
+ organeRef: z.ZodString;
1019
+ }, z.core.$strip>>;
1020
+ }, z.core.$strip>>>;
1021
+ participants: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1022
+ participantsInternes: z.ZodUnion<readonly [z.ZodObject<{
1023
+ participantInterne: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1024
+ acteurRef: z.ZodString;
1025
+ presence: z.ZodEnum<{
1026
+ absent: "absent";
1027
+ excusé: "excusé";
1028
+ présent: "présent";
1029
+ }>;
1030
+ }, z.core.$strip>>>;
1031
+ }, z.core.$strip>, z.ZodNull]>;
1032
+ personnesAuditionnees: z.ZodUnion<readonly [z.ZodObject<{
1033
+ personneAuditionnee: z.ZodNullable<z.ZodArray<z.ZodNull>>;
1034
+ }, z.core.$strip>, z.ZodNull]>;
1035
+ }, z.core.$strip>>>;
1036
+ visioConference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1037
+ ODJ: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1038
+ convocationODJ: z.ZodNullable<z.ZodObject<{
1039
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1040
+ }, z.core.$strip>>;
1041
+ resumeODJ: z.ZodNullable<z.ZodObject<{
1042
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1043
+ }, z.core.$strip>>;
1044
+ pointsODJ: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1045
+ pointODJ: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1046
+ "@xsi:type": z.ZodEnum<{
1047
+ podjReunion_type: "podjReunion_type";
1048
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
1049
+ }>;
1050
+ uid: z.ZodString;
1051
+ cycleDeVie: z.ZodObject<{
1052
+ etat: z.ZodEnum<{
1053
+ Annulé: "Annulé";
1054
+ Confirmé: "Confirmé";
1055
+ Eventuel: "Eventuel";
1056
+ Supprimé: "Supprimé";
1057
+ }>;
1058
+ chrono: z.ZodObject<{
1059
+ creation: z.ZodString;
1060
+ cloture: z.ZodNullable<z.ZodString>;
1061
+ }, z.core.$strip>;
1062
+ }, z.core.$strip>;
1063
+ objet: z.ZodString;
1064
+ demandeurPoint: z.ZodNull;
1065
+ procedure: z.ZodNullable<z.ZodEnum<{
1066
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
1067
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
1068
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
1069
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
1070
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
1071
+ }>>;
1072
+ dossiersLegislatifsRefs: z.ZodUnion<readonly [z.ZodObject<{
1073
+ dossierRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1074
+ }, z.core.$strip>, z.ZodNull]>;
1075
+ typePointODJ: z.ZodEnum<{
1076
+ Rapport: "Rapport";
1077
+ "Rapport d'information": "Rapport d'information";
1078
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
1079
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
1080
+ Audition: "Audition";
1081
+ "Audition ministre": "Audition ministre";
1082
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
1083
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
1084
+ Communication: "Communication";
1085
+ "Constitution de mission d'information": "Constitution de mission d'information";
1086
+ Discussion: "Discussion";
1087
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
1088
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
1089
+ "Echanges de vues": "Echanges de vues";
1090
+ Examen: "Examen";
1091
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
1092
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
1093
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
1094
+ "Nomination bureau": "Nomination bureau";
1095
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
1096
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
1097
+ "Nomination rapporteur": "Nomination rapporteur";
1098
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
1099
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
1100
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
1101
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
1102
+ "Questions au Gouvernement": "Questions au Gouvernement";
1103
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
1104
+ "Rapport pour avis": "Rapport pour avis";
1105
+ "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";
1106
+ "Suite de la discussion": "Suite de la discussion";
1107
+ "Table ronde": "Table ronde";
1108
+ "Vote par scrutin public": "Vote par scrutin public";
1109
+ "Vote solennel": "Vote solennel";
1110
+ }>;
1111
+ comiteSecret: z.ZodString;
1112
+ textesAssocies: z.ZodNull;
1113
+ natureTravauxODJ: z.ZodOptional<z.ZodEnum<{
1114
+ ODJPR: "ODJPR";
1115
+ ODJSN: "ODJSN";
1116
+ }>>;
1117
+ dateConfPres: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1118
+ dateLettreMinistre: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1119
+ }, z.core.$strip>>>;
1120
+ }, z.core.$strip>>>;
1121
+ }, z.core.$strip>>>;
1122
+ sessionRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1123
+ ouverturePresse: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1124
+ captationVideo: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1125
+ compteRenduRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1126
+ formatReunion: z.ZodOptional<z.ZodEnum<{
1127
+ AuditionExterne: "AuditionExterne";
1128
+ AuditionParPresidentCommission: "AuditionParPresidentCommission";
1129
+ AuditionParRapporteur: "AuditionParRapporteur";
1130
+ Ordinaire: "Ordinaire";
1131
+ }>>;
1132
+ infosReunionsInternationale: z.ZodOptional<z.ZodObject<{
1133
+ estReunionInternationale: z.ZodString;
1134
+ listePays: z.ZodNullable<z.ZodObject<{
1135
+ paysRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1136
+ }, z.core.$strip>>;
1137
+ informationsComplementaires: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1138
+ }, z.core.$strip>>;
1139
+ identifiants: z.ZodOptional<z.ZodObject<{
1140
+ numSeanceJO: z.ZodNullable<z.ZodString>;
1141
+ idJO: z.ZodNullable<z.ZodString>;
1142
+ quantieme: z.ZodEnum<{
1143
+ Deuxième: "Deuxième";
1144
+ Première: "Première";
1145
+ Troisième: "Troisième";
1146
+ Unique: "Unique";
1147
+ }>;
1148
+ DateSeance: z.ZodString;
1149
+ }, z.core.$strip>>;
1150
+ }, z.core.$strip>;
1151
+ }, z.core.$strip>;
1152
+ export type ReunionRaw = z.infer<typeof ReunionRawSchema>;
1153
+ /**
1154
+ * ReunionElement (for Agendas export - simplified without top-level XML attributes)
1155
+ */
1156
+ export declare const ReunionElementRawSchema: z.ZodObject<{
1157
+ uid: z.ZodString;
1158
+ timeStampDebut: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1159
+ timeStampFin: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1160
+ lieu: z.ZodObject<{
1161
+ code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1162
+ libelleCourt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1163
+ libelleLong: z.ZodNullable<z.ZodString>;
1164
+ lieuRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1165
+ }, z.core.$strip>;
1166
+ cycleDeVie: z.ZodObject<{
1167
+ etat: z.ZodEnum<{
1168
+ Annulé: "Annulé";
1169
+ Confirmé: "Confirmé";
1170
+ Eventuel: "Eventuel";
1171
+ Supprimé: "Supprimé";
1172
+ }>;
1173
+ chrono: z.ZodObject<{
1174
+ creation: z.ZodString;
1175
+ cloture: z.ZodNullable<z.ZodString>;
1176
+ }, z.core.$strip>;
1177
+ }, z.core.$strip>;
1178
+ demandeurs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1179
+ acteur: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1180
+ nom: z.ZodNullable<z.ZodString>;
1181
+ acteurRef: z.ZodString;
1182
+ }, z.core.$strip>>>>;
1183
+ organe: z.ZodOptional<z.ZodObject<{
1184
+ nom: z.ZodString;
1185
+ organeRef: z.ZodString;
1186
+ }, z.core.$strip>>;
1187
+ }, z.core.$strip>>>;
1188
+ organeReuniRef: z.ZodNullable<z.ZodString>;
1189
+ typeReunion: z.ZodOptional<z.ZodEnum<{
1190
+ GA: "GA";
1191
+ GE: "GE";
1192
+ GEVI: "GEVI";
1193
+ GP: "GP";
1194
+ DEP: "DEP";
1195
+ "H\u00C9 Aur\u00E9lien": "HÉ Aurélien";
1196
+ }>>;
1197
+ "@xmlns:xsi": z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1198
+ demandeur: z.ZodOptional<z.ZodNull>;
1199
+ participants: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1200
+ participantsInternes: z.ZodUnion<readonly [z.ZodObject<{
1201
+ participantInterne: z.ZodArray<z.ZodObject<{
1202
+ acteurRef: z.ZodString;
1203
+ presence: z.ZodEnum<{
1204
+ absent: "absent";
1205
+ excusé: "excusé";
1206
+ présent: "présent";
1207
+ }>;
1208
+ }, z.core.$strip>>;
1209
+ }, z.core.$strip>, z.ZodNull]>;
1210
+ personnesAuditionnees: z.ZodUnion<readonly [z.ZodObject<{
1211
+ personneAuditionnee: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1212
+ uid: z.ZodObject<{
1213
+ "@xsi:type": z.ZodEnum<{
1214
+ IdActeur_type: "IdActeur_type";
1215
+ IdPersonneExterne_type: "IdPersonneExterne_type";
1216
+ }>;
1217
+ "#text": z.ZodString;
1218
+ }, z.core.$strip>;
1219
+ ident: z.ZodObject<{
1220
+ civ: z.ZodEnum<{
1221
+ "M.": "M.";
1222
+ Mme: "Mme";
1223
+ }>;
1224
+ prenom: z.ZodString;
1225
+ nom: z.ZodString;
1226
+ alpha: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1227
+ trigramme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1228
+ }, z.core.$strip>;
1229
+ dateNais: z.ZodNullable<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>>;
1230
+ }, z.core.$strip>>>;
1231
+ }, z.core.$strip>, z.ZodNull]>;
1232
+ }, z.core.$strip>>>;
1233
+ sessionRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1234
+ ouverturePresse: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1235
+ ODJ: z.ZodOptional<z.ZodObject<{
1236
+ convocationODJ: z.ZodNullable<z.ZodObject<{
1237
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1238
+ }, z.core.$strip>>;
1239
+ resumeODJ: z.ZodNullable<z.ZodObject<{
1240
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1241
+ }, z.core.$strip>>;
1242
+ pointsODJ: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1243
+ pointODJ: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1244
+ "@xsi:type": z.ZodEnum<{
1245
+ podjReunion_type: "podjReunion_type";
1246
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
1247
+ }>;
1248
+ uid: z.ZodString;
1249
+ cycleDeVie: z.ZodObject<{
1250
+ etat: z.ZodEnum<{
1251
+ Annulé: "Annulé";
1252
+ Confirmé: "Confirmé";
1253
+ Eventuel: "Eventuel";
1254
+ Supprimé: "Supprimé";
1255
+ }>;
1256
+ chrono: z.ZodObject<{
1257
+ creation: z.ZodString;
1258
+ cloture: z.ZodNullable<z.ZodString>;
1259
+ }, z.core.$strip>;
1260
+ }, z.core.$strip>;
1261
+ objet: z.ZodString;
1262
+ demandeurPoint: z.ZodNull;
1263
+ procedure: z.ZodNullable<z.ZodEnum<{
1264
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
1265
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
1266
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
1267
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
1268
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
1269
+ }>>;
1270
+ dossiersLegislatifsRefs: z.ZodUnion<readonly [z.ZodObject<{
1271
+ dossierRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1272
+ }, z.core.$strip>, z.ZodNull]>;
1273
+ typePointODJ: z.ZodEnum<{
1274
+ Rapport: "Rapport";
1275
+ "Rapport d'information": "Rapport d'information";
1276
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
1277
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
1278
+ Audition: "Audition";
1279
+ "Audition ministre": "Audition ministre";
1280
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
1281
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
1282
+ Communication: "Communication";
1283
+ "Constitution de mission d'information": "Constitution de mission d'information";
1284
+ Discussion: "Discussion";
1285
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
1286
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
1287
+ "Echanges de vues": "Echanges de vues";
1288
+ Examen: "Examen";
1289
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
1290
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
1291
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
1292
+ "Nomination bureau": "Nomination bureau";
1293
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
1294
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
1295
+ "Nomination rapporteur": "Nomination rapporteur";
1296
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
1297
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
1298
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
1299
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
1300
+ "Questions au Gouvernement": "Questions au Gouvernement";
1301
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
1302
+ "Rapport pour avis": "Rapport pour avis";
1303
+ "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";
1304
+ "Suite de la discussion": "Suite de la discussion";
1305
+ "Table ronde": "Table ronde";
1306
+ "Vote par scrutin public": "Vote par scrutin public";
1307
+ "Vote solennel": "Vote solennel";
1308
+ }>;
1309
+ comiteSecret: z.ZodString;
1310
+ textesAssocies: z.ZodNull;
1311
+ natureTravauxODJ: z.ZodOptional<z.ZodEnum<{
1312
+ ODJPR: "ODJPR";
1313
+ ODJSN: "ODJSN";
1314
+ }>>;
1315
+ dateConfPres: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1316
+ dateLettreMinistre: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1317
+ }, z.core.$strip>>>;
1318
+ }, z.core.$strip>>>;
1319
+ }, z.core.$strip>>;
1320
+ compteRenduRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1321
+ identifiants: z.ZodOptional<z.ZodObject<{
1322
+ numSeanceJO: z.ZodNullable<z.ZodString>;
1323
+ idJO: z.ZodNullable<z.ZodString>;
1324
+ quantieme: z.ZodEnum<{
1325
+ Deuxième: "Deuxième";
1326
+ Première: "Première";
1327
+ Troisième: "Troisième";
1328
+ Unique: "Unique";
1329
+ }>;
1330
+ DateSeance: z.ZodString;
1331
+ }, z.core.$strip>>;
1332
+ }, z.core.$strip>;
1333
+ export type ReunionElementRaw = z.infer<typeof ReunionElementRawSchema>;
1334
+ /**
1335
+ * Reunions (array wrapper)
1336
+ */
1337
+ export declare const ReunionsRawSchema: z.ZodObject<{
1338
+ reunion: z.ZodArray<z.ZodObject<{
1339
+ uid: z.ZodString;
1340
+ timeStampDebut: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1341
+ timeStampFin: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1342
+ lieu: z.ZodObject<{
1343
+ code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1344
+ libelleCourt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1345
+ libelleLong: z.ZodNullable<z.ZodString>;
1346
+ lieuRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1347
+ }, z.core.$strip>;
1348
+ cycleDeVie: z.ZodObject<{
1349
+ etat: z.ZodEnum<{
1350
+ Annulé: "Annulé";
1351
+ Confirmé: "Confirmé";
1352
+ Eventuel: "Eventuel";
1353
+ Supprimé: "Supprimé";
1354
+ }>;
1355
+ chrono: z.ZodObject<{
1356
+ creation: z.ZodString;
1357
+ cloture: z.ZodNullable<z.ZodString>;
1358
+ }, z.core.$strip>;
1359
+ }, z.core.$strip>;
1360
+ demandeurs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1361
+ acteur: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1362
+ nom: z.ZodNullable<z.ZodString>;
1363
+ acteurRef: z.ZodString;
1364
+ }, z.core.$strip>>>>;
1365
+ organe: z.ZodOptional<z.ZodObject<{
1366
+ nom: z.ZodString;
1367
+ organeRef: z.ZodString;
1368
+ }, z.core.$strip>>;
1369
+ }, z.core.$strip>>>;
1370
+ organeReuniRef: z.ZodNullable<z.ZodString>;
1371
+ typeReunion: z.ZodOptional<z.ZodEnum<{
1372
+ GA: "GA";
1373
+ GE: "GE";
1374
+ GEVI: "GEVI";
1375
+ GP: "GP";
1376
+ DEP: "DEP";
1377
+ "H\u00C9 Aur\u00E9lien": "HÉ Aurélien";
1378
+ }>>;
1379
+ "@xmlns:xsi": z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1380
+ demandeur: z.ZodOptional<z.ZodNull>;
1381
+ participants: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1382
+ participantsInternes: z.ZodUnion<readonly [z.ZodObject<{
1383
+ participantInterne: z.ZodArray<z.ZodObject<{
1384
+ acteurRef: z.ZodString;
1385
+ presence: z.ZodEnum<{
1386
+ absent: "absent";
1387
+ excusé: "excusé";
1388
+ présent: "présent";
1389
+ }>;
1390
+ }, z.core.$strip>>;
1391
+ }, z.core.$strip>, z.ZodNull]>;
1392
+ personnesAuditionnees: z.ZodUnion<readonly [z.ZodObject<{
1393
+ personneAuditionnee: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1394
+ uid: z.ZodObject<{
1395
+ "@xsi:type": z.ZodEnum<{
1396
+ IdActeur_type: "IdActeur_type";
1397
+ IdPersonneExterne_type: "IdPersonneExterne_type";
1398
+ }>;
1399
+ "#text": z.ZodString;
1400
+ }, z.core.$strip>;
1401
+ ident: z.ZodObject<{
1402
+ civ: z.ZodEnum<{
1403
+ "M.": "M.";
1404
+ Mme: "Mme";
1405
+ }>;
1406
+ prenom: z.ZodString;
1407
+ nom: z.ZodString;
1408
+ alpha: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1409
+ trigramme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1410
+ }, z.core.$strip>;
1411
+ dateNais: z.ZodNullable<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>>;
1412
+ }, z.core.$strip>>>;
1413
+ }, z.core.$strip>, z.ZodNull]>;
1414
+ }, z.core.$strip>>>;
1415
+ sessionRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1416
+ ouverturePresse: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1417
+ ODJ: z.ZodOptional<z.ZodObject<{
1418
+ convocationODJ: z.ZodNullable<z.ZodObject<{
1419
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1420
+ }, z.core.$strip>>;
1421
+ resumeODJ: z.ZodNullable<z.ZodObject<{
1422
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1423
+ }, z.core.$strip>>;
1424
+ pointsODJ: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1425
+ pointODJ: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1426
+ "@xsi:type": z.ZodEnum<{
1427
+ podjReunion_type: "podjReunion_type";
1428
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
1429
+ }>;
1430
+ uid: z.ZodString;
1431
+ cycleDeVie: z.ZodObject<{
1432
+ etat: z.ZodEnum<{
1433
+ Annulé: "Annulé";
1434
+ Confirmé: "Confirmé";
1435
+ Eventuel: "Eventuel";
1436
+ Supprimé: "Supprimé";
1437
+ }>;
1438
+ chrono: z.ZodObject<{
1439
+ creation: z.ZodString;
1440
+ cloture: z.ZodNullable<z.ZodString>;
1441
+ }, z.core.$strip>;
1442
+ }, z.core.$strip>;
1443
+ objet: z.ZodString;
1444
+ demandeurPoint: z.ZodNull;
1445
+ procedure: z.ZodNullable<z.ZodEnum<{
1446
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
1447
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
1448
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
1449
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
1450
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
1451
+ }>>;
1452
+ dossiersLegislatifsRefs: z.ZodUnion<readonly [z.ZodObject<{
1453
+ dossierRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1454
+ }, z.core.$strip>, z.ZodNull]>;
1455
+ typePointODJ: z.ZodEnum<{
1456
+ Rapport: "Rapport";
1457
+ "Rapport d'information": "Rapport d'information";
1458
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
1459
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
1460
+ Audition: "Audition";
1461
+ "Audition ministre": "Audition ministre";
1462
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
1463
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
1464
+ Communication: "Communication";
1465
+ "Constitution de mission d'information": "Constitution de mission d'information";
1466
+ Discussion: "Discussion";
1467
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
1468
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
1469
+ "Echanges de vues": "Echanges de vues";
1470
+ Examen: "Examen";
1471
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
1472
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
1473
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
1474
+ "Nomination bureau": "Nomination bureau";
1475
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
1476
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
1477
+ "Nomination rapporteur": "Nomination rapporteur";
1478
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
1479
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
1480
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
1481
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
1482
+ "Questions au Gouvernement": "Questions au Gouvernement";
1483
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
1484
+ "Rapport pour avis": "Rapport pour avis";
1485
+ "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";
1486
+ "Suite de la discussion": "Suite de la discussion";
1487
+ "Table ronde": "Table ronde";
1488
+ "Vote par scrutin public": "Vote par scrutin public";
1489
+ "Vote solennel": "Vote solennel";
1490
+ }>;
1491
+ comiteSecret: z.ZodString;
1492
+ textesAssocies: z.ZodNull;
1493
+ natureTravauxODJ: z.ZodOptional<z.ZodEnum<{
1494
+ ODJPR: "ODJPR";
1495
+ ODJSN: "ODJSN";
1496
+ }>>;
1497
+ dateConfPres: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1498
+ dateLettreMinistre: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1499
+ }, z.core.$strip>>>;
1500
+ }, z.core.$strip>>>;
1501
+ }, z.core.$strip>>;
1502
+ compteRenduRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1503
+ identifiants: z.ZodOptional<z.ZodObject<{
1504
+ numSeanceJO: z.ZodNullable<z.ZodString>;
1505
+ idJO: z.ZodNullable<z.ZodString>;
1506
+ quantieme: z.ZodEnum<{
1507
+ Deuxième: "Deuxième";
1508
+ Première: "Première";
1509
+ Troisième: "Troisième";
1510
+ Unique: "Unique";
1511
+ }>;
1512
+ DateSeance: z.ZodString;
1513
+ }, z.core.$strip>>;
1514
+ }, z.core.$strip>>;
1515
+ }, z.core.$strip>;
1516
+ export type ReunionsRaw = z.infer<typeof ReunionsRawSchema>;
1517
+ /**
1518
+ * Agendas (main export structure)
1519
+ */
1520
+ export declare const AgendasRawSchema: z.ZodObject<{
1521
+ reunions: z.ZodObject<{
1522
+ reunion: z.ZodArray<z.ZodObject<{
1523
+ uid: z.ZodString;
1524
+ timeStampDebut: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1525
+ timeStampFin: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1526
+ lieu: z.ZodObject<{
1527
+ code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1528
+ libelleCourt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1529
+ libelleLong: z.ZodNullable<z.ZodString>;
1530
+ lieuRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1531
+ }, z.core.$strip>;
1532
+ cycleDeVie: z.ZodObject<{
1533
+ etat: z.ZodEnum<{
1534
+ Annulé: "Annulé";
1535
+ Confirmé: "Confirmé";
1536
+ Eventuel: "Eventuel";
1537
+ Supprimé: "Supprimé";
1538
+ }>;
1539
+ chrono: z.ZodObject<{
1540
+ creation: z.ZodString;
1541
+ cloture: z.ZodNullable<z.ZodString>;
1542
+ }, z.core.$strip>;
1543
+ }, z.core.$strip>;
1544
+ demandeurs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1545
+ acteur: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1546
+ nom: z.ZodNullable<z.ZodString>;
1547
+ acteurRef: z.ZodString;
1548
+ }, z.core.$strip>>>>;
1549
+ organe: z.ZodOptional<z.ZodObject<{
1550
+ nom: z.ZodString;
1551
+ organeRef: z.ZodString;
1552
+ }, z.core.$strip>>;
1553
+ }, z.core.$strip>>>;
1554
+ organeReuniRef: z.ZodNullable<z.ZodString>;
1555
+ typeReunion: z.ZodOptional<z.ZodEnum<{
1556
+ GA: "GA";
1557
+ GE: "GE";
1558
+ GEVI: "GEVI";
1559
+ GP: "GP";
1560
+ DEP: "DEP";
1561
+ "H\u00C9 Aur\u00E9lien": "HÉ Aurélien";
1562
+ }>>;
1563
+ "@xmlns:xsi": z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1564
+ demandeur: z.ZodOptional<z.ZodNull>;
1565
+ participants: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1566
+ participantsInternes: z.ZodUnion<readonly [z.ZodObject<{
1567
+ participantInterne: z.ZodArray<z.ZodObject<{
1568
+ acteurRef: z.ZodString;
1569
+ presence: z.ZodEnum<{
1570
+ absent: "absent";
1571
+ excusé: "excusé";
1572
+ présent: "présent";
1573
+ }>;
1574
+ }, z.core.$strip>>;
1575
+ }, z.core.$strip>, z.ZodNull]>;
1576
+ personnesAuditionnees: z.ZodUnion<readonly [z.ZodObject<{
1577
+ personneAuditionnee: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1578
+ uid: z.ZodObject<{
1579
+ "@xsi:type": z.ZodEnum<{
1580
+ IdActeur_type: "IdActeur_type";
1581
+ IdPersonneExterne_type: "IdPersonneExterne_type";
1582
+ }>;
1583
+ "#text": z.ZodString;
1584
+ }, z.core.$strip>;
1585
+ ident: z.ZodObject<{
1586
+ civ: z.ZodEnum<{
1587
+ "M.": "M.";
1588
+ Mme: "Mme";
1589
+ }>;
1590
+ prenom: z.ZodString;
1591
+ nom: z.ZodString;
1592
+ alpha: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1593
+ trigramme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1594
+ }, z.core.$strip>;
1595
+ dateNais: z.ZodNullable<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>>;
1596
+ }, z.core.$strip>>>;
1597
+ }, z.core.$strip>, z.ZodNull]>;
1598
+ }, z.core.$strip>>>;
1599
+ sessionRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1600
+ ouverturePresse: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1601
+ ODJ: z.ZodOptional<z.ZodObject<{
1602
+ convocationODJ: z.ZodNullable<z.ZodObject<{
1603
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1604
+ }, z.core.$strip>>;
1605
+ resumeODJ: z.ZodNullable<z.ZodObject<{
1606
+ item: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1607
+ }, z.core.$strip>>;
1608
+ pointsODJ: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1609
+ pointODJ: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1610
+ "@xsi:type": z.ZodEnum<{
1611
+ podjReunion_type: "podjReunion_type";
1612
+ podjSeanceConfPres_type: "podjSeanceConfPres_type";
1613
+ }>;
1614
+ uid: z.ZodString;
1615
+ cycleDeVie: z.ZodObject<{
1616
+ etat: z.ZodEnum<{
1617
+ Annulé: "Annulé";
1618
+ Confirmé: "Confirmé";
1619
+ Eventuel: "Eventuel";
1620
+ Supprimé: "Supprimé";
1621
+ }>;
1622
+ chrono: z.ZodObject<{
1623
+ creation: z.ZodString;
1624
+ cloture: z.ZodNullable<z.ZodString>;
1625
+ }, z.core.$strip>;
1626
+ }, z.core.$strip>;
1627
+ objet: z.ZodString;
1628
+ demandeurPoint: z.ZodNull;
1629
+ procedure: z.ZodNullable<z.ZodEnum<{
1630
+ "discussion g\u00E9n\u00E9rale commune": "discussion générale commune";
1631
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 103": "procédure d'examen simplifiée-Article 103";
1632
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 106": "procédure d'examen simplifiée-Article 106";
1633
+ "proc\u00E9dure d'examen simplifi\u00E9e-Article 107": "procédure d'examen simplifiée-Article 107";
1634
+ "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1": "procédure de législation en commission-Article 107-1";
1635
+ }>>;
1636
+ dossiersLegislatifsRefs: z.ZodUnion<readonly [z.ZodObject<{
1637
+ dossierRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1638
+ }, z.core.$strip>, z.ZodNull]>;
1639
+ typePointODJ: z.ZodEnum<{
1640
+ Rapport: "Rapport";
1641
+ "Rapport d'information": "Rapport d'information";
1642
+ "Amendements (Art. 88)": "Amendements (Art. 88)";
1643
+ "Amendements (Art. 91)": "Amendements (Art. 91)";
1644
+ Audition: "Audition";
1645
+ "Audition ministre": "Audition ministre";
1646
+ "Audition ministre ouverte \u00E0 la presse": "Audition ministre ouverte à la presse";
1647
+ "Audition ouverte \u00E0 la presse": "Audition ouverte à la presse";
1648
+ Communication: "Communication";
1649
+ "Constitution de mission d'information": "Constitution de mission d'information";
1650
+ Discussion: "Discussion";
1651
+ "D\u00E9bat d'initiative parlementaire": "Débat d'initiative parlementaire";
1652
+ "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat": "Déclaration du Gouvernement suivie d'un débat";
1653
+ "Echanges de vues": "Echanges de vues";
1654
+ Examen: "Examen";
1655
+ "Explications de vote des groupes et vote par scrutin public": "Explications de vote des groupes et vote par scrutin public";
1656
+ "Explications de vote et vote par scrutin public": "Explications de vote et vote par scrutin public";
1657
+ "Fixation de l'ordre du jour": "Fixation de l'ordre du jour";
1658
+ "Nomination bureau": "Nomination bureau";
1659
+ "Nomination candidats organisme extraparlementaire": "Nomination candidats organisme extraparlementaire";
1660
+ "Nomination d'un membre d'une mission d'information": "Nomination d'un membre d'une mission d'information";
1661
+ "Nomination rapporteur": "Nomination rapporteur";
1662
+ "Nomination rapporteur d'application": "Nomination rapporteur d'application";
1663
+ "Nomination rapporteur d'information": "Nomination rapporteur d'information";
1664
+ "Nomination rapporteur pour avis": "Nomination rapporteur pour avis";
1665
+ "Ouverture et cl\u00F4ture de session": "Ouverture et clôture de session";
1666
+ "Questions au Gouvernement": "Questions au Gouvernement";
1667
+ "Questions orales sans d\u00E9bat": "Questions orales sans débat";
1668
+ "Rapport pour avis": "Rapport pour avis";
1669
+ "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";
1670
+ "Suite de la discussion": "Suite de la discussion";
1671
+ "Table ronde": "Table ronde";
1672
+ "Vote par scrutin public": "Vote par scrutin public";
1673
+ "Vote solennel": "Vote solennel";
1674
+ }>;
1675
+ comiteSecret: z.ZodString;
1676
+ textesAssocies: z.ZodNull;
1677
+ natureTravauxODJ: z.ZodOptional<z.ZodEnum<{
1678
+ ODJPR: "ODJPR";
1679
+ ODJSN: "ODJSN";
1680
+ }>>;
1681
+ dateConfPres: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1682
+ dateLettreMinistre: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1683
+ }, z.core.$strip>>>;
1684
+ }, z.core.$strip>>>;
1685
+ }, z.core.$strip>>;
1686
+ compteRenduRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1687
+ identifiants: z.ZodOptional<z.ZodObject<{
1688
+ numSeanceJO: z.ZodNullable<z.ZodString>;
1689
+ idJO: z.ZodNullable<z.ZodString>;
1690
+ quantieme: z.ZodEnum<{
1691
+ Deuxième: "Deuxième";
1692
+ Première: "Première";
1693
+ Troisième: "Troisième";
1694
+ Unique: "Unique";
1695
+ }>;
1696
+ DateSeance: z.ZodString;
1697
+ }, z.core.$strip>>;
1698
+ }, z.core.$strip>>;
1699
+ }, z.core.$strip>;
1700
+ }, z.core.$strip>;
1701
+ export type AgendasRaw = z.infer<typeof AgendasRawSchema>;
1702
+ /**
1703
+ * Parse Reunion from JSON string
1704
+ */
1705
+ export declare function parseReunionRaw(json: string): ReunionRaw;
1706
+ /**
1707
+ * Parse Agendas from JSON string
1708
+ */
1709
+ export declare function parseAgendasRaw(json: string): AgendasRaw;
1710
+ /**
1711
+ * Serialize Reunion to JSON string
1712
+ */
1713
+ export declare function reunionRawToJson(value: ReunionRaw): string;
1714
+ /**
1715
+ * Serialize Agendas to JSON string
1716
+ */
1717
+ export declare function agendasRawToJson(value: AgendasRaw): string;
1718
+ /**
1719
+ * Domain-specific Convert object matching Quicktype's Convert class API
1720
+ *
1721
+ * @example
1722
+ * ```typescript
1723
+ * import { AgendasRawConvert } from "@tricoteuses/assemblee/zod"
1724
+ *
1725
+ * const reunion = AgendasRawConvert.toReunion(json)
1726
+ * const json = AgendasRawConvert.reunionToJson(reunion)
1727
+ * ```
1728
+ */
1729
+ export declare const AgendasRawConvert: {
1730
+ toReunion: typeof parseReunionRaw;
1731
+ reunionToJson: typeof reunionRawToJson;
1732
+ toAgendas: typeof parseAgendasRaw;
1733
+ agendasToJson: typeof agendasRawToJson;
1734
+ };