@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,1365 @@
1
+ import { z } from 'zod';
2
+ import { CodeActeSchema, causeOptions, CauseSchema, CodeSchema as SousTypeCodeSchema, documentDenominationStructurelleOptions, DocumentDenominationStructurelleSchema, motifOptions, MotifSchema, provenanceOptions, ProvenanceSchema, qualiteOptions, QualiteSchema, statutAdoptionOptions, StatutAdoptionSchema, texteExterneAssocieTypeDocOptions, TexteExterneAssocieTypeDocSchema, typeBudgetOptions, TypeBudgetSchema, typeCorrectionOptions, TypeCorrectionSchema, typeJoOptions, TypeJoSchema, typeMissionOptions, TypeMissionSchema, typeTexteOptions, TypeTexteSchema } from '../raw/dossiers_legislatifs.js';
3
+ export { causeOptions, CauseSchema, CodeActeSchema, documentDenominationStructurelleOptions, DocumentDenominationStructurelleSchema, motifOptions, MotifSchema, provenanceOptions, ProvenanceSchema, qualiteOptions, QualiteSchema, SousTypeCodeSchema, statutAdoptionOptions, StatutAdoptionSchema, texteExterneAssocieTypeDocOptions, TexteExterneAssocieTypeDocSchema, typeBudgetOptions, TypeBudgetSchema, typeCorrectionOptions, TypeCorrectionSchema, typeJoOptions, TypeJoSchema, typeMissionOptions, TypeMissionSchema, typeTexteOptions, TypeTexteSchema, };
4
+ export type CodeActe = z.infer<typeof CodeActeSchema>;
5
+ export type SousTypeCode = z.infer<typeof SousTypeCodeSchema>;
6
+ export type StatutAdoption = z.infer<typeof StatutAdoptionSchema>;
7
+ export type TypeCorrection = z.infer<typeof TypeCorrectionSchema>;
8
+ export type DocumentDenominationStructurelle = z.infer<typeof DocumentDenominationStructurelleSchema>;
9
+ export type Provenance = z.infer<typeof ProvenanceSchema>;
10
+ export type Qualite = z.infer<typeof QualiteSchema>;
11
+ export type TypeBudget = z.infer<typeof TypeBudgetSchema>;
12
+ export type TypeMission = z.infer<typeof TypeMissionSchema>;
13
+ export type TypeTexte = z.infer<typeof TypeTexteSchema>;
14
+ export type Motif = z.infer<typeof MotifSchema>;
15
+ export type TypeJo = z.infer<typeof TypeJoSchema>;
16
+ export type Cause = z.infer<typeof CauseSchema>;
17
+ export type TexteExterneAssocieTypeDoc = z.infer<typeof TexteExterneAssocieTypeDocSchema>;
18
+ /**
19
+ * Available options for document XSI types.
20
+ *
21
+ * Type of document in the legislative process.
22
+ */
23
+ export declare const documentXsiTypeOptions: readonly ["accordInternational_Type", "avisConseilEtat_Type", "documentEtudeImpact_Type", "rapportParlementaire_Type", "texteLoi_Type"];
24
+ /**
25
+ * Zod schema for document XSI types.
26
+ */
27
+ export declare const DocumentXsiTypeSchema: z.ZodEnum<{
28
+ accordInternational_Type: "accordInternational_Type";
29
+ avisConseilEtat_Type: "avisConseilEtat_Type";
30
+ documentEtudeImpact_Type: "documentEtudeImpact_Type";
31
+ rapportParlementaire_Type: "rapportParlementaire_Type";
32
+ texteLoi_Type: "texteLoi_Type";
33
+ }>;
34
+ /**
35
+ * Type representing a document XSI type.
36
+ */
37
+ export type DocumentXsiType = z.infer<typeof DocumentXsiTypeSchema>;
38
+ /**
39
+ * Available options for dossier parlementaire XSI types.
40
+ *
41
+ * Types of parliamentary dossiers based on their nature and purpose.
42
+ */
43
+ export declare const dossierParlementaireXsiTypeOptions: readonly ["DossierCommissionEnquete_Type", "DossierIniativeExecutif_Type", "DossierLegislatif_Type", "DossierMissionControle_Type", "DossierMissionInformation_Type", "DossierResolutionAN"];
44
+ /**
45
+ * Zod schema for dossier parlementaire XSI types.
46
+ */
47
+ export declare const DossierParlementaireXsiTypeSchema: z.ZodEnum<{
48
+ DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
49
+ DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
50
+ DossierLegislatif_Type: "DossierLegislatif_Type";
51
+ DossierMissionControle_Type: "DossierMissionControle_Type";
52
+ DossierMissionInformation_Type: "DossierMissionInformation_Type";
53
+ DossierResolutionAN: "DossierResolutionAN";
54
+ }>;
55
+ /**
56
+ * Type representing a dossier parlementaire XSI type.
57
+ */
58
+ export type DossierParlementaireXsiType = z.infer<typeof DossierParlementaireXsiTypeSchema>;
59
+ /**
60
+ * Available options for acte législatif XSI types.
61
+ *
62
+ * Types of legislative acts representing different steps in the parliamentary process.
63
+ */
64
+ export declare const acteLegislatifXsiTypeOptions: readonly ["Adoption_Europe_Type", "ConclusionEtapeCC_Type", "ConvocationCongres_Type", "CreationOrganeTemporaire_Type", "DecisionMotionCensure_Type", "DecisionRecevabiliteBureau_Type", "Decision_Type", "DeclarationGouvernement_Type", "DepotAccordInternational_Type", "DepotAvisConseilEtat_Type", "DepotInitiativeNavette_Type", "DepotInitiative_Type", "DepotLettreRectificative_Type", "DepotMotionCensure_Type", "DepotMotionReferendaire_Type", "DepotRapport_Type", "DiscussionCommission_Type", "DiscussionSeancePublique_Type", "Etape_Type", "EtudeImpact_Type", "MotionProcedure_Type", "NominRapporteurs_Type", "ProcedureAccelere_Type", "Promulgation_Type", "RenvoiPrealable_Type", "RenvoiCMP_Type", "RetraitInitiative_Type", "SaisieComAvis_Type", "SaisieComFond_Type", "SaisineConseilConstit_Type"];
65
+ /**
66
+ * Zod schema for acte législatif XSI types.
67
+ */
68
+ export declare const ActeLegislatifXsiTypeSchema: z.ZodEnum<{
69
+ Adoption_Europe_Type: "Adoption_Europe_Type";
70
+ ConclusionEtapeCC_Type: "ConclusionEtapeCC_Type";
71
+ ConvocationCongres_Type: "ConvocationCongres_Type";
72
+ CreationOrganeTemporaire_Type: "CreationOrganeTemporaire_Type";
73
+ DecisionMotionCensure_Type: "DecisionMotionCensure_Type";
74
+ DecisionRecevabiliteBureau_Type: "DecisionRecevabiliteBureau_Type";
75
+ Decision_Type: "Decision_Type";
76
+ DeclarationGouvernement_Type: "DeclarationGouvernement_Type";
77
+ DepotAccordInternational_Type: "DepotAccordInternational_Type";
78
+ DepotAvisConseilEtat_Type: "DepotAvisConseilEtat_Type";
79
+ DepotInitiativeNavette_Type: "DepotInitiativeNavette_Type";
80
+ DepotInitiative_Type: "DepotInitiative_Type";
81
+ DepotLettreRectificative_Type: "DepotLettreRectificative_Type";
82
+ DepotMotionCensure_Type: "DepotMotionCensure_Type";
83
+ DepotMotionReferendaire_Type: "DepotMotionReferendaire_Type";
84
+ DepotRapport_Type: "DepotRapport_Type";
85
+ DiscussionCommission_Type: "DiscussionCommission_Type";
86
+ DiscussionSeancePublique_Type: "DiscussionSeancePublique_Type";
87
+ Etape_Type: "Etape_Type";
88
+ EtudeImpact_Type: "EtudeImpact_Type";
89
+ MotionProcedure_Type: "MotionProcedure_Type";
90
+ NominRapporteurs_Type: "NominRapporteurs_Type";
91
+ ProcedureAccelere_Type: "ProcedureAccelere_Type";
92
+ Promulgation_Type: "Promulgation_Type";
93
+ RenvoiPrealable_Type: "RenvoiPrealable_Type";
94
+ RenvoiCMP_Type: "RenvoiCMP_Type";
95
+ RetraitInitiative_Type: "RetraitInitiative_Type";
96
+ SaisieComAvis_Type: "SaisieComAvis_Type";
97
+ SaisieComFond_Type: "SaisieComFond_Type";
98
+ SaisineConseilConstit_Type: "SaisineConseilConstit_Type";
99
+ }>;
100
+ /**
101
+ * Type representing an acte législatif XSI type.
102
+ */
103
+ export type ActeLegislatifXsiType = z.infer<typeof ActeLegislatifXsiTypeSchema>;
104
+ /**
105
+ * Procedure parlementaire (code + libellé)
106
+ *
107
+ * Code et libellé de la procédure législative.
108
+ * Code and label for the legislative procedure.
109
+ *
110
+ * @see {@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/la-procedure-legislative | procédure législative}
111
+ */
112
+ export declare const ProcedureParlementaireCleanSchema: z.ZodObject<{
113
+ code: z.ZodString;
114
+ libelle: z.ZodString;
115
+ }, z.core.$strip>;
116
+ export type ProcedureParlementaireClean = z.infer<typeof ProcedureParlementaireCleanSchema>;
117
+ /**
118
+ * Sous-type clean
119
+ *
120
+ * Sub-classification of document type.
121
+ */
122
+ export declare const SousTypeCleanSchema: z.ZodObject<{
123
+ code: z.ZodEnum<{
124
+ ACCPRESRP: "ACCPRESRP";
125
+ APPART1515: "APPART1515";
126
+ APPART341: "APPART341";
127
+ APPLOI: "APPLOI";
128
+ AUE: "AUE";
129
+ AUTRATCONV: "AUTRATCONV";
130
+ AVECVOTE: "AVECVOTE";
131
+ CENSURE492: "CENSURE492";
132
+ CENSURE493: "CENSURE493";
133
+ COMENQ: "COMENQ";
134
+ COMPA: "COMPA";
135
+ COMSPCPTE: "COMSPCPTE";
136
+ CONST: "CONST";
137
+ CTRLBUDG: "CTRLBUDG";
138
+ DIVERS: "DIVERS";
139
+ ENGRESPTXT: "ENGRESPTXT";
140
+ ENQU: "ENQU";
141
+ FIN: "FIN";
142
+ FINGEST: "FINGEST";
143
+ FINRECT: "FINRECT";
144
+ FINSSOC: "FINSSOC";
145
+ FINSSOCREC: "FINSSOCREC";
146
+ IMPACTLOIS: "IMPACTLOIS";
147
+ LEGDELEGAN: "LEGDELEGAN";
148
+ MINFOCOMPER: "MINFOCOMPER";
149
+ MODREGLTAN: "MODREGLTAN";
150
+ NOTEOPECST: "NOTEOPECST";
151
+ OFFPARL: "OFFPARL";
152
+ ORG: "ORG";
153
+ PETITION: "PETITION";
154
+ PRESIDAGE: "PRESIDAGE";
155
+ PRESIDASS: "PRESIDASS";
156
+ PRESIDREP: "PRESIDREP";
157
+ PROPACTCOM: "PROPACTCOM";
158
+ PRPDIT: "PRPDIT";
159
+ RECT: "RECT";
160
+ REFART11: "REFART11";
161
+ RGLTBUDG: "RGLTBUDG";
162
+ RGLTBUDG2: "RGLTBUDG2";
163
+ SUPP: "SUPP";
164
+ SUSPOURS: "SUSPOURS";
165
+ TVXINSTITEUROP: "TVXINSTITEUROP";
166
+ }>;
167
+ libelle: z.ZodOptional<z.ZodString>;
168
+ libelleEdition: z.ZodOptional<z.ZodString>;
169
+ }, z.core.$strip>;
170
+ export type SousTypeClean = z.infer<typeof SousTypeCleanSchema>;
171
+ /**
172
+ * Famille clean
173
+ *
174
+ * Family classification of a document with depot, classe, and optionally espece.
175
+ */
176
+ export declare const FamilleCleanSchema: z.ZodObject<{
177
+ depot: z.ZodObject<{
178
+ code: z.ZodString;
179
+ libelle: z.ZodString;
180
+ }, z.core.$strip>;
181
+ classe: z.ZodObject<{
182
+ code: z.ZodString;
183
+ libelle: z.ZodString;
184
+ }, z.core.$strip>;
185
+ espece: z.ZodOptional<z.ZodObject<{
186
+ code: z.ZodString;
187
+ libelle: z.ZodString;
188
+ }, z.core.$strip>>;
189
+ }, z.core.$strip>;
190
+ export type FamilleClean = z.infer<typeof FamilleCleanSchema>;
191
+ /**
192
+ * Classification clean
193
+ *
194
+ * Document classification including family, type, sub-type, and adoption status.
195
+ */
196
+ export declare const ClassificationCleanSchema: z.ZodObject<{
197
+ famille: z.ZodOptional<z.ZodObject<{
198
+ depot: z.ZodObject<{
199
+ code: z.ZodString;
200
+ libelle: z.ZodString;
201
+ }, z.core.$strip>;
202
+ classe: z.ZodObject<{
203
+ code: z.ZodString;
204
+ libelle: z.ZodString;
205
+ }, z.core.$strip>;
206
+ espece: z.ZodOptional<z.ZodObject<{
207
+ code: z.ZodString;
208
+ libelle: z.ZodString;
209
+ }, z.core.$strip>>;
210
+ }, z.core.$strip>>;
211
+ type: z.ZodObject<{
212
+ code: z.ZodString;
213
+ libelle: z.ZodString;
214
+ }, z.core.$strip>;
215
+ sousType: z.ZodOptional<z.ZodObject<{
216
+ code: z.ZodEnum<{
217
+ ACCPRESRP: "ACCPRESRP";
218
+ APPART1515: "APPART1515";
219
+ APPART341: "APPART341";
220
+ APPLOI: "APPLOI";
221
+ AUE: "AUE";
222
+ AUTRATCONV: "AUTRATCONV";
223
+ AVECVOTE: "AVECVOTE";
224
+ CENSURE492: "CENSURE492";
225
+ CENSURE493: "CENSURE493";
226
+ COMENQ: "COMENQ";
227
+ COMPA: "COMPA";
228
+ COMSPCPTE: "COMSPCPTE";
229
+ CONST: "CONST";
230
+ CTRLBUDG: "CTRLBUDG";
231
+ DIVERS: "DIVERS";
232
+ ENGRESPTXT: "ENGRESPTXT";
233
+ ENQU: "ENQU";
234
+ FIN: "FIN";
235
+ FINGEST: "FINGEST";
236
+ FINRECT: "FINRECT";
237
+ FINSSOC: "FINSSOC";
238
+ FINSSOCREC: "FINSSOCREC";
239
+ IMPACTLOIS: "IMPACTLOIS";
240
+ LEGDELEGAN: "LEGDELEGAN";
241
+ MINFOCOMPER: "MINFOCOMPER";
242
+ MODREGLTAN: "MODREGLTAN";
243
+ NOTEOPECST: "NOTEOPECST";
244
+ OFFPARL: "OFFPARL";
245
+ ORG: "ORG";
246
+ PETITION: "PETITION";
247
+ PRESIDAGE: "PRESIDAGE";
248
+ PRESIDASS: "PRESIDASS";
249
+ PRESIDREP: "PRESIDREP";
250
+ PROPACTCOM: "PROPACTCOM";
251
+ PRPDIT: "PRPDIT";
252
+ RECT: "RECT";
253
+ REFART11: "REFART11";
254
+ RGLTBUDG: "RGLTBUDG";
255
+ RGLTBUDG2: "RGLTBUDG2";
256
+ SUPP: "SUPP";
257
+ SUSPOURS: "SUSPOURS";
258
+ TVXINSTITEUROP: "TVXINSTITEUROP";
259
+ }>;
260
+ libelle: z.ZodOptional<z.ZodString>;
261
+ libelleEdition: z.ZodOptional<z.ZodString>;
262
+ }, z.core.$strip>>;
263
+ statutAdoption: z.ZodOptional<z.ZodEnum<{
264
+ ADOPTCOM: "ADOPTCOM";
265
+ ADOPTSEANCE: "ADOPTSEANCE";
266
+ REJETSEANCE: "REJETSEANCE";
267
+ }>>;
268
+ }, z.core.$strip>;
269
+ export type ClassificationClean = z.infer<typeof ClassificationCleanSchema>;
270
+ /**
271
+ * Chrono (dates du cycle de vie) clean
272
+ *
273
+ * Chronology of important dates in the document's lifecycle.
274
+ */
275
+ export declare const ChronoCleanSchema: z.ZodObject<{
276
+ dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
277
+ dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
278
+ datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
279
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
280
+ }, z.core.$strip>;
281
+ export type ChronoClean = z.infer<typeof ChronoCleanSchema>;
282
+ /**
283
+ * Cycle de vie clean
284
+ *
285
+ * Lifecycle information for a document, containing chronological dates.
286
+ */
287
+ export declare const CycleDeVieCleanSchema: z.ZodObject<{
288
+ chrono: z.ZodObject<{
289
+ dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
290
+ dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
291
+ datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
292
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
293
+ }, z.core.$strip>;
294
+ }, z.core.$strip>;
295
+ export type CycleDeVieClean = z.infer<typeof CycleDeVieCleanSchema>;
296
+ /**
297
+ * Titres clean
298
+ *
299
+ * Document titles (full and short versions).
300
+ */
301
+ export declare const TitresCleanSchema: z.ZodObject<{
302
+ titrePrincipal: z.ZodString;
303
+ titrePrincipalCourt: z.ZodString;
304
+ }, z.core.$strip>;
305
+ export type TitresClean = z.infer<typeof TitresCleanSchema>;
306
+ /**
307
+ * Auteur acteur clean
308
+ *
309
+ * Author information including actor reference and quality/role.
310
+ * Note: unwrapped from raw, no nested acteur object
311
+ */
312
+ export declare const AuteurActeurCleanSchema: z.ZodObject<{
313
+ acteurRef: z.ZodString;
314
+ qualite: z.ZodEnum<{
315
+ auteur: "auteur";
316
+ cosignataire: "cosignataire";
317
+ rapporteur: "rapporteur";
318
+ "rapporteur g\u00E9n\u00E9ral": "rapporteur général";
319
+ "rapporteur pour avis": "rapporteur pour avis";
320
+ "rapporteur sp\u00E9cial": "rapporteur spécial";
321
+ }>;
322
+ }, z.core.$strip>;
323
+ export type AuteurActeurClean = z.infer<typeof AuteurActeurCleanSchema>;
324
+ /**
325
+ * Auteur clean (either acteur or organeRef)
326
+ *
327
+ * Author of a document - can be either an individual actor or an organization.
328
+ * L'organe auquel est rattaché l'auteur et sa qualité.
329
+ */
330
+ export declare const AuteurCleanSchema: z.ZodObject<{
331
+ acteur: z.ZodOptional<z.ZodObject<{
332
+ acteurRef: z.ZodString;
333
+ qualite: z.ZodEnum<{
334
+ auteur: "auteur";
335
+ cosignataire: "cosignataire";
336
+ rapporteur: "rapporteur";
337
+ "rapporteur g\u00E9n\u00E9ral": "rapporteur général";
338
+ "rapporteur pour avis": "rapporteur pour avis";
339
+ "rapporteur sp\u00E9cial": "rapporteur spécial";
340
+ }>;
341
+ }, z.core.$strip>>;
342
+ organeRef: z.ZodOptional<z.ZodString>;
343
+ }, z.core.$strip>;
344
+ export type AuteurClean = z.infer<typeof AuteurCleanSchema>;
345
+ /**
346
+ * Correction clean
347
+ *
348
+ * Correction information for a document.
349
+ */
350
+ export declare const CorrectionCleanSchema: z.ZodObject<{
351
+ typeCorrection: z.ZodEnum<{
352
+ Rectifié: "Rectifié";
353
+ }>;
354
+ niveauCorrection: z.ZodOptional<z.ZodString>;
355
+ }, z.core.$strip>;
356
+ export type CorrectionClean = z.infer<typeof CorrectionCleanSchema>;
357
+ /**
358
+ * Notice clean
359
+ *
360
+ * Notice information including adoption status.
361
+ */
362
+ export declare const NoticeCleanSchema: z.ZodObject<{
363
+ numNotice: z.ZodOptional<z.ZodString>;
364
+ formule: z.ZodOptional<z.ZodString>;
365
+ adoptionConforme: z.ZodBoolean;
366
+ }, z.core.$strip>;
367
+ export type NoticeClean = z.infer<typeof NoticeCleanSchema>;
368
+ /**
369
+ * Imprimerie clean
370
+ *
371
+ * Printing information for physical document copies.
372
+ * Note: DIAN → dian, ISBN → isbn, ISSN → issn (renamed by cleaner)
373
+ */
374
+ export declare const ImprimerieCleanSchema: z.ZodObject<{
375
+ dian: z.ZodOptional<z.ZodString>;
376
+ isbn: z.ZodOptional<z.ZodString>;
377
+ issn: z.ZodOptional<z.ZodString>;
378
+ nbPage: z.ZodOptional<z.ZodString>;
379
+ prix: z.ZodOptional<z.ZodString>;
380
+ }, z.core.$strip>;
381
+ export type ImprimerieClean = z.infer<typeof ImprimerieCleanSchema>;
382
+ /**
383
+ * Theme clean
384
+ *
385
+ * Thematic keyword for indexing.
386
+ */
387
+ export declare const ThemeCleanSchema: z.ZodObject<{
388
+ libelleTheme: z.ZodString;
389
+ }, z.core.$strip>;
390
+ export type ThemeClean = z.infer<typeof ThemeCleanSchema>;
391
+ /**
392
+ * Themes clean
393
+ *
394
+ * Collection of themes with a level indicator.
395
+ */
396
+ export declare const ThemesCleanSchema: z.ZodObject<{
397
+ "@niveau": z.ZodString;
398
+ theme: z.ZodObject<{
399
+ libelleTheme: z.ZodString;
400
+ }, z.core.$strip>;
401
+ }, z.core.$strip>;
402
+ export type ThemesClean = z.infer<typeof ThemesCleanSchema>;
403
+ /**
404
+ * Indexation clean
405
+ *
406
+ * Mots clés destinés à l'indexation des dossiers et documents.
407
+ * Uniquement pour la XIV législature.
408
+ *
409
+ * @see {@link https://git.en-root.org/tricoteuses/data.tricoteuses.fr/Dossiers_Legislatifs_XIV | la XIV législature}
410
+ */
411
+ export declare const IndexationCleanSchema: z.ZodObject<{
412
+ themes: z.ZodObject<{
413
+ "@niveau": z.ZodString;
414
+ theme: z.ZodObject<{
415
+ libelleTheme: z.ZodString;
416
+ }, z.core.$strip>;
417
+ }, z.core.$strip>;
418
+ }, z.core.$strip>;
419
+ export type IndexationClean = z.infer<typeof IndexationCleanSchema>;
420
+ /**
421
+ * Co-signataire organe clean
422
+ *
423
+ * Le groupe politique auquel appartient le co-signataire et les conséquences d'un éventuel retrait de sa co-signature.
424
+ */
425
+ export declare const CoSignataireOrganeCleanSchema: z.ZodObject<{
426
+ organeRef: z.ZodString;
427
+ etApparentes: z.ZodBoolean;
428
+ }, z.core.$strip>;
429
+ export type CoSignataireOrganeClean = z.infer<typeof CoSignataireOrganeCleanSchema>;
430
+ /**
431
+ * Co-signataire element clean
432
+ *
433
+ * Co-signer of a document with signature dates and organizational affiliation.
434
+ * Note: acteurRef unwrapped from nested acteur.acteurRef
435
+ */
436
+ export declare const CoSignataireElementCleanSchema: z.ZodObject<{
437
+ acteurRef: z.ZodOptional<z.ZodString>;
438
+ dateCosignature: z.ZodString;
439
+ dateRetraitCosignature: z.ZodOptional<z.ZodString>;
440
+ edite: z.ZodBoolean;
441
+ organe: z.ZodOptional<z.ZodObject<{
442
+ organeRef: z.ZodString;
443
+ etApparentes: z.ZodBoolean;
444
+ }, z.core.$strip>>;
445
+ }, z.core.$strip>;
446
+ export type CoSignataireElementClean = z.infer<typeof CoSignataireElementCleanSchema>;
447
+ /**
448
+ * Amendements séance clean
449
+ *
450
+ * Détermine si le texte est susceptible d'être amendé lors d'une séance publique.
451
+ */
452
+ export declare const AmendementsSeanceCleanSchema: z.ZodObject<{
453
+ amendable: z.ZodBoolean;
454
+ }, z.core.$strip>;
455
+ export type AmendementsSeanceClean = z.infer<typeof AmendementsSeanceCleanSchema>;
456
+ /**
457
+ * Amendements commission element clean
458
+ *
459
+ * Commission capable of amending a text.
460
+ */
461
+ export declare const AmendementsCommissionElementCleanSchema: z.ZodObject<{
462
+ organeRef: z.ZodString;
463
+ amendable: z.ZodBoolean;
464
+ }, z.core.$strip>;
465
+ export type AmendementsCommissionElementClean = z.infer<typeof AmendementsCommissionElementCleanSchema>;
466
+ /**
467
+ * Dépôt amendements clean
468
+ *
469
+ * Liste des organes (commissions ou séance publique) susceptibles d'amender le texte.
470
+ * Si le texte ne peut pas être amendé, ce champ est omis.
471
+ * Note: amendementsCommission unwrapped from .commission array
472
+ */
473
+ export declare const DepotAmendementsCleanSchema: z.ZodObject<{
474
+ amendementsSeance: z.ZodObject<{
475
+ amendable: z.ZodBoolean;
476
+ }, z.core.$strip>;
477
+ amendementsCommission: z.ZodOptional<z.ZodArray<z.ZodObject<{
478
+ organeRef: z.ZodString;
479
+ amendable: z.ZodBoolean;
480
+ }, z.core.$strip>>>;
481
+ }, z.core.$strip>;
482
+ export type DepotAmendementsClean = z.infer<typeof DepotAmendementsCleanSchema>;
483
+ /**
484
+ * Division clean (recursive structure - uses z.lazy)
485
+ *
486
+ * Sub-document or division within a document. Divisions can contain nested divisions.
487
+ * Note: divisions unwrapped from .division array
488
+ */
489
+ export declare const DivisionCleanSchema: z.ZodType<DivisionClean>;
490
+ export interface DivisionClean {
491
+ xsiType: DocumentXsiType;
492
+ uid: string;
493
+ legislature?: string;
494
+ cycleDeVie: CycleDeVieClean;
495
+ denominationStructurelle: string;
496
+ titres: TitresClean;
497
+ divisions?: DivisionClean[];
498
+ dossierRef: string;
499
+ classification: ClassificationClean;
500
+ auteurs: AuteurClean[];
501
+ organesReferents?: string[];
502
+ correction?: CorrectionClean;
503
+ notice: NoticeClean;
504
+ indexation?: IndexationClean;
505
+ imprimerie?: ImprimerieClean;
506
+ rapportPublie?: boolean;
507
+ }
508
+ /**
509
+ * Document clean
510
+ *
511
+ * Meta information à propos d'un document attaché à un dossier législatif
512
+ * (texte de loi, rapport de commission, etc.). Le texte du document est disponible
513
+ * (pour les documents publiés par l'Assemblée Nationale, c'est à dire ceux dont
514
+ * l'identifiant unique contient AN après les quatre premières lettres, PIONAN…, PRJLAN…, etc.).
515
+ *
516
+ * L'URL du contenu du document est construite avec le champ .legislature et .uid, par
517
+ * exemple 15/uid/PRJLANR5L15B0003. Voir la documentation du dépôt des textes pour plus
518
+ * d'information sur les formats disponibles.
519
+ *
520
+ * Note: divisions unwrapped, organesReferents unwrapped, coSignataires unwrapped
521
+ *
522
+ * @see {@link https://git.en-root.org/tricoteuses/data/assemblee-textes | Dépôt des textes}
523
+ */
524
+ export declare const DocumentCleanSchema: z.ZodObject<{
525
+ schemaVersion: z.ZodOptional<z.ZodString>;
526
+ xsiType: z.ZodEnum<{
527
+ accordInternational_Type: "accordInternational_Type";
528
+ avisConseilEtat_Type: "avisConseilEtat_Type";
529
+ documentEtudeImpact_Type: "documentEtudeImpact_Type";
530
+ rapportParlementaire_Type: "rapportParlementaire_Type";
531
+ texteLoi_Type: "texteLoi_Type";
532
+ }>;
533
+ uid: z.ZodString;
534
+ legislature: z.ZodOptional<z.ZodString>;
535
+ cycleDeVie: z.ZodObject<{
536
+ chrono: z.ZodObject<{
537
+ dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
538
+ dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
539
+ datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
540
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
541
+ }, z.core.$strip>;
542
+ }, z.core.$strip>;
543
+ denominationStructurelle: z.ZodEnum<{
544
+ Allocution: "Allocution";
545
+ Avis: "Avis";
546
+ Déclaration: "Déclaration";
547
+ Lettre: "Lettre";
548
+ Message: "Message";
549
+ Motion: "Motion";
550
+ "Projet de loi": "Projet de loi";
551
+ "Proposition de loi": "Proposition de loi";
552
+ "Proposition de r\u00E9solution": "Proposition de résolution";
553
+ Rapport: "Rapport";
554
+ "Rapport d'information": "Rapport d'information";
555
+ Résolution: "Résolution";
556
+ }>;
557
+ provenance: z.ZodOptional<z.ZodEnum<{
558
+ Commission: "Commission";
559
+ Séance: "Séance";
560
+ "Texte D\u00E9pos\u00E9": "Texte Déposé";
561
+ }>>;
562
+ titres: z.ZodObject<{
563
+ titrePrincipal: z.ZodString;
564
+ titrePrincipalCourt: z.ZodString;
565
+ }, z.core.$strip>;
566
+ divisions: z.ZodOptional<z.ZodArray<z.ZodType<DivisionClean, unknown, z.core.$ZodTypeInternals<DivisionClean, unknown>>>>;
567
+ dossierRef: z.ZodString;
568
+ classification: z.ZodObject<{
569
+ famille: z.ZodOptional<z.ZodObject<{
570
+ depot: z.ZodObject<{
571
+ code: z.ZodString;
572
+ libelle: z.ZodString;
573
+ }, z.core.$strip>;
574
+ classe: z.ZodObject<{
575
+ code: z.ZodString;
576
+ libelle: z.ZodString;
577
+ }, z.core.$strip>;
578
+ espece: z.ZodOptional<z.ZodObject<{
579
+ code: z.ZodString;
580
+ libelle: z.ZodString;
581
+ }, z.core.$strip>>;
582
+ }, z.core.$strip>>;
583
+ type: z.ZodObject<{
584
+ code: z.ZodString;
585
+ libelle: z.ZodString;
586
+ }, z.core.$strip>;
587
+ sousType: z.ZodOptional<z.ZodObject<{
588
+ code: z.ZodEnum<{
589
+ ACCPRESRP: "ACCPRESRP";
590
+ APPART1515: "APPART1515";
591
+ APPART341: "APPART341";
592
+ APPLOI: "APPLOI";
593
+ AUE: "AUE";
594
+ AUTRATCONV: "AUTRATCONV";
595
+ AVECVOTE: "AVECVOTE";
596
+ CENSURE492: "CENSURE492";
597
+ CENSURE493: "CENSURE493";
598
+ COMENQ: "COMENQ";
599
+ COMPA: "COMPA";
600
+ COMSPCPTE: "COMSPCPTE";
601
+ CONST: "CONST";
602
+ CTRLBUDG: "CTRLBUDG";
603
+ DIVERS: "DIVERS";
604
+ ENGRESPTXT: "ENGRESPTXT";
605
+ ENQU: "ENQU";
606
+ FIN: "FIN";
607
+ FINGEST: "FINGEST";
608
+ FINRECT: "FINRECT";
609
+ FINSSOC: "FINSSOC";
610
+ FINSSOCREC: "FINSSOCREC";
611
+ IMPACTLOIS: "IMPACTLOIS";
612
+ LEGDELEGAN: "LEGDELEGAN";
613
+ MINFOCOMPER: "MINFOCOMPER";
614
+ MODREGLTAN: "MODREGLTAN";
615
+ NOTEOPECST: "NOTEOPECST";
616
+ OFFPARL: "OFFPARL";
617
+ ORG: "ORG";
618
+ PETITION: "PETITION";
619
+ PRESIDAGE: "PRESIDAGE";
620
+ PRESIDASS: "PRESIDASS";
621
+ PRESIDREP: "PRESIDREP";
622
+ PROPACTCOM: "PROPACTCOM";
623
+ PRPDIT: "PRPDIT";
624
+ RECT: "RECT";
625
+ REFART11: "REFART11";
626
+ RGLTBUDG: "RGLTBUDG";
627
+ RGLTBUDG2: "RGLTBUDG2";
628
+ SUPP: "SUPP";
629
+ SUSPOURS: "SUSPOURS";
630
+ TVXINSTITEUROP: "TVXINSTITEUROP";
631
+ }>;
632
+ libelle: z.ZodOptional<z.ZodString>;
633
+ libelleEdition: z.ZodOptional<z.ZodString>;
634
+ }, z.core.$strip>>;
635
+ statutAdoption: z.ZodOptional<z.ZodEnum<{
636
+ ADOPTCOM: "ADOPTCOM";
637
+ ADOPTSEANCE: "ADOPTSEANCE";
638
+ REJETSEANCE: "REJETSEANCE";
639
+ }>>;
640
+ }, z.core.$strip>;
641
+ auteurs: z.ZodArray<z.ZodObject<{
642
+ acteur: z.ZodOptional<z.ZodObject<{
643
+ acteurRef: z.ZodString;
644
+ qualite: z.ZodEnum<{
645
+ auteur: "auteur";
646
+ cosignataire: "cosignataire";
647
+ rapporteur: "rapporteur";
648
+ "rapporteur g\u00E9n\u00E9ral": "rapporteur général";
649
+ "rapporteur pour avis": "rapporteur pour avis";
650
+ "rapporteur sp\u00E9cial": "rapporteur spécial";
651
+ }>;
652
+ }, z.core.$strip>>;
653
+ organeRef: z.ZodOptional<z.ZodString>;
654
+ }, z.core.$strip>>;
655
+ correction: z.ZodOptional<z.ZodObject<{
656
+ typeCorrection: z.ZodEnum<{
657
+ Rectifié: "Rectifié";
658
+ }>;
659
+ niveauCorrection: z.ZodOptional<z.ZodString>;
660
+ }, z.core.$strip>>;
661
+ notice: z.ZodObject<{
662
+ numNotice: z.ZodOptional<z.ZodString>;
663
+ formule: z.ZodOptional<z.ZodString>;
664
+ adoptionConforme: z.ZodBoolean;
665
+ }, z.core.$strip>;
666
+ indexation: z.ZodOptional<z.ZodObject<{
667
+ themes: z.ZodObject<{
668
+ "@niveau": z.ZodString;
669
+ theme: z.ZodObject<{
670
+ libelleTheme: z.ZodString;
671
+ }, z.core.$strip>;
672
+ }, z.core.$strip>;
673
+ }, z.core.$strip>>;
674
+ imprimerie: z.ZodOptional<z.ZodObject<{
675
+ dian: z.ZodOptional<z.ZodString>;
676
+ isbn: z.ZodOptional<z.ZodString>;
677
+ issn: z.ZodOptional<z.ZodString>;
678
+ nbPage: z.ZodOptional<z.ZodString>;
679
+ prix: z.ZodOptional<z.ZodString>;
680
+ }, z.core.$strip>>;
681
+ coSignataires: z.ZodOptional<z.ZodArray<z.ZodObject<{
682
+ acteurRef: z.ZodOptional<z.ZodString>;
683
+ dateCosignature: z.ZodString;
684
+ dateRetraitCosignature: z.ZodOptional<z.ZodString>;
685
+ edite: z.ZodBoolean;
686
+ organe: z.ZodOptional<z.ZodObject<{
687
+ organeRef: z.ZodString;
688
+ etApparentes: z.ZodBoolean;
689
+ }, z.core.$strip>>;
690
+ }, z.core.$strip>>>;
691
+ depotAmendements: z.ZodOptional<z.ZodObject<{
692
+ amendementsSeance: z.ZodObject<{
693
+ amendable: z.ZodBoolean;
694
+ }, z.core.$strip>;
695
+ amendementsCommission: z.ZodOptional<z.ZodArray<z.ZodObject<{
696
+ organeRef: z.ZodString;
697
+ amendable: z.ZodBoolean;
698
+ }, z.core.$strip>>>;
699
+ }, z.core.$strip>>;
700
+ organesReferents: z.ZodOptional<z.ZodArray<z.ZodString>>;
701
+ rapportPublie: z.ZodOptional<z.ZodBoolean>;
702
+ }, z.core.$strip>;
703
+ export type DocumentClean = z.infer<typeof DocumentCleanSchema>;
704
+ /**
705
+ * Titre dossier clean
706
+ *
707
+ * Meta information sur le dossier législatif.
708
+ */
709
+ export declare const TitreDossierCleanSchema: z.ZodObject<{
710
+ titre: z.ZodString;
711
+ titreChemin: z.ZodOptional<z.ZodString>;
712
+ senatChemin: z.ZodOptional<z.ZodString>;
713
+ }, z.core.$strip>;
714
+ export type TitreDossierClean = z.infer<typeof TitreDossierCleanSchema>;
715
+ /**
716
+ * Initiateur acteur element clean
717
+ *
718
+ * Actor initiating a legislative dossier with their mandate.
719
+ */
720
+ export declare const InitiateurActeurElementCleanSchema: z.ZodObject<{
721
+ acteurRef: z.ZodString;
722
+ mandatRef: z.ZodOptional<z.ZodString>;
723
+ }, z.core.$strip>;
724
+ export type InitiateurActeurElementClean = z.infer<typeof InitiateurActeurElementCleanSchema>;
725
+ /**
726
+ * Initiateur clean
727
+ *
728
+ * Les acteurs à l'initiative du dossier et leurs mandats au sein de l'organe à l'initiative du dossier.
729
+ * Note: acteurs unwrapped from .acteur array, organeRef unwrapped from .organes.organe.organeRef.uid
730
+ */
731
+ export declare const InitiateurCleanSchema: z.ZodObject<{
732
+ acteurs: z.ZodOptional<z.ZodArray<z.ZodObject<{
733
+ acteurRef: z.ZodString;
734
+ mandatRef: z.ZodOptional<z.ZodString>;
735
+ }, z.core.$strip>>>;
736
+ organeRef: z.ZodOptional<z.ZodString>;
737
+ }, z.core.$strip>;
738
+ export type InitiateurClean = z.infer<typeof InitiateurCleanSchema>;
739
+ /**
740
+ * Fusion dossier clean
741
+ *
742
+ * Le dossier parlementaire est lié à un autre. Si la cause est un 'Examen commun', les deux dossiers
743
+ * continuent d'évoluer indépendamment. Par exemple une mission d'information peut être liée au dossier
744
+ * parlementaire qui représente le rapport produit par cette mission. Si la cause est 'Dossier absorbé',
745
+ * il devient obsolète et le dossier absorbant prend la suite. Par exemple, lorsqu'une loi ordinaire devient
746
+ * une loi organique, un nouveau dossier parlementaire est constitué, l'intégralité du dossier absorbé est
747
+ * copié dans le nouveau dossier.
748
+ */
749
+ export declare const FusionDossierCleanSchema: z.ZodObject<{
750
+ cause: z.ZodEnum<{
751
+ "Dossier absorb\u00E9": "Dossier absorbé";
752
+ "Examen commun": "Examen commun";
753
+ }>;
754
+ dossierAbsorbantRef: z.ZodString;
755
+ }, z.core.$strip>;
756
+ export type FusionDossierClean = z.infer<typeof FusionDossierCleanSchema>;
757
+ /**
758
+ * Rapporteur clean
759
+ *
760
+ * Rapporteur d'un texte législatif ou d'une étude. Un 'rapporteur spécial' produit un rapport
761
+ * (texteAssocie débute par RAPP) ou une étude (texteAssocie débute par ETDR) alors qu'un
762
+ * 'rapporteur pour avis' produit un avis (texteAssocie débute par AVIS).
763
+ */
764
+ export declare const RapporteurCleanSchema: z.ZodObject<{
765
+ acteurRef: z.ZodString;
766
+ typeRapporteur: z.ZodEnum<{
767
+ auteur: "auteur";
768
+ cosignataire: "cosignataire";
769
+ rapporteur: "rapporteur";
770
+ "rapporteur g\u00E9n\u00E9ral": "rapporteur général";
771
+ "rapporteur pour avis": "rapporteur pour avis";
772
+ "rapporteur sp\u00E9cial": "rapporteur spécial";
773
+ }>;
774
+ etudePlfRef: z.ZodOptional<z.ZodString>;
775
+ }, z.core.$strip>;
776
+ export type RapporteurClean = z.infer<typeof RapporteurCleanSchema>;
777
+ /**
778
+ * Mission Minefi element clean (recursive structure - uses z.lazy)
779
+ *
780
+ * Étude réalisée pour le compte du ministère de l'économie et des finances.
781
+ * Au premier niveau le type est toujours 'mission principale', au second niveau
782
+ * (c'est à dire inclus dans la liste missions) le type peut être 'mission secondaire' ou 'partie de mission'.
783
+ * Des missions secondaires (ou partie de mission) peuvent subdiviser une mission principale.
784
+ * Par exemple la mission principale 'Action extérieure' de l'État peut contenir une partie de mission
785
+ * 'Tourisme' qui dispose de son propre budget.
786
+ *
787
+ * Note: missions unwrapped from .mission array
788
+ */
789
+ export declare const MissionMinefiElementCleanSchema: z.ZodType<MissionMinefiElementClean>;
790
+ export interface MissionMinefiElementClean {
791
+ typeMission: TypeMission;
792
+ codeMission?: string;
793
+ libelleLong: string;
794
+ libelleCourt: string;
795
+ typeBudget: TypeBudget;
796
+ missions?: MissionMinefiElementClean[];
797
+ }
798
+ /**
799
+ * Etude PLF clean
800
+ *
801
+ * Étude du projet de loi de finance.
802
+ * Une étude du projet de loi de finance détermine le budget général d'une mission
803
+ * (par exemple Éducation, Défense, etc.).
804
+ *
805
+ * Note: rapporteurs unwrapped from .rapporteur (which could be single or array)
806
+ *
807
+ * @see {@link https://fr.wikipedia.org/wiki/Loi_de_finances_en_France | projet de loi de finances}
808
+ * @see {@link https://www.performance-publique.budget.gouv.fr/ressources-documentaires/documentation-budgetaire/chiffres-cles-budget-etat | mission}
809
+ */
810
+ export declare const EtudePlfCleanSchema: z.ZodObject<{
811
+ uid: z.ZodString;
812
+ organeRef: z.ZodString;
813
+ texteAssocie: z.ZodOptional<z.ZodString>;
814
+ rapporteurs: z.ZodOptional<z.ZodArray<z.ZodObject<{
815
+ acteurRef: z.ZodString;
816
+ typeRapporteur: z.ZodEnum<{
817
+ auteur: "auteur";
818
+ cosignataire: "cosignataire";
819
+ rapporteur: "rapporteur";
820
+ "rapporteur g\u00E9n\u00E9ral": "rapporteur général";
821
+ "rapporteur pour avis": "rapporteur pour avis";
822
+ "rapporteur sp\u00E9cial": "rapporteur spécial";
823
+ }>;
824
+ etudePlfRef: z.ZodOptional<z.ZodString>;
825
+ }, z.core.$strip>>>;
826
+ missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementClean, unknown, z.core.$ZodTypeInternals<MissionMinefiElementClean, unknown>>>;
827
+ ordreDiqs: z.ZodString;
828
+ ordreCommission: z.ZodString;
829
+ }, z.core.$strip>;
830
+ export type EtudePlfClean = z.infer<typeof EtudePlfCleanSchema>;
831
+ /**
832
+ * Fam code et libellé clean
833
+ *
834
+ * Code et libellé associé dont la signification dépend du champ dans lequel ils sont inclus.
835
+ * Note: fam_code → famCode (renamed by cleaner)
836
+ */
837
+ export declare const FamCodeEtLibelleCleanSchema: z.ZodObject<{
838
+ famCode: z.ZodString;
839
+ libelle: z.ZodOptional<z.ZodString>;
840
+ }, z.core.$strip>;
841
+ export type FamCodeEtLibelleClean = z.infer<typeof FamCodeEtLibelleCleanSchema>;
842
+ /**
843
+ * Libellé acte clean
844
+ *
845
+ * Nom et code d'un acte législatif.
846
+ */
847
+ export declare const LibelleActeCleanSchema: z.ZodObject<{
848
+ nomCanonique: z.ZodString;
849
+ libelleCourt: z.ZodOptional<z.ZodString>;
850
+ }, z.core.$strip>;
851
+ export type LibelleActeClean = z.infer<typeof LibelleActeCleanSchema>;
852
+ /**
853
+ * Contribution internaute clean
854
+ *
855
+ * L'étude d'impact d'un projet de loi peut recueillir des contributions volontaires
856
+ * recueillies sur Internet et dont la synthèse sera incluse dans le texte publié.
857
+ *
858
+ * @see {@link https://fr.wikipedia.org/wiki/Processus_l%C3%A9gislatif_en_France#%C3%89tude_d'impact | étude d'impact}
859
+ */
860
+ export declare const ContributionInternauteCleanSchema: z.ZodObject<{
861
+ dateOuverture: z.ZodOptional<z.ZodString>;
862
+ dateFermeture: z.ZodOptional<z.ZodString>;
863
+ }, z.core.$strip>;
864
+ export type ContributionInternauteClean = z.infer<typeof ContributionInternauteCleanSchema>;
865
+ /**
866
+ * Texte associé element clean
867
+ *
868
+ * Référence à un texte associé à l'acte législatif.
869
+ * Note: refTexteAssocie → texteAssocieRef (renamed by cleaner)
870
+ */
871
+ export declare const TexteAssocieElementCleanSchema: z.ZodObject<{
872
+ typeTexte: z.ZodEnum<{
873
+ BTA: "BTA";
874
+ TAP: "TAP";
875
+ }>;
876
+ texteAssocieRef: z.ZodString;
877
+ }, z.core.$strip>;
878
+ export type TexteAssocieElementClean = z.infer<typeof TexteAssocieElementCleanSchema>;
879
+ /**
880
+ * Info JO element clean
881
+ *
882
+ * Informations relatives à la publication d'un texte promulgué au Journal officiel.
883
+ * Note: typeJO → typeJo, dateJO → dateJo, numJO → numJo, referenceNOR → referenceNor (renamed by cleaner)
884
+ *
885
+ * @see {@link https://fr.wikipedia.org/wiki/Journal_officiel_de_la_R%C3%A9publique_fran%C3%A7aise | journal officiel}
886
+ */
887
+ export declare const InfoJoElementCleanSchema: z.ZodObject<{
888
+ typeJo: z.ZodEnum<{
889
+ JO_LOI_DECRET: "JO_LOI_DECRET";
890
+ }>;
891
+ dateJo: z.ZodString;
892
+ numJo: z.ZodString;
893
+ urlLegifrance: z.ZodOptional<z.ZodString>;
894
+ referenceNor: z.ZodOptional<z.ZodString>;
895
+ }, z.core.$strip>;
896
+ export type InfoJoElementClean = z.infer<typeof InfoJoElementCleanSchema>;
897
+ /**
898
+ * Texte européen clean
899
+ *
900
+ * Référence à un texte européen associé.
901
+ */
902
+ export declare const TexteEuropeenCleanSchema: z.ZodObject<{
903
+ typeTexteEuropeen: z.ZodString;
904
+ titreTexteEuropeen: z.ZodString;
905
+ }, z.core.$strip>;
906
+ export type TexteEuropeenClean = z.infer<typeof TexteEuropeenCleanSchema>;
907
+ /**
908
+ * Info JOCE clean
909
+ *
910
+ * Informations relatives à une publication du Journal officiel de l'Union européenne
911
+ * qui permet de le retrouver en faisant une recherche sur le site.
912
+ * Un exemplaire du journal officiel contient plusieurs textes.
913
+ *
914
+ * Note: refJOCE → refJoce, dateJOCE → dateJoce (renamed by cleaner)
915
+ *
916
+ * @see {@link https://fr.wikipedia.org/wiki/Journal_officiel_de_l%27Union_europ%C3%A9enne | Journal officiel de l'Union européenne}
917
+ * @see {@link https://eur-lex.europa.eu/oj/direct-access.html | recherche sur le site}
918
+ */
919
+ export declare const InfoJoceCleanSchema: z.ZodObject<{
920
+ refJoce: z.ZodString;
921
+ dateJoce: z.ZodString;
922
+ }, z.core.$strip>;
923
+ export type InfoJoceClean = z.infer<typeof InfoJoceCleanSchema>;
924
+ /**
925
+ * Texte externe associé clean
926
+ *
927
+ * Référence à un texte externe associé à la promulgation (par exemple un décret d'application).
928
+ */
929
+ export declare const TexteExterneAssocieCleanSchema: z.ZodObject<{
930
+ typeDoc: z.ZodEnum<{
931
+ Décret: "Décret";
932
+ }>;
933
+ texteRef: z.ZodString;
934
+ titreDoc: z.ZodString;
935
+ urlDoc: z.ZodString;
936
+ }, z.core.$strip>;
937
+ export type TexteExterneAssocieClean = z.infer<typeof TexteExterneAssocieCleanSchema>;
938
+ /**
939
+ * Acte législatif clean (recursive structure - uses z.lazy)
940
+ *
941
+ * Acte Législatif. Les champs sont groupés par type d'acte législatif.
942
+ * Chaque procédure est composée d'une hiérarchie d'actes législatifs.
943
+ *
944
+ * Note: actesLegislatifs unwrapped, auteurs → auteursRefs, provenance → provenanceRef,
945
+ * texteAssocie → texteAssocieRef, texteAdopte → texteAdopteRef, voteRefs unwrapped,
946
+ * rapporteurs unwrapped, textesAssocies unwrapped, infoJO → infoJo, etc.
947
+ */
948
+ export declare const ActeLegislatifCleanSchema: z.ZodType<ActeLegislatifClean>;
949
+ export interface ActeLegislatifClean {
950
+ xsiType: ActeLegislatifXsiType;
951
+ uid: string;
952
+ codeActe: CodeActe;
953
+ libelleActe: LibelleActeClean;
954
+ organeRef?: string;
955
+ dateActe?: Date;
956
+ actesLegislatifs?: ActeLegislatifClean[];
957
+ anneeDecision?: string;
958
+ auteurMotion?: string;
959
+ auteursRefs?: string[];
960
+ casSaisine?: FamCodeEtLibelleClean;
961
+ codeLoi?: string;
962
+ contributionInternaute?: ContributionInternauteClean;
963
+ decision?: FamCodeEtLibelleClean;
964
+ depotInitialLectureDefinitiveRef?: string;
965
+ formuleDecision?: string;
966
+ infoJo?: InfoJoElementClean;
967
+ infoJoce?: InfoJoceClean;
968
+ infoJoRect?: InfoJoElementClean[];
969
+ initiateur?: InitiateurClean;
970
+ motif?: Motif;
971
+ numDecision?: string;
972
+ odjRef?: string;
973
+ provenanceRef?: string;
974
+ rapporteurs?: RapporteurClean[];
975
+ referenceNor?: string;
976
+ reunionRef?: string;
977
+ statutAdoption?: FamCodeEtLibelleClean;
978
+ statutConclusion?: FamCodeEtLibelleClean;
979
+ texteAdopteRef?: string;
980
+ texteAssocieRef?: string;
981
+ texteEuropeen?: TexteEuropeenClean;
982
+ texteExterneAssocie?: TexteExterneAssocieClean;
983
+ texteLoiRef?: string;
984
+ textesAssocies?: TexteAssocieElementClean[];
985
+ titreLoi?: string;
986
+ typeDeclaration?: FamCodeEtLibelleClean;
987
+ typeMotion?: FamCodeEtLibelleClean;
988
+ typeMotionCensure?: FamCodeEtLibelleClean;
989
+ urlConclusion?: string;
990
+ urlEcheancierLoi?: string;
991
+ urlLegifrance?: string;
992
+ voteRefs?: string[];
993
+ }
994
+ /**
995
+ * Dossier parlementaire clean
996
+ *
997
+ * Dossier législatif. Un dossier législatif comprend l'ensemble des travaux parlementaires
998
+ * relatifs à un texte depuis son dépôt - par le gouvernement (projet de loi), ou par un
999
+ * parlementaire (proposition de loi) - jusqu'à sa promulgation.
1000
+ *
1001
+ * Note: PLF → plf, actesLegislatifs unwrapped from .acteLegislatif array
1002
+ *
1003
+ * @see {@link https://www.senat.fr/recherche/aide/aide_dosleg.html | dossier législatif}
1004
+ */
1005
+ export declare const DossierParlementaireCleanSchema: z.ZodObject<{
1006
+ schemaVersion: z.ZodOptional<z.ZodString>;
1007
+ xsiType: z.ZodOptional<z.ZodEnum<{
1008
+ DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
1009
+ DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
1010
+ DossierLegislatif_Type: "DossierLegislatif_Type";
1011
+ DossierMissionControle_Type: "DossierMissionControle_Type";
1012
+ DossierMissionInformation_Type: "DossierMissionInformation_Type";
1013
+ DossierResolutionAN: "DossierResolutionAN";
1014
+ }>>;
1015
+ uid: z.ZodString;
1016
+ legislature: z.ZodString;
1017
+ titreDossier: z.ZodObject<{
1018
+ titre: z.ZodString;
1019
+ titreChemin: z.ZodOptional<z.ZodString>;
1020
+ senatChemin: z.ZodOptional<z.ZodString>;
1021
+ }, z.core.$strip>;
1022
+ procedureParlementaire: z.ZodObject<{
1023
+ code: z.ZodString;
1024
+ libelle: z.ZodString;
1025
+ }, z.core.$strip>;
1026
+ initiateur: z.ZodOptional<z.ZodObject<{
1027
+ acteurs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1028
+ acteurRef: z.ZodString;
1029
+ mandatRef: z.ZodOptional<z.ZodString>;
1030
+ }, z.core.$strip>>>;
1031
+ organeRef: z.ZodOptional<z.ZodString>;
1032
+ }, z.core.$strip>>;
1033
+ actesLegislatifs: z.ZodOptional<z.ZodArray<z.ZodType<ActeLegislatifClean, unknown, z.core.$ZodTypeInternals<ActeLegislatifClean, unknown>>>>;
1034
+ fusionDossier: z.ZodOptional<z.ZodObject<{
1035
+ cause: z.ZodEnum<{
1036
+ "Dossier absorb\u00E9": "Dossier absorbé";
1037
+ "Examen commun": "Examen commun";
1038
+ }>;
1039
+ dossierAbsorbantRef: z.ZodString;
1040
+ }, z.core.$strip>>;
1041
+ indexation: z.ZodOptional<z.ZodObject<{
1042
+ themes: z.ZodObject<{
1043
+ "@niveau": z.ZodString;
1044
+ theme: z.ZodObject<{
1045
+ libelleTheme: z.ZodString;
1046
+ }, z.core.$strip>;
1047
+ }, z.core.$strip>;
1048
+ }, z.core.$strip>>;
1049
+ plf: z.ZodOptional<z.ZodArray<z.ZodObject<{
1050
+ uid: z.ZodString;
1051
+ organeRef: z.ZodString;
1052
+ texteAssocie: z.ZodOptional<z.ZodString>;
1053
+ rapporteurs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1054
+ acteurRef: z.ZodString;
1055
+ typeRapporteur: z.ZodEnum<{
1056
+ auteur: "auteur";
1057
+ cosignataire: "cosignataire";
1058
+ rapporteur: "rapporteur";
1059
+ "rapporteur g\u00E9n\u00E9ral": "rapporteur général";
1060
+ "rapporteur pour avis": "rapporteur pour avis";
1061
+ "rapporteur sp\u00E9cial": "rapporteur spécial";
1062
+ }>;
1063
+ etudePlfRef: z.ZodOptional<z.ZodString>;
1064
+ }, z.core.$strip>>>;
1065
+ missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementClean, unknown, z.core.$ZodTypeInternals<MissionMinefiElementClean, unknown>>>;
1066
+ ordreDiqs: z.ZodString;
1067
+ ordreCommission: z.ZodString;
1068
+ }, z.core.$strip>>>;
1069
+ }, z.core.$strip>;
1070
+ export type DossierParlementaireClean = z.infer<typeof DossierParlementaireCleanSchema>;
1071
+ /**
1072
+ * Dossiers législatifs clean (main export structure)
1073
+ *
1074
+ * Structure principale exportant l'ensemble des dossiers législatifs et documents associés.
1075
+ */
1076
+ export declare const DossiersLegislatifsCleanSchema: z.ZodObject<{
1077
+ textesLegislatifs: z.ZodArray<z.ZodObject<{
1078
+ schemaVersion: z.ZodOptional<z.ZodString>;
1079
+ xsiType: z.ZodEnum<{
1080
+ accordInternational_Type: "accordInternational_Type";
1081
+ avisConseilEtat_Type: "avisConseilEtat_Type";
1082
+ documentEtudeImpact_Type: "documentEtudeImpact_Type";
1083
+ rapportParlementaire_Type: "rapportParlementaire_Type";
1084
+ texteLoi_Type: "texteLoi_Type";
1085
+ }>;
1086
+ uid: z.ZodString;
1087
+ legislature: z.ZodOptional<z.ZodString>;
1088
+ cycleDeVie: z.ZodObject<{
1089
+ chrono: z.ZodObject<{
1090
+ dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1091
+ dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1092
+ datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1093
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
1094
+ }, z.core.$strip>;
1095
+ }, z.core.$strip>;
1096
+ denominationStructurelle: z.ZodEnum<{
1097
+ Allocution: "Allocution";
1098
+ Avis: "Avis";
1099
+ Déclaration: "Déclaration";
1100
+ Lettre: "Lettre";
1101
+ Message: "Message";
1102
+ Motion: "Motion";
1103
+ "Projet de loi": "Projet de loi";
1104
+ "Proposition de loi": "Proposition de loi";
1105
+ "Proposition de r\u00E9solution": "Proposition de résolution";
1106
+ Rapport: "Rapport";
1107
+ "Rapport d'information": "Rapport d'information";
1108
+ Résolution: "Résolution";
1109
+ }>;
1110
+ provenance: z.ZodOptional<z.ZodEnum<{
1111
+ Commission: "Commission";
1112
+ Séance: "Séance";
1113
+ "Texte D\u00E9pos\u00E9": "Texte Déposé";
1114
+ }>>;
1115
+ titres: z.ZodObject<{
1116
+ titrePrincipal: z.ZodString;
1117
+ titrePrincipalCourt: z.ZodString;
1118
+ }, z.core.$strip>;
1119
+ divisions: z.ZodOptional<z.ZodArray<z.ZodType<DivisionClean, unknown, z.core.$ZodTypeInternals<DivisionClean, unknown>>>>;
1120
+ dossierRef: z.ZodString;
1121
+ classification: z.ZodObject<{
1122
+ famille: z.ZodOptional<z.ZodObject<{
1123
+ depot: z.ZodObject<{
1124
+ code: z.ZodString;
1125
+ libelle: z.ZodString;
1126
+ }, z.core.$strip>;
1127
+ classe: z.ZodObject<{
1128
+ code: z.ZodString;
1129
+ libelle: z.ZodString;
1130
+ }, z.core.$strip>;
1131
+ espece: z.ZodOptional<z.ZodObject<{
1132
+ code: z.ZodString;
1133
+ libelle: z.ZodString;
1134
+ }, z.core.$strip>>;
1135
+ }, z.core.$strip>>;
1136
+ type: z.ZodObject<{
1137
+ code: z.ZodString;
1138
+ libelle: z.ZodString;
1139
+ }, z.core.$strip>;
1140
+ sousType: z.ZodOptional<z.ZodObject<{
1141
+ code: z.ZodEnum<{
1142
+ ACCPRESRP: "ACCPRESRP";
1143
+ APPART1515: "APPART1515";
1144
+ APPART341: "APPART341";
1145
+ APPLOI: "APPLOI";
1146
+ AUE: "AUE";
1147
+ AUTRATCONV: "AUTRATCONV";
1148
+ AVECVOTE: "AVECVOTE";
1149
+ CENSURE492: "CENSURE492";
1150
+ CENSURE493: "CENSURE493";
1151
+ COMENQ: "COMENQ";
1152
+ COMPA: "COMPA";
1153
+ COMSPCPTE: "COMSPCPTE";
1154
+ CONST: "CONST";
1155
+ CTRLBUDG: "CTRLBUDG";
1156
+ DIVERS: "DIVERS";
1157
+ ENGRESPTXT: "ENGRESPTXT";
1158
+ ENQU: "ENQU";
1159
+ FIN: "FIN";
1160
+ FINGEST: "FINGEST";
1161
+ FINRECT: "FINRECT";
1162
+ FINSSOC: "FINSSOC";
1163
+ FINSSOCREC: "FINSSOCREC";
1164
+ IMPACTLOIS: "IMPACTLOIS";
1165
+ LEGDELEGAN: "LEGDELEGAN";
1166
+ MINFOCOMPER: "MINFOCOMPER";
1167
+ MODREGLTAN: "MODREGLTAN";
1168
+ NOTEOPECST: "NOTEOPECST";
1169
+ OFFPARL: "OFFPARL";
1170
+ ORG: "ORG";
1171
+ PETITION: "PETITION";
1172
+ PRESIDAGE: "PRESIDAGE";
1173
+ PRESIDASS: "PRESIDASS";
1174
+ PRESIDREP: "PRESIDREP";
1175
+ PROPACTCOM: "PROPACTCOM";
1176
+ PRPDIT: "PRPDIT";
1177
+ RECT: "RECT";
1178
+ REFART11: "REFART11";
1179
+ RGLTBUDG: "RGLTBUDG";
1180
+ RGLTBUDG2: "RGLTBUDG2";
1181
+ SUPP: "SUPP";
1182
+ SUSPOURS: "SUSPOURS";
1183
+ TVXINSTITEUROP: "TVXINSTITEUROP";
1184
+ }>;
1185
+ libelle: z.ZodOptional<z.ZodString>;
1186
+ libelleEdition: z.ZodOptional<z.ZodString>;
1187
+ }, z.core.$strip>>;
1188
+ statutAdoption: z.ZodOptional<z.ZodEnum<{
1189
+ ADOPTCOM: "ADOPTCOM";
1190
+ ADOPTSEANCE: "ADOPTSEANCE";
1191
+ REJETSEANCE: "REJETSEANCE";
1192
+ }>>;
1193
+ }, z.core.$strip>;
1194
+ auteurs: z.ZodArray<z.ZodObject<{
1195
+ acteur: z.ZodOptional<z.ZodObject<{
1196
+ acteurRef: z.ZodString;
1197
+ qualite: z.ZodEnum<{
1198
+ auteur: "auteur";
1199
+ cosignataire: "cosignataire";
1200
+ rapporteur: "rapporteur";
1201
+ "rapporteur g\u00E9n\u00E9ral": "rapporteur général";
1202
+ "rapporteur pour avis": "rapporteur pour avis";
1203
+ "rapporteur sp\u00E9cial": "rapporteur spécial";
1204
+ }>;
1205
+ }, z.core.$strip>>;
1206
+ organeRef: z.ZodOptional<z.ZodString>;
1207
+ }, z.core.$strip>>;
1208
+ correction: z.ZodOptional<z.ZodObject<{
1209
+ typeCorrection: z.ZodEnum<{
1210
+ Rectifié: "Rectifié";
1211
+ }>;
1212
+ niveauCorrection: z.ZodOptional<z.ZodString>;
1213
+ }, z.core.$strip>>;
1214
+ notice: z.ZodObject<{
1215
+ numNotice: z.ZodOptional<z.ZodString>;
1216
+ formule: z.ZodOptional<z.ZodString>;
1217
+ adoptionConforme: z.ZodBoolean;
1218
+ }, z.core.$strip>;
1219
+ indexation: z.ZodOptional<z.ZodObject<{
1220
+ themes: z.ZodObject<{
1221
+ "@niveau": z.ZodString;
1222
+ theme: z.ZodObject<{
1223
+ libelleTheme: z.ZodString;
1224
+ }, z.core.$strip>;
1225
+ }, z.core.$strip>;
1226
+ }, z.core.$strip>>;
1227
+ imprimerie: z.ZodOptional<z.ZodObject<{
1228
+ dian: z.ZodOptional<z.ZodString>;
1229
+ isbn: z.ZodOptional<z.ZodString>;
1230
+ issn: z.ZodOptional<z.ZodString>;
1231
+ nbPage: z.ZodOptional<z.ZodString>;
1232
+ prix: z.ZodOptional<z.ZodString>;
1233
+ }, z.core.$strip>>;
1234
+ coSignataires: z.ZodOptional<z.ZodArray<z.ZodObject<{
1235
+ acteurRef: z.ZodOptional<z.ZodString>;
1236
+ dateCosignature: z.ZodString;
1237
+ dateRetraitCosignature: z.ZodOptional<z.ZodString>;
1238
+ edite: z.ZodBoolean;
1239
+ organe: z.ZodOptional<z.ZodObject<{
1240
+ organeRef: z.ZodString;
1241
+ etApparentes: z.ZodBoolean;
1242
+ }, z.core.$strip>>;
1243
+ }, z.core.$strip>>>;
1244
+ depotAmendements: z.ZodOptional<z.ZodObject<{
1245
+ amendementsSeance: z.ZodObject<{
1246
+ amendable: z.ZodBoolean;
1247
+ }, z.core.$strip>;
1248
+ amendementsCommission: z.ZodOptional<z.ZodArray<z.ZodObject<{
1249
+ organeRef: z.ZodString;
1250
+ amendable: z.ZodBoolean;
1251
+ }, z.core.$strip>>>;
1252
+ }, z.core.$strip>>;
1253
+ organesReferents: z.ZodOptional<z.ZodArray<z.ZodString>>;
1254
+ rapportPublie: z.ZodOptional<z.ZodBoolean>;
1255
+ }, z.core.$strip>>;
1256
+ dossiersParlementaires: z.ZodArray<z.ZodObject<{
1257
+ schemaVersion: z.ZodOptional<z.ZodString>;
1258
+ xsiType: z.ZodOptional<z.ZodEnum<{
1259
+ DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
1260
+ DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
1261
+ DossierLegislatif_Type: "DossierLegislatif_Type";
1262
+ DossierMissionControle_Type: "DossierMissionControle_Type";
1263
+ DossierMissionInformation_Type: "DossierMissionInformation_Type";
1264
+ DossierResolutionAN: "DossierResolutionAN";
1265
+ }>>;
1266
+ uid: z.ZodString;
1267
+ legislature: z.ZodString;
1268
+ titreDossier: z.ZodObject<{
1269
+ titre: z.ZodString;
1270
+ titreChemin: z.ZodOptional<z.ZodString>;
1271
+ senatChemin: z.ZodOptional<z.ZodString>;
1272
+ }, z.core.$strip>;
1273
+ procedureParlementaire: z.ZodObject<{
1274
+ code: z.ZodString;
1275
+ libelle: z.ZodString;
1276
+ }, z.core.$strip>;
1277
+ initiateur: z.ZodOptional<z.ZodObject<{
1278
+ acteurs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1279
+ acteurRef: z.ZodString;
1280
+ mandatRef: z.ZodOptional<z.ZodString>;
1281
+ }, z.core.$strip>>>;
1282
+ organeRef: z.ZodOptional<z.ZodString>;
1283
+ }, z.core.$strip>>;
1284
+ actesLegislatifs: z.ZodOptional<z.ZodArray<z.ZodType<ActeLegislatifClean, unknown, z.core.$ZodTypeInternals<ActeLegislatifClean, unknown>>>>;
1285
+ fusionDossier: z.ZodOptional<z.ZodObject<{
1286
+ cause: z.ZodEnum<{
1287
+ "Dossier absorb\u00E9": "Dossier absorbé";
1288
+ "Examen commun": "Examen commun";
1289
+ }>;
1290
+ dossierAbsorbantRef: z.ZodString;
1291
+ }, z.core.$strip>>;
1292
+ indexation: z.ZodOptional<z.ZodObject<{
1293
+ themes: z.ZodObject<{
1294
+ "@niveau": z.ZodString;
1295
+ theme: z.ZodObject<{
1296
+ libelleTheme: z.ZodString;
1297
+ }, z.core.$strip>;
1298
+ }, z.core.$strip>;
1299
+ }, z.core.$strip>>;
1300
+ plf: z.ZodOptional<z.ZodArray<z.ZodObject<{
1301
+ uid: z.ZodString;
1302
+ organeRef: z.ZodString;
1303
+ texteAssocie: z.ZodOptional<z.ZodString>;
1304
+ rapporteurs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1305
+ acteurRef: z.ZodString;
1306
+ typeRapporteur: z.ZodEnum<{
1307
+ auteur: "auteur";
1308
+ cosignataire: "cosignataire";
1309
+ rapporteur: "rapporteur";
1310
+ "rapporteur g\u00E9n\u00E9ral": "rapporteur général";
1311
+ "rapporteur pour avis": "rapporteur pour avis";
1312
+ "rapporteur sp\u00E9cial": "rapporteur spécial";
1313
+ }>;
1314
+ etudePlfRef: z.ZodOptional<z.ZodString>;
1315
+ }, z.core.$strip>>>;
1316
+ missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementClean, unknown, z.core.$ZodTypeInternals<MissionMinefiElementClean, unknown>>>;
1317
+ ordreDiqs: z.ZodString;
1318
+ ordreCommission: z.ZodString;
1319
+ }, z.core.$strip>>>;
1320
+ }, z.core.$strip>>;
1321
+ }, z.core.$strip>;
1322
+ export type DossiersLegislatifsClean = z.infer<typeof DossiersLegislatifsCleanSchema>;
1323
+ /**
1324
+ * Parse Document from JSON string
1325
+ */
1326
+ export declare function parseDocumentClean(json: string): DocumentClean;
1327
+ /**
1328
+ * Parse DossierParlementaire from JSON string
1329
+ */
1330
+ export declare function parseDossierParlementaireClean(json: string): DossierParlementaireClean;
1331
+ /**
1332
+ * Parse DossiersLegislatifs from JSON string
1333
+ */
1334
+ export declare function parseDossiersLegislatifsClean(json: string): DossiersLegislatifsClean;
1335
+ /**
1336
+ * Serialize Document to JSON string
1337
+ */
1338
+ export declare function documentCleanToJson(value: DocumentClean): string;
1339
+ /**
1340
+ * Serialize DossierParlementaire to JSON string
1341
+ */
1342
+ export declare function dossierParlementaireCleanToJson(value: DossierParlementaireClean): string;
1343
+ /**
1344
+ * Serialize DossiersLegislatifs to JSON string
1345
+ */
1346
+ export declare function dossiersLegislatifsCleanToJson(value: DossiersLegislatifsClean): string;
1347
+ /**
1348
+ * File-specific Convert object matching Quicktype's Convert class API
1349
+ *
1350
+ * @example
1351
+ * ```typescript
1352
+ * import { DossiersLegislatifsCleanConvert } from "@tricoteuses/assemblee/zod"
1353
+ *
1354
+ * const document = DossiersLegislatifsCleanConvert.toDocument(json)
1355
+ * const json = DossiersLegislatifsCleanConvert.documentToJson(document)
1356
+ * ```
1357
+ */
1358
+ export declare const DossiersLegislatifsCleanConvert: {
1359
+ toDocument: typeof parseDocumentClean;
1360
+ documentToJson: typeof documentCleanToJson;
1361
+ toDossierParlementaire: typeof parseDossierParlementaireClean;
1362
+ dossierParlementaireToJson: typeof dossierParlementaireCleanToJson;
1363
+ toDossiersLegislatifs: typeof parseDossiersLegislatifsClean;
1364
+ dossiersLegislatifsToJson: typeof dossiersLegislatifsCleanToJson;
1365
+ };