@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
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
export interface ComptesRendus {
|
|
2
|
-
compteRendu: CompteRenduClass;
|
|
3
|
-
}
|
|
4
|
-
export interface CompteRenduClass {
|
|
5
|
-
compteRendu: CompteRendu[];
|
|
6
|
-
}
|
|
7
|
-
export interface CompteRenduWrapper {
|
|
8
|
-
compteRendu: CompteRendu;
|
|
9
|
-
}
|
|
10
|
-
export interface CompteRendu {
|
|
11
|
-
xmlns: string;
|
|
12
|
-
uid: string;
|
|
13
|
-
seanceRef: string;
|
|
14
|
-
sessionRef: string;
|
|
15
|
-
metadonnees: Metadonnees;
|
|
16
|
-
contenu: Contenu;
|
|
17
|
-
}
|
|
18
|
-
export interface Contenu {
|
|
19
|
-
quantiemes: Quantiemes;
|
|
20
|
-
ouvertureSeance?: Point[] | Point;
|
|
21
|
-
point: Point[] | Point;
|
|
22
|
-
finSeance?: FinSeance;
|
|
23
|
-
paragraphe?: Point[];
|
|
24
|
-
}
|
|
25
|
-
export interface FinSeance {
|
|
26
|
-
point: Point;
|
|
27
|
-
}
|
|
28
|
-
export interface Orateurs {
|
|
29
|
-
orateur: OrateurElement[] | OrateurElement;
|
|
30
|
-
}
|
|
31
|
-
export interface OrateurElement {
|
|
32
|
-
nom: string | undefined;
|
|
33
|
-
id: string | undefined;
|
|
34
|
-
qualite: string | undefined;
|
|
35
|
-
}
|
|
36
|
-
export interface Texte {
|
|
37
|
-
_?: string;
|
|
38
|
-
id_syceron?: string;
|
|
39
|
-
stime?: string;
|
|
40
|
-
sup?: string;
|
|
41
|
-
lienAdt?: Texte[] | Texte;
|
|
42
|
-
}
|
|
43
|
-
export declare enum Decision {
|
|
44
|
-
AdoptionAmendementMainLevéeAdt = "ADOPTION amendement (main lev\u00E9e) adt",
|
|
45
|
-
AdoptionDUnArticleVoteÀMainLevée = "ADOPTION d\u2019un article (vote \u00E0 main lev\u00E9e)",
|
|
46
|
-
AdoptionDUnSousAmendementMainLevéeSsAdt = "ADOPTION d\u2019un sous-amendement (main lev\u00E9e) ss-adt",
|
|
47
|
-
AdoptionDePlusieursAmendementsMainLevéeAdts = "ADOPTION de plusieurs amendements (main lev\u00E9e) adts",
|
|
48
|
-
AdoptionDePlusieursSousAmendementsMainLevéeSsAdts = "ADOPTION de plusieurs sous-amendements (main lev\u00E9e) ss-adts",
|
|
49
|
-
Empty = "",
|
|
50
|
-
RejetDUnAmendementMainLevéeAdt = "REJET d\u2019un amendement (main lev\u00E9e) adt",
|
|
51
|
-
RejetDUnArticleVoteÀMainLevée = "REJET d\u2019un article (vote \u00E0 main lev\u00E9e)",
|
|
52
|
-
RejetDUnSousAmendementMainLevéeSsAdt = "REJET d\u2019un sous-amendement (main lev\u00E9e) ss-adt",
|
|
53
|
-
RejetDePlusieursAmendementsMainLevéeAdts = "REJET de plusieurs amendements (main lev\u00E9e) adts",
|
|
54
|
-
RejetDePlusieursSousAmendementsMainLevéeSsAdts = "REJET de plusieurs sous-amendements (main lev\u00E9e) ss-adts",
|
|
55
|
-
RejetMotionDeRejetPréalableMainLevée = "REJET motion de rejet pr\u00E9alable (main lev\u00E9e)"
|
|
56
|
-
}
|
|
57
|
-
export interface Point {
|
|
58
|
-
id_preparation?: string;
|
|
59
|
-
ordre_absolu_seance?: string;
|
|
60
|
-
code_grammaire?: string;
|
|
61
|
-
sommaire?: string;
|
|
62
|
-
id_syceron?: string;
|
|
63
|
-
valeur_ptsodj?: string;
|
|
64
|
-
nivpoint?: string;
|
|
65
|
-
ordinal_prise?: string;
|
|
66
|
-
code_style?: string;
|
|
67
|
-
code_parole?: string;
|
|
68
|
-
valeur?: string;
|
|
69
|
-
orateurs?: Orateurs | string;
|
|
70
|
-
texte?: Texte | string;
|
|
71
|
-
paragraphe?: Point[] | Point;
|
|
72
|
-
interExtraction?: Point[] | Point;
|
|
73
|
-
point?: Point[] | Point;
|
|
74
|
-
structure?: string;
|
|
75
|
-
id_acteur?: string;
|
|
76
|
-
id_mandat?: string;
|
|
77
|
-
id_nomination_oe?: string;
|
|
78
|
-
id_nomination_op?: string;
|
|
79
|
-
orateur?: string;
|
|
80
|
-
bibard?: string;
|
|
81
|
-
art?: string;
|
|
82
|
-
adt?: string;
|
|
83
|
-
ssadt?: string;
|
|
84
|
-
roledebat?: string;
|
|
85
|
-
changementPresidence?: Point[] | Point;
|
|
86
|
-
type_debat?: string;
|
|
87
|
-
decision?: Decision;
|
|
88
|
-
ouvertureSeance?: Point;
|
|
89
|
-
qualite?: string;
|
|
90
|
-
nom_orateur?: string;
|
|
91
|
-
}
|
|
92
|
-
export interface Quantiemes {
|
|
93
|
-
journee: string;
|
|
94
|
-
session: string;
|
|
95
|
-
}
|
|
96
|
-
export interface Metadonnees {
|
|
97
|
-
dateSeance: string;
|
|
98
|
-
dateSeanceJour: string;
|
|
99
|
-
numSeanceJour: string;
|
|
100
|
-
numSeance: string;
|
|
101
|
-
typeAssemblee: string;
|
|
102
|
-
legislature: string;
|
|
103
|
-
session: string;
|
|
104
|
-
nomFichierJo: string;
|
|
105
|
-
validite: string;
|
|
106
|
-
etat: string;
|
|
107
|
-
diffusion: string;
|
|
108
|
-
version: string;
|
|
109
|
-
environnement: string;
|
|
110
|
-
heureGeneration: Date;
|
|
111
|
-
sommaire: Sommaire;
|
|
112
|
-
}
|
|
113
|
-
export interface Sommaire {
|
|
114
|
-
presidentSeance: Texte;
|
|
115
|
-
sommaire1: SommaireElement[] | SommaireElement;
|
|
116
|
-
sommaire3?: SommaireElement[] | SommaireElement;
|
|
117
|
-
sommaire2?: SommaireElement[] | SommaireElement;
|
|
118
|
-
para?: Texte[] | Texte;
|
|
119
|
-
}
|
|
120
|
-
export interface SommaireElement {
|
|
121
|
-
valeur_pts_odj: string | undefined;
|
|
122
|
-
titreStruct: TitreStruct;
|
|
123
|
-
para?: Array<Texte | string> | Texte;
|
|
124
|
-
sommaire2?: SommaireElement[] | SommaireElement;
|
|
125
|
-
sommaire3?: SommaireElement[] | SommaireElement;
|
|
126
|
-
presidentSeance?: Texte[] | Texte;
|
|
127
|
-
type_debat?: string;
|
|
128
|
-
}
|
|
129
|
-
export interface TitreStruct {
|
|
130
|
-
id_syceron: string;
|
|
131
|
-
intitule?: string;
|
|
132
|
-
sousIntitule?: string;
|
|
133
|
-
type_debat?: string;
|
|
134
|
-
}
|
|
135
|
-
export declare class Convert {
|
|
136
|
-
static toComptesRendus(json: string): ComptesRendus;
|
|
137
|
-
static comptesRendusToJson(value: ComptesRendus): string;
|
|
138
|
-
static toCompteRenduWrapper(json: string): CompteRenduWrapper;
|
|
139
|
-
static compteRenduWrapperToJson(value: CompteRenduWrapper): string;
|
|
140
|
-
}
|
|
@@ -1,567 +0,0 @@
|
|
|
1
|
-
import { CodeActe } from '../shared_types/dossiers_legislatifs';
|
|
2
|
-
export interface Document {
|
|
3
|
-
document: DocumentDocument | DocumentSupprime;
|
|
4
|
-
}
|
|
5
|
-
export interface DocumentDocument {
|
|
6
|
-
"@xmlns": string;
|
|
7
|
-
"@xmlns:xsi": string;
|
|
8
|
-
"@xsi:type": DocumentXsiType;
|
|
9
|
-
uid: string;
|
|
10
|
-
legislature: null | string;
|
|
11
|
-
cycleDeVie: CycleDeVie;
|
|
12
|
-
denominationStructurelle: DocumentDenominationStructurelle;
|
|
13
|
-
provenance?: Provenance;
|
|
14
|
-
titres: Titres;
|
|
15
|
-
divisions: Divisions | null;
|
|
16
|
-
dossierRef: string;
|
|
17
|
-
redacteur: null;
|
|
18
|
-
classification: Classification;
|
|
19
|
-
auteurs: Auteurs;
|
|
20
|
-
correction: Correction | null;
|
|
21
|
-
notice: Notice;
|
|
22
|
-
indexation: Indexation | null;
|
|
23
|
-
imprimerie: Imprimerie | null;
|
|
24
|
-
coSignataires?: CoSignataires | null;
|
|
25
|
-
depotAmendements?: DepotAmendements | null;
|
|
26
|
-
organesReferents?: OrganesReferents | null;
|
|
27
|
-
rapportPublie?: string;
|
|
28
|
-
}
|
|
29
|
-
export interface DocumentSupprime {
|
|
30
|
-
"@xmlns": string;
|
|
31
|
-
"@xmlns:xsi": string;
|
|
32
|
-
"@xsi:type": DocumentXsiType;
|
|
33
|
-
uid: string;
|
|
34
|
-
metadatas: DocumentSupprimeMetadata;
|
|
35
|
-
}
|
|
36
|
-
export interface DocumentSupprimeMetadata {
|
|
37
|
-
dateSuppression: Date;
|
|
38
|
-
}
|
|
39
|
-
export declare enum DocumentXsiType {
|
|
40
|
-
AccordInternationalType = "accordInternational_Type",
|
|
41
|
-
AvisConseilEtatType = "avisConseilEtat_Type",
|
|
42
|
-
DocumentEtudeImpactType = "documentEtudeImpact_Type",
|
|
43
|
-
RapportParlementaireType = "rapportParlementaire_Type",
|
|
44
|
-
TexteLoiType = "texteLoi_Type"
|
|
45
|
-
}
|
|
46
|
-
export interface Auteurs {
|
|
47
|
-
auteur: AuteurElement[] | AuteurElement;
|
|
48
|
-
}
|
|
49
|
-
export interface AuteurElement {
|
|
50
|
-
acteur?: AuteurActeur;
|
|
51
|
-
organe?: AuteurOrgane;
|
|
52
|
-
}
|
|
53
|
-
export interface AuteurActeur {
|
|
54
|
-
acteurRef: string;
|
|
55
|
-
qualite: Qualite;
|
|
56
|
-
}
|
|
57
|
-
export declare enum Qualite {
|
|
58
|
-
Auteur = "auteur",
|
|
59
|
-
Cosignataire = "cosignataire",
|
|
60
|
-
Rapporteur = "rapporteur",
|
|
61
|
-
RapporteurGénéral = "rapporteur g\u00E9n\u00E9ral",
|
|
62
|
-
RapporteurPourAvis = "rapporteur pour avis",
|
|
63
|
-
RapporteurSpécial = "rapporteur sp\u00E9cial"
|
|
64
|
-
}
|
|
65
|
-
export interface AuteurOrgane {
|
|
66
|
-
organeRef: string;
|
|
67
|
-
}
|
|
68
|
-
export interface Classification {
|
|
69
|
-
famille: Famille | null;
|
|
70
|
-
type: ProcedureParlementaire;
|
|
71
|
-
sousType: SousType | null;
|
|
72
|
-
statutAdoption: StatutAdoption | null;
|
|
73
|
-
}
|
|
74
|
-
export interface Famille {
|
|
75
|
-
depot: ProcedureParlementaire;
|
|
76
|
-
classe: ProcedureParlementaire;
|
|
77
|
-
espece?: ProcedureParlementaire;
|
|
78
|
-
}
|
|
79
|
-
export interface ProcedureParlementaire {
|
|
80
|
-
code: string;
|
|
81
|
-
libelle: string;
|
|
82
|
-
}
|
|
83
|
-
export interface SousType {
|
|
84
|
-
code: Code;
|
|
85
|
-
libelle?: string;
|
|
86
|
-
libelleEdition?: string;
|
|
87
|
-
}
|
|
88
|
-
export declare enum Code {
|
|
89
|
-
Accpresrp = "ACCPRESRP",
|
|
90
|
-
Appart1515 = "APPART1515",
|
|
91
|
-
Appart341 = "APPART341",
|
|
92
|
-
Apploi = "APPLOI",
|
|
93
|
-
Aue = "AUE",
|
|
94
|
-
Autratconv = "AUTRATCONV",
|
|
95
|
-
Avecvote = "AVECVOTE",
|
|
96
|
-
Censure492 = "CENSURE492",
|
|
97
|
-
Censure493 = "CENSURE493",
|
|
98
|
-
Comenq = "COMENQ",
|
|
99
|
-
Compa = "COMPA",
|
|
100
|
-
Comspcpte = "COMSPCPTE",
|
|
101
|
-
Const = "CONST",
|
|
102
|
-
Ctrlbudg = "CTRLBUDG",
|
|
103
|
-
Divers = "DIVERS",
|
|
104
|
-
Engresptxt = "ENGRESPTXT",
|
|
105
|
-
Enqu = "ENQU",
|
|
106
|
-
Fin = "FIN",
|
|
107
|
-
Fingest = "FINGEST",
|
|
108
|
-
Finrect = "FINRECT",
|
|
109
|
-
Finssoc = "FINSSOC",
|
|
110
|
-
Finssocrec = "FINSSOCREC",
|
|
111
|
-
Impactlois = "IMPACTLOIS",
|
|
112
|
-
Legdelegan = "LEGDELEGAN",
|
|
113
|
-
Minfocomper = "MINFOCOMPER",
|
|
114
|
-
Modregltan = "MODREGLTAN",
|
|
115
|
-
Noteopecst = "NOTEOPECST",
|
|
116
|
-
Offparl = "OFFPARL",
|
|
117
|
-
Org = "ORG",
|
|
118
|
-
Petition = "PETITION",
|
|
119
|
-
Presidage = "PRESIDAGE",
|
|
120
|
-
Presidass = "PRESIDASS",
|
|
121
|
-
Presidrep = "PRESIDREP",
|
|
122
|
-
Propactcom = "PROPACTCOM",
|
|
123
|
-
Prpdit = "PRPDIT",
|
|
124
|
-
Rect = "RECT",
|
|
125
|
-
Refart11 = "REFART11",
|
|
126
|
-
Rgltbudg = "RGLTBUDG",
|
|
127
|
-
Rgltbudg2 = "RGLTBUDG2",
|
|
128
|
-
Supp = "SUPP",
|
|
129
|
-
Suspours = "SUSPOURS",
|
|
130
|
-
Tvxinstiteurop = "TVXINSTITEUROP"
|
|
131
|
-
}
|
|
132
|
-
export declare enum StatutAdoption {
|
|
133
|
-
Adoptcom = "ADOPTCOM",
|
|
134
|
-
Adoptseance = "ADOPTSEANCE",
|
|
135
|
-
Rejetseance = "REJETSEANCE"
|
|
136
|
-
}
|
|
137
|
-
export interface CoSignataires {
|
|
138
|
-
coSignataire: CoSignataireElement[] | CoSignataireElement;
|
|
139
|
-
}
|
|
140
|
-
export interface CoSignataireElement {
|
|
141
|
-
acteur?: CoSignataireActeur;
|
|
142
|
-
dateCosignature: string;
|
|
143
|
-
dateRetraitCosignature: null | string;
|
|
144
|
-
edite: string;
|
|
145
|
-
organe?: CoSignataireOrgane;
|
|
146
|
-
}
|
|
147
|
-
export interface CoSignataireActeur {
|
|
148
|
-
acteurRef: string;
|
|
149
|
-
}
|
|
150
|
-
export interface InitiateursRefs {
|
|
151
|
-
acteurRef?: string;
|
|
152
|
-
organeRef?: string;
|
|
153
|
-
}
|
|
154
|
-
export interface CoSignataireOrgane {
|
|
155
|
-
organeRef: string;
|
|
156
|
-
etApparentes: string;
|
|
157
|
-
}
|
|
158
|
-
export interface Correction {
|
|
159
|
-
typeCorrection: TypeCorrection;
|
|
160
|
-
niveauCorrection?: string;
|
|
161
|
-
}
|
|
162
|
-
export declare enum TypeCorrection {
|
|
163
|
-
Rectifié = "Rectifi\u00E9"
|
|
164
|
-
}
|
|
165
|
-
export interface CycleDeVie {
|
|
166
|
-
chrono: Chrono;
|
|
167
|
-
}
|
|
168
|
-
export interface Chrono {
|
|
169
|
-
dateCreation: Date;
|
|
170
|
-
dateDepot: Date | null;
|
|
171
|
-
datePublication: Date | null;
|
|
172
|
-
datePublicationWeb: Date | null;
|
|
173
|
-
}
|
|
174
|
-
export declare enum DocumentDenominationStructurelle {
|
|
175
|
-
Allocution = "Allocution",
|
|
176
|
-
Avis = "Avis",
|
|
177
|
-
Déclaration = "D\u00E9claration",
|
|
178
|
-
Lettre = "Lettre",
|
|
179
|
-
Message = "Message",
|
|
180
|
-
Motion = "Motion",
|
|
181
|
-
ProjetDeLoi = "Projet de loi",
|
|
182
|
-
PropositionDeLoi = "Proposition de loi",
|
|
183
|
-
PropositionDeRésolution = "Proposition de r\u00E9solution",
|
|
184
|
-
Rapport = "Rapport",
|
|
185
|
-
RapportDInformation = "Rapport d'information",
|
|
186
|
-
Résolution = "R\u00E9solution"
|
|
187
|
-
}
|
|
188
|
-
export interface DepotAmendements {
|
|
189
|
-
amendementsSeance: AmendementsSeance;
|
|
190
|
-
amendementsCommission?: AmendementsCommission;
|
|
191
|
-
}
|
|
192
|
-
export interface AmendementsCommission {
|
|
193
|
-
commission: CommissionElement[] | CommissionElement;
|
|
194
|
-
}
|
|
195
|
-
export interface CommissionElement {
|
|
196
|
-
organeRef: string;
|
|
197
|
-
amendable: string;
|
|
198
|
-
dateLimiteDepot: null;
|
|
199
|
-
}
|
|
200
|
-
export interface AmendementsSeance {
|
|
201
|
-
amendable: string;
|
|
202
|
-
dateLimiteDepot: null;
|
|
203
|
-
}
|
|
204
|
-
export interface Divisions {
|
|
205
|
-
division: Division[] | Division;
|
|
206
|
-
}
|
|
207
|
-
export interface Division {
|
|
208
|
-
"@xsi:type": DocumentXsiType;
|
|
209
|
-
uid: string;
|
|
210
|
-
legislature: null | string;
|
|
211
|
-
cycleDeVie: CycleDeVie;
|
|
212
|
-
denominationStructurelle: string;
|
|
213
|
-
titres: Titres;
|
|
214
|
-
divisions: Divisions | null;
|
|
215
|
-
dossierRef: string;
|
|
216
|
-
redacteur: null;
|
|
217
|
-
classification: Classification;
|
|
218
|
-
auteurs: Auteurs;
|
|
219
|
-
organesReferents?: OrganesReferents | null;
|
|
220
|
-
correction: Correction | null;
|
|
221
|
-
notice: Notice;
|
|
222
|
-
indexation: Indexation | null;
|
|
223
|
-
imprimerie: Imprimerie | null;
|
|
224
|
-
coSignataires?: null;
|
|
225
|
-
depotAmendements?: null;
|
|
226
|
-
rapportPublie?: string;
|
|
227
|
-
}
|
|
228
|
-
export interface Imprimerie {
|
|
229
|
-
DIAN?: null | string;
|
|
230
|
-
ISBN?: null | string;
|
|
231
|
-
ISSN?: null | string;
|
|
232
|
-
nbPage?: null | string;
|
|
233
|
-
prix: null | string;
|
|
234
|
-
}
|
|
235
|
-
export interface Notice {
|
|
236
|
-
numNotice?: string;
|
|
237
|
-
formule?: string;
|
|
238
|
-
adoptionConforme: string;
|
|
239
|
-
}
|
|
240
|
-
export interface Titres {
|
|
241
|
-
titrePrincipal: string;
|
|
242
|
-
titrePrincipalCourt: string;
|
|
243
|
-
}
|
|
244
|
-
export interface OrganesReferents {
|
|
245
|
-
organeRef: string[] | string;
|
|
246
|
-
}
|
|
247
|
-
export declare enum Provenance {
|
|
248
|
-
Commission = "Commission",
|
|
249
|
-
Séance = "S\u00E9ance",
|
|
250
|
-
TexteDéposé = "Texte D\u00E9pos\u00E9"
|
|
251
|
-
}
|
|
252
|
-
export interface DossierParlementaire {
|
|
253
|
-
dossierParlementaire: DossierParlementaireDossierParlementaire;
|
|
254
|
-
}
|
|
255
|
-
export interface DossierParlementaireDossierParlementaire {
|
|
256
|
-
"@xmlns": string;
|
|
257
|
-
"@xmlns:xsi": string;
|
|
258
|
-
"@xsi:type": DossierParlementaireXsiType;
|
|
259
|
-
uid: string;
|
|
260
|
-
legislature: string;
|
|
261
|
-
titreDossier: TitreDossier;
|
|
262
|
-
procedureParlementaire: ProcedureParlementaire;
|
|
263
|
-
initiateur: Initiateur | null;
|
|
264
|
-
actesLegislatifs: ActesLegislatifs | null;
|
|
265
|
-
indexation?: Indexation;
|
|
266
|
-
fusionDossier: FusionDossier | null;
|
|
267
|
-
PLF?: Plf;
|
|
268
|
-
}
|
|
269
|
-
export declare enum DossierParlementaireXsiType {
|
|
270
|
-
DossierCommissionEnqueteType = "DossierCommissionEnquete_Type",
|
|
271
|
-
DossierIniativeExecutifType = "DossierIniativeExecutif_Type",
|
|
272
|
-
DossierLegislatifType = "DossierLegislatif_Type",
|
|
273
|
-
DossierMissionControleType = "DossierMissionControle_Type",
|
|
274
|
-
DossierMissionInformationType = "DossierMissionInformation_Type",
|
|
275
|
-
DossierResolutionAn = "DossierResolutionAN"
|
|
276
|
-
}
|
|
277
|
-
export interface Plf {
|
|
278
|
-
EtudePLF: EtudePlf[];
|
|
279
|
-
}
|
|
280
|
-
export interface EtudePlf {
|
|
281
|
-
uid: string;
|
|
282
|
-
organeRef: string;
|
|
283
|
-
texteAssocie?: string;
|
|
284
|
-
rapporteur?: Rapporteur[] | Rapporteur;
|
|
285
|
-
missionMinefi?: MissionMinefiElement;
|
|
286
|
-
ordreDIQS: string;
|
|
287
|
-
ordreCommission: string;
|
|
288
|
-
}
|
|
289
|
-
export interface Missions {
|
|
290
|
-
mission: MissionMinefiElement[] | MissionMinefiElement;
|
|
291
|
-
}
|
|
292
|
-
export interface MissionMinefiElement {
|
|
293
|
-
typeMission: TypeMission;
|
|
294
|
-
codeMission?: string;
|
|
295
|
-
libelleLong: string;
|
|
296
|
-
libelleCourt: string;
|
|
297
|
-
typeBudget: TypeBudget;
|
|
298
|
-
missions?: Missions;
|
|
299
|
-
}
|
|
300
|
-
export declare enum TypeBudget {
|
|
301
|
-
BudgetAnnexe = "Budget annexe",
|
|
302
|
-
BudgetGénéral = "Budget g\u00E9n\u00E9ral",
|
|
303
|
-
CompteDeConcoursFinancier = "Compte de concours financier",
|
|
304
|
-
CompteSpécial = "Compte sp\u00E9cial",
|
|
305
|
-
PremièrePartie = "Premi\u00E8re partie"
|
|
306
|
-
}
|
|
307
|
-
export declare enum TypeMission {
|
|
308
|
-
MissionPrincipale = "mission principale",
|
|
309
|
-
MissionSecondaire = "mission secondaire",
|
|
310
|
-
PartieDeMission = "partie de mission"
|
|
311
|
-
}
|
|
312
|
-
export interface ActesLegislatifs {
|
|
313
|
-
acteLegislatif: ActeLegislatif[] | ActeLegislatif;
|
|
314
|
-
}
|
|
315
|
-
export interface ActeLegislatif {
|
|
316
|
-
"@xsi:type": ActeLegislatifXsiType;
|
|
317
|
-
uid: string;
|
|
318
|
-
codeActe: CodeActe;
|
|
319
|
-
libelleActe: LibelleActe;
|
|
320
|
-
organeRef?: string;
|
|
321
|
-
dateActe: Date | null;
|
|
322
|
-
actesLegislatifs: ActesLegislatifs | null;
|
|
323
|
-
texteAssocie?: string;
|
|
324
|
-
contributionInternaute?: ContributionInternaute;
|
|
325
|
-
provenance?: string;
|
|
326
|
-
depotInitialLectureDefinitiveRef?: null | string;
|
|
327
|
-
initiateur?: Initiateur;
|
|
328
|
-
statutConclusion?: FamCodeEtLibelle;
|
|
329
|
-
reunionRef?: string | null;
|
|
330
|
-
odjRef?: string | null;
|
|
331
|
-
odSeancejRef?: null;
|
|
332
|
-
voteRefs?: VoteRefs | null;
|
|
333
|
-
textesAssocies?: TextesAssocies;
|
|
334
|
-
rapporteurs?: Rapporteurs;
|
|
335
|
-
reunion?: null;
|
|
336
|
-
texteAdopte?: null | string;
|
|
337
|
-
casSaisine?: FamCodeEtLibelle;
|
|
338
|
-
decision?: FamCodeEtLibelle;
|
|
339
|
-
formuleDecision?: string;
|
|
340
|
-
initiateurs?: InitiateursRefs | null;
|
|
341
|
-
motif?: Motif;
|
|
342
|
-
urlConclusion?: string;
|
|
343
|
-
numDecision?: string;
|
|
344
|
-
anneeDecision?: string;
|
|
345
|
-
typeDeclaration?: FamCodeEtLibelle;
|
|
346
|
-
typeMotionCensure?: FamCodeEtLibelle;
|
|
347
|
-
auteurs?: ActeLegislatifAuteurs | null;
|
|
348
|
-
typeMotion?: FamCodeEtLibelle;
|
|
349
|
-
auteurMotion?: string;
|
|
350
|
-
dateRetrait?: null;
|
|
351
|
-
texteLoiRef?: string;
|
|
352
|
-
infoJO?: InfoJoElement | null;
|
|
353
|
-
urlEcheancierLoi?: null | string;
|
|
354
|
-
codeLoi?: string;
|
|
355
|
-
titreLoi?: string | null;
|
|
356
|
-
infoJORect?: InfoJoElement[] | InfoJoElement;
|
|
357
|
-
texteEuropeen?: TexteEuropeen;
|
|
358
|
-
infoJOCE?: InfoJoce;
|
|
359
|
-
statutAdoption?: FamCodeEtLibelle;
|
|
360
|
-
urlLegifrance?: string;
|
|
361
|
-
referenceNOR?: string;
|
|
362
|
-
texteExterneAssocie?: TexteExterneAssocie;
|
|
363
|
-
}
|
|
364
|
-
export declare enum ActeLegislatifXsiType {
|
|
365
|
-
AdoptionEuropeType = "Adoption_Europe_Type",
|
|
366
|
-
ConclusionEtapeCcType = "ConclusionEtapeCC_Type",
|
|
367
|
-
ConvocationCongresType = "ConvocationCongres_Type",
|
|
368
|
-
CreationOrganeTemporaireType = "CreationOrganeTemporaire_Type",
|
|
369
|
-
DecisionMotionCensureType = "DecisionMotionCensure_Type",
|
|
370
|
-
DecisionRecevabiliteBureauType = "DecisionRecevabiliteBureau_Type",
|
|
371
|
-
DecisionType = "Decision_Type",
|
|
372
|
-
DeclarationGouvernementType = "DeclarationGouvernement_Type",
|
|
373
|
-
DepotAccordInternationalType = "DepotAccordInternational_Type",
|
|
374
|
-
DepotAvisConseilEtatType = "DepotAvisConseilEtat_Type",
|
|
375
|
-
DepotInitiativeNavetteType = "DepotInitiativeNavette_Type",
|
|
376
|
-
DepotInitiativeType = "DepotInitiative_Type",
|
|
377
|
-
DepotLettreRectificativeType = "DepotLettreRectificative_Type",
|
|
378
|
-
DepotMotionCensureType = "DepotMotionCensure_Type",
|
|
379
|
-
DepotMotionReferendaireType = "DepotMotionReferendaire_Type",
|
|
380
|
-
DepotRapportType = "DepotRapport_Type",
|
|
381
|
-
DiscussionCommissionType = "DiscussionCommission_Type",
|
|
382
|
-
DiscussionSeancePubliqueType = "DiscussionSeancePublique_Type",
|
|
383
|
-
EtapeType = "Etape_Type",
|
|
384
|
-
EtudeImpactType = "EtudeImpact_Type",
|
|
385
|
-
MotionProcedureType = "MotionProcedure_Type",
|
|
386
|
-
NominRapporteursType = "NominRapporteurs_Type",
|
|
387
|
-
ProcedureAccelereType = "ProcedureAccelere_Type",
|
|
388
|
-
PromulgationType = "Promulgation_Type",
|
|
389
|
-
RenvoiPrealableType = "RenvoiPrealable_Type",
|
|
390
|
-
RenvoiCmpType = "RenvoiCMP_Type",
|
|
391
|
-
RetraitInitiativeType = "RetraitInitiative_Type",
|
|
392
|
-
SaisieComAvisType = "SaisieComAvis_Type",
|
|
393
|
-
SaisieComFondType = "SaisieComFond_Type",
|
|
394
|
-
SaisineConseilConstitType = "SaisineConseilConstit_Type"
|
|
395
|
-
}
|
|
396
|
-
export interface LibelleActe {
|
|
397
|
-
nomCanonique: string;
|
|
398
|
-
libelleCourt?: string;
|
|
399
|
-
}
|
|
400
|
-
export interface Rapporteur {
|
|
401
|
-
acteurRef: string;
|
|
402
|
-
typeRapporteur: Qualite;
|
|
403
|
-
etudePLFRef?: string;
|
|
404
|
-
}
|
|
405
|
-
export interface Rapporteurs {
|
|
406
|
-
rapporteur: Rapporteur[] | Rapporteur;
|
|
407
|
-
}
|
|
408
|
-
export interface FamCodeEtLibelle {
|
|
409
|
-
fam_code: string;
|
|
410
|
-
libelle?: string;
|
|
411
|
-
}
|
|
412
|
-
export interface Rapporteurs {
|
|
413
|
-
rapporteur: Rapporteur[] | Rapporteur;
|
|
414
|
-
}
|
|
415
|
-
export interface TextesAssocies {
|
|
416
|
-
texteAssocie: TexteAssocieElement[] | TexteAssocieElement;
|
|
417
|
-
}
|
|
418
|
-
export interface TexteAssocieElement {
|
|
419
|
-
typeTexte: TypeTexte;
|
|
420
|
-
refTexteAssocie: string;
|
|
421
|
-
}
|
|
422
|
-
export declare enum TypeTexte {
|
|
423
|
-
Bta = "BTA",
|
|
424
|
-
Tap = "TAP"
|
|
425
|
-
}
|
|
426
|
-
export interface VoteRefs {
|
|
427
|
-
voteRef: string[] | string;
|
|
428
|
-
}
|
|
429
|
-
export interface ActeLegislatifAuteurs {
|
|
430
|
-
acteurRef: string[] | string;
|
|
431
|
-
}
|
|
432
|
-
export interface ContributionInternaute {
|
|
433
|
-
dateFermeture: null | string;
|
|
434
|
-
dateOuverture?: string;
|
|
435
|
-
}
|
|
436
|
-
export interface ActeurElement {
|
|
437
|
-
acteurRef: string;
|
|
438
|
-
mandatRef: string;
|
|
439
|
-
}
|
|
440
|
-
export declare enum Motif {
|
|
441
|
-
EnApplicationDeLArticle612DeLaConstitution = "En application de l'article 61\u00A72 de la Constitution"
|
|
442
|
-
}
|
|
443
|
-
export interface InfoJoElement {
|
|
444
|
-
typeJO: TypeJo;
|
|
445
|
-
dateJO: string;
|
|
446
|
-
pageJO: null;
|
|
447
|
-
numJO: string;
|
|
448
|
-
urlLegifrance?: string;
|
|
449
|
-
referenceNOR?: string;
|
|
450
|
-
}
|
|
451
|
-
export declare enum TypeJo {
|
|
452
|
-
JoLoiDecret = "JO_LOI_DECRET"
|
|
453
|
-
}
|
|
454
|
-
export interface FusionDossier {
|
|
455
|
-
cause: Cause;
|
|
456
|
-
dossierAbsorbantRef: string;
|
|
457
|
-
}
|
|
458
|
-
export declare enum Cause {
|
|
459
|
-
DossierAbsorbé = "Dossier absorb\u00E9",
|
|
460
|
-
ExamenCommun = "Examen commun"
|
|
461
|
-
}
|
|
462
|
-
export interface Initiateur {
|
|
463
|
-
acteurs?: InitiateurActeurs;
|
|
464
|
-
organes?: Organes;
|
|
465
|
-
}
|
|
466
|
-
export interface InitiateurActeurs {
|
|
467
|
-
acteur: ActeurElement[] | ActeurElement;
|
|
468
|
-
}
|
|
469
|
-
export interface Organes {
|
|
470
|
-
organe: OrganesOrgane;
|
|
471
|
-
}
|
|
472
|
-
export interface OrganesOrgane {
|
|
473
|
-
organeRef: OrganeRefClass;
|
|
474
|
-
}
|
|
475
|
-
export interface OrganeRefClass {
|
|
476
|
-
uid: string;
|
|
477
|
-
}
|
|
478
|
-
export interface TitreDossier {
|
|
479
|
-
titre: string;
|
|
480
|
-
titreChemin: null | string;
|
|
481
|
-
senatChemin: null | string;
|
|
482
|
-
}
|
|
483
|
-
export interface DossiersLegislatifs {
|
|
484
|
-
export: Export;
|
|
485
|
-
}
|
|
486
|
-
export interface Export {
|
|
487
|
-
"@xmlns:xsi": string;
|
|
488
|
-
textesLegislatifs: TextesLegislatifs;
|
|
489
|
-
dossiersLegislatifs: DossiersLegislatifsClass;
|
|
490
|
-
}
|
|
491
|
-
export interface DossiersLegislatifsClass {
|
|
492
|
-
dossier: Dossier[];
|
|
493
|
-
}
|
|
494
|
-
export interface Dossier {
|
|
495
|
-
dossierParlementaire: DossierDossierParlementaire;
|
|
496
|
-
}
|
|
497
|
-
export interface DossierDossierParlementaire {
|
|
498
|
-
"@xsi:type"?: DossierParlementaireXsiType;
|
|
499
|
-
uid: string;
|
|
500
|
-
legislature: string;
|
|
501
|
-
titreDossier: TitreDossier;
|
|
502
|
-
procedureParlementaire: ProcedureParlementaire;
|
|
503
|
-
initiateur: Initiateur | null;
|
|
504
|
-
actesLegislatifs: ActesLegislatifs;
|
|
505
|
-
indexation?: Indexation;
|
|
506
|
-
fusionDossier: FusionDossier | null;
|
|
507
|
-
PLF?: Plf;
|
|
508
|
-
}
|
|
509
|
-
export interface InfoJoce {
|
|
510
|
-
refJOCE: string;
|
|
511
|
-
dateJOCE: string;
|
|
512
|
-
}
|
|
513
|
-
export interface TexteEuropeen {
|
|
514
|
-
typeTexteEuropeen: string;
|
|
515
|
-
titreTexteEuropeen: string;
|
|
516
|
-
}
|
|
517
|
-
export interface Indexation {
|
|
518
|
-
themes: Themes;
|
|
519
|
-
}
|
|
520
|
-
export interface Themes {
|
|
521
|
-
"@niveau": string;
|
|
522
|
-
theme: Theme;
|
|
523
|
-
}
|
|
524
|
-
export interface Theme {
|
|
525
|
-
libelleTheme: string;
|
|
526
|
-
}
|
|
527
|
-
export interface TextesLegislatifs {
|
|
528
|
-
document: DocumentElement[];
|
|
529
|
-
}
|
|
530
|
-
export interface DocumentElement {
|
|
531
|
-
"@xsi:type": DocumentXsiType;
|
|
532
|
-
uid: string;
|
|
533
|
-
legislature: null | string;
|
|
534
|
-
cycleDeVie: CycleDeVie;
|
|
535
|
-
denominationStructurelle: DocumentDenominationStructurelle;
|
|
536
|
-
provenance?: Provenance;
|
|
537
|
-
titres: Titres;
|
|
538
|
-
divisions: Divisions | null;
|
|
539
|
-
dossierRef: string;
|
|
540
|
-
redacteur: null;
|
|
541
|
-
classification: Classification;
|
|
542
|
-
auteurs: Auteurs;
|
|
543
|
-
correction: Correction | null;
|
|
544
|
-
notice: Notice;
|
|
545
|
-
indexation: Indexation | null;
|
|
546
|
-
imprimerie: Imprimerie | null;
|
|
547
|
-
coSignataires?: CoSignataires | null;
|
|
548
|
-
depotAmendements?: DepotAmendements | null;
|
|
549
|
-
rapportPublie?: string;
|
|
550
|
-
}
|
|
551
|
-
export interface TexteExterneAssocie {
|
|
552
|
-
typeDoc: TexteExterneAssocieTypeDoc;
|
|
553
|
-
texteRef: string;
|
|
554
|
-
titreDoc: string;
|
|
555
|
-
urlDoc: string;
|
|
556
|
-
}
|
|
557
|
-
export declare enum TexteExterneAssocieTypeDoc {
|
|
558
|
-
Decret = "D\u00E9cret"
|
|
559
|
-
}
|
|
560
|
-
export declare class Convert {
|
|
561
|
-
static toDocument(json: string): Document;
|
|
562
|
-
static documentToJson(value: Document): string;
|
|
563
|
-
static toDossierParlementaire(json: string): DossierParlementaire;
|
|
564
|
-
static dossierParlementaireToJson(value: DossierParlementaire): string;
|
|
565
|
-
static toDossiersLegislatifs(json: string): DossiersLegislatifs;
|
|
566
|
-
static dossiersLegislatifsToJson(value: DossiersLegislatifs): string;
|
|
567
|
-
}
|