@tricoteuses/assemblee 2.5.31 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +16 -6
- package/README.md +1 -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 +9 -4
- 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 +1900 -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 +100 -12
- package/lib/scripts/retrieve_open_data.d.ts +75 -4
- package/lib/scripts/retrieve_videos.d.ts +1 -1
- package/lib/scripts/shared/cli_helpers.d.ts +103 -77
- package/lib/scripts/shared/photos.d.ts +106 -0
- package/lib/scripts/shared/utils.d.ts +4 -1
- 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
|
@@ -1,464 +0,0 @@
|
|
|
1
|
-
import { CodeTypeOrgane } from '../shared_types/acteurs_et_organes';
|
|
2
|
-
export interface Acteur {
|
|
3
|
-
acteur: ActeurActeur;
|
|
4
|
-
}
|
|
5
|
-
export interface ActeurActeur {
|
|
6
|
-
"@xmlns"?: string;
|
|
7
|
-
uid: Uid;
|
|
8
|
-
etatCivil: EtatCivil;
|
|
9
|
-
profession: Profession;
|
|
10
|
-
uri_hatvp: Nil | null | string;
|
|
11
|
-
adresses: Adresses | null;
|
|
12
|
-
mandats?: Mandats;
|
|
13
|
-
"@xmlns:xsi"?: string;
|
|
14
|
-
}
|
|
15
|
-
export interface Adresses {
|
|
16
|
-
adresse?: {
|
|
17
|
-
[key: string]: null | string;
|
|
18
|
-
}[] | {
|
|
19
|
-
[key: string]: null | string;
|
|
20
|
-
};
|
|
21
|
-
"@xmlns:xsi"?: string;
|
|
22
|
-
"@xsi:nil"?: string;
|
|
23
|
-
}
|
|
24
|
-
export interface EtatCivil {
|
|
25
|
-
ident: Ident;
|
|
26
|
-
infoNaissance: InfoNaissance;
|
|
27
|
-
dateDeces: Nil | Date | null;
|
|
28
|
-
}
|
|
29
|
-
export interface Nil {
|
|
30
|
-
"@xmlns:xsi": string;
|
|
31
|
-
"@xsi:nil": string;
|
|
32
|
-
}
|
|
33
|
-
export interface Ident {
|
|
34
|
-
civ: Civ;
|
|
35
|
-
prenom: string;
|
|
36
|
-
nom: string;
|
|
37
|
-
alpha: string;
|
|
38
|
-
trigramme: Nil | null | string;
|
|
39
|
-
}
|
|
40
|
-
export declare enum Civ {
|
|
41
|
-
M = "M.",
|
|
42
|
-
Mme = "Mme"
|
|
43
|
-
}
|
|
44
|
-
export interface InfoNaissance {
|
|
45
|
-
dateNais: Nil | Date | null;
|
|
46
|
-
villeNais: Nil | null | string;
|
|
47
|
-
depNais: Nil | DepNais | null;
|
|
48
|
-
paysNais: Nil | null | string;
|
|
49
|
-
}
|
|
50
|
-
export declare enum DepNais {
|
|
51
|
-
Ain = "Ain",
|
|
52
|
-
Aisne = "Aisne",
|
|
53
|
-
Allier = "Allier",
|
|
54
|
-
AlpesDeHauteProvence = "Alpes-de-Haute-Provence",
|
|
55
|
-
AlpesMaritimes = "Alpes-Maritimes",
|
|
56
|
-
Ardennes = "Ardennes",
|
|
57
|
-
Ardèche = "Ard\u00E8che",
|
|
58
|
-
Ariège = "Ari\u00E8ge",
|
|
59
|
-
Aube = "Aube",
|
|
60
|
-
Aude = "Aude",
|
|
61
|
-
Aveyron = "Aveyron",
|
|
62
|
-
BasRhin = "Bas-Rhin",
|
|
63
|
-
BouchesDuRhône = "Bouches-du-Rh\u00F4ne",
|
|
64
|
-
Calvados = "Calvados",
|
|
65
|
-
Cantal = "Cantal",
|
|
66
|
-
Charente = "Charente",
|
|
67
|
-
CharenteMaritime = "Charente-Maritime",
|
|
68
|
-
Cher = "Cher",
|
|
69
|
-
Comores = "Comores",
|
|
70
|
-
Corrèze = "Corr\u00E8ze",
|
|
71
|
-
Corse = "Corse",
|
|
72
|
-
CorseDuSud = "Corse-du-Sud",
|
|
73
|
-
Creuse = "Creuse",
|
|
74
|
-
CôteDOr = "C\u00F4te-d'Or",
|
|
75
|
-
CôtesDArmor = "C\u00F4tes-d'Armor",
|
|
76
|
-
CôtesDuNord = "C\u00F4tes-du-Nord",
|
|
77
|
-
DeuxSèvres = "Deux-S\u00E8vres",
|
|
78
|
-
Dordogne = "Dordogne",
|
|
79
|
-
Doubs = "Doubs",
|
|
80
|
-
Drôme = "Dr\u00F4me",
|
|
81
|
-
Essonne = "Essonne",
|
|
82
|
-
Eure = "Eure",
|
|
83
|
-
EureEtLoir = "Eure-et-Loir",
|
|
84
|
-
Finistère = "Finist\u00E8re",
|
|
85
|
-
FrançaisÉtablisHorsDeFrance = "Fran\u00E7ais \u00E9tablis hors de France",
|
|
86
|
-
Gard = "Gard",
|
|
87
|
-
Gers = "Gers",
|
|
88
|
-
Gironde = "Gironde",
|
|
89
|
-
Guadeloupe = "Guadeloupe",
|
|
90
|
-
Guyane = "Guyane",
|
|
91
|
-
HautRhin = "Haut-Rhin",
|
|
92
|
-
HauteCorse = "Haute-Corse",
|
|
93
|
-
HauteGaronne = "Haute-Garonne",
|
|
94
|
-
HauteLoire = "Haute-Loire",
|
|
95
|
-
HauteMarne = "Haute-Marne",
|
|
96
|
-
HauteSavoie = "Haute-Savoie",
|
|
97
|
-
HauteSaône = "Haute-Sa\u00F4ne",
|
|
98
|
-
HauteVienne = "Haute-Vienne",
|
|
99
|
-
HautesAlpes = "Hautes-Alpes",
|
|
100
|
-
HautesPyrénées = "Hautes-Pyr\u00E9n\u00E9es",
|
|
101
|
-
HautsDeSeine = "Hauts-de-Seine",
|
|
102
|
-
Hérault = "H\u00E9rault",
|
|
103
|
-
IlleEtVilaine = "Ille-et-Vilaine",
|
|
104
|
-
Indre = "Indre",
|
|
105
|
-
IndreEtLoire = "Indre-et-Loire",
|
|
106
|
-
Isère = "Is\u00E8re",
|
|
107
|
-
Jura = "Jura",
|
|
108
|
-
Landes = "Landes",
|
|
109
|
-
LoirEtCher = "Loir-et-Cher",
|
|
110
|
-
Loire = "Loire",
|
|
111
|
-
LoireAtlantique = "Loire-Atlantique",
|
|
112
|
-
Loiret = "Loiret",
|
|
113
|
-
Lot = "Lot",
|
|
114
|
-
LotEtGaronne = "Lot-et-Garonne",
|
|
115
|
-
Lozère = "Loz\u00E8re",
|
|
116
|
-
MaineEtLoire = "Maine-et-Loire",
|
|
117
|
-
Manche = "Manche",
|
|
118
|
-
Marne = "Marne",
|
|
119
|
-
Martinique = "Martinique",
|
|
120
|
-
Mayenne = "Mayenne",
|
|
121
|
-
Mayotte = "Mayotte",
|
|
122
|
-
MeurtheEtMoselle = "Meurthe-et-Moselle",
|
|
123
|
-
Meuse = "Meuse",
|
|
124
|
-
Morbihan = "Morbihan",
|
|
125
|
-
Moselle = "Moselle",
|
|
126
|
-
Nièvre = "Ni\u00E8vre",
|
|
127
|
-
Nord = "Nord",
|
|
128
|
-
NouvelleCalédonie = "Nouvelle-Cal\u00E9donie",
|
|
129
|
-
Oise = "Oise",
|
|
130
|
-
Orne = "Orne",
|
|
131
|
-
Paris = "Paris",
|
|
132
|
-
PasDeCalais = "Pas-de-Calais",
|
|
133
|
-
PolynésieFrançaise = "Polyn\u00E9sie Fran\u00E7aise",
|
|
134
|
-
PuyDeDôme = "Puy-de-D\u00F4me",
|
|
135
|
-
PyrénéesAtlantiques = "Pyr\u00E9n\u00E9es-Atlantiques",
|
|
136
|
-
PyrénéesOrientales = "Pyr\u00E9n\u00E9es-Orientales",
|
|
137
|
-
Rhône = "Rh\u00F4ne",
|
|
138
|
-
Réunion = "R\u00E9union",
|
|
139
|
-
SaintBarthélemyEtSaintMartin = "Saint-Barth\u00E9lemy et Saint-Martin",
|
|
140
|
-
SaintMartin = "Saint-Martin",
|
|
141
|
-
SaintPierreEtMiquelon = "Saint-Pierre-et-Miquelon",
|
|
142
|
-
Sarthe = "Sarthe",
|
|
143
|
-
Savoie = "Savoie",
|
|
144
|
-
SaôneEtLoire = "Sa\u00F4ne-et-Loire",
|
|
145
|
-
SeineEtMarne = "Seine-et-Marne",
|
|
146
|
-
SeineInférieure = "Seine-Inf\u00E9rieure",
|
|
147
|
-
SeineMaritime = "Seine-Maritime",
|
|
148
|
-
SeineSaintDenis = "Seine-Saint-Denis",
|
|
149
|
-
Somme = "Somme",
|
|
150
|
-
Tarn = "Tarn",
|
|
151
|
-
TarnEtGaronne = "Tarn-et-Garonne",
|
|
152
|
-
TerritoireDeBelfort = "Territoire de Belfort",
|
|
153
|
-
ValDOise = "Val-d'Oise",
|
|
154
|
-
ValDeMarne = "Val-de-Marne",
|
|
155
|
-
Var = "Var",
|
|
156
|
-
Vaucluse = "Vaucluse",
|
|
157
|
-
Vendée = "Vend\u00E9e",
|
|
158
|
-
Vienne = "Vienne",
|
|
159
|
-
Vosges = "Vosges",
|
|
160
|
-
WallisEtFutuna = "Wallis-et-Futuna",
|
|
161
|
-
Yonne = "Yonne",
|
|
162
|
-
Yvelines = "Yvelines"
|
|
163
|
-
}
|
|
164
|
-
export interface Mandats {
|
|
165
|
-
mandat: Mandat[] | Mandat;
|
|
166
|
-
}
|
|
167
|
-
export interface Mandat {
|
|
168
|
-
"@xmlns:xsi"?: string;
|
|
169
|
-
"@xsi:type"?: MandatXsiType;
|
|
170
|
-
uid: string;
|
|
171
|
-
acteurRef: string;
|
|
172
|
-
legislature: null | string;
|
|
173
|
-
typeOrgane: CodeTypeOrgane;
|
|
174
|
-
dateDebut: Date;
|
|
175
|
-
datePublication: Date | null;
|
|
176
|
-
dateFin: Date | null;
|
|
177
|
-
preseance: null | string;
|
|
178
|
-
nominPrincipale: string;
|
|
179
|
-
infosQualite: InfosQualite;
|
|
180
|
-
organes: Organes;
|
|
181
|
-
libelle?: null | string;
|
|
182
|
-
missionSuivanteRef?: null | string;
|
|
183
|
-
missionPrecedenteRef?: null | string;
|
|
184
|
-
suppleants?: Suppleants | null;
|
|
185
|
-
chambre?: null;
|
|
186
|
-
election?: Election;
|
|
187
|
-
InfosHorsSIAN?: InfosHorsSian;
|
|
188
|
-
mandature?: Mandature;
|
|
189
|
-
collaborateurs?: null[] | Collaborateurs | null;
|
|
190
|
-
}
|
|
191
|
-
export declare enum MandatXsiType {
|
|
192
|
-
MandatAvecSuppleantType = "MandatAvecSuppleant_Type",
|
|
193
|
-
MandatMissionType = "MandatMission_Type",
|
|
194
|
-
MandatParlementaireType = "MandatParlementaire_type",
|
|
195
|
-
MandatSimpleType = "MandatSimple_Type"
|
|
196
|
-
}
|
|
197
|
-
export interface Collaborateurs {
|
|
198
|
-
collaborateur: CollaborateurElement[] | CollaborateurElement;
|
|
199
|
-
}
|
|
200
|
-
export interface CollaborateurElement {
|
|
201
|
-
qualite: Civ | null;
|
|
202
|
-
prenom: string;
|
|
203
|
-
nom: string;
|
|
204
|
-
dateDebut: null;
|
|
205
|
-
dateFin: null;
|
|
206
|
-
}
|
|
207
|
-
export interface Election {
|
|
208
|
-
lieu: ElectionLieu;
|
|
209
|
-
causeMandat: null | string;
|
|
210
|
-
refCirconscription?: null | string;
|
|
211
|
-
}
|
|
212
|
-
export interface ElectionLieu {
|
|
213
|
-
region: Libelle | null;
|
|
214
|
-
regionType: Type | null;
|
|
215
|
-
departement: DepNais | null;
|
|
216
|
-
numDepartement: null | string;
|
|
217
|
-
numCirco: null | string;
|
|
218
|
-
}
|
|
219
|
-
export declare enum Libelle {
|
|
220
|
-
AuvergneRhôneAlpes = "Auvergne-Rh\u00F4ne-Alpes",
|
|
221
|
-
BourgogneFrancheComté = "Bourgogne-Franche-Comt\u00E9",
|
|
222
|
-
Bretagne = "Bretagne",
|
|
223
|
-
CentreValDeLoire = "Centre-Val de Loire",
|
|
224
|
-
Corse = "Corse",
|
|
225
|
-
FrançaisÉtablisHorsDeFrance = "Fran\u00E7ais \u00E9tablis hors de France",
|
|
226
|
-
GrandEst = "Grand Est",
|
|
227
|
-
Guadeloupe = "Guadeloupe",
|
|
228
|
-
Guyane = "Guyane",
|
|
229
|
-
HautsDeFrance = "Hauts-de-France",
|
|
230
|
-
IleDeFrance = "Ile-de-France",
|
|
231
|
-
Martinique = "Martinique",
|
|
232
|
-
Mayotte = "Mayotte",
|
|
233
|
-
Normandie = "Normandie",
|
|
234
|
-
NouvelleAquitaine = "Nouvelle-Aquitaine",
|
|
235
|
-
NouvelleCalédonie = "Nouvelle-Cal\u00E9donie",
|
|
236
|
-
Occitanie = "Occitanie",
|
|
237
|
-
PaysDeLaLoire = "Pays de la Loire",
|
|
238
|
-
PolynésieFrançaise = "Polyn\u00E9sie fran\u00E7aise",
|
|
239
|
-
ProvenceAlpesCôteDAzur = "Provence-Alpes-C\u00F4te d'Azur",
|
|
240
|
-
Réunion = "R\u00E9union",
|
|
241
|
-
SaintBarthélemyEtSaintMartin = "Saint-Barth\u00E9lemy et Saint-Martin",
|
|
242
|
-
SaintPierreEtMiquelon = "Saint-Pierre-et-Miquelon",
|
|
243
|
-
WallisEtFutuna = "Wallis-et-Futuna"
|
|
244
|
-
}
|
|
245
|
-
export declare enum Type {
|
|
246
|
-
CollectivitésDOutreMerEtNouvelleCalédonie = "Collectivit\u00E9s d'outre-mer et Nouvelle-Cal\u00E9donie",
|
|
247
|
-
Dom = "Dom",
|
|
248
|
-
FrançaisÉtablisHorsDeFrance = "Fran\u00E7ais \u00E9tablis hors de France",
|
|
249
|
-
Métropolitain = "M\u00E9tropolitain"
|
|
250
|
-
}
|
|
251
|
-
export interface InfosQualite {
|
|
252
|
-
codeQualite: null | string;
|
|
253
|
-
libQualite: string;
|
|
254
|
-
libQualiteSex: null | string;
|
|
255
|
-
}
|
|
256
|
-
export interface Mandature {
|
|
257
|
-
datePriseFonction: Date | null;
|
|
258
|
-
causeFin: null | string;
|
|
259
|
-
premiereElection: null | string;
|
|
260
|
-
placeHemicycle: null | string;
|
|
261
|
-
mandatRemplaceRef?: null | string;
|
|
262
|
-
matriculeVote?: null | string;
|
|
263
|
-
}
|
|
264
|
-
export interface Organes {
|
|
265
|
-
organeRef: string[] | string;
|
|
266
|
-
}
|
|
267
|
-
export interface Suppleants {
|
|
268
|
-
suppleant: Suppleant;
|
|
269
|
-
}
|
|
270
|
-
export interface Suppleant {
|
|
271
|
-
dateDebut: Date;
|
|
272
|
-
dateFin: Date | null;
|
|
273
|
-
suppleantRef: string;
|
|
274
|
-
}
|
|
275
|
-
export interface Profession {
|
|
276
|
-
libelleCourant: Nil | null | string;
|
|
277
|
-
socProcINSEE: SocProcInsee;
|
|
278
|
-
}
|
|
279
|
-
export interface SocProcInsee {
|
|
280
|
-
catSocPro: Nil | null | string;
|
|
281
|
-
famSocPro: Nil | FamSocProEnum | null;
|
|
282
|
-
}
|
|
283
|
-
export declare enum FamSocProEnum {
|
|
284
|
-
AgriculteursExploitants = "Agriculteurs exploitants",
|
|
285
|
-
ArtisansCommerçantsChefsDEntreprises = "Artisans, commer\u00E7ants, chefs d'entreprises",
|
|
286
|
-
ArtisansCommerçantsEtChefsDEntrepriseAncien = "Artisans, commer\u00E7ants et chefs d'entreprise",
|
|
287
|
-
AutresPersonnesSansActivitéProfessionnelle = "Autres personnes sans activit\u00E9 professionnelle",
|
|
288
|
-
CadresEtProfessionsIntellectuellesSupérieures = "Cadres et professions intellectuelles sup\u00E9rieures",
|
|
289
|
-
Employés = "Employ\u00E9s",
|
|
290
|
-
Ouvriers = "Ouvriers",
|
|
291
|
-
ProfessionsIntermédiaires = "Professions interm\u00E9diaires",
|
|
292
|
-
ProfessionsIntermédiairesAncien = "Professions Interm\u00E9diaires",
|
|
293
|
-
Retraités = "Retrait\u00E9s",
|
|
294
|
-
SansProfessionDéclarée = "Sans profession d\u00E9clar\u00E9e"
|
|
295
|
-
}
|
|
296
|
-
export interface Uid {
|
|
297
|
-
"@xmlns:xsi"?: string;
|
|
298
|
-
"@xsi:type": UidXsiType;
|
|
299
|
-
"#text": string;
|
|
300
|
-
}
|
|
301
|
-
export declare enum UidXsiType {
|
|
302
|
-
IdActeurType = "IdActeur_type"
|
|
303
|
-
}
|
|
304
|
-
export interface Deport {
|
|
305
|
-
deport: DeportClass;
|
|
306
|
-
}
|
|
307
|
-
export interface DeportClass {
|
|
308
|
-
"@xmlns": string;
|
|
309
|
-
"@xmlns:xsi": string;
|
|
310
|
-
uid: string;
|
|
311
|
-
chronotag: string;
|
|
312
|
-
legislature: string;
|
|
313
|
-
refActeur: string;
|
|
314
|
-
dateCreation: Date;
|
|
315
|
-
datePublication: Date;
|
|
316
|
-
portee: Instance;
|
|
317
|
-
lecture: Instance;
|
|
318
|
-
instance: Instance;
|
|
319
|
-
cible: Cible;
|
|
320
|
-
explication: null | string;
|
|
321
|
-
}
|
|
322
|
-
export interface Cible {
|
|
323
|
-
type: Instance;
|
|
324
|
-
referenceTextuelle: string;
|
|
325
|
-
references: null;
|
|
326
|
-
}
|
|
327
|
-
export interface Instance {
|
|
328
|
-
code: string;
|
|
329
|
-
libelle: string;
|
|
330
|
-
}
|
|
331
|
-
export interface Organe {
|
|
332
|
-
organe: OrganeOrgane;
|
|
333
|
-
}
|
|
334
|
-
export interface OrganeOrgane {
|
|
335
|
-
"@xmlns"?: string;
|
|
336
|
-
"@xmlns:xsi": string;
|
|
337
|
-
"@xsi:type"?: OrganeXsiType;
|
|
338
|
-
uid: string;
|
|
339
|
-
codeType: CodeTypeOrgane;
|
|
340
|
-
libelle: string;
|
|
341
|
-
libelleEdition: null | string;
|
|
342
|
-
libelleAbrege: string;
|
|
343
|
-
libelleAbrev: string;
|
|
344
|
-
viMoDe: ViMoDe;
|
|
345
|
-
organeParent?: null | string;
|
|
346
|
-
organePrecedentRef?: null | string;
|
|
347
|
-
chambre?: null;
|
|
348
|
-
regime?: Regime | null;
|
|
349
|
-
legislature?: null | string;
|
|
350
|
-
regimeJuridique?: null | string;
|
|
351
|
-
siteInternet?: null | string;
|
|
352
|
-
nombreReunionsAnnuelles?: null | string;
|
|
353
|
-
secretariat?: Secretariat;
|
|
354
|
-
numero?: null | string;
|
|
355
|
-
lieu?: OrganeLieu;
|
|
356
|
-
positionPolitique?: PositionPolitique | null;
|
|
357
|
-
preseance?: null | string;
|
|
358
|
-
couleurAssociee?: null | string;
|
|
359
|
-
listePays?: ListePays | null;
|
|
360
|
-
}
|
|
361
|
-
export declare enum OrganeXsiType {
|
|
362
|
-
GroupePolitiqueType = "GroupePolitique_type",
|
|
363
|
-
OrganeCirconscriptionType = "OrganeCirconscription_type",
|
|
364
|
-
OrganeExterneType = "OrganeExterne_Type",
|
|
365
|
-
OrganeExtraParlementaireType = "OrganeExtraParlementaire_type",
|
|
366
|
-
OrganeParlementaireInternational = "OrganeParlementaireInternational",
|
|
367
|
-
OrganeParlementaireType = "OrganeParlementaire_Type"
|
|
368
|
-
}
|
|
369
|
-
export interface OrganeLieu {
|
|
370
|
-
region: Region;
|
|
371
|
-
departement: Departement;
|
|
372
|
-
}
|
|
373
|
-
export interface Departement {
|
|
374
|
-
codeNatureDep: CodeNatureDep | null;
|
|
375
|
-
code: null | string;
|
|
376
|
-
libelle: DepNais | null;
|
|
377
|
-
}
|
|
378
|
-
export declare enum CodeNatureDep {
|
|
379
|
-
H = "H",
|
|
380
|
-
M = "M",
|
|
381
|
-
O = "O",
|
|
382
|
-
T = "T"
|
|
383
|
-
}
|
|
384
|
-
export interface Region {
|
|
385
|
-
type: Type | null;
|
|
386
|
-
libelle: Libelle | null;
|
|
387
|
-
}
|
|
388
|
-
export interface ListePays {
|
|
389
|
-
paysRef: string | string[];
|
|
390
|
-
}
|
|
391
|
-
export declare enum PositionPolitique {
|
|
392
|
-
Majoritaire = "Majoritaire",
|
|
393
|
-
Minoritaire = "Minoritaire",
|
|
394
|
-
Opposition = "Opposition"
|
|
395
|
-
}
|
|
396
|
-
export declare enum Regime {
|
|
397
|
-
AssembléeConsultativeProvisoire = "Assembl\u00E9e consultative provisoire",
|
|
398
|
-
AssembléesNationalesConstituantes = "Assembl\u00E9es nationales constituantes",
|
|
399
|
-
The3ÈmeRépublique = "3\u00E8me R\u00E9publique",
|
|
400
|
-
The4ÈmeRépublique = "4\u00E8me R\u00E9publique",
|
|
401
|
-
The5ÈmeRépublique = "5\u00E8me R\u00E9publique"
|
|
402
|
-
}
|
|
403
|
-
export interface Secretariat {
|
|
404
|
-
secretaire01: null | string;
|
|
405
|
-
secretaire02: null | string;
|
|
406
|
-
}
|
|
407
|
-
export interface ViMoDe {
|
|
408
|
-
dateDebut: Date | null;
|
|
409
|
-
dateAgrement: Date | null;
|
|
410
|
-
dateFin: Date | null;
|
|
411
|
-
}
|
|
412
|
-
export interface MandatWrapper {
|
|
413
|
-
mandat: Mandat;
|
|
414
|
-
}
|
|
415
|
-
export interface ActeursEtOrganes {
|
|
416
|
-
export: Export;
|
|
417
|
-
}
|
|
418
|
-
export interface Export {
|
|
419
|
-
"@xmlns:xsi": string;
|
|
420
|
-
organes: ExportOrganes;
|
|
421
|
-
acteurs: Acteurs;
|
|
422
|
-
}
|
|
423
|
-
export interface Acteurs {
|
|
424
|
-
acteur: ActeurElement[];
|
|
425
|
-
}
|
|
426
|
-
export interface ActeurElement {
|
|
427
|
-
uid: Uid;
|
|
428
|
-
etatCivil: EtatCivil;
|
|
429
|
-
uri_hatvp?: null | string;
|
|
430
|
-
mandats: Mandats;
|
|
431
|
-
}
|
|
432
|
-
export interface InfosHorsSian {
|
|
433
|
-
HATVP_URI: null;
|
|
434
|
-
}
|
|
435
|
-
export interface ExportOrganes {
|
|
436
|
-
organe: OrganeElement[];
|
|
437
|
-
}
|
|
438
|
-
export interface OrganeElement {
|
|
439
|
-
"@xsi:type": OrganeXsiType;
|
|
440
|
-
uid: string;
|
|
441
|
-
codeType: CodeTypeOrgane;
|
|
442
|
-
libelle: string;
|
|
443
|
-
libelleEdition: null | string;
|
|
444
|
-
libelleAbrege: string;
|
|
445
|
-
libelleAbrev: string;
|
|
446
|
-
viMoDe: ViMoDe;
|
|
447
|
-
regimeJuridique?: null | string;
|
|
448
|
-
regime?: Regime | null;
|
|
449
|
-
legislature?: null | string;
|
|
450
|
-
secretariat?: Secretariat;
|
|
451
|
-
positionPolitique?: PositionPolitique | null;
|
|
452
|
-
}
|
|
453
|
-
export declare class Convert {
|
|
454
|
-
static toActeur(json: string): Acteur;
|
|
455
|
-
static acteurToJson(value: Acteur): string;
|
|
456
|
-
static toDeport(json: string): Deport;
|
|
457
|
-
static deportToJson(value: Deport): string;
|
|
458
|
-
static toOrgane(json: string): Organe;
|
|
459
|
-
static organeToJson(value: Organe): string;
|
|
460
|
-
static toMandatWrapper(json: string): MandatWrapper;
|
|
461
|
-
static mandatWrapperToJson(value: MandatWrapper): string;
|
|
462
|
-
static toActeursEtOrganes(json: string): ActeursEtOrganes;
|
|
463
|
-
static acteursEtOrganesToJson(value: ActeursEtOrganes): string;
|
|
464
|
-
}
|