@tricoteuses/assemblee 2.5.30 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +16 -6
- package/README.md +2 -19
- package/lib/amendements-CXmsqoof.js +170 -0
- package/lib/amendements-CZHXlq07.js +4198 -0
- package/lib/cleaners/acteurs.d.ts +2 -1
- package/lib/cleaners/amendements.d.ts +2 -1
- package/lib/cleaners/debats.d.ts +2 -1
- package/lib/cleaners/documents.d.ts +2 -1
- package/lib/cleaners/dossiers_legislatifs.d.ts +2 -1
- package/lib/cleaners/organes.d.ts +2 -1
- package/lib/cleaners/questions.d.ts +2 -1
- package/lib/cleaners/reunions.d.ts +2 -1
- package/lib/cleaners/scrutins.d.ts +2 -1
- package/lib/cleaners/xml.d.ts +5 -5
- package/lib/cleaners.js +186 -179
- package/lib/datasets.d.ts +5 -7
- package/lib/dossiers_legislatifs.d.ts +5 -2
- package/lib/file_systems.d.ts +10 -3
- package/lib/index.d.ts +24 -19
- package/lib/index.js +390 -1234
- package/lib/inserters.d.ts +466 -9
- package/lib/loaders.d.ts +13 -12
- package/lib/loaders.js +1901 -538
- package/lib/organes.d.ts +1 -1
- package/lib/parsers/compte_rendu.d.ts +2 -1
- package/lib/parsers/compte_rendu_commission.d.ts +1 -1
- package/lib/parsers/recherche_amendements.d.ts +2 -2
- package/lib/parsers/textes_lois.d.ts +1 -1
- package/lib/parsers.js +2109 -2075
- package/lib/questions-DTO3nK5V.js +2777 -0
- package/lib/questions-DXAzvI1T.js +230 -0
- package/lib/registries.d.ts +112 -0
- package/lib/schemas/clean/acteurs_et_organes.d.ts +2377 -0
- package/lib/schemas/clean/agendas.d.ts +830 -0
- package/lib/schemas/clean/amendements.d.ts +2305 -0
- package/lib/schemas/clean/debats.d.ts +300 -0
- package/lib/schemas/clean/dossiers_legislatifs.d.ts +1365 -0
- package/lib/schemas/clean/questions.d.ts +625 -0
- package/lib/schemas/clean/scrutins.d.ts +1137 -0
- package/lib/schemas/enriched/acteurs_et_organes.d.ts +112 -0
- package/lib/schemas/enriched/agendas.d.ts +501 -0
- package/lib/schemas/enriched/amendements.d.ts +1230 -0
- package/lib/schemas/enriched/debats.d.ts +308 -0
- package/lib/schemas/enriched/dossiers_legislatifs.d.ts +1131 -0
- package/lib/schemas/enriched/questions.d.ts +589 -0
- package/lib/schemas/enriched/scrutins.d.ts +1094 -0
- package/lib/schemas/raw/acteurs_et_organes.d.ts +5870 -0
- package/lib/schemas/raw/agendas.d.ts +1734 -0
- package/lib/schemas/raw/amendements.d.ts +4758 -0
- package/lib/schemas/raw/debats.d.ts +410 -0
- package/lib/schemas/raw/dossiers_legislatifs.d.ts +3252 -0
- package/lib/schemas/raw/questions.d.ts +983 -0
- package/lib/schemas/raw/scrutins.d.ts +2763 -0
- package/lib/scripts/retrieve_deputes_photos.d.ts +58 -4
- package/lib/scripts/retrieve_documents.d.ts +86 -12
- package/lib/scripts/retrieve_open_data.d.ts +39 -4
- package/lib/scripts/retrieve_videos.d.ts +1 -1
- package/lib/scripts/shared/cli_helpers.d.ts +41 -77
- package/lib/scripts/shared/photos.d.ts +106 -0
- package/lib/scripts/shared/utils.d.ts +4 -0
- package/lib/urls.d.ts +2 -2
- package/package.json +16 -12
- package/lib/amendements-40Z7OJLT.js +0 -682
- package/lib/amendements-J6Sx61n8.js +0 -154
- package/lib/datasets-Cb3wpfRH.js +0 -3580
- package/lib/parse-Ccs6wcUg.js +0 -2512
- package/lib/raw_types/acteurs_et_organes.d.ts +0 -464
- package/lib/raw_types/agendas.d.ts +0 -265
- package/lib/raw_types/amendements.d.ts +0 -365
- package/lib/raw_types/debats.d.ts +0 -140
- package/lib/raw_types/dossiers_legislatifs.d.ts +0 -567
- package/lib/raw_types/questions.d.ts +0 -115
- package/lib/raw_types/scrutins.d.ts +0 -187
- package/lib/schemas/acteurs_et_organes.json +0 -1167
- package/lib/schemas/agendas.json +0 -1757
- package/lib/schemas/amendements.json +0 -2087
- package/lib/schemas/compte_rendu_commission/CompteRenduCommission.json +0 -63
- package/lib/schemas/debats.json +0 -847
- package/lib/schemas/dossiers_legislatifs.json +0 -3884
- package/lib/schemas/legislatures.json +0 -17
- package/lib/schemas/questions.json +0 -711
- package/lib/schemas/scrutins.json +0 -701
- package/lib/scripts/copy-schemas.d.ts +0 -1
- package/lib/scripts/generate-json-schemas.d.ts +0 -1
- package/lib/shared_types/acteurs_et_organes.d.ts +0 -149
- package/lib/shared_types/dossiers_legislatifs.d.ts +0 -222
- package/lib/types/acteurs_et_organes.d.ts +0 -598
- package/lib/types/agendas.d.ts +0 -442
- package/lib/types/amendements.d.ts +0 -615
- package/lib/types/debats.d.ts +0 -186
- package/lib/types/dossiers_legislatifs.d.ts +0 -826
- package/lib/types/questions.d.ts +0 -203
- package/lib/types/scrutins.d.ts +0 -254
- /package/lib/{types/legislatures.d.ts → legislatures.d.ts} +0 -0
|
@@ -0,0 +1,1230 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* AuteurAmendement enriched - extends AuteurAmendementClean
|
|
4
|
+
* Adds resolved references for gouvernement, acteur, groupePolitique, and auteurRapporteurOrgane
|
|
5
|
+
*/
|
|
6
|
+
export declare const AuteurAmendementEnrichedSchema: z.ZodObject<{
|
|
7
|
+
typeAuteur: z.ZodEnum<{
|
|
8
|
+
Député: "Député";
|
|
9
|
+
Gouvernement: "Gouvernement";
|
|
10
|
+
Rapporteur: "Rapporteur";
|
|
11
|
+
}>;
|
|
12
|
+
gouvernementRef: z.ZodOptional<z.ZodString>;
|
|
13
|
+
acteurRef: z.ZodOptional<z.ZodString>;
|
|
14
|
+
groupePolitiqueRef: z.ZodOptional<z.ZodString>;
|
|
15
|
+
auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
|
|
16
|
+
gouvernement: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
17
|
+
acteur: z.ZodOptional<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>;
|
|
18
|
+
groupePolitique: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
19
|
+
auteurRapporteurOrgane: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
20
|
+
}, z.core.$strip>;
|
|
21
|
+
export type AuteurAmendementEnriched = z.infer<typeof AuteurAmendementEnrichedSchema>;
|
|
22
|
+
/**
|
|
23
|
+
* Signataires enriched - extends SignatairesClean
|
|
24
|
+
* Adds resolved cosignataires array from cosignatairesRefs
|
|
25
|
+
*/
|
|
26
|
+
export declare const SignatairesEnrichedSchema: z.ZodObject<{
|
|
27
|
+
cosignatairesRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
28
|
+
suffixe: z.ZodOptional<z.ZodString>;
|
|
29
|
+
libelle: z.ZodOptional<z.ZodString>;
|
|
30
|
+
auteur: z.ZodObject<{
|
|
31
|
+
typeAuteur: z.ZodEnum<{
|
|
32
|
+
Député: "Député";
|
|
33
|
+
Gouvernement: "Gouvernement";
|
|
34
|
+
Rapporteur: "Rapporteur";
|
|
35
|
+
}>;
|
|
36
|
+
gouvernementRef: z.ZodOptional<z.ZodString>;
|
|
37
|
+
acteurRef: z.ZodOptional<z.ZodString>;
|
|
38
|
+
groupePolitiqueRef: z.ZodOptional<z.ZodString>;
|
|
39
|
+
auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
|
|
40
|
+
gouvernement: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
41
|
+
acteur: z.ZodOptional<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>;
|
|
42
|
+
groupePolitique: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
43
|
+
auteurRapporteurOrgane: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
44
|
+
}, z.core.$strip>;
|
|
45
|
+
cosignataires: z.ZodOptional<z.ZodArray<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
46
|
+
}, z.core.$strip>;
|
|
47
|
+
export type SignatairesEnriched = z.infer<typeof SignatairesEnrichedSchema>;
|
|
48
|
+
/**
|
|
49
|
+
* Amendement enriched - extends AmendementClean
|
|
50
|
+
* Uses enriched nested types
|
|
51
|
+
*/
|
|
52
|
+
export declare const AmendementEnrichedSchema: z.ZodObject<{
|
|
53
|
+
schemaVersion: z.ZodOptional<z.ZodString>;
|
|
54
|
+
uid: z.ZodString;
|
|
55
|
+
chronotag: z.ZodString;
|
|
56
|
+
legislature: z.ZodString;
|
|
57
|
+
identification: z.ZodObject<{
|
|
58
|
+
numeroLong: z.ZodString;
|
|
59
|
+
numeroOrdreDepot: z.ZodString;
|
|
60
|
+
prefixeOrganeExamen: z.ZodString;
|
|
61
|
+
numeroRect: z.ZodString;
|
|
62
|
+
}, z.core.$strip>;
|
|
63
|
+
examenRef: z.ZodString;
|
|
64
|
+
texteLegislatifRef: z.ZodString;
|
|
65
|
+
triAmendement: z.ZodOptional<z.ZodString>;
|
|
66
|
+
cardinaliteAmdtMultiples: z.ZodOptional<z.ZodString>;
|
|
67
|
+
amendementParentRef: z.ZodOptional<z.ZodString>;
|
|
68
|
+
pointeurFragmentTexte: z.ZodObject<{
|
|
69
|
+
division: z.ZodOptional<z.ZodObject<{
|
|
70
|
+
titre: z.ZodOptional<z.ZodString>;
|
|
71
|
+
articleDesignationCourte: z.ZodOptional<z.ZodString>;
|
|
72
|
+
articleDesignation: z.ZodOptional<z.ZodString>;
|
|
73
|
+
type: z.ZodEnum<{
|
|
74
|
+
ANNEXE: "ANNEXE";
|
|
75
|
+
ARTICLE: "ARTICLE";
|
|
76
|
+
CHAPITRE: "CHAPITRE";
|
|
77
|
+
TITRE: "TITRE";
|
|
78
|
+
}>;
|
|
79
|
+
avantAApres: z.ZodEnum<{
|
|
80
|
+
A: "A";
|
|
81
|
+
Avant: "Avant";
|
|
82
|
+
Apres: "Apres";
|
|
83
|
+
}>;
|
|
84
|
+
divisionRattachee: z.ZodOptional<z.ZodString>;
|
|
85
|
+
articleAdditionnel: z.ZodString;
|
|
86
|
+
chapitreAdditionnel: z.ZodString;
|
|
87
|
+
urlDivisionTexteVise: z.ZodOptional<z.ZodString>;
|
|
88
|
+
}, z.core.$strip>>;
|
|
89
|
+
alinea: z.ZodOptional<z.ZodObject<{
|
|
90
|
+
avantAApres: z.ZodOptional<z.ZodEnum<{
|
|
91
|
+
A: "A";
|
|
92
|
+
Avant: "Avant";
|
|
93
|
+
Apres: "Apres";
|
|
94
|
+
}>>;
|
|
95
|
+
numero: z.ZodOptional<z.ZodString>;
|
|
96
|
+
alineaDesignation: z.ZodOptional<z.ZodString>;
|
|
97
|
+
}, z.core.$strip>>;
|
|
98
|
+
missionVisee: z.ZodOptional<z.ZodObject<{
|
|
99
|
+
codeEtat: z.ZodEnum<{
|
|
100
|
+
B: "B";
|
|
101
|
+
C: "C";
|
|
102
|
+
D: "D";
|
|
103
|
+
}>;
|
|
104
|
+
codeMissionMinefi: z.ZodString;
|
|
105
|
+
libelleMission: z.ZodString;
|
|
106
|
+
missionRef: z.ZodString;
|
|
107
|
+
}, z.core.$strip>>;
|
|
108
|
+
}, z.core.$strip>;
|
|
109
|
+
corps: z.ZodOptional<z.ZodObject<{
|
|
110
|
+
cartoucheInformatif: z.ZodOptional<z.ZodString>;
|
|
111
|
+
contenuAuteur: z.ZodOptional<z.ZodObject<{
|
|
112
|
+
dispositif: z.ZodOptional<z.ZodString>;
|
|
113
|
+
avantAppel: z.ZodOptional<z.ZodObject<{
|
|
114
|
+
dispositif: z.ZodOptional<z.ZodString>;
|
|
115
|
+
dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
|
|
116
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
117
|
+
libelle: z.ZodString;
|
|
118
|
+
programmeRef: z.ZodString;
|
|
119
|
+
autorisationEngagement: z.ZodString;
|
|
120
|
+
creditPaiement: z.ZodString;
|
|
121
|
+
action: z.ZodEnum<{
|
|
122
|
+
création: "création";
|
|
123
|
+
modification: "modification";
|
|
124
|
+
suppression: "suppression";
|
|
125
|
+
}>;
|
|
126
|
+
lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
127
|
+
id: z.ZodString;
|
|
128
|
+
libelle: z.ZodString;
|
|
129
|
+
autorisationEngagement: z.ZodString;
|
|
130
|
+
creditPaiement: z.ZodString;
|
|
131
|
+
action: z.ZodEnum<{
|
|
132
|
+
création: "création";
|
|
133
|
+
modification: "modification";
|
|
134
|
+
suppression: "suppression";
|
|
135
|
+
}>;
|
|
136
|
+
}, z.core.$strip>>>;
|
|
137
|
+
}, z.core.$strip>>>;
|
|
138
|
+
soldeAE: z.ZodOptional<z.ZodString>;
|
|
139
|
+
soldeCP: z.ZodOptional<z.ZodString>;
|
|
140
|
+
cpEgalAe: z.ZodString;
|
|
141
|
+
}, z.core.$strip>>;
|
|
142
|
+
dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
|
|
143
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
144
|
+
totalAE: z.ZodOptional<z.ZodObject<{
|
|
145
|
+
supplementaire: z.ZodString;
|
|
146
|
+
annule: z.ZodString;
|
|
147
|
+
solde: z.ZodString;
|
|
148
|
+
}, z.core.$strip>>;
|
|
149
|
+
totalCP: z.ZodOptional<z.ZodObject<{
|
|
150
|
+
supplementaire: z.ZodString;
|
|
151
|
+
annule: z.ZodString;
|
|
152
|
+
solde: z.ZodString;
|
|
153
|
+
}, z.core.$strip>>;
|
|
154
|
+
cpEgalAe: z.ZodString;
|
|
155
|
+
}, z.core.$strip>>;
|
|
156
|
+
}, z.core.$strip>>;
|
|
157
|
+
exposeSommaire: z.ZodOptional<z.ZodString>;
|
|
158
|
+
dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
|
|
159
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
160
|
+
libelle: z.ZodString;
|
|
161
|
+
programmeRef: 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
|
+
lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
170
|
+
id: z.ZodString;
|
|
171
|
+
libelle: z.ZodString;
|
|
172
|
+
autorisationEngagement: z.ZodString;
|
|
173
|
+
creditPaiement: z.ZodString;
|
|
174
|
+
action: z.ZodEnum<{
|
|
175
|
+
création: "création";
|
|
176
|
+
modification: "modification";
|
|
177
|
+
suppression: "suppression";
|
|
178
|
+
}>;
|
|
179
|
+
}, z.core.$strip>>>;
|
|
180
|
+
}, z.core.$strip>>>;
|
|
181
|
+
soldeAE: z.ZodOptional<z.ZodString>;
|
|
182
|
+
soldeCP: z.ZodOptional<z.ZodString>;
|
|
183
|
+
cpEgalAe: z.ZodString;
|
|
184
|
+
}, z.core.$strip>>;
|
|
185
|
+
dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
|
|
186
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
187
|
+
totalAE: z.ZodOptional<z.ZodObject<{
|
|
188
|
+
supplementaire: z.ZodString;
|
|
189
|
+
annule: z.ZodString;
|
|
190
|
+
solde: z.ZodString;
|
|
191
|
+
}, z.core.$strip>>;
|
|
192
|
+
totalCP: z.ZodOptional<z.ZodObject<{
|
|
193
|
+
supplementaire: z.ZodString;
|
|
194
|
+
annule: z.ZodString;
|
|
195
|
+
solde: z.ZodString;
|
|
196
|
+
}, z.core.$strip>>;
|
|
197
|
+
cpEgalAe: z.ZodString;
|
|
198
|
+
}, z.core.$strip>>;
|
|
199
|
+
}, z.core.$strip>>;
|
|
200
|
+
}, z.core.$strip>>;
|
|
201
|
+
cycleDeVie: z.ZodObject<{
|
|
202
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
203
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
204
|
+
soumisArticle40: z.ZodString;
|
|
205
|
+
etatDesTraitements: z.ZodObject<{
|
|
206
|
+
etat: z.ZodObject<{
|
|
207
|
+
code: z.ZodEnum<{
|
|
208
|
+
T: "T";
|
|
209
|
+
AC: "AC";
|
|
210
|
+
AT: "AT";
|
|
211
|
+
DI: "DI";
|
|
212
|
+
effacé: "effacé";
|
|
213
|
+
ER: "ER";
|
|
214
|
+
ET: "ET";
|
|
215
|
+
IR: "IR";
|
|
216
|
+
IRR127: "IRR127";
|
|
217
|
+
IRR20: "IRR20";
|
|
218
|
+
IRR37: "IRR37";
|
|
219
|
+
IRR38: "IRR38";
|
|
220
|
+
IRR41: "IRR41";
|
|
221
|
+
IRR42: "IRR42";
|
|
222
|
+
IRR45: "IRR45";
|
|
223
|
+
IRR48: "IRR48";
|
|
224
|
+
IRR53: "IRR53";
|
|
225
|
+
IRRAI: "IRRAI";
|
|
226
|
+
IRRAIF: "IRRAIF";
|
|
227
|
+
IRRD: "IRRD";
|
|
228
|
+
IRRHC: "IRRHC";
|
|
229
|
+
IRRHD: "IRRHD";
|
|
230
|
+
IRRSA: "IRRSA";
|
|
231
|
+
R: "R";
|
|
232
|
+
RT: "RT";
|
|
233
|
+
}>;
|
|
234
|
+
libelle: z.ZodEnum<{
|
|
235
|
+
effacé: "effacé";
|
|
236
|
+
"A discuter": "A discuter";
|
|
237
|
+
"A d\u00E9poser": "A déposer";
|
|
238
|
+
Discuté: "Discuté";
|
|
239
|
+
"En recevabilit\u00E9": "En recevabilité";
|
|
240
|
+
"En traitement": "En traitement";
|
|
241
|
+
Irrecevable: "Irrecevable";
|
|
242
|
+
"Irrecevable 40": "Irrecevable 40";
|
|
243
|
+
Retiré: "Retiré";
|
|
244
|
+
}>;
|
|
245
|
+
}, z.core.$strip>;
|
|
246
|
+
sousEtat: z.ZodOptional<z.ZodObject<{
|
|
247
|
+
code: z.ZodEnum<{
|
|
248
|
+
T: "T";
|
|
249
|
+
AC: "AC";
|
|
250
|
+
AT: "AT";
|
|
251
|
+
DI: "DI";
|
|
252
|
+
effacé: "effacé";
|
|
253
|
+
ER: "ER";
|
|
254
|
+
ET: "ET";
|
|
255
|
+
IR: "IR";
|
|
256
|
+
IRR127: "IRR127";
|
|
257
|
+
IRR20: "IRR20";
|
|
258
|
+
IRR37: "IRR37";
|
|
259
|
+
IRR38: "IRR38";
|
|
260
|
+
IRR41: "IRR41";
|
|
261
|
+
IRR42: "IRR42";
|
|
262
|
+
IRR45: "IRR45";
|
|
263
|
+
IRR48: "IRR48";
|
|
264
|
+
IRR53: "IRR53";
|
|
265
|
+
IRRAI: "IRRAI";
|
|
266
|
+
IRRAIF: "IRRAIF";
|
|
267
|
+
IRRD: "IRRD";
|
|
268
|
+
IRRHC: "IRRHC";
|
|
269
|
+
IRRHD: "IRRHD";
|
|
270
|
+
IRRSA: "IRRSA";
|
|
271
|
+
R: "R";
|
|
272
|
+
RT: "RT";
|
|
273
|
+
}>;
|
|
274
|
+
libelle: z.ZodEnum<{
|
|
275
|
+
R: "R";
|
|
276
|
+
Retiré: "Retiré";
|
|
277
|
+
Adopté: "Adopté";
|
|
278
|
+
"Autre irrecevabilit\u00E9": "Autre irrecevabilité";
|
|
279
|
+
"Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
|
|
280
|
+
"Autres irr LOLF": "Autres irr LOLF";
|
|
281
|
+
"Autres irr LOLFSS": "Autres irr LOLFSS";
|
|
282
|
+
"Cavalier (45)": "Cavalier (45)";
|
|
283
|
+
"Cavalier budg\u00E9taire": "Cavalier budgétaire";
|
|
284
|
+
"Cavalier social": "Cavalier social";
|
|
285
|
+
"Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
|
|
286
|
+
Charge: "Charge";
|
|
287
|
+
"CMP (45)": "CMP (45)";
|
|
288
|
+
Crédits: "Crédits";
|
|
289
|
+
"Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
|
|
290
|
+
"Domaine de la loi (41)": "Domaine de la loi (41)";
|
|
291
|
+
"Domaine loi organique (127)": "Domaine loi organique (127)";
|
|
292
|
+
Doublon: "Doublon";
|
|
293
|
+
"Entonnoir (45)": "Entonnoir (45)";
|
|
294
|
+
Gage: "Gage";
|
|
295
|
+
"Hors champ": "Hors champ";
|
|
296
|
+
"Hors-d\u00E9lais": "Hors-délais";
|
|
297
|
+
"Injonction (20)": "Injonction (20)";
|
|
298
|
+
"Irr en premi\u00E8re partie": "Irr en première partie";
|
|
299
|
+
"Irr en seconde partie": "Irr en seconde partie";
|
|
300
|
+
LOLF: "LOLF";
|
|
301
|
+
LOLFSS: "LOLFSS";
|
|
302
|
+
"Non soutenu": "Non soutenu";
|
|
303
|
+
"Ordre du jour (48)": "Ordre du jour (48)";
|
|
304
|
+
"Ratification trait\u00E9 (53)": "Ratification traité (53)";
|
|
305
|
+
Rejeté: "Rejeté";
|
|
306
|
+
"Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
|
|
307
|
+
"Retir\u00E9 avant publication": "Retiré avant publication";
|
|
308
|
+
"Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
|
|
309
|
+
"Sous-amendement (98)": "Sous-amendement (98)";
|
|
310
|
+
Tombé: "Tombé";
|
|
311
|
+
}>;
|
|
312
|
+
}, z.core.$strip>>;
|
|
313
|
+
}, z.core.$strip>;
|
|
314
|
+
dateSort: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
315
|
+
sort: z.ZodOptional<z.ZodEnum<{
|
|
316
|
+
R: "R";
|
|
317
|
+
Retiré: "Retiré";
|
|
318
|
+
Adopté: "Adopté";
|
|
319
|
+
"Autre irrecevabilit\u00E9": "Autre irrecevabilité";
|
|
320
|
+
"Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
|
|
321
|
+
"Autres irr LOLF": "Autres irr LOLF";
|
|
322
|
+
"Autres irr LOLFSS": "Autres irr LOLFSS";
|
|
323
|
+
"Cavalier (45)": "Cavalier (45)";
|
|
324
|
+
"Cavalier budg\u00E9taire": "Cavalier budgétaire";
|
|
325
|
+
"Cavalier social": "Cavalier social";
|
|
326
|
+
"Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
|
|
327
|
+
Charge: "Charge";
|
|
328
|
+
"CMP (45)": "CMP (45)";
|
|
329
|
+
Crédits: "Crédits";
|
|
330
|
+
"Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
|
|
331
|
+
"Domaine de la loi (41)": "Domaine de la loi (41)";
|
|
332
|
+
"Domaine loi organique (127)": "Domaine loi organique (127)";
|
|
333
|
+
Doublon: "Doublon";
|
|
334
|
+
"Entonnoir (45)": "Entonnoir (45)";
|
|
335
|
+
Gage: "Gage";
|
|
336
|
+
"Hors champ": "Hors champ";
|
|
337
|
+
"Hors-d\u00E9lais": "Hors-délais";
|
|
338
|
+
"Injonction (20)": "Injonction (20)";
|
|
339
|
+
"Irr en premi\u00E8re partie": "Irr en première partie";
|
|
340
|
+
"Irr en seconde partie": "Irr en seconde partie";
|
|
341
|
+
LOLF: "LOLF";
|
|
342
|
+
LOLFSS: "LOLFSS";
|
|
343
|
+
"Non soutenu": "Non soutenu";
|
|
344
|
+
"Ordre du jour (48)": "Ordre du jour (48)";
|
|
345
|
+
"Ratification trait\u00E9 (53)": "Ratification traité (53)";
|
|
346
|
+
Rejeté: "Rejeté";
|
|
347
|
+
"Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
|
|
348
|
+
"Retir\u00E9 avant publication": "Retiré avant publication";
|
|
349
|
+
"Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
|
|
350
|
+
"Sous-amendement (98)": "Sous-amendement (98)";
|
|
351
|
+
Tombé: "Tombé";
|
|
352
|
+
}>>;
|
|
353
|
+
}, z.core.$strip>;
|
|
354
|
+
representation: z.ZodOptional<z.ZodObject<{
|
|
355
|
+
nom: z.ZodEnum<{
|
|
356
|
+
PDF: "PDF";
|
|
357
|
+
}>;
|
|
358
|
+
typeMime: z.ZodObject<{
|
|
359
|
+
type: z.ZodEnum<{
|
|
360
|
+
application: "application";
|
|
361
|
+
}>;
|
|
362
|
+
subType: z.ZodEnum<{
|
|
363
|
+
PDF: "PDF";
|
|
364
|
+
}>;
|
|
365
|
+
}, z.core.$strip>;
|
|
366
|
+
statutRepresentation: z.ZodObject<{
|
|
367
|
+
verbatim: z.ZodBoolean;
|
|
368
|
+
canonique: z.ZodBoolean;
|
|
369
|
+
officielle: z.ZodBoolean;
|
|
370
|
+
transcription: z.ZodBoolean;
|
|
371
|
+
enregistrement: z.ZodBoolean;
|
|
372
|
+
}, z.core.$strip>;
|
|
373
|
+
contenu: z.ZodObject<{
|
|
374
|
+
documentURI: z.ZodString;
|
|
375
|
+
}, z.core.$strip>;
|
|
376
|
+
}, z.core.$strip>>;
|
|
377
|
+
seanceDiscussionRef: z.ZodOptional<z.ZodString>;
|
|
378
|
+
article99: z.ZodString;
|
|
379
|
+
loiReference: z.ZodOptional<z.ZodObject<{
|
|
380
|
+
codeLoi: z.ZodOptional<z.ZodString>;
|
|
381
|
+
divisionCodeLoi: z.ZodOptional<z.ZodString>;
|
|
382
|
+
}, z.core.$strip>>;
|
|
383
|
+
discussionCommune: z.ZodOptional<z.ZodObject<{
|
|
384
|
+
idDiscussion: z.ZodOptional<z.ZodString>;
|
|
385
|
+
typePosition: z.ZodOptional<z.ZodEnum<{
|
|
386
|
+
Dernier: "Dernier";
|
|
387
|
+
Milieu: "Milieu";
|
|
388
|
+
Premier: "Premier";
|
|
389
|
+
}>>;
|
|
390
|
+
}, z.core.$strip>>;
|
|
391
|
+
discussionIdentique: z.ZodOptional<z.ZodObject<{
|
|
392
|
+
idDiscussion: z.ZodOptional<z.ZodString>;
|
|
393
|
+
typePosition: z.ZodOptional<z.ZodEnum<{
|
|
394
|
+
Dernier: "Dernier";
|
|
395
|
+
Milieu: "Milieu";
|
|
396
|
+
Premier: "Premier";
|
|
397
|
+
}>>;
|
|
398
|
+
}, z.core.$strip>>;
|
|
399
|
+
accordGouvernementDepotHorsDelai: z.ZodEnum<{
|
|
400
|
+
Accord: "Accord";
|
|
401
|
+
"Sans objet": "Sans objet";
|
|
402
|
+
}>;
|
|
403
|
+
signataires: z.ZodObject<{
|
|
404
|
+
cosignatairesRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
405
|
+
suffixe: z.ZodOptional<z.ZodString>;
|
|
406
|
+
libelle: z.ZodOptional<z.ZodString>;
|
|
407
|
+
auteur: z.ZodObject<{
|
|
408
|
+
typeAuteur: z.ZodEnum<{
|
|
409
|
+
Député: "Député";
|
|
410
|
+
Gouvernement: "Gouvernement";
|
|
411
|
+
Rapporteur: "Rapporteur";
|
|
412
|
+
}>;
|
|
413
|
+
gouvernementRef: z.ZodOptional<z.ZodString>;
|
|
414
|
+
acteurRef: z.ZodOptional<z.ZodString>;
|
|
415
|
+
groupePolitiqueRef: z.ZodOptional<z.ZodString>;
|
|
416
|
+
auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
|
|
417
|
+
gouvernement: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
418
|
+
acteur: z.ZodOptional<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>;
|
|
419
|
+
groupePolitique: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
420
|
+
auteurRapporteurOrgane: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
421
|
+
}, z.core.$strip>;
|
|
422
|
+
cosignataires: z.ZodOptional<z.ZodArray<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
423
|
+
}, z.core.$strip>;
|
|
424
|
+
}, z.core.$strip>;
|
|
425
|
+
export type AmendementEnriched = z.infer<typeof AmendementEnrichedSchema>;
|
|
426
|
+
/**
|
|
427
|
+
* TexteLegislatif enriched - extends TexteLegislatifClean
|
|
428
|
+
*/
|
|
429
|
+
export declare const TexteLegislatifEnrichedSchema: z.ZodObject<{
|
|
430
|
+
refTexteLegislatif: z.ZodString;
|
|
431
|
+
amendements: z.ZodArray<z.ZodObject<{
|
|
432
|
+
schemaVersion: z.ZodOptional<z.ZodString>;
|
|
433
|
+
uid: z.ZodString;
|
|
434
|
+
chronotag: z.ZodString;
|
|
435
|
+
legislature: z.ZodString;
|
|
436
|
+
identification: z.ZodObject<{
|
|
437
|
+
numeroLong: z.ZodString;
|
|
438
|
+
numeroOrdreDepot: z.ZodString;
|
|
439
|
+
prefixeOrganeExamen: z.ZodString;
|
|
440
|
+
numeroRect: z.ZodString;
|
|
441
|
+
}, z.core.$strip>;
|
|
442
|
+
examenRef: z.ZodString;
|
|
443
|
+
texteLegislatifRef: z.ZodString;
|
|
444
|
+
triAmendement: z.ZodOptional<z.ZodString>;
|
|
445
|
+
cardinaliteAmdtMultiples: z.ZodOptional<z.ZodString>;
|
|
446
|
+
amendementParentRef: z.ZodOptional<z.ZodString>;
|
|
447
|
+
pointeurFragmentTexte: z.ZodObject<{
|
|
448
|
+
division: z.ZodOptional<z.ZodObject<{
|
|
449
|
+
titre: z.ZodOptional<z.ZodString>;
|
|
450
|
+
articleDesignationCourte: z.ZodOptional<z.ZodString>;
|
|
451
|
+
articleDesignation: z.ZodOptional<z.ZodString>;
|
|
452
|
+
type: z.ZodEnum<{
|
|
453
|
+
ANNEXE: "ANNEXE";
|
|
454
|
+
ARTICLE: "ARTICLE";
|
|
455
|
+
CHAPITRE: "CHAPITRE";
|
|
456
|
+
TITRE: "TITRE";
|
|
457
|
+
}>;
|
|
458
|
+
avantAApres: z.ZodEnum<{
|
|
459
|
+
A: "A";
|
|
460
|
+
Avant: "Avant";
|
|
461
|
+
Apres: "Apres";
|
|
462
|
+
}>;
|
|
463
|
+
divisionRattachee: z.ZodOptional<z.ZodString>;
|
|
464
|
+
articleAdditionnel: z.ZodString;
|
|
465
|
+
chapitreAdditionnel: z.ZodString;
|
|
466
|
+
urlDivisionTexteVise: z.ZodOptional<z.ZodString>;
|
|
467
|
+
}, z.core.$strip>>;
|
|
468
|
+
alinea: z.ZodOptional<z.ZodObject<{
|
|
469
|
+
avantAApres: z.ZodOptional<z.ZodEnum<{
|
|
470
|
+
A: "A";
|
|
471
|
+
Avant: "Avant";
|
|
472
|
+
Apres: "Apres";
|
|
473
|
+
}>>;
|
|
474
|
+
numero: z.ZodOptional<z.ZodString>;
|
|
475
|
+
alineaDesignation: z.ZodOptional<z.ZodString>;
|
|
476
|
+
}, z.core.$strip>>;
|
|
477
|
+
missionVisee: z.ZodOptional<z.ZodObject<{
|
|
478
|
+
codeEtat: z.ZodEnum<{
|
|
479
|
+
B: "B";
|
|
480
|
+
C: "C";
|
|
481
|
+
D: "D";
|
|
482
|
+
}>;
|
|
483
|
+
codeMissionMinefi: z.ZodString;
|
|
484
|
+
libelleMission: z.ZodString;
|
|
485
|
+
missionRef: z.ZodString;
|
|
486
|
+
}, z.core.$strip>>;
|
|
487
|
+
}, z.core.$strip>;
|
|
488
|
+
corps: z.ZodOptional<z.ZodObject<{
|
|
489
|
+
cartoucheInformatif: z.ZodOptional<z.ZodString>;
|
|
490
|
+
contenuAuteur: z.ZodOptional<z.ZodObject<{
|
|
491
|
+
dispositif: z.ZodOptional<z.ZodString>;
|
|
492
|
+
avantAppel: z.ZodOptional<z.ZodObject<{
|
|
493
|
+
dispositif: z.ZodOptional<z.ZodString>;
|
|
494
|
+
dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
|
|
495
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
496
|
+
libelle: z.ZodString;
|
|
497
|
+
programmeRef: z.ZodString;
|
|
498
|
+
autorisationEngagement: z.ZodString;
|
|
499
|
+
creditPaiement: z.ZodString;
|
|
500
|
+
action: z.ZodEnum<{
|
|
501
|
+
création: "création";
|
|
502
|
+
modification: "modification";
|
|
503
|
+
suppression: "suppression";
|
|
504
|
+
}>;
|
|
505
|
+
lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
506
|
+
id: z.ZodString;
|
|
507
|
+
libelle: z.ZodString;
|
|
508
|
+
autorisationEngagement: z.ZodString;
|
|
509
|
+
creditPaiement: z.ZodString;
|
|
510
|
+
action: z.ZodEnum<{
|
|
511
|
+
création: "création";
|
|
512
|
+
modification: "modification";
|
|
513
|
+
suppression: "suppression";
|
|
514
|
+
}>;
|
|
515
|
+
}, z.core.$strip>>>;
|
|
516
|
+
}, z.core.$strip>>>;
|
|
517
|
+
soldeAE: z.ZodOptional<z.ZodString>;
|
|
518
|
+
soldeCP: z.ZodOptional<z.ZodString>;
|
|
519
|
+
cpEgalAe: z.ZodString;
|
|
520
|
+
}, z.core.$strip>>;
|
|
521
|
+
dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
|
|
522
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
523
|
+
totalAE: z.ZodOptional<z.ZodObject<{
|
|
524
|
+
supplementaire: z.ZodString;
|
|
525
|
+
annule: z.ZodString;
|
|
526
|
+
solde: z.ZodString;
|
|
527
|
+
}, z.core.$strip>>;
|
|
528
|
+
totalCP: z.ZodOptional<z.ZodObject<{
|
|
529
|
+
supplementaire: z.ZodString;
|
|
530
|
+
annule: z.ZodString;
|
|
531
|
+
solde: z.ZodString;
|
|
532
|
+
}, z.core.$strip>>;
|
|
533
|
+
cpEgalAe: z.ZodString;
|
|
534
|
+
}, z.core.$strip>>;
|
|
535
|
+
}, z.core.$strip>>;
|
|
536
|
+
exposeSommaire: z.ZodOptional<z.ZodString>;
|
|
537
|
+
dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
|
|
538
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
539
|
+
libelle: z.ZodString;
|
|
540
|
+
programmeRef: z.ZodString;
|
|
541
|
+
autorisationEngagement: z.ZodString;
|
|
542
|
+
creditPaiement: z.ZodString;
|
|
543
|
+
action: z.ZodEnum<{
|
|
544
|
+
création: "création";
|
|
545
|
+
modification: "modification";
|
|
546
|
+
suppression: "suppression";
|
|
547
|
+
}>;
|
|
548
|
+
lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
549
|
+
id: z.ZodString;
|
|
550
|
+
libelle: z.ZodString;
|
|
551
|
+
autorisationEngagement: z.ZodString;
|
|
552
|
+
creditPaiement: z.ZodString;
|
|
553
|
+
action: z.ZodEnum<{
|
|
554
|
+
création: "création";
|
|
555
|
+
modification: "modification";
|
|
556
|
+
suppression: "suppression";
|
|
557
|
+
}>;
|
|
558
|
+
}, z.core.$strip>>>;
|
|
559
|
+
}, z.core.$strip>>>;
|
|
560
|
+
soldeAE: z.ZodOptional<z.ZodString>;
|
|
561
|
+
soldeCP: z.ZodOptional<z.ZodString>;
|
|
562
|
+
cpEgalAe: z.ZodString;
|
|
563
|
+
}, z.core.$strip>>;
|
|
564
|
+
dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
|
|
565
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
566
|
+
totalAE: z.ZodOptional<z.ZodObject<{
|
|
567
|
+
supplementaire: z.ZodString;
|
|
568
|
+
annule: z.ZodString;
|
|
569
|
+
solde: z.ZodString;
|
|
570
|
+
}, z.core.$strip>>;
|
|
571
|
+
totalCP: z.ZodOptional<z.ZodObject<{
|
|
572
|
+
supplementaire: z.ZodString;
|
|
573
|
+
annule: z.ZodString;
|
|
574
|
+
solde: z.ZodString;
|
|
575
|
+
}, z.core.$strip>>;
|
|
576
|
+
cpEgalAe: z.ZodString;
|
|
577
|
+
}, z.core.$strip>>;
|
|
578
|
+
}, z.core.$strip>>;
|
|
579
|
+
}, z.core.$strip>>;
|
|
580
|
+
cycleDeVie: z.ZodObject<{
|
|
581
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
582
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
583
|
+
soumisArticle40: z.ZodString;
|
|
584
|
+
etatDesTraitements: z.ZodObject<{
|
|
585
|
+
etat: z.ZodObject<{
|
|
586
|
+
code: z.ZodEnum<{
|
|
587
|
+
T: "T";
|
|
588
|
+
AC: "AC";
|
|
589
|
+
AT: "AT";
|
|
590
|
+
DI: "DI";
|
|
591
|
+
effacé: "effacé";
|
|
592
|
+
ER: "ER";
|
|
593
|
+
ET: "ET";
|
|
594
|
+
IR: "IR";
|
|
595
|
+
IRR127: "IRR127";
|
|
596
|
+
IRR20: "IRR20";
|
|
597
|
+
IRR37: "IRR37";
|
|
598
|
+
IRR38: "IRR38";
|
|
599
|
+
IRR41: "IRR41";
|
|
600
|
+
IRR42: "IRR42";
|
|
601
|
+
IRR45: "IRR45";
|
|
602
|
+
IRR48: "IRR48";
|
|
603
|
+
IRR53: "IRR53";
|
|
604
|
+
IRRAI: "IRRAI";
|
|
605
|
+
IRRAIF: "IRRAIF";
|
|
606
|
+
IRRD: "IRRD";
|
|
607
|
+
IRRHC: "IRRHC";
|
|
608
|
+
IRRHD: "IRRHD";
|
|
609
|
+
IRRSA: "IRRSA";
|
|
610
|
+
R: "R";
|
|
611
|
+
RT: "RT";
|
|
612
|
+
}>;
|
|
613
|
+
libelle: z.ZodEnum<{
|
|
614
|
+
effacé: "effacé";
|
|
615
|
+
"A discuter": "A discuter";
|
|
616
|
+
"A d\u00E9poser": "A déposer";
|
|
617
|
+
Discuté: "Discuté";
|
|
618
|
+
"En recevabilit\u00E9": "En recevabilité";
|
|
619
|
+
"En traitement": "En traitement";
|
|
620
|
+
Irrecevable: "Irrecevable";
|
|
621
|
+
"Irrecevable 40": "Irrecevable 40";
|
|
622
|
+
Retiré: "Retiré";
|
|
623
|
+
}>;
|
|
624
|
+
}, z.core.$strip>;
|
|
625
|
+
sousEtat: z.ZodOptional<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
|
+
R: "R";
|
|
655
|
+
Retiré: "Retiré";
|
|
656
|
+
Adopté: "Adopté";
|
|
657
|
+
"Autre irrecevabilit\u00E9": "Autre irrecevabilité";
|
|
658
|
+
"Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
|
|
659
|
+
"Autres irr LOLF": "Autres irr LOLF";
|
|
660
|
+
"Autres irr LOLFSS": "Autres irr LOLFSS";
|
|
661
|
+
"Cavalier (45)": "Cavalier (45)";
|
|
662
|
+
"Cavalier budg\u00E9taire": "Cavalier budgétaire";
|
|
663
|
+
"Cavalier social": "Cavalier social";
|
|
664
|
+
"Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
|
|
665
|
+
Charge: "Charge";
|
|
666
|
+
"CMP (45)": "CMP (45)";
|
|
667
|
+
Crédits: "Crédits";
|
|
668
|
+
"Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
|
|
669
|
+
"Domaine de la loi (41)": "Domaine de la loi (41)";
|
|
670
|
+
"Domaine loi organique (127)": "Domaine loi organique (127)";
|
|
671
|
+
Doublon: "Doublon";
|
|
672
|
+
"Entonnoir (45)": "Entonnoir (45)";
|
|
673
|
+
Gage: "Gage";
|
|
674
|
+
"Hors champ": "Hors champ";
|
|
675
|
+
"Hors-d\u00E9lais": "Hors-délais";
|
|
676
|
+
"Injonction (20)": "Injonction (20)";
|
|
677
|
+
"Irr en premi\u00E8re partie": "Irr en première partie";
|
|
678
|
+
"Irr en seconde partie": "Irr en seconde partie";
|
|
679
|
+
LOLF: "LOLF";
|
|
680
|
+
LOLFSS: "LOLFSS";
|
|
681
|
+
"Non soutenu": "Non soutenu";
|
|
682
|
+
"Ordre du jour (48)": "Ordre du jour (48)";
|
|
683
|
+
"Ratification trait\u00E9 (53)": "Ratification traité (53)";
|
|
684
|
+
Rejeté: "Rejeté";
|
|
685
|
+
"Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
|
|
686
|
+
"Retir\u00E9 avant publication": "Retiré avant publication";
|
|
687
|
+
"Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
|
|
688
|
+
"Sous-amendement (98)": "Sous-amendement (98)";
|
|
689
|
+
Tombé: "Tombé";
|
|
690
|
+
}>;
|
|
691
|
+
}, z.core.$strip>>;
|
|
692
|
+
}, z.core.$strip>;
|
|
693
|
+
dateSort: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
694
|
+
sort: z.ZodOptional<z.ZodEnum<{
|
|
695
|
+
R: "R";
|
|
696
|
+
Retiré: "Retiré";
|
|
697
|
+
Adopté: "Adopté";
|
|
698
|
+
"Autre irrecevabilit\u00E9": "Autre irrecevabilité";
|
|
699
|
+
"Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
|
|
700
|
+
"Autres irr LOLF": "Autres irr LOLF";
|
|
701
|
+
"Autres irr LOLFSS": "Autres irr LOLFSS";
|
|
702
|
+
"Cavalier (45)": "Cavalier (45)";
|
|
703
|
+
"Cavalier budg\u00E9taire": "Cavalier budgétaire";
|
|
704
|
+
"Cavalier social": "Cavalier social";
|
|
705
|
+
"Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
|
|
706
|
+
Charge: "Charge";
|
|
707
|
+
"CMP (45)": "CMP (45)";
|
|
708
|
+
Crédits: "Crédits";
|
|
709
|
+
"Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
|
|
710
|
+
"Domaine de la loi (41)": "Domaine de la loi (41)";
|
|
711
|
+
"Domaine loi organique (127)": "Domaine loi organique (127)";
|
|
712
|
+
Doublon: "Doublon";
|
|
713
|
+
"Entonnoir (45)": "Entonnoir (45)";
|
|
714
|
+
Gage: "Gage";
|
|
715
|
+
"Hors champ": "Hors champ";
|
|
716
|
+
"Hors-d\u00E9lais": "Hors-délais";
|
|
717
|
+
"Injonction (20)": "Injonction (20)";
|
|
718
|
+
"Irr en premi\u00E8re partie": "Irr en première partie";
|
|
719
|
+
"Irr en seconde partie": "Irr en seconde partie";
|
|
720
|
+
LOLF: "LOLF";
|
|
721
|
+
LOLFSS: "LOLFSS";
|
|
722
|
+
"Non soutenu": "Non soutenu";
|
|
723
|
+
"Ordre du jour (48)": "Ordre du jour (48)";
|
|
724
|
+
"Ratification trait\u00E9 (53)": "Ratification traité (53)";
|
|
725
|
+
Rejeté: "Rejeté";
|
|
726
|
+
"Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
|
|
727
|
+
"Retir\u00E9 avant publication": "Retiré avant publication";
|
|
728
|
+
"Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
|
|
729
|
+
"Sous-amendement (98)": "Sous-amendement (98)";
|
|
730
|
+
Tombé: "Tombé";
|
|
731
|
+
}>>;
|
|
732
|
+
}, z.core.$strip>;
|
|
733
|
+
representation: z.ZodOptional<z.ZodObject<{
|
|
734
|
+
nom: z.ZodEnum<{
|
|
735
|
+
PDF: "PDF";
|
|
736
|
+
}>;
|
|
737
|
+
typeMime: z.ZodObject<{
|
|
738
|
+
type: z.ZodEnum<{
|
|
739
|
+
application: "application";
|
|
740
|
+
}>;
|
|
741
|
+
subType: z.ZodEnum<{
|
|
742
|
+
PDF: "PDF";
|
|
743
|
+
}>;
|
|
744
|
+
}, z.core.$strip>;
|
|
745
|
+
statutRepresentation: z.ZodObject<{
|
|
746
|
+
verbatim: z.ZodBoolean;
|
|
747
|
+
canonique: z.ZodBoolean;
|
|
748
|
+
officielle: z.ZodBoolean;
|
|
749
|
+
transcription: z.ZodBoolean;
|
|
750
|
+
enregistrement: z.ZodBoolean;
|
|
751
|
+
}, z.core.$strip>;
|
|
752
|
+
contenu: z.ZodObject<{
|
|
753
|
+
documentURI: z.ZodString;
|
|
754
|
+
}, z.core.$strip>;
|
|
755
|
+
}, z.core.$strip>>;
|
|
756
|
+
seanceDiscussionRef: z.ZodOptional<z.ZodString>;
|
|
757
|
+
article99: z.ZodString;
|
|
758
|
+
loiReference: z.ZodOptional<z.ZodObject<{
|
|
759
|
+
codeLoi: z.ZodOptional<z.ZodString>;
|
|
760
|
+
divisionCodeLoi: z.ZodOptional<z.ZodString>;
|
|
761
|
+
}, z.core.$strip>>;
|
|
762
|
+
discussionCommune: z.ZodOptional<z.ZodObject<{
|
|
763
|
+
idDiscussion: z.ZodOptional<z.ZodString>;
|
|
764
|
+
typePosition: z.ZodOptional<z.ZodEnum<{
|
|
765
|
+
Dernier: "Dernier";
|
|
766
|
+
Milieu: "Milieu";
|
|
767
|
+
Premier: "Premier";
|
|
768
|
+
}>>;
|
|
769
|
+
}, z.core.$strip>>;
|
|
770
|
+
discussionIdentique: z.ZodOptional<z.ZodObject<{
|
|
771
|
+
idDiscussion: z.ZodOptional<z.ZodString>;
|
|
772
|
+
typePosition: z.ZodOptional<z.ZodEnum<{
|
|
773
|
+
Dernier: "Dernier";
|
|
774
|
+
Milieu: "Milieu";
|
|
775
|
+
Premier: "Premier";
|
|
776
|
+
}>>;
|
|
777
|
+
}, z.core.$strip>>;
|
|
778
|
+
accordGouvernementDepotHorsDelai: z.ZodEnum<{
|
|
779
|
+
Accord: "Accord";
|
|
780
|
+
"Sans objet": "Sans objet";
|
|
781
|
+
}>;
|
|
782
|
+
signataires: z.ZodObject<{
|
|
783
|
+
cosignatairesRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
784
|
+
suffixe: z.ZodOptional<z.ZodString>;
|
|
785
|
+
libelle: z.ZodOptional<z.ZodString>;
|
|
786
|
+
auteur: z.ZodObject<{
|
|
787
|
+
typeAuteur: z.ZodEnum<{
|
|
788
|
+
Député: "Député";
|
|
789
|
+
Gouvernement: "Gouvernement";
|
|
790
|
+
Rapporteur: "Rapporteur";
|
|
791
|
+
}>;
|
|
792
|
+
gouvernementRef: z.ZodOptional<z.ZodString>;
|
|
793
|
+
acteurRef: z.ZodOptional<z.ZodString>;
|
|
794
|
+
groupePolitiqueRef: z.ZodOptional<z.ZodString>;
|
|
795
|
+
auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
|
|
796
|
+
gouvernement: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
797
|
+
acteur: z.ZodOptional<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>;
|
|
798
|
+
groupePolitique: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
799
|
+
auteurRapporteurOrgane: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
800
|
+
}, z.core.$strip>;
|
|
801
|
+
cosignataires: z.ZodOptional<z.ZodArray<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
802
|
+
}, z.core.$strip>;
|
|
803
|
+
}, z.core.$strip>>;
|
|
804
|
+
}, z.core.$strip>;
|
|
805
|
+
export type TexteLegislatifEnriched = z.infer<typeof TexteLegislatifEnrichedSchema>;
|
|
806
|
+
/**
|
|
807
|
+
* Amendements enriched - extends AmendementsClean
|
|
808
|
+
*/
|
|
809
|
+
export declare const AmendementsEnrichedSchema: z.ZodObject<{
|
|
810
|
+
textesLegislatifs: z.ZodArray<z.ZodObject<{
|
|
811
|
+
refTexteLegislatif: z.ZodString;
|
|
812
|
+
amendements: z.ZodArray<z.ZodObject<{
|
|
813
|
+
schemaVersion: z.ZodOptional<z.ZodString>;
|
|
814
|
+
uid: z.ZodString;
|
|
815
|
+
chronotag: z.ZodString;
|
|
816
|
+
legislature: z.ZodString;
|
|
817
|
+
identification: z.ZodObject<{
|
|
818
|
+
numeroLong: z.ZodString;
|
|
819
|
+
numeroOrdreDepot: z.ZodString;
|
|
820
|
+
prefixeOrganeExamen: z.ZodString;
|
|
821
|
+
numeroRect: z.ZodString;
|
|
822
|
+
}, z.core.$strip>;
|
|
823
|
+
examenRef: z.ZodString;
|
|
824
|
+
texteLegislatifRef: z.ZodString;
|
|
825
|
+
triAmendement: z.ZodOptional<z.ZodString>;
|
|
826
|
+
cardinaliteAmdtMultiples: z.ZodOptional<z.ZodString>;
|
|
827
|
+
amendementParentRef: z.ZodOptional<z.ZodString>;
|
|
828
|
+
pointeurFragmentTexte: z.ZodObject<{
|
|
829
|
+
division: z.ZodOptional<z.ZodObject<{
|
|
830
|
+
titre: z.ZodOptional<z.ZodString>;
|
|
831
|
+
articleDesignationCourte: z.ZodOptional<z.ZodString>;
|
|
832
|
+
articleDesignation: z.ZodOptional<z.ZodString>;
|
|
833
|
+
type: z.ZodEnum<{
|
|
834
|
+
ANNEXE: "ANNEXE";
|
|
835
|
+
ARTICLE: "ARTICLE";
|
|
836
|
+
CHAPITRE: "CHAPITRE";
|
|
837
|
+
TITRE: "TITRE";
|
|
838
|
+
}>;
|
|
839
|
+
avantAApres: z.ZodEnum<{
|
|
840
|
+
A: "A";
|
|
841
|
+
Avant: "Avant";
|
|
842
|
+
Apres: "Apres";
|
|
843
|
+
}>;
|
|
844
|
+
divisionRattachee: z.ZodOptional<z.ZodString>;
|
|
845
|
+
articleAdditionnel: z.ZodString;
|
|
846
|
+
chapitreAdditionnel: z.ZodString;
|
|
847
|
+
urlDivisionTexteVise: z.ZodOptional<z.ZodString>;
|
|
848
|
+
}, z.core.$strip>>;
|
|
849
|
+
alinea: z.ZodOptional<z.ZodObject<{
|
|
850
|
+
avantAApres: z.ZodOptional<z.ZodEnum<{
|
|
851
|
+
A: "A";
|
|
852
|
+
Avant: "Avant";
|
|
853
|
+
Apres: "Apres";
|
|
854
|
+
}>>;
|
|
855
|
+
numero: z.ZodOptional<z.ZodString>;
|
|
856
|
+
alineaDesignation: z.ZodOptional<z.ZodString>;
|
|
857
|
+
}, z.core.$strip>>;
|
|
858
|
+
missionVisee: z.ZodOptional<z.ZodObject<{
|
|
859
|
+
codeEtat: z.ZodEnum<{
|
|
860
|
+
B: "B";
|
|
861
|
+
C: "C";
|
|
862
|
+
D: "D";
|
|
863
|
+
}>;
|
|
864
|
+
codeMissionMinefi: z.ZodString;
|
|
865
|
+
libelleMission: z.ZodString;
|
|
866
|
+
missionRef: z.ZodString;
|
|
867
|
+
}, z.core.$strip>>;
|
|
868
|
+
}, z.core.$strip>;
|
|
869
|
+
corps: z.ZodOptional<z.ZodObject<{
|
|
870
|
+
cartoucheInformatif: z.ZodOptional<z.ZodString>;
|
|
871
|
+
contenuAuteur: z.ZodOptional<z.ZodObject<{
|
|
872
|
+
dispositif: z.ZodOptional<z.ZodString>;
|
|
873
|
+
avantAppel: z.ZodOptional<z.ZodObject<{
|
|
874
|
+
dispositif: z.ZodOptional<z.ZodString>;
|
|
875
|
+
dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
|
|
876
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
877
|
+
libelle: z.ZodString;
|
|
878
|
+
programmeRef: z.ZodString;
|
|
879
|
+
autorisationEngagement: z.ZodString;
|
|
880
|
+
creditPaiement: z.ZodString;
|
|
881
|
+
action: z.ZodEnum<{
|
|
882
|
+
création: "création";
|
|
883
|
+
modification: "modification";
|
|
884
|
+
suppression: "suppression";
|
|
885
|
+
}>;
|
|
886
|
+
lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
887
|
+
id: z.ZodString;
|
|
888
|
+
libelle: z.ZodString;
|
|
889
|
+
autorisationEngagement: z.ZodString;
|
|
890
|
+
creditPaiement: z.ZodString;
|
|
891
|
+
action: z.ZodEnum<{
|
|
892
|
+
création: "création";
|
|
893
|
+
modification: "modification";
|
|
894
|
+
suppression: "suppression";
|
|
895
|
+
}>;
|
|
896
|
+
}, z.core.$strip>>>;
|
|
897
|
+
}, z.core.$strip>>>;
|
|
898
|
+
soldeAE: z.ZodOptional<z.ZodString>;
|
|
899
|
+
soldeCP: z.ZodOptional<z.ZodString>;
|
|
900
|
+
cpEgalAe: z.ZodString;
|
|
901
|
+
}, z.core.$strip>>;
|
|
902
|
+
dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
|
|
903
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
904
|
+
totalAE: z.ZodOptional<z.ZodObject<{
|
|
905
|
+
supplementaire: z.ZodString;
|
|
906
|
+
annule: z.ZodString;
|
|
907
|
+
solde: z.ZodString;
|
|
908
|
+
}, z.core.$strip>>;
|
|
909
|
+
totalCP: z.ZodOptional<z.ZodObject<{
|
|
910
|
+
supplementaire: z.ZodString;
|
|
911
|
+
annule: z.ZodString;
|
|
912
|
+
solde: z.ZodString;
|
|
913
|
+
}, z.core.$strip>>;
|
|
914
|
+
cpEgalAe: z.ZodString;
|
|
915
|
+
}, z.core.$strip>>;
|
|
916
|
+
}, z.core.$strip>>;
|
|
917
|
+
exposeSommaire: z.ZodOptional<z.ZodString>;
|
|
918
|
+
dispositifAmdtCreditPLF: z.ZodOptional<z.ZodObject<{
|
|
919
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
920
|
+
libelle: z.ZodString;
|
|
921
|
+
programmeRef: z.ZodString;
|
|
922
|
+
autorisationEngagement: z.ZodString;
|
|
923
|
+
creditPaiement: z.ZodString;
|
|
924
|
+
action: z.ZodEnum<{
|
|
925
|
+
création: "création";
|
|
926
|
+
modification: "modification";
|
|
927
|
+
suppression: "suppression";
|
|
928
|
+
}>;
|
|
929
|
+
lignesCredits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
930
|
+
id: z.ZodString;
|
|
931
|
+
libelle: z.ZodString;
|
|
932
|
+
autorisationEngagement: z.ZodString;
|
|
933
|
+
creditPaiement: z.ZodString;
|
|
934
|
+
action: z.ZodEnum<{
|
|
935
|
+
création: "création";
|
|
936
|
+
modification: "modification";
|
|
937
|
+
suppression: "suppression";
|
|
938
|
+
}>;
|
|
939
|
+
}, z.core.$strip>>>;
|
|
940
|
+
}, z.core.$strip>>>;
|
|
941
|
+
soldeAE: z.ZodOptional<z.ZodString>;
|
|
942
|
+
soldeCP: z.ZodOptional<z.ZodString>;
|
|
943
|
+
cpEgalAe: z.ZodString;
|
|
944
|
+
}, z.core.$strip>>;
|
|
945
|
+
dispositifAmdtCreditPLFR: z.ZodOptional<z.ZodObject<{
|
|
946
|
+
listeProgrammes: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
947
|
+
totalAE: z.ZodOptional<z.ZodObject<{
|
|
948
|
+
supplementaire: z.ZodString;
|
|
949
|
+
annule: z.ZodString;
|
|
950
|
+
solde: z.ZodString;
|
|
951
|
+
}, z.core.$strip>>;
|
|
952
|
+
totalCP: z.ZodOptional<z.ZodObject<{
|
|
953
|
+
supplementaire: z.ZodString;
|
|
954
|
+
annule: z.ZodString;
|
|
955
|
+
solde: z.ZodString;
|
|
956
|
+
}, z.core.$strip>>;
|
|
957
|
+
cpEgalAe: z.ZodString;
|
|
958
|
+
}, z.core.$strip>>;
|
|
959
|
+
}, z.core.$strip>>;
|
|
960
|
+
}, z.core.$strip>>;
|
|
961
|
+
cycleDeVie: z.ZodObject<{
|
|
962
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
963
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
964
|
+
soumisArticle40: z.ZodString;
|
|
965
|
+
etatDesTraitements: z.ZodObject<{
|
|
966
|
+
etat: z.ZodObject<{
|
|
967
|
+
code: z.ZodEnum<{
|
|
968
|
+
T: "T";
|
|
969
|
+
AC: "AC";
|
|
970
|
+
AT: "AT";
|
|
971
|
+
DI: "DI";
|
|
972
|
+
effacé: "effacé";
|
|
973
|
+
ER: "ER";
|
|
974
|
+
ET: "ET";
|
|
975
|
+
IR: "IR";
|
|
976
|
+
IRR127: "IRR127";
|
|
977
|
+
IRR20: "IRR20";
|
|
978
|
+
IRR37: "IRR37";
|
|
979
|
+
IRR38: "IRR38";
|
|
980
|
+
IRR41: "IRR41";
|
|
981
|
+
IRR42: "IRR42";
|
|
982
|
+
IRR45: "IRR45";
|
|
983
|
+
IRR48: "IRR48";
|
|
984
|
+
IRR53: "IRR53";
|
|
985
|
+
IRRAI: "IRRAI";
|
|
986
|
+
IRRAIF: "IRRAIF";
|
|
987
|
+
IRRD: "IRRD";
|
|
988
|
+
IRRHC: "IRRHC";
|
|
989
|
+
IRRHD: "IRRHD";
|
|
990
|
+
IRRSA: "IRRSA";
|
|
991
|
+
R: "R";
|
|
992
|
+
RT: "RT";
|
|
993
|
+
}>;
|
|
994
|
+
libelle: z.ZodEnum<{
|
|
995
|
+
effacé: "effacé";
|
|
996
|
+
"A discuter": "A discuter";
|
|
997
|
+
"A d\u00E9poser": "A déposer";
|
|
998
|
+
Discuté: "Discuté";
|
|
999
|
+
"En recevabilit\u00E9": "En recevabilité";
|
|
1000
|
+
"En traitement": "En traitement";
|
|
1001
|
+
Irrecevable: "Irrecevable";
|
|
1002
|
+
"Irrecevable 40": "Irrecevable 40";
|
|
1003
|
+
Retiré: "Retiré";
|
|
1004
|
+
}>;
|
|
1005
|
+
}, z.core.$strip>;
|
|
1006
|
+
sousEtat: z.ZodOptional<z.ZodObject<{
|
|
1007
|
+
code: z.ZodEnum<{
|
|
1008
|
+
T: "T";
|
|
1009
|
+
AC: "AC";
|
|
1010
|
+
AT: "AT";
|
|
1011
|
+
DI: "DI";
|
|
1012
|
+
effacé: "effacé";
|
|
1013
|
+
ER: "ER";
|
|
1014
|
+
ET: "ET";
|
|
1015
|
+
IR: "IR";
|
|
1016
|
+
IRR127: "IRR127";
|
|
1017
|
+
IRR20: "IRR20";
|
|
1018
|
+
IRR37: "IRR37";
|
|
1019
|
+
IRR38: "IRR38";
|
|
1020
|
+
IRR41: "IRR41";
|
|
1021
|
+
IRR42: "IRR42";
|
|
1022
|
+
IRR45: "IRR45";
|
|
1023
|
+
IRR48: "IRR48";
|
|
1024
|
+
IRR53: "IRR53";
|
|
1025
|
+
IRRAI: "IRRAI";
|
|
1026
|
+
IRRAIF: "IRRAIF";
|
|
1027
|
+
IRRD: "IRRD";
|
|
1028
|
+
IRRHC: "IRRHC";
|
|
1029
|
+
IRRHD: "IRRHD";
|
|
1030
|
+
IRRSA: "IRRSA";
|
|
1031
|
+
R: "R";
|
|
1032
|
+
RT: "RT";
|
|
1033
|
+
}>;
|
|
1034
|
+
libelle: z.ZodEnum<{
|
|
1035
|
+
R: "R";
|
|
1036
|
+
Retiré: "Retiré";
|
|
1037
|
+
Adopté: "Adopté";
|
|
1038
|
+
"Autre irrecevabilit\u00E9": "Autre irrecevabilité";
|
|
1039
|
+
"Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
|
|
1040
|
+
"Autres irr LOLF": "Autres irr LOLF";
|
|
1041
|
+
"Autres irr LOLFSS": "Autres irr LOLFSS";
|
|
1042
|
+
"Cavalier (45)": "Cavalier (45)";
|
|
1043
|
+
"Cavalier budg\u00E9taire": "Cavalier budgétaire";
|
|
1044
|
+
"Cavalier social": "Cavalier social";
|
|
1045
|
+
"Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
|
|
1046
|
+
Charge: "Charge";
|
|
1047
|
+
"CMP (45)": "CMP (45)";
|
|
1048
|
+
Crédits: "Crédits";
|
|
1049
|
+
"Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
|
|
1050
|
+
"Domaine de la loi (41)": "Domaine de la loi (41)";
|
|
1051
|
+
"Domaine loi organique (127)": "Domaine loi organique (127)";
|
|
1052
|
+
Doublon: "Doublon";
|
|
1053
|
+
"Entonnoir (45)": "Entonnoir (45)";
|
|
1054
|
+
Gage: "Gage";
|
|
1055
|
+
"Hors champ": "Hors champ";
|
|
1056
|
+
"Hors-d\u00E9lais": "Hors-délais";
|
|
1057
|
+
"Injonction (20)": "Injonction (20)";
|
|
1058
|
+
"Irr en premi\u00E8re partie": "Irr en première partie";
|
|
1059
|
+
"Irr en seconde partie": "Irr en seconde partie";
|
|
1060
|
+
LOLF: "LOLF";
|
|
1061
|
+
LOLFSS: "LOLFSS";
|
|
1062
|
+
"Non soutenu": "Non soutenu";
|
|
1063
|
+
"Ordre du jour (48)": "Ordre du jour (48)";
|
|
1064
|
+
"Ratification trait\u00E9 (53)": "Ratification traité (53)";
|
|
1065
|
+
Rejeté: "Rejeté";
|
|
1066
|
+
"Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
|
|
1067
|
+
"Retir\u00E9 avant publication": "Retiré avant publication";
|
|
1068
|
+
"Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
|
|
1069
|
+
"Sous-amendement (98)": "Sous-amendement (98)";
|
|
1070
|
+
Tombé: "Tombé";
|
|
1071
|
+
}>;
|
|
1072
|
+
}, z.core.$strip>>;
|
|
1073
|
+
}, z.core.$strip>;
|
|
1074
|
+
dateSort: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1075
|
+
sort: z.ZodOptional<z.ZodEnum<{
|
|
1076
|
+
R: "R";
|
|
1077
|
+
Retiré: "Retiré";
|
|
1078
|
+
Adopté: "Adopté";
|
|
1079
|
+
"Autre irrecevabilit\u00E9": "Autre irrecevabilité";
|
|
1080
|
+
"Autre irrecevabilit\u00E9 40": "Autre irrecevabilité 40";
|
|
1081
|
+
"Autres irr LOLF": "Autres irr LOLF";
|
|
1082
|
+
"Autres irr LOLFSS": "Autres irr LOLFSS";
|
|
1083
|
+
"Cavalier (45)": "Cavalier (45)";
|
|
1084
|
+
"Cavalier budg\u00E9taire": "Cavalier budgétaire";
|
|
1085
|
+
"Cavalier social": "Cavalier social";
|
|
1086
|
+
"Champ de l'habilitation (38)": "Champ de l'habilitation (38)";
|
|
1087
|
+
Charge: "Charge";
|
|
1088
|
+
"CMP (45)": "CMP (45)";
|
|
1089
|
+
Crédits: "Crédits";
|
|
1090
|
+
"Disposition r\u00E9glementaire (37)": "Disposition réglementaire (37)";
|
|
1091
|
+
"Domaine de la loi (41)": "Domaine de la loi (41)";
|
|
1092
|
+
"Domaine loi organique (127)": "Domaine loi organique (127)";
|
|
1093
|
+
Doublon: "Doublon";
|
|
1094
|
+
"Entonnoir (45)": "Entonnoir (45)";
|
|
1095
|
+
Gage: "Gage";
|
|
1096
|
+
"Hors champ": "Hors champ";
|
|
1097
|
+
"Hors-d\u00E9lais": "Hors-délais";
|
|
1098
|
+
"Injonction (20)": "Injonction (20)";
|
|
1099
|
+
"Irr en premi\u00E8re partie": "Irr en première partie";
|
|
1100
|
+
"Irr en seconde partie": "Irr en seconde partie";
|
|
1101
|
+
LOLF: "LOLF";
|
|
1102
|
+
LOLFSS: "LOLFSS";
|
|
1103
|
+
"Non soutenu": "Non soutenu";
|
|
1104
|
+
"Ordre du jour (48)": "Ordre du jour (48)";
|
|
1105
|
+
"Ratification trait\u00E9 (53)": "Ratification traité (53)";
|
|
1106
|
+
Rejeté: "Rejeté";
|
|
1107
|
+
"Retir\u00E9 apr\u00E8s publication": "Retiré après publication";
|
|
1108
|
+
"Retir\u00E9 avant publication": "Retiré avant publication";
|
|
1109
|
+
"Satisfait ou inop\u00E9rant (42)": "Satisfait ou inopérant (42)";
|
|
1110
|
+
"Sous-amendement (98)": "Sous-amendement (98)";
|
|
1111
|
+
Tombé: "Tombé";
|
|
1112
|
+
}>>;
|
|
1113
|
+
}, z.core.$strip>;
|
|
1114
|
+
representation: z.ZodOptional<z.ZodObject<{
|
|
1115
|
+
nom: z.ZodEnum<{
|
|
1116
|
+
PDF: "PDF";
|
|
1117
|
+
}>;
|
|
1118
|
+
typeMime: z.ZodObject<{
|
|
1119
|
+
type: z.ZodEnum<{
|
|
1120
|
+
application: "application";
|
|
1121
|
+
}>;
|
|
1122
|
+
subType: z.ZodEnum<{
|
|
1123
|
+
PDF: "PDF";
|
|
1124
|
+
}>;
|
|
1125
|
+
}, z.core.$strip>;
|
|
1126
|
+
statutRepresentation: z.ZodObject<{
|
|
1127
|
+
verbatim: z.ZodBoolean;
|
|
1128
|
+
canonique: z.ZodBoolean;
|
|
1129
|
+
officielle: z.ZodBoolean;
|
|
1130
|
+
transcription: z.ZodBoolean;
|
|
1131
|
+
enregistrement: z.ZodBoolean;
|
|
1132
|
+
}, z.core.$strip>;
|
|
1133
|
+
contenu: z.ZodObject<{
|
|
1134
|
+
documentURI: z.ZodString;
|
|
1135
|
+
}, z.core.$strip>;
|
|
1136
|
+
}, z.core.$strip>>;
|
|
1137
|
+
seanceDiscussionRef: z.ZodOptional<z.ZodString>;
|
|
1138
|
+
article99: z.ZodString;
|
|
1139
|
+
loiReference: z.ZodOptional<z.ZodObject<{
|
|
1140
|
+
codeLoi: z.ZodOptional<z.ZodString>;
|
|
1141
|
+
divisionCodeLoi: z.ZodOptional<z.ZodString>;
|
|
1142
|
+
}, z.core.$strip>>;
|
|
1143
|
+
discussionCommune: z.ZodOptional<z.ZodObject<{
|
|
1144
|
+
idDiscussion: z.ZodOptional<z.ZodString>;
|
|
1145
|
+
typePosition: z.ZodOptional<z.ZodEnum<{
|
|
1146
|
+
Dernier: "Dernier";
|
|
1147
|
+
Milieu: "Milieu";
|
|
1148
|
+
Premier: "Premier";
|
|
1149
|
+
}>>;
|
|
1150
|
+
}, z.core.$strip>>;
|
|
1151
|
+
discussionIdentique: z.ZodOptional<z.ZodObject<{
|
|
1152
|
+
idDiscussion: z.ZodOptional<z.ZodString>;
|
|
1153
|
+
typePosition: z.ZodOptional<z.ZodEnum<{
|
|
1154
|
+
Dernier: "Dernier";
|
|
1155
|
+
Milieu: "Milieu";
|
|
1156
|
+
Premier: "Premier";
|
|
1157
|
+
}>>;
|
|
1158
|
+
}, z.core.$strip>>;
|
|
1159
|
+
accordGouvernementDepotHorsDelai: z.ZodEnum<{
|
|
1160
|
+
Accord: "Accord";
|
|
1161
|
+
"Sans objet": "Sans objet";
|
|
1162
|
+
}>;
|
|
1163
|
+
signataires: z.ZodObject<{
|
|
1164
|
+
cosignatairesRefs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1165
|
+
suffixe: z.ZodOptional<z.ZodString>;
|
|
1166
|
+
libelle: z.ZodOptional<z.ZodString>;
|
|
1167
|
+
auteur: z.ZodObject<{
|
|
1168
|
+
typeAuteur: z.ZodEnum<{
|
|
1169
|
+
Député: "Député";
|
|
1170
|
+
Gouvernement: "Gouvernement";
|
|
1171
|
+
Rapporteur: "Rapporteur";
|
|
1172
|
+
}>;
|
|
1173
|
+
gouvernementRef: z.ZodOptional<z.ZodString>;
|
|
1174
|
+
acteurRef: z.ZodOptional<z.ZodString>;
|
|
1175
|
+
groupePolitiqueRef: z.ZodOptional<z.ZodString>;
|
|
1176
|
+
auteurRapporteurOrganeRef: z.ZodOptional<z.ZodString>;
|
|
1177
|
+
gouvernement: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
1178
|
+
acteur: z.ZodOptional<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>;
|
|
1179
|
+
groupePolitique: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
1180
|
+
auteurRapporteurOrgane: z.ZodOptional<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>;
|
|
1181
|
+
}, z.core.$strip>;
|
|
1182
|
+
cosignataires: z.ZodOptional<z.ZodArray<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
1183
|
+
}, z.core.$strip>;
|
|
1184
|
+
}, z.core.$strip>>;
|
|
1185
|
+
}, z.core.$strip>>;
|
|
1186
|
+
}, z.core.$strip>;
|
|
1187
|
+
export type AmendementsEnriched = z.infer<typeof AmendementsEnrichedSchema>;
|
|
1188
|
+
/**
|
|
1189
|
+
* Parse Amendement from JSON string
|
|
1190
|
+
*/
|
|
1191
|
+
export declare function parseAmendementEnriched(json: string): AmendementEnriched;
|
|
1192
|
+
/**
|
|
1193
|
+
* Parse TexteLegislatif from JSON string
|
|
1194
|
+
*/
|
|
1195
|
+
export declare function parseTexteLegislatifEnriched(json: string): TexteLegislatifEnriched;
|
|
1196
|
+
/**
|
|
1197
|
+
* Parse Amendements from JSON string
|
|
1198
|
+
*/
|
|
1199
|
+
export declare function parseAmendementsEnriched(json: string): AmendementsEnriched;
|
|
1200
|
+
/**
|
|
1201
|
+
* Serialize Amendement to JSON string
|
|
1202
|
+
*/
|
|
1203
|
+
export declare function amendementEnrichedToJson(value: AmendementEnriched): string;
|
|
1204
|
+
/**
|
|
1205
|
+
* Serialize TexteLegislatif to JSON string
|
|
1206
|
+
*/
|
|
1207
|
+
export declare function texteLegislatifEnrichedToJson(value: TexteLegislatifEnriched): string;
|
|
1208
|
+
/**
|
|
1209
|
+
* Serialize Amendements to JSON string
|
|
1210
|
+
*/
|
|
1211
|
+
export declare function amendementsEnrichedToJson(value: AmendementsEnriched): string;
|
|
1212
|
+
/**
|
|
1213
|
+
* File-specific Convert object matching Quicktype's Convert class API
|
|
1214
|
+
*
|
|
1215
|
+
* @example
|
|
1216
|
+
* ```typescript
|
|
1217
|
+
* import { AmendementsEnrichedConvert } from "@tricoteuses/assemblee/zod"
|
|
1218
|
+
*
|
|
1219
|
+
* const amendement = AmendementsEnrichedConvert.toAmendement(json)
|
|
1220
|
+
* const json = AmendementsEnrichedConvert.amendementToJson(amendement)
|
|
1221
|
+
* ```
|
|
1222
|
+
*/
|
|
1223
|
+
export declare const AmendementsEnrichedConvert: {
|
|
1224
|
+
toAmendement: typeof parseAmendementEnriched;
|
|
1225
|
+
amendementToJson: typeof amendementEnrichedToJson;
|
|
1226
|
+
toTexteLegislatif: typeof parseTexteLegislatifEnriched;
|
|
1227
|
+
texteLegislatifToJson: typeof texteLegislatifEnrichedToJson;
|
|
1228
|
+
toAmendements: typeof parseAmendementsEnriched;
|
|
1229
|
+
amendementsToJson: typeof amendementsEnrichedToJson;
|
|
1230
|
+
};
|