@tricoteuses/assemblee 2.5.31 → 3.0.1

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 +100 -12
  56. package/lib/scripts/retrieve_open_data.d.ts +75 -4
  57. package/lib/scripts/retrieve_videos.d.ts +1 -1
  58. package/lib/scripts/shared/cli_helpers.d.ts +103 -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,2305 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * Available options for code état amendement.
4
+ */
5
+ export declare const etatAmendementCodeOptions: readonly ["AC", "AT", "DI", "effacé", "ER", "ET", "IR", "IRR127", "IRR20", "IRR37", "IRR38", "IRR41", "IRR42", "IRR45", "IRR48", "IRR53", "IRRAI", "IRRAIF", "IRRD", "IRRHC", "IRRHD", "IRRSA", "R", "RT", "T"];
6
+ /**
7
+ * Zod schema for code état amendement.
8
+ */
9
+ export declare const EtatAmendementCodeSchema: z.ZodEnum<{
10
+ T: "T";
11
+ AC: "AC";
12
+ AT: "AT";
13
+ DI: "DI";
14
+ effacé: "effacé";
15
+ ER: "ER";
16
+ ET: "ET";
17
+ IR: "IR";
18
+ IRR127: "IRR127";
19
+ IRR20: "IRR20";
20
+ IRR37: "IRR37";
21
+ IRR38: "IRR38";
22
+ IRR41: "IRR41";
23
+ IRR42: "IRR42";
24
+ IRR45: "IRR45";
25
+ IRR48: "IRR48";
26
+ IRR53: "IRR53";
27
+ IRRAI: "IRRAI";
28
+ IRRAIF: "IRRAIF";
29
+ IRRD: "IRRD";
30
+ IRRHC: "IRRHC";
31
+ IRRHD: "IRRHD";
32
+ IRRSA: "IRRSA";
33
+ R: "R";
34
+ RT: "RT";
35
+ }>;
36
+ /**
37
+ * Type representing code état amendement.
38
+ */
39
+ export type EtatAmendementCode = z.infer<typeof EtatAmendementCodeSchema>;
40
+ /**
41
+ * Available options for libellé état amendement.
42
+ */
43
+ export declare const etatAmendementLibelleOptions: readonly ["A discuter", "A déposer", "Discuté", "effacé", "En recevabilité", "En traitement", "Irrecevable", "Irrecevable 40", "Retiré"];
44
+ /**
45
+ * Zod schema for libellé état amendement.
46
+ */
47
+ export declare const EtatAmendementLibelleSchema: z.ZodEnum<{
48
+ effacé: "effacé";
49
+ "A discuter": "A discuter";
50
+ "A d\u00E9poser": "A déposer";
51
+ Discuté: "Discuté";
52
+ "En recevabilit\u00E9": "En recevabilité";
53
+ "En traitement": "En traitement";
54
+ Irrecevable: "Irrecevable";
55
+ "Irrecevable 40": "Irrecevable 40";
56
+ Retiré: "Retiré";
57
+ }>;
58
+ /**
59
+ * Type representing libellé état amendement.
60
+ */
61
+ export type EtatAmendementLibelle = z.infer<typeof EtatAmendementLibelleSchema>;
62
+ /**
63
+ * Available options for sort d'amendement.
64
+ */
65
+ export declare const sortAmendementOptions: readonly ["Adopté", "Autre irrecevabilité", "Autre irrecevabilité 40", "Autres irr LOLF", "Autres irr LOLFSS", "Cavalier (45)", "Cavalier budgétaire", "Cavalier social", "Champ de l'habilitation (38)", "Charge", "CMP (45)", "Crédits", "Disposition réglementaire (37)", "Domaine de la loi (41)", "Domaine loi organique (127)", "Doublon", "Entonnoir (45)", "Gage", "Hors champ", "Hors-délais", "Injonction (20)", "Irr en première partie", "Irr en seconde partie", "LOLF", "LOLFSS", "Non soutenu", "Ordre du jour (48)", "R", "Ratification traité (53)", "Rejeté", "Retiré", "Retiré après publication", "Retiré avant publication", "Satisfait ou inopérant (42)", "Sous-amendement (98)", "Tombé"];
66
+ /**
67
+ * Zod schema for sort d'amendement.
68
+ */
69
+ export declare const SortAmendementSchema: z.ZodEnum<{
70
+ R: "R";
71
+ Retiré: "Retiré";
72
+ Adopté: "Adopté";
73
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
74
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
75
+ "Autres irr LOLF": "Autres irr LOLF";
76
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
77
+ "Cavalier (45)": "Cavalier (45)";
78
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
79
+ "Cavalier social": "Cavalier social";
80
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
81
+ Charge: "Charge";
82
+ "CMP (45)": "CMP (45)";
83
+ Crédits: "Crédits";
84
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
85
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
86
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
87
+ Doublon: "Doublon";
88
+ "Entonnoir (45)": "Entonnoir (45)";
89
+ Gage: "Gage";
90
+ "Hors champ": "Hors champ";
91
+ "Hors-d\u00E9lais": "Hors-délais";
92
+ "Injonction (20)": "Injonction (20)";
93
+ "Irr en premi\u00E8re partie": "Irr en première partie";
94
+ "Irr en seconde partie": "Irr en seconde partie";
95
+ LOLF: "LOLF";
96
+ LOLFSS: "LOLFSS";
97
+ "Non soutenu": "Non soutenu";
98
+ "Ordre du jour (48)": "Ordre du jour (48)";
99
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
100
+ Rejeté: "Rejeté";
101
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
102
+ "Retir\u00E9 avant publication": "Retiré avant publication";
103
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
104
+ "Sous-amendement (98)": "Sous-amendement (98)";
105
+ Tombé: "Tombé";
106
+ }>;
107
+ /**
108
+ * Type representing sort d'amendement.
109
+ */
110
+ export type SortAmendement = z.infer<typeof SortAmendementSchema>;
111
+ /**
112
+ * Available options for avant/A/Après.
113
+ * Note: Clean data uses "Apres" without accent (cleaner converts from raw "Après")
114
+ */
115
+ export declare const avantAApresOptions: readonly ["A", "Apres", "Avant"];
116
+ /**
117
+ * Zod schema for avant/A/Après.
118
+ */
119
+ export declare const AvantAApresSchema: z.ZodEnum<{
120
+ A: "A";
121
+ Avant: "Avant";
122
+ Apres: "Apres";
123
+ }>;
124
+ /**
125
+ * Type representing avant/A/Après.
126
+ */
127
+ export type AvantAApres = z.infer<typeof AvantAApresSchema>;
128
+ /**
129
+ * Available options for nom de représentation.
130
+ */
131
+ export declare const typeMimeNomOptions: readonly ["PDF"];
132
+ /**
133
+ * Zod schema for nom de représentation.
134
+ */
135
+ export declare const TypeMimeNomSchema: z.ZodEnum<{
136
+ PDF: "PDF";
137
+ }>;
138
+ /**
139
+ * Type representing nom de représentation.
140
+ */
141
+ export type TypeMimeNom = z.infer<typeof TypeMimeNomSchema>;
142
+ /**
143
+ * Available options for type MIME type.
144
+ */
145
+ export declare const typeMimeTypeOptions: readonly ["application"];
146
+ /**
147
+ * Zod schema for type MIME type.
148
+ */
149
+ export declare const TypeMimeTypeSchema: z.ZodEnum<{
150
+ application: "application";
151
+ }>;
152
+ /**
153
+ * Type representing type MIME type.
154
+ */
155
+ export type TypeMimeType = z.infer<typeof TypeMimeTypeSchema>;
156
+ /**
157
+ * Ligne de crédit (PLF) - clean version
158
+ */
159
+ export declare const LigneCreditPLFCleanSchema: z.ZodObject<{
160
+ id: z.ZodString;
161
+ libelle: z.ZodString;
162
+ autorisationEngagement: z.ZodString;
163
+ creditPaiement: z.ZodString;
164
+ action: z.ZodEnum<{
165
+ création: "création";
166
+ modification: "modification";
167
+ suppression: "suppression";
168
+ }>;
169
+ }, z.core.$strip>;
170
+ export type LigneCreditPLFClean = z.infer<typeof LigneCreditPLFCleanSchema>;
171
+ /**
172
+ * Programme (PLF) - clean version
173
+ * Note: lignesCredits unwrapped from wrapper object by cleaner
174
+ */
175
+ export declare const ProgrammePlfCleanSchema: z.ZodObject<{
176
+ libelle: z.ZodString;
177
+ programmeRef: z.ZodString;
178
+ autorisationEngagement: z.ZodString;
179
+ creditPaiement: z.ZodString;
180
+ action: z.ZodEnum<{
181
+ création: "création";
182
+ modification: "modification";
183
+ suppression: "suppression";
184
+ }>;
185
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
186
+ id: z.ZodString;
187
+ libelle: z.ZodString;
188
+ autorisationEngagement: z.ZodString;
189
+ creditPaiement: z.ZodString;
190
+ action: z.ZodEnum<{
191
+ création: "création";
192
+ modification: "modification";
193
+ suppression: "suppression";
194
+ }>;
195
+ }, z.core.$strip>>>;
196
+ }, z.core.$strip>;
197
+ export type ProgrammePlfClean = z.infer<typeof ProgrammePlfCleanSchema>;
198
+ /**
199
+ * Modification des programmes d'une mission.
200
+ *
201
+ * Permet de modifier les {@link https://fr.wikipedia.org/wiki/Autorisation_d%27engagement | d'autorisations d'engagement} et les {@link https://fr.wikipedia.org/wiki/Cr%C3%A9dit_de_paiement | crédits de paiement} associés à une {@link https://www.performance-publique.budget.gouv.fr/ressources-documentaires/documentation-budgetaire/chiffres-cles-budget-etat | mission} dans un projet de loi de finance.
202
+ *
203
+ * Note: listeProgrammes unwrapped from wrapper object by cleaner
204
+ */
205
+ export declare const DispositifAmdtCreditPLFCleanSchema: z.ZodObject<{
206
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
207
+ libelle: z.ZodString;
208
+ programmeRef: z.ZodString;
209
+ autorisationEngagement: z.ZodString;
210
+ creditPaiement: z.ZodString;
211
+ action: z.ZodEnum<{
212
+ création: "création";
213
+ modification: "modification";
214
+ suppression: "suppression";
215
+ }>;
216
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
217
+ id: z.ZodString;
218
+ libelle: z.ZodString;
219
+ autorisationEngagement: z.ZodString;
220
+ creditPaiement: z.ZodString;
221
+ action: z.ZodEnum<{
222
+ création: "création";
223
+ modification: "modification";
224
+ suppression: "suppression";
225
+ }>;
226
+ }, z.core.$strip>>>;
227
+ }, z.core.$strip>>>;
228
+ soldeAE: z.ZodOptional<z.ZodString>;
229
+ soldeCP: z.ZodOptional<z.ZodString>;
230
+ cpEgalAe: z.ZodString;
231
+ }, z.core.$strip>;
232
+ export type DispositifAmdtCreditPLFClean = z.infer<typeof DispositifAmdtCreditPLFCleanSchema>;
233
+ /**
234
+ * Ligne crédit (PLFR - recursive) - clean version
235
+ */
236
+ export declare const LigneCreditPLFRCleanSchema: z.ZodType<any>;
237
+ export type LigneCreditPLFRClean = z.infer<typeof LigneCreditPLFRCleanSchema>;
238
+ /**
239
+ * Total (AE/CP)
240
+ */
241
+ export declare const TotalCleanSchema: z.ZodObject<{
242
+ supplementaire: z.ZodString;
243
+ annule: z.ZodString;
244
+ solde: z.ZodString;
245
+ }, z.core.$strip>;
246
+ export type TotalClean = z.infer<typeof TotalCleanSchema>;
247
+ /**
248
+ * Dispositif amendement crédit PLFR - clean version
249
+ * Note: listeProgrammes unwrapped from wrapper object by cleaner
250
+ */
251
+ export declare const DispositifAmdtCreditPLFRCleanSchema: z.ZodObject<{
252
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
253
+ totalAE: z.ZodOptional<z.ZodObject<{
254
+ supplementaire: z.ZodString;
255
+ annule: z.ZodString;
256
+ solde: z.ZodString;
257
+ }, z.core.$strip>>;
258
+ totalCP: z.ZodOptional<z.ZodObject<{
259
+ supplementaire: z.ZodString;
260
+ annule: z.ZodString;
261
+ solde: z.ZodString;
262
+ }, z.core.$strip>>;
263
+ cpEgalAe: z.ZodString;
264
+ }, z.core.$strip>;
265
+ export type DispositifAmdtCreditPLFRClean = z.infer<typeof DispositifAmdtCreditPLFRCleanSchema>;
266
+ /**
267
+ * Avant appel - clean version
268
+ * Note: All fields optional because cleaner removes avantAppel if empty
269
+ */
270
+ export declare const AvantAppelCleanSchema: z.ZodObject<{
271
+ dispositif: z.ZodOptional<z.ZodString>;
272
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
273
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
274
+ libelle: z.ZodString;
275
+ programmeRef: z.ZodString;
276
+ autorisationEngagement: z.ZodString;
277
+ creditPaiement: z.ZodString;
278
+ action: z.ZodEnum<{
279
+ création: "création";
280
+ modification: "modification";
281
+ suppression: "suppression";
282
+ }>;
283
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
284
+ id: z.ZodString;
285
+ libelle: z.ZodString;
286
+ autorisationEngagement: z.ZodString;
287
+ creditPaiement: z.ZodString;
288
+ action: z.ZodEnum<{
289
+ création: "création";
290
+ modification: "modification";
291
+ suppression: "suppression";
292
+ }>;
293
+ }, z.core.$strip>>>;
294
+ }, z.core.$strip>>>;
295
+ soldeAE: z.ZodOptional<z.ZodString>;
296
+ soldeCP: z.ZodOptional<z.ZodString>;
297
+ cpEgalAe: z.ZodString;
298
+ }, z.core.$strip>>;
299
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
300
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
301
+ totalAE: z.ZodOptional<z.ZodObject<{
302
+ supplementaire: z.ZodString;
303
+ annule: z.ZodString;
304
+ solde: z.ZodString;
305
+ }, z.core.$strip>>;
306
+ totalCP: z.ZodOptional<z.ZodObject<{
307
+ supplementaire: z.ZodString;
308
+ annule: z.ZodString;
309
+ solde: z.ZodString;
310
+ }, z.core.$strip>>;
311
+ cpEgalAe: z.ZodString;
312
+ }, z.core.$strip>>;
313
+ }, z.core.$strip>;
314
+ export type AvantAppelClean = z.infer<typeof AvantAppelCleanSchema>;
315
+ /**
316
+ * Contenu auteur - clean version
317
+ */
318
+ export declare const ContenuAuteurCleanSchema: z.ZodObject<{
319
+ dispositif: z.ZodOptional<z.ZodString>;
320
+ avantAppel: z.ZodOptional<z.ZodObject<{
321
+ dispositif: z.ZodOptional<z.ZodString>;
322
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
323
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
324
+ libelle: z.ZodString;
325
+ programmeRef: z.ZodString;
326
+ autorisationEngagement: z.ZodString;
327
+ creditPaiement: z.ZodString;
328
+ action: z.ZodEnum<{
329
+ création: "création";
330
+ modification: "modification";
331
+ suppression: "suppression";
332
+ }>;
333
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
334
+ id: z.ZodString;
335
+ libelle: z.ZodString;
336
+ autorisationEngagement: z.ZodString;
337
+ creditPaiement: z.ZodString;
338
+ action: z.ZodEnum<{
339
+ création: "création";
340
+ modification: "modification";
341
+ suppression: "suppression";
342
+ }>;
343
+ }, z.core.$strip>>>;
344
+ }, z.core.$strip>>>;
345
+ soldeAE: z.ZodOptional<z.ZodString>;
346
+ soldeCP: z.ZodOptional<z.ZodString>;
347
+ cpEgalAe: z.ZodString;
348
+ }, z.core.$strip>>;
349
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
350
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
351
+ totalAE: z.ZodOptional<z.ZodObject<{
352
+ supplementaire: z.ZodString;
353
+ annule: z.ZodString;
354
+ solde: z.ZodString;
355
+ }, z.core.$strip>>;
356
+ totalCP: z.ZodOptional<z.ZodObject<{
357
+ supplementaire: z.ZodString;
358
+ annule: z.ZodString;
359
+ solde: z.ZodString;
360
+ }, z.core.$strip>>;
361
+ cpEgalAe: z.ZodString;
362
+ }, z.core.$strip>>;
363
+ }, z.core.$strip>>;
364
+ exposeSommaire: z.ZodOptional<z.ZodString>;
365
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
366
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
367
+ libelle: z.ZodString;
368
+ programmeRef: z.ZodString;
369
+ autorisationEngagement: z.ZodString;
370
+ creditPaiement: z.ZodString;
371
+ action: z.ZodEnum<{
372
+ création: "création";
373
+ modification: "modification";
374
+ suppression: "suppression";
375
+ }>;
376
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
377
+ id: z.ZodString;
378
+ libelle: z.ZodString;
379
+ autorisationEngagement: z.ZodString;
380
+ creditPaiement: z.ZodString;
381
+ action: z.ZodEnum<{
382
+ création: "création";
383
+ modification: "modification";
384
+ suppression: "suppression";
385
+ }>;
386
+ }, z.core.$strip>>>;
387
+ }, z.core.$strip>>>;
388
+ soldeAE: z.ZodOptional<z.ZodString>;
389
+ soldeCP: z.ZodOptional<z.ZodString>;
390
+ cpEgalAe: z.ZodString;
391
+ }, z.core.$strip>>;
392
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
393
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
394
+ totalAE: z.ZodOptional<z.ZodObject<{
395
+ supplementaire: z.ZodString;
396
+ annule: z.ZodString;
397
+ solde: z.ZodString;
398
+ }, z.core.$strip>>;
399
+ totalCP: z.ZodOptional<z.ZodObject<{
400
+ supplementaire: z.ZodString;
401
+ annule: z.ZodString;
402
+ solde: z.ZodString;
403
+ }, z.core.$strip>>;
404
+ cpEgalAe: z.ZodString;
405
+ }, z.core.$strip>>;
406
+ }, z.core.$strip>;
407
+ export type ContenuAuteurClean = z.infer<typeof ContenuAuteurCleanSchema>;
408
+ /**
409
+ * Corps de l'amendement - clean version
410
+ */
411
+ export declare const CorpsAmendementCleanSchema: z.ZodObject<{
412
+ cartoucheInformatif: z.ZodOptional<z.ZodString>;
413
+ contenuAuteur: z.ZodOptional<z.ZodObject<{
414
+ dispositif: z.ZodOptional<z.ZodString>;
415
+ avantAppel: z.ZodOptional<z.ZodObject<{
416
+ dispositif: z.ZodOptional<z.ZodString>;
417
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
418
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
419
+ libelle: z.ZodString;
420
+ programmeRef: z.ZodString;
421
+ autorisationEngagement: z.ZodString;
422
+ creditPaiement: z.ZodString;
423
+ action: z.ZodEnum<{
424
+ création: "création";
425
+ modification: "modification";
426
+ suppression: "suppression";
427
+ }>;
428
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
429
+ id: z.ZodString;
430
+ libelle: z.ZodString;
431
+ autorisationEngagement: z.ZodString;
432
+ creditPaiement: z.ZodString;
433
+ action: z.ZodEnum<{
434
+ création: "création";
435
+ modification: "modification";
436
+ suppression: "suppression";
437
+ }>;
438
+ }, z.core.$strip>>>;
439
+ }, z.core.$strip>>>;
440
+ soldeAE: z.ZodOptional<z.ZodString>;
441
+ soldeCP: z.ZodOptional<z.ZodString>;
442
+ cpEgalAe: z.ZodString;
443
+ }, z.core.$strip>>;
444
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
445
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
446
+ totalAE: z.ZodOptional<z.ZodObject<{
447
+ supplementaire: z.ZodString;
448
+ annule: z.ZodString;
449
+ solde: z.ZodString;
450
+ }, z.core.$strip>>;
451
+ totalCP: z.ZodOptional<z.ZodObject<{
452
+ supplementaire: z.ZodString;
453
+ annule: z.ZodString;
454
+ solde: z.ZodString;
455
+ }, z.core.$strip>>;
456
+ cpEgalAe: z.ZodString;
457
+ }, z.core.$strip>>;
458
+ }, z.core.$strip>>;
459
+ exposeSommaire: z.ZodOptional<z.ZodString>;
460
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
461
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
462
+ libelle: z.ZodString;
463
+ programmeRef: z.ZodString;
464
+ autorisationEngagement: z.ZodString;
465
+ creditPaiement: z.ZodString;
466
+ action: z.ZodEnum<{
467
+ création: "création";
468
+ modification: "modification";
469
+ suppression: "suppression";
470
+ }>;
471
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
472
+ id: z.ZodString;
473
+ libelle: z.ZodString;
474
+ autorisationEngagement: z.ZodString;
475
+ creditPaiement: z.ZodString;
476
+ action: z.ZodEnum<{
477
+ création: "création";
478
+ modification: "modification";
479
+ suppression: "suppression";
480
+ }>;
481
+ }, z.core.$strip>>>;
482
+ }, z.core.$strip>>>;
483
+ soldeAE: z.ZodOptional<z.ZodString>;
484
+ soldeCP: z.ZodOptional<z.ZodString>;
485
+ cpEgalAe: z.ZodString;
486
+ }, z.core.$strip>>;
487
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
488
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
489
+ totalAE: z.ZodOptional<z.ZodObject<{
490
+ supplementaire: z.ZodString;
491
+ annule: z.ZodString;
492
+ solde: z.ZodString;
493
+ }, z.core.$strip>>;
494
+ totalCP: z.ZodOptional<z.ZodObject<{
495
+ supplementaire: z.ZodString;
496
+ annule: z.ZodString;
497
+ solde: z.ZodString;
498
+ }, z.core.$strip>>;
499
+ cpEgalAe: z.ZodString;
500
+ }, z.core.$strip>>;
501
+ }, z.core.$strip>>;
502
+ }, z.core.$strip>;
503
+ export type CorpsAmendementClean = z.infer<typeof CorpsAmendementCleanSchema>;
504
+ /**
505
+ * Etat amendement - clean version
506
+ */
507
+ export declare const EtatAmendementCleanSchema: z.ZodObject<{
508
+ code: z.ZodEnum<{
509
+ T: "T";
510
+ AC: "AC";
511
+ AT: "AT";
512
+ DI: "DI";
513
+ effacé: "effacé";
514
+ ER: "ER";
515
+ ET: "ET";
516
+ IR: "IR";
517
+ IRR127: "IRR127";
518
+ IRR20: "IRR20";
519
+ IRR37: "IRR37";
520
+ IRR38: "IRR38";
521
+ IRR41: "IRR41";
522
+ IRR42: "IRR42";
523
+ IRR45: "IRR45";
524
+ IRR48: "IRR48";
525
+ IRR53: "IRR53";
526
+ IRRAI: "IRRAI";
527
+ IRRAIF: "IRRAIF";
528
+ IRRD: "IRRD";
529
+ IRRHC: "IRRHC";
530
+ IRRHD: "IRRHD";
531
+ IRRSA: "IRRSA";
532
+ R: "R";
533
+ RT: "RT";
534
+ }>;
535
+ libelle: z.ZodEnum<{
536
+ effacé: "effacé";
537
+ "A discuter": "A discuter";
538
+ "A d\u00E9poser": "A déposer";
539
+ Discuté: "Discuté";
540
+ "En recevabilit\u00E9": "En recevabilité";
541
+ "En traitement": "En traitement";
542
+ Irrecevable: "Irrecevable";
543
+ "Irrecevable 40": "Irrecevable 40";
544
+ Retiré: "Retiré";
545
+ }>;
546
+ }, z.core.$strip>;
547
+ export type EtatAmendementClean = z.infer<typeof EtatAmendementCleanSchema>;
548
+ /**
549
+ * Sous-état amendement - clean version
550
+ */
551
+ export declare const SousEtatAmendementCleanSchema: z.ZodObject<{
552
+ code: z.ZodEnum<{
553
+ T: "T";
554
+ AC: "AC";
555
+ AT: "AT";
556
+ DI: "DI";
557
+ effacé: "effacé";
558
+ ER: "ER";
559
+ ET: "ET";
560
+ IR: "IR";
561
+ IRR127: "IRR127";
562
+ IRR20: "IRR20";
563
+ IRR37: "IRR37";
564
+ IRR38: "IRR38";
565
+ IRR41: "IRR41";
566
+ IRR42: "IRR42";
567
+ IRR45: "IRR45";
568
+ IRR48: "IRR48";
569
+ IRR53: "IRR53";
570
+ IRRAI: "IRRAI";
571
+ IRRAIF: "IRRAIF";
572
+ IRRD: "IRRD";
573
+ IRRHC: "IRRHC";
574
+ IRRHD: "IRRHD";
575
+ IRRSA: "IRRSA";
576
+ R: "R";
577
+ RT: "RT";
578
+ }>;
579
+ libelle: z.ZodEnum<{
580
+ R: "R";
581
+ Retiré: "Retiré";
582
+ Adopté: "Adopté";
583
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
584
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
585
+ "Autres irr LOLF": "Autres irr LOLF";
586
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
587
+ "Cavalier (45)": "Cavalier (45)";
588
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
589
+ "Cavalier social": "Cavalier social";
590
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
591
+ Charge: "Charge";
592
+ "CMP (45)": "CMP (45)";
593
+ Crédits: "Crédits";
594
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
595
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
596
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
597
+ Doublon: "Doublon";
598
+ "Entonnoir (45)": "Entonnoir (45)";
599
+ Gage: "Gage";
600
+ "Hors champ": "Hors champ";
601
+ "Hors-d\u00E9lais": "Hors-délais";
602
+ "Injonction (20)": "Injonction (20)";
603
+ "Irr en premi\u00E8re partie": "Irr en première partie";
604
+ "Irr en seconde partie": "Irr en seconde partie";
605
+ LOLF: "LOLF";
606
+ LOLFSS: "LOLFSS";
607
+ "Non soutenu": "Non soutenu";
608
+ "Ordre du jour (48)": "Ordre du jour (48)";
609
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
610
+ Rejeté: "Rejeté";
611
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
612
+ "Retir\u00E9 avant publication": "Retiré avant publication";
613
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
614
+ "Sous-amendement (98)": "Sous-amendement (98)";
615
+ Tombé: "Tombé";
616
+ }>;
617
+ }, z.core.$strip>;
618
+ export type SousEtatAmendementClean = z.infer<typeof SousEtatAmendementCleanSchema>;
619
+ /**
620
+ * Étape du {@link http://www2.assemblee-nationale.fr/decouvrir-l-assemblee/role-et-pouvoirs-de-l-assemblee-nationale/les-fonctions-de-l-assemblee-nationale/les-fonctions-legislatives/l-exercice-du-droit-d-amendement-et-annexe | cycle de vie de l'amendement}.
621
+ *
622
+ * État des traitements - clean version
623
+ */
624
+ export declare const EtatDesTraitementsCleanSchema: z.ZodObject<{
625
+ etat: z.ZodObject<{
626
+ code: z.ZodEnum<{
627
+ T: "T";
628
+ AC: "AC";
629
+ AT: "AT";
630
+ DI: "DI";
631
+ effacé: "effacé";
632
+ ER: "ER";
633
+ ET: "ET";
634
+ IR: "IR";
635
+ IRR127: "IRR127";
636
+ IRR20: "IRR20";
637
+ IRR37: "IRR37";
638
+ IRR38: "IRR38";
639
+ IRR41: "IRR41";
640
+ IRR42: "IRR42";
641
+ IRR45: "IRR45";
642
+ IRR48: "IRR48";
643
+ IRR53: "IRR53";
644
+ IRRAI: "IRRAI";
645
+ IRRAIF: "IRRAIF";
646
+ IRRD: "IRRD";
647
+ IRRHC: "IRRHC";
648
+ IRRHD: "IRRHD";
649
+ IRRSA: "IRRSA";
650
+ R: "R";
651
+ RT: "RT";
652
+ }>;
653
+ libelle: z.ZodEnum<{
654
+ effacé: "effacé";
655
+ "A discuter": "A discuter";
656
+ "A d\u00E9poser": "A déposer";
657
+ Discuté: "Discuté";
658
+ "En recevabilit\u00E9": "En recevabilité";
659
+ "En traitement": "En traitement";
660
+ Irrecevable: "Irrecevable";
661
+ "Irrecevable 40": "Irrecevable 40";
662
+ Retiré: "Retiré";
663
+ }>;
664
+ }, z.core.$strip>;
665
+ sousEtat: z.ZodOptional<z.ZodObject<{
666
+ code: z.ZodEnum<{
667
+ T: "T";
668
+ AC: "AC";
669
+ AT: "AT";
670
+ DI: "DI";
671
+ effacé: "effacé";
672
+ ER: "ER";
673
+ ET: "ET";
674
+ IR: "IR";
675
+ IRR127: "IRR127";
676
+ IRR20: "IRR20";
677
+ IRR37: "IRR37";
678
+ IRR38: "IRR38";
679
+ IRR41: "IRR41";
680
+ IRR42: "IRR42";
681
+ IRR45: "IRR45";
682
+ IRR48: "IRR48";
683
+ IRR53: "IRR53";
684
+ IRRAI: "IRRAI";
685
+ IRRAIF: "IRRAIF";
686
+ IRRD: "IRRD";
687
+ IRRHC: "IRRHC";
688
+ IRRHD: "IRRHD";
689
+ IRRSA: "IRRSA";
690
+ R: "R";
691
+ RT: "RT";
692
+ }>;
693
+ libelle: z.ZodEnum<{
694
+ R: "R";
695
+ Retiré: "Retiré";
696
+ Adopté: "Adopté";
697
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
698
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
699
+ "Autres irr LOLF": "Autres irr LOLF";
700
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
701
+ "Cavalier (45)": "Cavalier (45)";
702
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
703
+ "Cavalier social": "Cavalier social";
704
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
705
+ Charge: "Charge";
706
+ "CMP (45)": "CMP (45)";
707
+ Crédits: "Crédits";
708
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
709
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
710
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
711
+ Doublon: "Doublon";
712
+ "Entonnoir (45)": "Entonnoir (45)";
713
+ Gage: "Gage";
714
+ "Hors champ": "Hors champ";
715
+ "Hors-d\u00E9lais": "Hors-délais";
716
+ "Injonction (20)": "Injonction (20)";
717
+ "Irr en premi\u00E8re partie": "Irr en première partie";
718
+ "Irr en seconde partie": "Irr en seconde partie";
719
+ LOLF: "LOLF";
720
+ LOLFSS: "LOLFSS";
721
+ "Non soutenu": "Non soutenu";
722
+ "Ordre du jour (48)": "Ordre du jour (48)";
723
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
724
+ Rejeté: "Rejeté";
725
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
726
+ "Retir\u00E9 avant publication": "Retiré avant publication";
727
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
728
+ "Sous-amendement (98)": "Sous-amendement (98)";
729
+ Tombé: "Tombé";
730
+ }>;
731
+ }, z.core.$strip>>;
732
+ }, z.core.$strip>;
733
+ export type EtatDesTraitementsClean = z.infer<typeof EtatDesTraitementsCleanSchema>;
734
+ /**
735
+ * Cycle de vie de l'amendement - clean version
736
+ */
737
+ export declare const CycleDeVieCleanSchema: z.ZodObject<{
738
+ dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
739
+ datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
740
+ soumisArticle40: z.ZodString;
741
+ etatDesTraitements: z.ZodObject<{
742
+ etat: z.ZodObject<{
743
+ code: z.ZodEnum<{
744
+ T: "T";
745
+ AC: "AC";
746
+ AT: "AT";
747
+ DI: "DI";
748
+ effacé: "effacé";
749
+ ER: "ER";
750
+ ET: "ET";
751
+ IR: "IR";
752
+ IRR127: "IRR127";
753
+ IRR20: "IRR20";
754
+ IRR37: "IRR37";
755
+ IRR38: "IRR38";
756
+ IRR41: "IRR41";
757
+ IRR42: "IRR42";
758
+ IRR45: "IRR45";
759
+ IRR48: "IRR48";
760
+ IRR53: "IRR53";
761
+ IRRAI: "IRRAI";
762
+ IRRAIF: "IRRAIF";
763
+ IRRD: "IRRD";
764
+ IRRHC: "IRRHC";
765
+ IRRHD: "IRRHD";
766
+ IRRSA: "IRRSA";
767
+ R: "R";
768
+ RT: "RT";
769
+ }>;
770
+ libelle: z.ZodEnum<{
771
+ effacé: "effacé";
772
+ "A discuter": "A discuter";
773
+ "A d\u00E9poser": "A déposer";
774
+ Discuté: "Discuté";
775
+ "En recevabilit\u00E9": "En recevabilité";
776
+ "En traitement": "En traitement";
777
+ Irrecevable: "Irrecevable";
778
+ "Irrecevable 40": "Irrecevable 40";
779
+ Retiré: "Retiré";
780
+ }>;
781
+ }, z.core.$strip>;
782
+ sousEtat: z.ZodOptional<z.ZodObject<{
783
+ code: z.ZodEnum<{
784
+ T: "T";
785
+ AC: "AC";
786
+ AT: "AT";
787
+ DI: "DI";
788
+ effacé: "effacé";
789
+ ER: "ER";
790
+ ET: "ET";
791
+ IR: "IR";
792
+ IRR127: "IRR127";
793
+ IRR20: "IRR20";
794
+ IRR37: "IRR37";
795
+ IRR38: "IRR38";
796
+ IRR41: "IRR41";
797
+ IRR42: "IRR42";
798
+ IRR45: "IRR45";
799
+ IRR48: "IRR48";
800
+ IRR53: "IRR53";
801
+ IRRAI: "IRRAI";
802
+ IRRAIF: "IRRAIF";
803
+ IRRD: "IRRD";
804
+ IRRHC: "IRRHC";
805
+ IRRHD: "IRRHD";
806
+ IRRSA: "IRRSA";
807
+ R: "R";
808
+ RT: "RT";
809
+ }>;
810
+ libelle: z.ZodEnum<{
811
+ R: "R";
812
+ Retiré: "Retiré";
813
+ Adopté: "Adopté";
814
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
815
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
816
+ "Autres irr LOLF": "Autres irr LOLF";
817
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
818
+ "Cavalier (45)": "Cavalier (45)";
819
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
820
+ "Cavalier social": "Cavalier social";
821
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
822
+ Charge: "Charge";
823
+ "CMP (45)": "CMP (45)";
824
+ Crédits: "Crédits";
825
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
826
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
827
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
828
+ Doublon: "Doublon";
829
+ "Entonnoir (45)": "Entonnoir (45)";
830
+ Gage: "Gage";
831
+ "Hors champ": "Hors champ";
832
+ "Hors-d\u00E9lais": "Hors-délais";
833
+ "Injonction (20)": "Injonction (20)";
834
+ "Irr en premi\u00E8re partie": "Irr en première partie";
835
+ "Irr en seconde partie": "Irr en seconde partie";
836
+ LOLF: "LOLF";
837
+ LOLFSS: "LOLFSS";
838
+ "Non soutenu": "Non soutenu";
839
+ "Ordre du jour (48)": "Ordre du jour (48)";
840
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
841
+ Rejeté: "Rejeté";
842
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
843
+ "Retir\u00E9 avant publication": "Retiré avant publication";
844
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
845
+ "Sous-amendement (98)": "Sous-amendement (98)";
846
+ Tombé: "Tombé";
847
+ }>;
848
+ }, z.core.$strip>>;
849
+ }, z.core.$strip>;
850
+ dateSort: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
851
+ sort: z.ZodOptional<z.ZodEnum<{
852
+ R: "R";
853
+ Retiré: "Retiré";
854
+ Adopté: "Adopté";
855
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
856
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
857
+ "Autres irr LOLF": "Autres irr LOLF";
858
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
859
+ "Cavalier (45)": "Cavalier (45)";
860
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
861
+ "Cavalier social": "Cavalier social";
862
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
863
+ Charge: "Charge";
864
+ "CMP (45)": "CMP (45)";
865
+ Crédits: "Crédits";
866
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
867
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
868
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
869
+ Doublon: "Doublon";
870
+ "Entonnoir (45)": "Entonnoir (45)";
871
+ Gage: "Gage";
872
+ "Hors champ": "Hors champ";
873
+ "Hors-d\u00E9lais": "Hors-délais";
874
+ "Injonction (20)": "Injonction (20)";
875
+ "Irr en premi\u00E8re partie": "Irr en première partie";
876
+ "Irr en seconde partie": "Irr en seconde partie";
877
+ LOLF: "LOLF";
878
+ LOLFSS: "LOLFSS";
879
+ "Non soutenu": "Non soutenu";
880
+ "Ordre du jour (48)": "Ordre du jour (48)";
881
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
882
+ Rejeté: "Rejeté";
883
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
884
+ "Retir\u00E9 avant publication": "Retiré avant publication";
885
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
886
+ "Sous-amendement (98)": "Sous-amendement (98)";
887
+ Tombé: "Tombé";
888
+ }>>;
889
+ }, z.core.$strip>;
890
+ export type CycleDeVieClean = z.infer<typeof CycleDeVieCleanSchema>;
891
+ /**
892
+ * Discussion (commune/identique) - clean version
893
+ */
894
+ export declare const DiscussionCleanSchema: z.ZodObject<{
895
+ idDiscussion: z.ZodOptional<z.ZodString>;
896
+ typePosition: z.ZodOptional<z.ZodEnum<{
897
+ Dernier: "Dernier";
898
+ Milieu: "Milieu";
899
+ Premier: "Premier";
900
+ }>>;
901
+ }, z.core.$strip>;
902
+ export type DiscussionClean = z.infer<typeof DiscussionCleanSchema>;
903
+ /**
904
+ * Meta données à propos de l'amendement
905
+ *
906
+ * Permet d'identifier l'amendement et le texte législatif auquel il se rapporte.
907
+ *
908
+ * Identification de l'amendement - clean version
909
+ */
910
+ export declare const IdentificationCleanSchema: z.ZodObject<{
911
+ numeroLong: z.ZodString;
912
+ numeroOrdreDepot: z.ZodString;
913
+ prefixeOrganeExamen: z.ZodString;
914
+ numeroRect: z.ZodString;
915
+ }, z.core.$strip>;
916
+ export type IdentificationClean = z.infer<typeof IdentificationCleanSchema>;
917
+ /**
918
+ * Loi référence - clean version
919
+ */
920
+ export declare const LoiReferenceCleanSchema: z.ZodObject<{
921
+ codeLoi: z.ZodOptional<z.ZodString>;
922
+ divisionCodeLoi: z.ZodOptional<z.ZodString>;
923
+ }, z.core.$strip>;
924
+ export type LoiReferenceClean = z.infer<typeof LoiReferenceCleanSchema>;
925
+ /**
926
+ * Alinéa - clean version
927
+ * Note: Field renamed by cleaner (avant_A_Apres → avantAApres)
928
+ */
929
+ export declare const AlineaCleanSchema: z.ZodObject<{
930
+ avantAApres: z.ZodOptional<z.ZodEnum<{
931
+ A: "A";
932
+ Avant: "Avant";
933
+ Apres: "Apres";
934
+ }>>;
935
+ numero: z.ZodOptional<z.ZodString>;
936
+ alineaDesignation: z.ZodOptional<z.ZodString>;
937
+ }, z.core.$strip>;
938
+ export type AlineaClean = z.infer<typeof AlineaCleanSchema>;
939
+ /**
940
+ * Division - clean version
941
+ * Note: Field renamed by cleaner (avant_A_Apres → avantAApres)
942
+ */
943
+ export declare const DivisionCleanSchema: z.ZodObject<{
944
+ titre: z.ZodOptional<z.ZodString>;
945
+ articleDesignationCourte: z.ZodOptional<z.ZodString>;
946
+ articleDesignation: z.ZodOptional<z.ZodString>;
947
+ type: z.ZodEnum<{
948
+ ANNEXE: "ANNEXE";
949
+ ARTICLE: "ARTICLE";
950
+ CHAPITRE: "CHAPITRE";
951
+ TITRE: "TITRE";
952
+ }>;
953
+ avantAApres: z.ZodEnum<{
954
+ A: "A";
955
+ Avant: "Avant";
956
+ Apres: "Apres";
957
+ }>;
958
+ divisionRattachee: z.ZodOptional<z.ZodString>;
959
+ articleAdditionnel: z.ZodString;
960
+ chapitreAdditionnel: z.ZodString;
961
+ urlDivisionTexteVise: z.ZodOptional<z.ZodString>;
962
+ }, z.core.$strip>;
963
+ export type DivisionClean = z.infer<typeof DivisionCleanSchema>;
964
+ /**
965
+ * Mission visée - clean version
966
+ */
967
+ export declare const MissionViseeCleanSchema: z.ZodObject<{
968
+ codeEtat: z.ZodEnum<{
969
+ B: "B";
970
+ C: "C";
971
+ D: "D";
972
+ }>;
973
+ codeMissionMinefi: z.ZodString;
974
+ libelleMission: z.ZodString;
975
+ missionRef: z.ZodString;
976
+ }, z.core.$strip>;
977
+ export type MissionViseeClean = z.infer<typeof MissionViseeCleanSchema>;
978
+ /**
979
+ * Pointeur vers le fragment de texte que vise l'amendement.
980
+ *
981
+ * Pointeur fragment texte - clean version
982
+ * Note: amendementStandard.alinea unwrapped to top level by cleaner
983
+ */
984
+ export declare const PointeurFragmentTexteCleanSchema: z.ZodObject<{
985
+ division: z.ZodOptional<z.ZodObject<{
986
+ titre: z.ZodOptional<z.ZodString>;
987
+ articleDesignationCourte: z.ZodOptional<z.ZodString>;
988
+ articleDesignation: z.ZodOptional<z.ZodString>;
989
+ type: z.ZodEnum<{
990
+ ANNEXE: "ANNEXE";
991
+ ARTICLE: "ARTICLE";
992
+ CHAPITRE: "CHAPITRE";
993
+ TITRE: "TITRE";
994
+ }>;
995
+ avantAApres: z.ZodEnum<{
996
+ A: "A";
997
+ Avant: "Avant";
998
+ Apres: "Apres";
999
+ }>;
1000
+ divisionRattachee: z.ZodOptional<z.ZodString>;
1001
+ articleAdditionnel: z.ZodString;
1002
+ chapitreAdditionnel: z.ZodString;
1003
+ urlDivisionTexteVise: z.ZodOptional<z.ZodString>;
1004
+ }, z.core.$strip>>;
1005
+ alinea: z.ZodOptional<z.ZodObject<{
1006
+ avantAApres: z.ZodOptional<z.ZodEnum<{
1007
+ A: "A";
1008
+ Avant: "Avant";
1009
+ Apres: "Apres";
1010
+ }>>;
1011
+ numero: z.ZodOptional<z.ZodString>;
1012
+ alineaDesignation: z.ZodOptional<z.ZodString>;
1013
+ }, z.core.$strip>>;
1014
+ missionVisee: z.ZodOptional<z.ZodObject<{
1015
+ codeEtat: z.ZodEnum<{
1016
+ B: "B";
1017
+ C: "C";
1018
+ D: "D";
1019
+ }>;
1020
+ codeMissionMinefi: z.ZodString;
1021
+ libelleMission: z.ZodString;
1022
+ missionRef: z.ZodString;
1023
+ }, z.core.$strip>>;
1024
+ }, z.core.$strip>;
1025
+ export type PointeurFragmentTexteClean = z.infer<typeof PointeurFragmentTexteCleanSchema>;
1026
+ /**
1027
+ * Contenu (document URI) - clean version
1028
+ */
1029
+ export declare const ContenuAmendementCleanSchema: z.ZodObject<{
1030
+ documentURI: z.ZodString;
1031
+ }, z.core.$strip>;
1032
+ export type ContenuAmendementClean = z.infer<typeof ContenuAmendementCleanSchema>;
1033
+ /**
1034
+ * La signification de ces champs est indéfinie.
1035
+ *
1036
+ * Statut représentation - clean version
1037
+ * Note: All fields converted to boolean by cleanBooleanAttribute
1038
+ */
1039
+ export declare const StatutRepresentationCleanSchema: z.ZodObject<{
1040
+ verbatim: z.ZodBoolean;
1041
+ canonique: z.ZodBoolean;
1042
+ officielle: z.ZodBoolean;
1043
+ transcription: z.ZodBoolean;
1044
+ enregistrement: z.ZodBoolean;
1045
+ }, z.core.$strip>;
1046
+ export type StatutRepresentationClean = z.infer<typeof StatutRepresentationCleanSchema>;
1047
+ /**
1048
+ * Type MIME du document.
1049
+ *
1050
+ * Type MIME - clean version
1051
+ */
1052
+ export declare const TypeMimeCleanSchema: z.ZodObject<{
1053
+ type: z.ZodEnum<{
1054
+ application: "application";
1055
+ }>;
1056
+ subType: z.ZodEnum<{
1057
+ PDF: "PDF";
1058
+ }>;
1059
+ }, z.core.$strip>;
1060
+ export type TypeMimeClean = z.infer<typeof TypeMimeCleanSchema>;
1061
+ /**
1062
+ * URL du texte de l'amendement, au format PDF.
1063
+ *
1064
+ * Seul le champ contenu.documentURI est défini.
1065
+ *
1066
+ * Représentation (PDF) - clean version
1067
+ */
1068
+ export declare const RepresentationCleanSchema: z.ZodObject<{
1069
+ nom: z.ZodEnum<{
1070
+ PDF: "PDF";
1071
+ }>;
1072
+ typeMime: z.ZodObject<{
1073
+ type: z.ZodEnum<{
1074
+ application: "application";
1075
+ }>;
1076
+ subType: z.ZodEnum<{
1077
+ PDF: "PDF";
1078
+ }>;
1079
+ }, z.core.$strip>;
1080
+ statutRepresentation: z.ZodObject<{
1081
+ verbatim: z.ZodBoolean;
1082
+ canonique: z.ZodBoolean;
1083
+ officielle: z.ZodBoolean;
1084
+ transcription: z.ZodBoolean;
1085
+ enregistrement: z.ZodBoolean;
1086
+ }, z.core.$strip>;
1087
+ contenu: z.ZodObject<{
1088
+ documentURI: z.ZodString;
1089
+ }, z.core.$strip>;
1090
+ }, z.core.$strip>;
1091
+ export type RepresentationClean = z.infer<typeof RepresentationCleanSchema>;
1092
+ /**
1093
+ * Auteur de l'amendement ainsi que son mandat et son affiliation.
1094
+ *
1095
+ * Auteur - clean version
1096
+ */
1097
+ export declare const AuteurAmendementCleanSchema: z.ZodObject<{
1098
+ typeAuteur: z.ZodEnum<{
1099
+ Député: "Député";
1100
+ Gouvernement: "Gouvernement";
1101
+ Rapporteur: "Rapporteur";
1102
+ }>;
1103
+ gouvernementRef: z.ZodOptional<z.ZodString>;
1104
+ acteurRef: z.ZodOptional<z.ZodString>;
1105
+ groupePolitiqueRef: z.ZodOptional<z.ZodString>;
1106
+ auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
1107
+ }, z.core.$strip>;
1108
+ export type AuteurAmendementClean = z.infer<typeof AuteurAmendementCleanSchema>;
1109
+ /**
1110
+ * Auteur et co-signataires de l'amendement.
1111
+ *
1112
+ * Signataires - clean version
1113
+ * Note: cosignataires.acteurRef unwrapped to cosignatairesRefs array by cleaner
1114
+ */
1115
+ export declare const SignatairesCleanSchema: z.ZodObject<{
1116
+ auteur: z.ZodObject<{
1117
+ typeAuteur: z.ZodEnum<{
1118
+ Député: "Député";
1119
+ Gouvernement: "Gouvernement";
1120
+ Rapporteur: "Rapporteur";
1121
+ }>;
1122
+ gouvernementRef: z.ZodOptional<z.ZodString>;
1123
+ acteurRef: z.ZodOptional<z.ZodString>;
1124
+ groupePolitiqueRef: z.ZodOptional<z.ZodString>;
1125
+ auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
1126
+ }, z.core.$strip>;
1127
+ cosignatairesRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
1128
+ suffixe: z.ZodOptional<z.ZodString>;
1129
+ libelle: z.ZodOptional<z.ZodString>;
1130
+ }, z.core.$strip>;
1131
+ export type SignatairesClean = z.infer<typeof SignatairesCleanSchema>;
1132
+ /**
1133
+ * Amendement
1134
+ *
1135
+ * Un {@link https://fr.wikipedia.org/wiki/Amendement_(loi) | amendement} est une modification, soumise au vote d'une assemblée, en vue de corriger, compléter ou annuler tout ou une partie d'un projet ou d'une proposition de loi en cours de délibération ou d'une loi pré-existante.
1136
+ *
1137
+ * Amendement (main object) - clean version
1138
+ * Note: schemaVersion optional (from QuickType types)
1139
+ * Note: representations.representation unwrapped to representation by cleaner
1140
+ */
1141
+ export declare const AmendementCleanSchema: z.ZodObject<{
1142
+ schemaVersion: z.ZodOptional<z.ZodString>;
1143
+ uid: z.ZodString;
1144
+ chronotag: z.ZodString;
1145
+ legislature: z.ZodString;
1146
+ identification: z.ZodObject<{
1147
+ numeroLong: z.ZodString;
1148
+ numeroOrdreDepot: z.ZodString;
1149
+ prefixeOrganeExamen: z.ZodString;
1150
+ numeroRect: z.ZodString;
1151
+ }, z.core.$strip>;
1152
+ examenRef: z.ZodString;
1153
+ texteLegislatifRef: z.ZodString;
1154
+ triAmendement: z.ZodOptional<z.ZodString>;
1155
+ cardinaliteAmdtMultiples: z.ZodOptional<z.ZodString>;
1156
+ amendementParentRef: z.ZodOptional<z.ZodString>;
1157
+ signataires: z.ZodObject<{
1158
+ auteur: z.ZodObject<{
1159
+ typeAuteur: z.ZodEnum<{
1160
+ Député: "Député";
1161
+ Gouvernement: "Gouvernement";
1162
+ Rapporteur: "Rapporteur";
1163
+ }>;
1164
+ gouvernementRef: z.ZodOptional<z.ZodString>;
1165
+ acteurRef: z.ZodOptional<z.ZodString>;
1166
+ groupePolitiqueRef: z.ZodOptional<z.ZodString>;
1167
+ auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
1168
+ }, z.core.$strip>;
1169
+ cosignatairesRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
1170
+ suffixe: z.ZodOptional<z.ZodString>;
1171
+ libelle: z.ZodOptional<z.ZodString>;
1172
+ }, z.core.$strip>;
1173
+ pointeurFragmentTexte: z.ZodObject<{
1174
+ division: z.ZodOptional<z.ZodObject<{
1175
+ titre: z.ZodOptional<z.ZodString>;
1176
+ articleDesignationCourte: z.ZodOptional<z.ZodString>;
1177
+ articleDesignation: z.ZodOptional<z.ZodString>;
1178
+ type: z.ZodEnum<{
1179
+ ANNEXE: "ANNEXE";
1180
+ ARTICLE: "ARTICLE";
1181
+ CHAPITRE: "CHAPITRE";
1182
+ TITRE: "TITRE";
1183
+ }>;
1184
+ avantAApres: z.ZodEnum<{
1185
+ A: "A";
1186
+ Avant: "Avant";
1187
+ Apres: "Apres";
1188
+ }>;
1189
+ divisionRattachee: z.ZodOptional<z.ZodString>;
1190
+ articleAdditionnel: z.ZodString;
1191
+ chapitreAdditionnel: z.ZodString;
1192
+ urlDivisionTexteVise: z.ZodOptional<z.ZodString>;
1193
+ }, z.core.$strip>>;
1194
+ alinea: z.ZodOptional<z.ZodObject<{
1195
+ avantAApres: z.ZodOptional<z.ZodEnum<{
1196
+ A: "A";
1197
+ Avant: "Avant";
1198
+ Apres: "Apres";
1199
+ }>>;
1200
+ numero: z.ZodOptional<z.ZodString>;
1201
+ alineaDesignation: z.ZodOptional<z.ZodString>;
1202
+ }, z.core.$strip>>;
1203
+ missionVisee: z.ZodOptional<z.ZodObject<{
1204
+ codeEtat: z.ZodEnum<{
1205
+ B: "B";
1206
+ C: "C";
1207
+ D: "D";
1208
+ }>;
1209
+ codeMissionMinefi: z.ZodString;
1210
+ libelleMission: z.ZodString;
1211
+ missionRef: z.ZodString;
1212
+ }, z.core.$strip>>;
1213
+ }, z.core.$strip>;
1214
+ corps: z.ZodOptional<z.ZodObject<{
1215
+ cartoucheInformatif: z.ZodOptional<z.ZodString>;
1216
+ contenuAuteur: z.ZodOptional<z.ZodObject<{
1217
+ dispositif: z.ZodOptional<z.ZodString>;
1218
+ avantAppel: z.ZodOptional<z.ZodObject<{
1219
+ dispositif: z.ZodOptional<z.ZodString>;
1220
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
1221
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
1222
+ libelle: z.ZodString;
1223
+ programmeRef: z.ZodString;
1224
+ autorisationEngagement: z.ZodString;
1225
+ creditPaiement: z.ZodString;
1226
+ action: z.ZodEnum<{
1227
+ création: "création";
1228
+ modification: "modification";
1229
+ suppression: "suppression";
1230
+ }>;
1231
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
1232
+ id: z.ZodString;
1233
+ libelle: z.ZodString;
1234
+ autorisationEngagement: z.ZodString;
1235
+ creditPaiement: z.ZodString;
1236
+ action: z.ZodEnum<{
1237
+ création: "création";
1238
+ modification: "modification";
1239
+ suppression: "suppression";
1240
+ }>;
1241
+ }, z.core.$strip>>>;
1242
+ }, z.core.$strip>>>;
1243
+ soldeAE: z.ZodOptional<z.ZodString>;
1244
+ soldeCP: z.ZodOptional<z.ZodString>;
1245
+ cpEgalAe: z.ZodString;
1246
+ }, z.core.$strip>>;
1247
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
1248
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
1249
+ totalAE: z.ZodOptional<z.ZodObject<{
1250
+ supplementaire: z.ZodString;
1251
+ annule: z.ZodString;
1252
+ solde: z.ZodString;
1253
+ }, z.core.$strip>>;
1254
+ totalCP: z.ZodOptional<z.ZodObject<{
1255
+ supplementaire: z.ZodString;
1256
+ annule: z.ZodString;
1257
+ solde: z.ZodString;
1258
+ }, z.core.$strip>>;
1259
+ cpEgalAe: z.ZodString;
1260
+ }, z.core.$strip>>;
1261
+ }, z.core.$strip>>;
1262
+ exposeSommaire: z.ZodOptional<z.ZodString>;
1263
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
1264
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
1265
+ libelle: z.ZodString;
1266
+ programmeRef: z.ZodString;
1267
+ autorisationEngagement: z.ZodString;
1268
+ creditPaiement: z.ZodString;
1269
+ action: z.ZodEnum<{
1270
+ création: "création";
1271
+ modification: "modification";
1272
+ suppression: "suppression";
1273
+ }>;
1274
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
1275
+ id: z.ZodString;
1276
+ libelle: z.ZodString;
1277
+ autorisationEngagement: z.ZodString;
1278
+ creditPaiement: z.ZodString;
1279
+ action: z.ZodEnum<{
1280
+ création: "création";
1281
+ modification: "modification";
1282
+ suppression: "suppression";
1283
+ }>;
1284
+ }, z.core.$strip>>>;
1285
+ }, z.core.$strip>>>;
1286
+ soldeAE: z.ZodOptional<z.ZodString>;
1287
+ soldeCP: z.ZodOptional<z.ZodString>;
1288
+ cpEgalAe: z.ZodString;
1289
+ }, z.core.$strip>>;
1290
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
1291
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
1292
+ totalAE: z.ZodOptional<z.ZodObject<{
1293
+ supplementaire: z.ZodString;
1294
+ annule: z.ZodString;
1295
+ solde: z.ZodString;
1296
+ }, z.core.$strip>>;
1297
+ totalCP: z.ZodOptional<z.ZodObject<{
1298
+ supplementaire: z.ZodString;
1299
+ annule: z.ZodString;
1300
+ solde: z.ZodString;
1301
+ }, z.core.$strip>>;
1302
+ cpEgalAe: z.ZodString;
1303
+ }, z.core.$strip>>;
1304
+ }, z.core.$strip>>;
1305
+ }, z.core.$strip>>;
1306
+ cycleDeVie: z.ZodObject<{
1307
+ dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1308
+ datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1309
+ soumisArticle40: z.ZodString;
1310
+ etatDesTraitements: z.ZodObject<{
1311
+ etat: z.ZodObject<{
1312
+ code: z.ZodEnum<{
1313
+ T: "T";
1314
+ AC: "AC";
1315
+ AT: "AT";
1316
+ DI: "DI";
1317
+ effacé: "effacé";
1318
+ ER: "ER";
1319
+ ET: "ET";
1320
+ IR: "IR";
1321
+ IRR127: "IRR127";
1322
+ IRR20: "IRR20";
1323
+ IRR37: "IRR37";
1324
+ IRR38: "IRR38";
1325
+ IRR41: "IRR41";
1326
+ IRR42: "IRR42";
1327
+ IRR45: "IRR45";
1328
+ IRR48: "IRR48";
1329
+ IRR53: "IRR53";
1330
+ IRRAI: "IRRAI";
1331
+ IRRAIF: "IRRAIF";
1332
+ IRRD: "IRRD";
1333
+ IRRHC: "IRRHC";
1334
+ IRRHD: "IRRHD";
1335
+ IRRSA: "IRRSA";
1336
+ R: "R";
1337
+ RT: "RT";
1338
+ }>;
1339
+ libelle: z.ZodEnum<{
1340
+ effacé: "effacé";
1341
+ "A discuter": "A discuter";
1342
+ "A d\u00E9poser": "A déposer";
1343
+ Discuté: "Discuté";
1344
+ "En recevabilit\u00E9": "En recevabilité";
1345
+ "En traitement": "En traitement";
1346
+ Irrecevable: "Irrecevable";
1347
+ "Irrecevable 40": "Irrecevable 40";
1348
+ Retiré: "Retiré";
1349
+ }>;
1350
+ }, z.core.$strip>;
1351
+ sousEtat: z.ZodOptional<z.ZodObject<{
1352
+ code: z.ZodEnum<{
1353
+ T: "T";
1354
+ AC: "AC";
1355
+ AT: "AT";
1356
+ DI: "DI";
1357
+ effacé: "effacé";
1358
+ ER: "ER";
1359
+ ET: "ET";
1360
+ IR: "IR";
1361
+ IRR127: "IRR127";
1362
+ IRR20: "IRR20";
1363
+ IRR37: "IRR37";
1364
+ IRR38: "IRR38";
1365
+ IRR41: "IRR41";
1366
+ IRR42: "IRR42";
1367
+ IRR45: "IRR45";
1368
+ IRR48: "IRR48";
1369
+ IRR53: "IRR53";
1370
+ IRRAI: "IRRAI";
1371
+ IRRAIF: "IRRAIF";
1372
+ IRRD: "IRRD";
1373
+ IRRHC: "IRRHC";
1374
+ IRRHD: "IRRHD";
1375
+ IRRSA: "IRRSA";
1376
+ R: "R";
1377
+ RT: "RT";
1378
+ }>;
1379
+ libelle: z.ZodEnum<{
1380
+ R: "R";
1381
+ Retiré: "Retiré";
1382
+ Adopté: "Adopté";
1383
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
1384
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
1385
+ "Autres irr LOLF": "Autres irr LOLF";
1386
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
1387
+ "Cavalier (45)": "Cavalier (45)";
1388
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
1389
+ "Cavalier social": "Cavalier social";
1390
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
1391
+ Charge: "Charge";
1392
+ "CMP (45)": "CMP (45)";
1393
+ Crédits: "Crédits";
1394
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
1395
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
1396
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
1397
+ Doublon: "Doublon";
1398
+ "Entonnoir (45)": "Entonnoir (45)";
1399
+ Gage: "Gage";
1400
+ "Hors champ": "Hors champ";
1401
+ "Hors-d\u00E9lais": "Hors-délais";
1402
+ "Injonction (20)": "Injonction (20)";
1403
+ "Irr en premi\u00E8re partie": "Irr en première partie";
1404
+ "Irr en seconde partie": "Irr en seconde partie";
1405
+ LOLF: "LOLF";
1406
+ LOLFSS: "LOLFSS";
1407
+ "Non soutenu": "Non soutenu";
1408
+ "Ordre du jour (48)": "Ordre du jour (48)";
1409
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
1410
+ Rejeté: "Rejeté";
1411
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
1412
+ "Retir\u00E9 avant publication": "Retiré avant publication";
1413
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
1414
+ "Sous-amendement (98)": "Sous-amendement (98)";
1415
+ Tombé: "Tombé";
1416
+ }>;
1417
+ }, z.core.$strip>>;
1418
+ }, z.core.$strip>;
1419
+ dateSort: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1420
+ sort: z.ZodOptional<z.ZodEnum<{
1421
+ R: "R";
1422
+ Retiré: "Retiré";
1423
+ Adopté: "Adopté";
1424
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
1425
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
1426
+ "Autres irr LOLF": "Autres irr LOLF";
1427
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
1428
+ "Cavalier (45)": "Cavalier (45)";
1429
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
1430
+ "Cavalier social": "Cavalier social";
1431
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
1432
+ Charge: "Charge";
1433
+ "CMP (45)": "CMP (45)";
1434
+ Crédits: "Crédits";
1435
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
1436
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
1437
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
1438
+ Doublon: "Doublon";
1439
+ "Entonnoir (45)": "Entonnoir (45)";
1440
+ Gage: "Gage";
1441
+ "Hors champ": "Hors champ";
1442
+ "Hors-d\u00E9lais": "Hors-délais";
1443
+ "Injonction (20)": "Injonction (20)";
1444
+ "Irr en premi\u00E8re partie": "Irr en première partie";
1445
+ "Irr en seconde partie": "Irr en seconde partie";
1446
+ LOLF: "LOLF";
1447
+ LOLFSS: "LOLFSS";
1448
+ "Non soutenu": "Non soutenu";
1449
+ "Ordre du jour (48)": "Ordre du jour (48)";
1450
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
1451
+ Rejeté: "Rejeté";
1452
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
1453
+ "Retir\u00E9 avant publication": "Retiré avant publication";
1454
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
1455
+ "Sous-amendement (98)": "Sous-amendement (98)";
1456
+ Tombé: "Tombé";
1457
+ }>>;
1458
+ }, z.core.$strip>;
1459
+ representation: z.ZodOptional<z.ZodObject<{
1460
+ nom: z.ZodEnum<{
1461
+ PDF: "PDF";
1462
+ }>;
1463
+ typeMime: z.ZodObject<{
1464
+ type: z.ZodEnum<{
1465
+ application: "application";
1466
+ }>;
1467
+ subType: z.ZodEnum<{
1468
+ PDF: "PDF";
1469
+ }>;
1470
+ }, z.core.$strip>;
1471
+ statutRepresentation: z.ZodObject<{
1472
+ verbatim: z.ZodBoolean;
1473
+ canonique: z.ZodBoolean;
1474
+ officielle: z.ZodBoolean;
1475
+ transcription: z.ZodBoolean;
1476
+ enregistrement: z.ZodBoolean;
1477
+ }, z.core.$strip>;
1478
+ contenu: z.ZodObject<{
1479
+ documentURI: z.ZodString;
1480
+ }, z.core.$strip>;
1481
+ }, z.core.$strip>>;
1482
+ seanceDiscussionRef: z.ZodOptional<z.ZodString>;
1483
+ article99: z.ZodString;
1484
+ loiReference: z.ZodOptional<z.ZodObject<{
1485
+ codeLoi: z.ZodOptional<z.ZodString>;
1486
+ divisionCodeLoi: z.ZodOptional<z.ZodString>;
1487
+ }, z.core.$strip>>;
1488
+ discussionCommune: z.ZodOptional<z.ZodObject<{
1489
+ idDiscussion: z.ZodOptional<z.ZodString>;
1490
+ typePosition: z.ZodOptional<z.ZodEnum<{
1491
+ Dernier: "Dernier";
1492
+ Milieu: "Milieu";
1493
+ Premier: "Premier";
1494
+ }>>;
1495
+ }, z.core.$strip>>;
1496
+ discussionIdentique: z.ZodOptional<z.ZodObject<{
1497
+ idDiscussion: z.ZodOptional<z.ZodString>;
1498
+ typePosition: z.ZodOptional<z.ZodEnum<{
1499
+ Dernier: "Dernier";
1500
+ Milieu: "Milieu";
1501
+ Premier: "Premier";
1502
+ }>>;
1503
+ }, z.core.$strip>>;
1504
+ accordGouvernementDepotHorsDelai: z.ZodEnum<{
1505
+ Accord: "Accord";
1506
+ "Sans objet": "Sans objet";
1507
+ }>;
1508
+ }, z.core.$strip>;
1509
+ export type AmendementClean = z.infer<typeof AmendementCleanSchema>;
1510
+ /**
1511
+ * TexteLegislatif (wrapper for amendements) - clean version
1512
+ * Note: amendements.amendement unwrapped to amendements array by cleaner
1513
+ */
1514
+ export declare const TexteLegislatifCleanSchema: z.ZodObject<{
1515
+ refTexteLegislatif: z.ZodString;
1516
+ amendements: z.ZodArray<z.ZodObject<{
1517
+ schemaVersion: z.ZodOptional<z.ZodString>;
1518
+ uid: z.ZodString;
1519
+ chronotag: z.ZodString;
1520
+ legislature: z.ZodString;
1521
+ identification: z.ZodObject<{
1522
+ numeroLong: z.ZodString;
1523
+ numeroOrdreDepot: z.ZodString;
1524
+ prefixeOrganeExamen: z.ZodString;
1525
+ numeroRect: z.ZodString;
1526
+ }, z.core.$strip>;
1527
+ examenRef: z.ZodString;
1528
+ texteLegislatifRef: z.ZodString;
1529
+ triAmendement: z.ZodOptional<z.ZodString>;
1530
+ cardinaliteAmdtMultiples: z.ZodOptional<z.ZodString>;
1531
+ amendementParentRef: z.ZodOptional<z.ZodString>;
1532
+ signataires: z.ZodObject<{
1533
+ auteur: z.ZodObject<{
1534
+ typeAuteur: z.ZodEnum<{
1535
+ Député: "Député";
1536
+ Gouvernement: "Gouvernement";
1537
+ Rapporteur: "Rapporteur";
1538
+ }>;
1539
+ gouvernementRef: z.ZodOptional<z.ZodString>;
1540
+ acteurRef: z.ZodOptional<z.ZodString>;
1541
+ groupePolitiqueRef: z.ZodOptional<z.ZodString>;
1542
+ auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
1543
+ }, z.core.$strip>;
1544
+ cosignatairesRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
1545
+ suffixe: z.ZodOptional<z.ZodString>;
1546
+ libelle: z.ZodOptional<z.ZodString>;
1547
+ }, z.core.$strip>;
1548
+ pointeurFragmentTexte: z.ZodObject<{
1549
+ division: z.ZodOptional<z.ZodObject<{
1550
+ titre: z.ZodOptional<z.ZodString>;
1551
+ articleDesignationCourte: z.ZodOptional<z.ZodString>;
1552
+ articleDesignation: z.ZodOptional<z.ZodString>;
1553
+ type: z.ZodEnum<{
1554
+ ANNEXE: "ANNEXE";
1555
+ ARTICLE: "ARTICLE";
1556
+ CHAPITRE: "CHAPITRE";
1557
+ TITRE: "TITRE";
1558
+ }>;
1559
+ avantAApres: z.ZodEnum<{
1560
+ A: "A";
1561
+ Avant: "Avant";
1562
+ Apres: "Apres";
1563
+ }>;
1564
+ divisionRattachee: z.ZodOptional<z.ZodString>;
1565
+ articleAdditionnel: z.ZodString;
1566
+ chapitreAdditionnel: z.ZodString;
1567
+ urlDivisionTexteVise: z.ZodOptional<z.ZodString>;
1568
+ }, z.core.$strip>>;
1569
+ alinea: z.ZodOptional<z.ZodObject<{
1570
+ avantAApres: z.ZodOptional<z.ZodEnum<{
1571
+ A: "A";
1572
+ Avant: "Avant";
1573
+ Apres: "Apres";
1574
+ }>>;
1575
+ numero: z.ZodOptional<z.ZodString>;
1576
+ alineaDesignation: z.ZodOptional<z.ZodString>;
1577
+ }, z.core.$strip>>;
1578
+ missionVisee: z.ZodOptional<z.ZodObject<{
1579
+ codeEtat: z.ZodEnum<{
1580
+ B: "B";
1581
+ C: "C";
1582
+ D: "D";
1583
+ }>;
1584
+ codeMissionMinefi: z.ZodString;
1585
+ libelleMission: z.ZodString;
1586
+ missionRef: z.ZodString;
1587
+ }, z.core.$strip>>;
1588
+ }, z.core.$strip>;
1589
+ corps: z.ZodOptional<z.ZodObject<{
1590
+ cartoucheInformatif: z.ZodOptional<z.ZodString>;
1591
+ contenuAuteur: z.ZodOptional<z.ZodObject<{
1592
+ dispositif: z.ZodOptional<z.ZodString>;
1593
+ avantAppel: z.ZodOptional<z.ZodObject<{
1594
+ dispositif: z.ZodOptional<z.ZodString>;
1595
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
1596
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
1597
+ libelle: z.ZodString;
1598
+ programmeRef: z.ZodString;
1599
+ autorisationEngagement: z.ZodString;
1600
+ creditPaiement: z.ZodString;
1601
+ action: z.ZodEnum<{
1602
+ création: "création";
1603
+ modification: "modification";
1604
+ suppression: "suppression";
1605
+ }>;
1606
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
1607
+ id: z.ZodString;
1608
+ libelle: z.ZodString;
1609
+ autorisationEngagement: z.ZodString;
1610
+ creditPaiement: z.ZodString;
1611
+ action: z.ZodEnum<{
1612
+ création: "création";
1613
+ modification: "modification";
1614
+ suppression: "suppression";
1615
+ }>;
1616
+ }, z.core.$strip>>>;
1617
+ }, z.core.$strip>>>;
1618
+ soldeAE: z.ZodOptional<z.ZodString>;
1619
+ soldeCP: z.ZodOptional<z.ZodString>;
1620
+ cpEgalAe: z.ZodString;
1621
+ }, z.core.$strip>>;
1622
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
1623
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
1624
+ totalAE: z.ZodOptional<z.ZodObject<{
1625
+ supplementaire: z.ZodString;
1626
+ annule: z.ZodString;
1627
+ solde: z.ZodString;
1628
+ }, z.core.$strip>>;
1629
+ totalCP: z.ZodOptional<z.ZodObject<{
1630
+ supplementaire: z.ZodString;
1631
+ annule: z.ZodString;
1632
+ solde: z.ZodString;
1633
+ }, z.core.$strip>>;
1634
+ cpEgalAe: z.ZodString;
1635
+ }, z.core.$strip>>;
1636
+ }, z.core.$strip>>;
1637
+ exposeSommaire: z.ZodOptional<z.ZodString>;
1638
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
1639
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
1640
+ libelle: z.ZodString;
1641
+ programmeRef: z.ZodString;
1642
+ autorisationEngagement: z.ZodString;
1643
+ creditPaiement: z.ZodString;
1644
+ action: z.ZodEnum<{
1645
+ création: "création";
1646
+ modification: "modification";
1647
+ suppression: "suppression";
1648
+ }>;
1649
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
1650
+ id: z.ZodString;
1651
+ libelle: z.ZodString;
1652
+ autorisationEngagement: z.ZodString;
1653
+ creditPaiement: z.ZodString;
1654
+ action: z.ZodEnum<{
1655
+ création: "création";
1656
+ modification: "modification";
1657
+ suppression: "suppression";
1658
+ }>;
1659
+ }, z.core.$strip>>>;
1660
+ }, z.core.$strip>>>;
1661
+ soldeAE: z.ZodOptional<z.ZodString>;
1662
+ soldeCP: z.ZodOptional<z.ZodString>;
1663
+ cpEgalAe: z.ZodString;
1664
+ }, z.core.$strip>>;
1665
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
1666
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
1667
+ totalAE: z.ZodOptional<z.ZodObject<{
1668
+ supplementaire: z.ZodString;
1669
+ annule: z.ZodString;
1670
+ solde: z.ZodString;
1671
+ }, z.core.$strip>>;
1672
+ totalCP: z.ZodOptional<z.ZodObject<{
1673
+ supplementaire: z.ZodString;
1674
+ annule: z.ZodString;
1675
+ solde: z.ZodString;
1676
+ }, z.core.$strip>>;
1677
+ cpEgalAe: z.ZodString;
1678
+ }, z.core.$strip>>;
1679
+ }, z.core.$strip>>;
1680
+ }, z.core.$strip>>;
1681
+ cycleDeVie: z.ZodObject<{
1682
+ dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1683
+ datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1684
+ soumisArticle40: z.ZodString;
1685
+ etatDesTraitements: z.ZodObject<{
1686
+ etat: z.ZodObject<{
1687
+ code: z.ZodEnum<{
1688
+ T: "T";
1689
+ AC: "AC";
1690
+ AT: "AT";
1691
+ DI: "DI";
1692
+ effacé: "effacé";
1693
+ ER: "ER";
1694
+ ET: "ET";
1695
+ IR: "IR";
1696
+ IRR127: "IRR127";
1697
+ IRR20: "IRR20";
1698
+ IRR37: "IRR37";
1699
+ IRR38: "IRR38";
1700
+ IRR41: "IRR41";
1701
+ IRR42: "IRR42";
1702
+ IRR45: "IRR45";
1703
+ IRR48: "IRR48";
1704
+ IRR53: "IRR53";
1705
+ IRRAI: "IRRAI";
1706
+ IRRAIF: "IRRAIF";
1707
+ IRRD: "IRRD";
1708
+ IRRHC: "IRRHC";
1709
+ IRRHD: "IRRHD";
1710
+ IRRSA: "IRRSA";
1711
+ R: "R";
1712
+ RT: "RT";
1713
+ }>;
1714
+ libelle: z.ZodEnum<{
1715
+ effacé: "effacé";
1716
+ "A discuter": "A discuter";
1717
+ "A d\u00E9poser": "A déposer";
1718
+ Discuté: "Discuté";
1719
+ "En recevabilit\u00E9": "En recevabilité";
1720
+ "En traitement": "En traitement";
1721
+ Irrecevable: "Irrecevable";
1722
+ "Irrecevable 40": "Irrecevable 40";
1723
+ Retiré: "Retiré";
1724
+ }>;
1725
+ }, z.core.$strip>;
1726
+ sousEtat: z.ZodOptional<z.ZodObject<{
1727
+ code: z.ZodEnum<{
1728
+ T: "T";
1729
+ AC: "AC";
1730
+ AT: "AT";
1731
+ DI: "DI";
1732
+ effacé: "effacé";
1733
+ ER: "ER";
1734
+ ET: "ET";
1735
+ IR: "IR";
1736
+ IRR127: "IRR127";
1737
+ IRR20: "IRR20";
1738
+ IRR37: "IRR37";
1739
+ IRR38: "IRR38";
1740
+ IRR41: "IRR41";
1741
+ IRR42: "IRR42";
1742
+ IRR45: "IRR45";
1743
+ IRR48: "IRR48";
1744
+ IRR53: "IRR53";
1745
+ IRRAI: "IRRAI";
1746
+ IRRAIF: "IRRAIF";
1747
+ IRRD: "IRRD";
1748
+ IRRHC: "IRRHC";
1749
+ IRRHD: "IRRHD";
1750
+ IRRSA: "IRRSA";
1751
+ R: "R";
1752
+ RT: "RT";
1753
+ }>;
1754
+ libelle: z.ZodEnum<{
1755
+ R: "R";
1756
+ Retiré: "Retiré";
1757
+ Adopté: "Adopté";
1758
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
1759
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
1760
+ "Autres irr LOLF": "Autres irr LOLF";
1761
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
1762
+ "Cavalier (45)": "Cavalier (45)";
1763
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
1764
+ "Cavalier social": "Cavalier social";
1765
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
1766
+ Charge: "Charge";
1767
+ "CMP (45)": "CMP (45)";
1768
+ Crédits: "Crédits";
1769
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
1770
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
1771
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
1772
+ Doublon: "Doublon";
1773
+ "Entonnoir (45)": "Entonnoir (45)";
1774
+ Gage: "Gage";
1775
+ "Hors champ": "Hors champ";
1776
+ "Hors-d\u00E9lais": "Hors-délais";
1777
+ "Injonction (20)": "Injonction (20)";
1778
+ "Irr en premi\u00E8re partie": "Irr en première partie";
1779
+ "Irr en seconde partie": "Irr en seconde partie";
1780
+ LOLF: "LOLF";
1781
+ LOLFSS: "LOLFSS";
1782
+ "Non soutenu": "Non soutenu";
1783
+ "Ordre du jour (48)": "Ordre du jour (48)";
1784
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
1785
+ Rejeté: "Rejeté";
1786
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
1787
+ "Retir\u00E9 avant publication": "Retiré avant publication";
1788
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
1789
+ "Sous-amendement (98)": "Sous-amendement (98)";
1790
+ Tombé: "Tombé";
1791
+ }>;
1792
+ }, z.core.$strip>>;
1793
+ }, z.core.$strip>;
1794
+ dateSort: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1795
+ sort: z.ZodOptional<z.ZodEnum<{
1796
+ R: "R";
1797
+ Retiré: "Retiré";
1798
+ Adopté: "Adopté";
1799
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
1800
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
1801
+ "Autres irr LOLF": "Autres irr LOLF";
1802
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
1803
+ "Cavalier (45)": "Cavalier (45)";
1804
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
1805
+ "Cavalier social": "Cavalier social";
1806
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
1807
+ Charge: "Charge";
1808
+ "CMP (45)": "CMP (45)";
1809
+ Crédits: "Crédits";
1810
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
1811
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
1812
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
1813
+ Doublon: "Doublon";
1814
+ "Entonnoir (45)": "Entonnoir (45)";
1815
+ Gage: "Gage";
1816
+ "Hors champ": "Hors champ";
1817
+ "Hors-d\u00E9lais": "Hors-délais";
1818
+ "Injonction (20)": "Injonction (20)";
1819
+ "Irr en premi\u00E8re partie": "Irr en première partie";
1820
+ "Irr en seconde partie": "Irr en seconde partie";
1821
+ LOLF: "LOLF";
1822
+ LOLFSS: "LOLFSS";
1823
+ "Non soutenu": "Non soutenu";
1824
+ "Ordre du jour (48)": "Ordre du jour (48)";
1825
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
1826
+ Rejeté: "Rejeté";
1827
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
1828
+ "Retir\u00E9 avant publication": "Retiré avant publication";
1829
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
1830
+ "Sous-amendement (98)": "Sous-amendement (98)";
1831
+ Tombé: "Tombé";
1832
+ }>>;
1833
+ }, z.core.$strip>;
1834
+ representation: z.ZodOptional<z.ZodObject<{
1835
+ nom: z.ZodEnum<{
1836
+ PDF: "PDF";
1837
+ }>;
1838
+ typeMime: z.ZodObject<{
1839
+ type: z.ZodEnum<{
1840
+ application: "application";
1841
+ }>;
1842
+ subType: z.ZodEnum<{
1843
+ PDF: "PDF";
1844
+ }>;
1845
+ }, z.core.$strip>;
1846
+ statutRepresentation: z.ZodObject<{
1847
+ verbatim: z.ZodBoolean;
1848
+ canonique: z.ZodBoolean;
1849
+ officielle: z.ZodBoolean;
1850
+ transcription: z.ZodBoolean;
1851
+ enregistrement: z.ZodBoolean;
1852
+ }, z.core.$strip>;
1853
+ contenu: z.ZodObject<{
1854
+ documentURI: z.ZodString;
1855
+ }, z.core.$strip>;
1856
+ }, z.core.$strip>>;
1857
+ seanceDiscussionRef: z.ZodOptional<z.ZodString>;
1858
+ article99: z.ZodString;
1859
+ loiReference: z.ZodOptional<z.ZodObject<{
1860
+ codeLoi: z.ZodOptional<z.ZodString>;
1861
+ divisionCodeLoi: z.ZodOptional<z.ZodString>;
1862
+ }, z.core.$strip>>;
1863
+ discussionCommune: z.ZodOptional<z.ZodObject<{
1864
+ idDiscussion: z.ZodOptional<z.ZodString>;
1865
+ typePosition: z.ZodOptional<z.ZodEnum<{
1866
+ Dernier: "Dernier";
1867
+ Milieu: "Milieu";
1868
+ Premier: "Premier";
1869
+ }>>;
1870
+ }, z.core.$strip>>;
1871
+ discussionIdentique: z.ZodOptional<z.ZodObject<{
1872
+ idDiscussion: z.ZodOptional<z.ZodString>;
1873
+ typePosition: z.ZodOptional<z.ZodEnum<{
1874
+ Dernier: "Dernier";
1875
+ Milieu: "Milieu";
1876
+ Premier: "Premier";
1877
+ }>>;
1878
+ }, z.core.$strip>>;
1879
+ accordGouvernementDepotHorsDelai: z.ZodEnum<{
1880
+ Accord: "Accord";
1881
+ "Sans objet": "Sans objet";
1882
+ }>;
1883
+ }, z.core.$strip>>;
1884
+ }, z.core.$strip>;
1885
+ export type TexteLegislatifClean = z.infer<typeof TexteLegislatifCleanSchema>;
1886
+ /**
1887
+ * Amendements (top-level wrapper) - clean version
1888
+ */
1889
+ export declare const AmendementsCleanSchema: z.ZodObject<{
1890
+ textesLegislatifs: z.ZodArray<z.ZodObject<{
1891
+ refTexteLegislatif: z.ZodString;
1892
+ amendements: z.ZodArray<z.ZodObject<{
1893
+ schemaVersion: z.ZodOptional<z.ZodString>;
1894
+ uid: z.ZodString;
1895
+ chronotag: z.ZodString;
1896
+ legislature: z.ZodString;
1897
+ identification: z.ZodObject<{
1898
+ numeroLong: z.ZodString;
1899
+ numeroOrdreDepot: z.ZodString;
1900
+ prefixeOrganeExamen: z.ZodString;
1901
+ numeroRect: z.ZodString;
1902
+ }, z.core.$strip>;
1903
+ examenRef: z.ZodString;
1904
+ texteLegislatifRef: z.ZodString;
1905
+ triAmendement: z.ZodOptional<z.ZodString>;
1906
+ cardinaliteAmdtMultiples: z.ZodOptional<z.ZodString>;
1907
+ amendementParentRef: z.ZodOptional<z.ZodString>;
1908
+ signataires: z.ZodObject<{
1909
+ auteur: z.ZodObject<{
1910
+ typeAuteur: z.ZodEnum<{
1911
+ Député: "Député";
1912
+ Gouvernement: "Gouvernement";
1913
+ Rapporteur: "Rapporteur";
1914
+ }>;
1915
+ gouvernementRef: z.ZodOptional<z.ZodString>;
1916
+ acteurRef: z.ZodOptional<z.ZodString>;
1917
+ groupePolitiqueRef: z.ZodOptional<z.ZodString>;
1918
+ auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
1919
+ }, z.core.$strip>;
1920
+ cosignatairesRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
1921
+ suffixe: z.ZodOptional<z.ZodString>;
1922
+ libelle: z.ZodOptional<z.ZodString>;
1923
+ }, z.core.$strip>;
1924
+ pointeurFragmentTexte: z.ZodObject<{
1925
+ division: z.ZodOptional<z.ZodObject<{
1926
+ titre: z.ZodOptional<z.ZodString>;
1927
+ articleDesignationCourte: z.ZodOptional<z.ZodString>;
1928
+ articleDesignation: z.ZodOptional<z.ZodString>;
1929
+ type: z.ZodEnum<{
1930
+ ANNEXE: "ANNEXE";
1931
+ ARTICLE: "ARTICLE";
1932
+ CHAPITRE: "CHAPITRE";
1933
+ TITRE: "TITRE";
1934
+ }>;
1935
+ avantAApres: z.ZodEnum<{
1936
+ A: "A";
1937
+ Avant: "Avant";
1938
+ Apres: "Apres";
1939
+ }>;
1940
+ divisionRattachee: z.ZodOptional<z.ZodString>;
1941
+ articleAdditionnel: z.ZodString;
1942
+ chapitreAdditionnel: z.ZodString;
1943
+ urlDivisionTexteVise: z.ZodOptional<z.ZodString>;
1944
+ }, z.core.$strip>>;
1945
+ alinea: z.ZodOptional<z.ZodObject<{
1946
+ avantAApres: z.ZodOptional<z.ZodEnum<{
1947
+ A: "A";
1948
+ Avant: "Avant";
1949
+ Apres: "Apres";
1950
+ }>>;
1951
+ numero: z.ZodOptional<z.ZodString>;
1952
+ alineaDesignation: z.ZodOptional<z.ZodString>;
1953
+ }, z.core.$strip>>;
1954
+ missionVisee: z.ZodOptional<z.ZodObject<{
1955
+ codeEtat: z.ZodEnum<{
1956
+ B: "B";
1957
+ C: "C";
1958
+ D: "D";
1959
+ }>;
1960
+ codeMissionMinefi: z.ZodString;
1961
+ libelleMission: z.ZodString;
1962
+ missionRef: z.ZodString;
1963
+ }, z.core.$strip>>;
1964
+ }, z.core.$strip>;
1965
+ corps: z.ZodOptional<z.ZodObject<{
1966
+ cartoucheInformatif: z.ZodOptional<z.ZodString>;
1967
+ contenuAuteur: z.ZodOptional<z.ZodObject<{
1968
+ dispositif: z.ZodOptional<z.ZodString>;
1969
+ avantAppel: z.ZodOptional<z.ZodObject<{
1970
+ dispositif: z.ZodOptional<z.ZodString>;
1971
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
1972
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
1973
+ libelle: z.ZodString;
1974
+ programmeRef: z.ZodString;
1975
+ autorisationEngagement: z.ZodString;
1976
+ creditPaiement: z.ZodString;
1977
+ action: z.ZodEnum<{
1978
+ création: "création";
1979
+ modification: "modification";
1980
+ suppression: "suppression";
1981
+ }>;
1982
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
1983
+ id: z.ZodString;
1984
+ libelle: z.ZodString;
1985
+ autorisationEngagement: z.ZodString;
1986
+ creditPaiement: z.ZodString;
1987
+ action: z.ZodEnum<{
1988
+ création: "création";
1989
+ modification: "modification";
1990
+ suppression: "suppression";
1991
+ }>;
1992
+ }, z.core.$strip>>>;
1993
+ }, z.core.$strip>>>;
1994
+ soldeAE: z.ZodOptional<z.ZodString>;
1995
+ soldeCP: z.ZodOptional<z.ZodString>;
1996
+ cpEgalAe: z.ZodString;
1997
+ }, z.core.$strip>>;
1998
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
1999
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
2000
+ totalAE: z.ZodOptional<z.ZodObject<{
2001
+ supplementaire: z.ZodString;
2002
+ annule: z.ZodString;
2003
+ solde: z.ZodString;
2004
+ }, z.core.$strip>>;
2005
+ totalCP: z.ZodOptional<z.ZodObject<{
2006
+ supplementaire: z.ZodString;
2007
+ annule: z.ZodString;
2008
+ solde: z.ZodString;
2009
+ }, z.core.$strip>>;
2010
+ cpEgalAe: z.ZodString;
2011
+ }, z.core.$strip>>;
2012
+ }, z.core.$strip>>;
2013
+ exposeSommaire: z.ZodOptional<z.ZodString>;
2014
+ dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
2015
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
2016
+ libelle: z.ZodString;
2017
+ programmeRef: z.ZodString;
2018
+ autorisationEngagement: z.ZodString;
2019
+ creditPaiement: z.ZodString;
2020
+ action: z.ZodEnum<{
2021
+ création: "création";
2022
+ modification: "modification";
2023
+ suppression: "suppression";
2024
+ }>;
2025
+ lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
2026
+ id: z.ZodString;
2027
+ libelle: z.ZodString;
2028
+ autorisationEngagement: z.ZodString;
2029
+ creditPaiement: z.ZodString;
2030
+ action: z.ZodEnum<{
2031
+ création: "création";
2032
+ modification: "modification";
2033
+ suppression: "suppression";
2034
+ }>;
2035
+ }, z.core.$strip>>>;
2036
+ }, z.core.$strip>>>;
2037
+ soldeAE: z.ZodOptional<z.ZodString>;
2038
+ soldeCP: z.ZodOptional<z.ZodString>;
2039
+ cpEgalAe: z.ZodString;
2040
+ }, z.core.$strip>>;
2041
+ dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
2042
+ listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
2043
+ totalAE: z.ZodOptional<z.ZodObject<{
2044
+ supplementaire: z.ZodString;
2045
+ annule: z.ZodString;
2046
+ solde: z.ZodString;
2047
+ }, z.core.$strip>>;
2048
+ totalCP: z.ZodOptional<z.ZodObject<{
2049
+ supplementaire: z.ZodString;
2050
+ annule: z.ZodString;
2051
+ solde: z.ZodString;
2052
+ }, z.core.$strip>>;
2053
+ cpEgalAe: z.ZodString;
2054
+ }, z.core.$strip>>;
2055
+ }, z.core.$strip>>;
2056
+ }, z.core.$strip>>;
2057
+ cycleDeVie: z.ZodObject<{
2058
+ dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
2059
+ datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
2060
+ soumisArticle40: z.ZodString;
2061
+ etatDesTraitements: z.ZodObject<{
2062
+ etat: z.ZodObject<{
2063
+ code: z.ZodEnum<{
2064
+ T: "T";
2065
+ AC: "AC";
2066
+ AT: "AT";
2067
+ DI: "DI";
2068
+ effacé: "effacé";
2069
+ ER: "ER";
2070
+ ET: "ET";
2071
+ IR: "IR";
2072
+ IRR127: "IRR127";
2073
+ IRR20: "IRR20";
2074
+ IRR37: "IRR37";
2075
+ IRR38: "IRR38";
2076
+ IRR41: "IRR41";
2077
+ IRR42: "IRR42";
2078
+ IRR45: "IRR45";
2079
+ IRR48: "IRR48";
2080
+ IRR53: "IRR53";
2081
+ IRRAI: "IRRAI";
2082
+ IRRAIF: "IRRAIF";
2083
+ IRRD: "IRRD";
2084
+ IRRHC: "IRRHC";
2085
+ IRRHD: "IRRHD";
2086
+ IRRSA: "IRRSA";
2087
+ R: "R";
2088
+ RT: "RT";
2089
+ }>;
2090
+ libelle: z.ZodEnum<{
2091
+ effacé: "effacé";
2092
+ "A discuter": "A discuter";
2093
+ "A d\u00E9poser": "A déposer";
2094
+ Discuté: "Discuté";
2095
+ "En recevabilit\u00E9": "En recevabilité";
2096
+ "En traitement": "En traitement";
2097
+ Irrecevable: "Irrecevable";
2098
+ "Irrecevable 40": "Irrecevable 40";
2099
+ Retiré: "Retiré";
2100
+ }>;
2101
+ }, z.core.$strip>;
2102
+ sousEtat: z.ZodOptional<z.ZodObject<{
2103
+ code: z.ZodEnum<{
2104
+ T: "T";
2105
+ AC: "AC";
2106
+ AT: "AT";
2107
+ DI: "DI";
2108
+ effacé: "effacé";
2109
+ ER: "ER";
2110
+ ET: "ET";
2111
+ IR: "IR";
2112
+ IRR127: "IRR127";
2113
+ IRR20: "IRR20";
2114
+ IRR37: "IRR37";
2115
+ IRR38: "IRR38";
2116
+ IRR41: "IRR41";
2117
+ IRR42: "IRR42";
2118
+ IRR45: "IRR45";
2119
+ IRR48: "IRR48";
2120
+ IRR53: "IRR53";
2121
+ IRRAI: "IRRAI";
2122
+ IRRAIF: "IRRAIF";
2123
+ IRRD: "IRRD";
2124
+ IRRHC: "IRRHC";
2125
+ IRRHD: "IRRHD";
2126
+ IRRSA: "IRRSA";
2127
+ R: "R";
2128
+ RT: "RT";
2129
+ }>;
2130
+ libelle: z.ZodEnum<{
2131
+ R: "R";
2132
+ Retiré: "Retiré";
2133
+ Adopté: "Adopté";
2134
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
2135
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
2136
+ "Autres irr LOLF": "Autres irr LOLF";
2137
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
2138
+ "Cavalier (45)": "Cavalier (45)";
2139
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
2140
+ "Cavalier social": "Cavalier social";
2141
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
2142
+ Charge: "Charge";
2143
+ "CMP (45)": "CMP (45)";
2144
+ Crédits: "Crédits";
2145
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
2146
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
2147
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
2148
+ Doublon: "Doublon";
2149
+ "Entonnoir (45)": "Entonnoir (45)";
2150
+ Gage: "Gage";
2151
+ "Hors champ": "Hors champ";
2152
+ "Hors-d\u00E9lais": "Hors-délais";
2153
+ "Injonction (20)": "Injonction (20)";
2154
+ "Irr en premi\u00E8re partie": "Irr en première partie";
2155
+ "Irr en seconde partie": "Irr en seconde partie";
2156
+ LOLF: "LOLF";
2157
+ LOLFSS: "LOLFSS";
2158
+ "Non soutenu": "Non soutenu";
2159
+ "Ordre du jour (48)": "Ordre du jour (48)";
2160
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
2161
+ Rejeté: "Rejeté";
2162
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
2163
+ "Retir\u00E9 avant publication": "Retiré avant publication";
2164
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
2165
+ "Sous-amendement (98)": "Sous-amendement (98)";
2166
+ Tombé: "Tombé";
2167
+ }>;
2168
+ }, z.core.$strip>>;
2169
+ }, z.core.$strip>;
2170
+ dateSort: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
2171
+ sort: z.ZodOptional<z.ZodEnum<{
2172
+ R: "R";
2173
+ Retiré: "Retiré";
2174
+ Adopté: "Adopté";
2175
+ "Autre irrecevabilit\u00E9": "Autre irrecevabilité";
2176
+ "Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
2177
+ "Autres irr LOLF": "Autres irr LOLF";
2178
+ "Autres irr LOLFSS": "Autres irr LOLFSS";
2179
+ "Cavalier (45)": "Cavalier (45)";
2180
+ "Cavalier budg\u00E9taire": "Cavalier budgétaire";
2181
+ "Cavalier social": "Cavalier social";
2182
+ "Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
2183
+ Charge: "Charge";
2184
+ "CMP (45)": "CMP (45)";
2185
+ Crédits: "Crédits";
2186
+ "Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
2187
+ "Domaine de la loi (41)": "Domaine de la loi (41)";
2188
+ "Domaine loi organique (127)": "Domaine loi organique (127)";
2189
+ Doublon: "Doublon";
2190
+ "Entonnoir (45)": "Entonnoir (45)";
2191
+ Gage: "Gage";
2192
+ "Hors champ": "Hors champ";
2193
+ "Hors-d\u00E9lais": "Hors-délais";
2194
+ "Injonction (20)": "Injonction (20)";
2195
+ "Irr en premi\u00E8re partie": "Irr en première partie";
2196
+ "Irr en seconde partie": "Irr en seconde partie";
2197
+ LOLF: "LOLF";
2198
+ LOLFSS: "LOLFSS";
2199
+ "Non soutenu": "Non soutenu";
2200
+ "Ordre du jour (48)": "Ordre du jour (48)";
2201
+ "Ratification trait\u00E9 (53)": "Ratification traité (53)";
2202
+ Rejeté: "Rejeté";
2203
+ "Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
2204
+ "Retir\u00E9 avant publication": "Retiré avant publication";
2205
+ "Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
2206
+ "Sous-amendement (98)": "Sous-amendement (98)";
2207
+ Tombé: "Tombé";
2208
+ }>>;
2209
+ }, z.core.$strip>;
2210
+ representation: z.ZodOptional<z.ZodObject<{
2211
+ nom: z.ZodEnum<{
2212
+ PDF: "PDF";
2213
+ }>;
2214
+ typeMime: z.ZodObject<{
2215
+ type: z.ZodEnum<{
2216
+ application: "application";
2217
+ }>;
2218
+ subType: z.ZodEnum<{
2219
+ PDF: "PDF";
2220
+ }>;
2221
+ }, z.core.$strip>;
2222
+ statutRepresentation: z.ZodObject<{
2223
+ verbatim: z.ZodBoolean;
2224
+ canonique: z.ZodBoolean;
2225
+ officielle: z.ZodBoolean;
2226
+ transcription: z.ZodBoolean;
2227
+ enregistrement: z.ZodBoolean;
2228
+ }, z.core.$strip>;
2229
+ contenu: z.ZodObject<{
2230
+ documentURI: z.ZodString;
2231
+ }, z.core.$strip>;
2232
+ }, z.core.$strip>>;
2233
+ seanceDiscussionRef: z.ZodOptional<z.ZodString>;
2234
+ article99: z.ZodString;
2235
+ loiReference: z.ZodOptional<z.ZodObject<{
2236
+ codeLoi: z.ZodOptional<z.ZodString>;
2237
+ divisionCodeLoi: z.ZodOptional<z.ZodString>;
2238
+ }, z.core.$strip>>;
2239
+ discussionCommune: z.ZodOptional<z.ZodObject<{
2240
+ idDiscussion: z.ZodOptional<z.ZodString>;
2241
+ typePosition: z.ZodOptional<z.ZodEnum<{
2242
+ Dernier: "Dernier";
2243
+ Milieu: "Milieu";
2244
+ Premier: "Premier";
2245
+ }>>;
2246
+ }, z.core.$strip>>;
2247
+ discussionIdentique: z.ZodOptional<z.ZodObject<{
2248
+ idDiscussion: z.ZodOptional<z.ZodString>;
2249
+ typePosition: z.ZodOptional<z.ZodEnum<{
2250
+ Dernier: "Dernier";
2251
+ Milieu: "Milieu";
2252
+ Premier: "Premier";
2253
+ }>>;
2254
+ }, z.core.$strip>>;
2255
+ accordGouvernementDepotHorsDelai: z.ZodEnum<{
2256
+ Accord: "Accord";
2257
+ "Sans objet": "Sans objet";
2258
+ }>;
2259
+ }, z.core.$strip>>;
2260
+ }, z.core.$strip>>;
2261
+ }, z.core.$strip>;
2262
+ export type AmendementsClean = z.infer<typeof AmendementsCleanSchema>;
2263
+ /**
2264
+ * Parse Amendement from JSON string
2265
+ */
2266
+ export declare function parseAmendementClean(json: string): AmendementClean;
2267
+ /**
2268
+ * Parse TexteLegislatif from JSON string
2269
+ */
2270
+ export declare function parseTexteLegislatifClean(json: string): TexteLegislatifClean;
2271
+ /**
2272
+ * Parse Amendements from JSON string
2273
+ */
2274
+ export declare function parseAmendementsClean(json: string): AmendementsClean;
2275
+ /**
2276
+ * Serialize Amendement to JSON string
2277
+ */
2278
+ export declare function amendementCleanToJson(value: AmendementClean): string;
2279
+ /**
2280
+ * Serialize TexteLegislatif to JSON string
2281
+ */
2282
+ export declare function texteLegislatifCleanToJson(value: TexteLegislatifClean): string;
2283
+ /**
2284
+ * Serialize Amendements to JSON string
2285
+ */
2286
+ export declare function amendementsCleanToJson(value: AmendementsClean): string;
2287
+ /**
2288
+ * File-specific Convert object matching Quicktype's Convert class API
2289
+ *
2290
+ * @example
2291
+ * ```typescript
2292
+ * import { AmendementsCleanConvert } from "@tricoteuses/assemblee/zod"
2293
+ *
2294
+ * const amendement = AmendementsCleanConvert.toAmendement(json)
2295
+ * const json = AmendementsCleanConvert.amendementToJson(amendement)
2296
+ * ```
2297
+ */
2298
+ export declare const AmendementsCleanConvert: {
2299
+ toAmendement: typeof parseAmendementClean;
2300
+ amendementToJson: typeof amendementCleanToJson;
2301
+ toTexteLegislatif: typeof parseTexteLegislatifClean;
2302
+ texteLegislatifToJson: typeof texteLegislatifCleanToJson;
2303
+ toAmendements: typeof parseAmendementsClean;
2304
+ amendementsToJson: typeof amendementsCleanToJson;
2305
+ };