@tricoteuses/assemblee 2.5.31 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +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 -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,682 +0,0 @@
|
|
|
1
|
-
var L = /* @__PURE__ */ ((e) => (e.Accord = "Accord", e.SansObjet = "Sans objet", e))(L || {}), b = /* @__PURE__ */ ((e) => (e.Création = "création", e.Modification = "modification", e.Suppression = "suppression", e))(b || {}), C = /* @__PURE__ */ ((e) => (e.AC = "AC", e.At = "AT", e.Di = "DI", e.Effacé = "effacé", e.Er = "ER", e.Et = "ET", e.IR = "IR", e.Irr127 = "IRR127", e.Irr20 = "IRR20", e.Irr37 = "IRR37", e.Irr38 = "IRR38", e.Irr41 = "IRR41", e.Irr42 = "IRR42", e.Irr45 = "IRR45", e.Irr48 = "IRR48", e.Irr53 = "IRR53", e.Irrai = "IRRAI", e.Irraif = "IRRAIF", e.Irrd = "IRRD", e.Irrhc = "IRRHC", e.Irrhd = "IRRHD", e.Irrsa = "IRRSA", e.R = "R", e.Rt = "RT", e.T = "T", e))(C || {}), O = /* @__PURE__ */ ((e) => (e.ADiscuter = "A discuter", e.ADéposer = "A déposer", e.Discuté = "Discuté", e.Effacé = "effacé", e.EnRecevabilité = "En recevabilité", e.EnTraitement = "En traitement", e.Irrecevable = "Irrecevable", e.Irrecevable40 = "Irrecevable 40", e.Retiré = "Retiré", e))(O || {}), E = /* @__PURE__ */ ((e) => (e.Adopté = "Adopté", e.AutreIrrecevabilité = "Autre irrecevabilité", e.AutreIrrecevabilité40 = "Autre irrecevabilité 40", e.AutresIrrLOLF = "Autres irr LOLF", e.AutresIrrLOLFSS = "Autres irr LOLFSS", e.Cavalier45 = "Cavalier (45)", e.CavalierBudgétaire = "Cavalier budgétaire", e.CavalierSocial = "Cavalier social", e.ChampDeLHabilitation38 = "Champ de l'habilitation (38)", e.Charge = "Charge", e.Cmp45 = "CMP (45)", e.Crédits = "Crédits", e.DispositionRéglementaire37 = "Disposition réglementaire (37)", e.DomaineDeLaLoi41 = "Domaine de la loi (41)", e.DomaineLoiOrganique127 = "Domaine loi organique (127)", e.Doublon = "Doublon", e.Entonnoir45 = "Entonnoir (45)", e.Gage = "Gage", e.HorsChamp = "Hors champ", e.HorsDélais = "Hors-délais", e.Injonction20 = "Injonction (20)", e.IrrEnPremièrePartie = "Irr en première partie", e.IrrEnSecondePartie = "Irr en seconde partie", e.Lolf = "LOLF", e.Lolfss = "LOLFSS", e.NonSoutenu = "Non soutenu", e.OrdreDuJour48 = "Ordre du jour (48)", e.R = "R", e.RatificationTraité53 = "Ratification traité (53)", e.Rejeté = "Rejeté", e.Retiré = "Retiré", e.RetiréAprèsPublication = "Retiré après publication", e.RetiréAvantPublication = "Retiré avant publication", e.SatisfaitOuInopérant42 = "Satisfait ou inopérant (42)", e.SousAmendement98 = "Sous-amendement (98)", e.Tombé = "Tombé", e))(E || {}), F = /* @__PURE__ */ ((e) => (e.Dernier = "Dernier", e.Milieu = "Milieu", e.Premier = "Premier", e))(F || {}), h = /* @__PURE__ */ ((e) => (e.A = "A", e.Apres = "Apres", e.Avant = "Avant", e))(h || {}), x = /* @__PURE__ */ ((e) => (e.Annexe = "ANNEXE", e.Article = "ARTICLE", e.Chapitre = "CHAPITRE", e.Titre = "TITRE", e))(x || {}), M = /* @__PURE__ */ ((e) => (e.B = "B", e.C = "C", e.D = "D", e))(M || {}), N = /* @__PURE__ */ ((e) => (e.Pdf = "PDF", e))(N || {}), S = /* @__PURE__ */ ((e) => (e.Application = "application", e))(S || {}), J = /* @__PURE__ */ ((e) => (e.Député = "Député", e.Gouvernement = "Gouvernement", e.Rapporteur = "Rapporteur", e))(J || {});
|
|
2
|
-
class q {
|
|
3
|
-
static toAmendement(s) {
|
|
4
|
-
return y(JSON.parse(s), i("Amendement"));
|
|
5
|
-
}
|
|
6
|
-
static amendementToJson(s) {
|
|
7
|
-
return JSON.stringify(R(s, i("Amendement")), null, 2);
|
|
8
|
-
}
|
|
9
|
-
static toAmendements(s) {
|
|
10
|
-
return y(JSON.parse(s), i("Amendements"));
|
|
11
|
-
}
|
|
12
|
-
static amendementsToJson(s) {
|
|
13
|
-
return JSON.stringify(R(s, i("Amendements")), null, 2);
|
|
14
|
-
}
|
|
15
|
-
static toTexteLegislatif(s) {
|
|
16
|
-
return y(JSON.parse(s), i("TexteLegislatif"));
|
|
17
|
-
}
|
|
18
|
-
static texteLegislatifToJson(s) {
|
|
19
|
-
return JSON.stringify(R(s, i("TexteLegislatif")), null, 2);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
function u(e, s, a = "") {
|
|
23
|
-
throw Error(
|
|
24
|
-
a ? `Invalid value for key "${a}". Expected type ${JSON.stringify(
|
|
25
|
-
e
|
|
26
|
-
)} but got ${JSON.stringify(s)}` : `Invalid value ${JSON.stringify(s)} for type ${JSON.stringify(e)}`
|
|
27
|
-
);
|
|
28
|
-
}
|
|
29
|
-
function H(e) {
|
|
30
|
-
if (e.jsonToJS === void 0) {
|
|
31
|
-
const s = {};
|
|
32
|
-
e.props.forEach((a) => s[a.json] = { key: a.js, typ: a.typ }), e.jsonToJS = s;
|
|
33
|
-
}
|
|
34
|
-
return e.jsonToJS;
|
|
35
|
-
}
|
|
36
|
-
function w(e) {
|
|
37
|
-
if (e.jsToJSON === void 0) {
|
|
38
|
-
const s = {};
|
|
39
|
-
e.props.forEach((a) => s[a.js] = { key: a.json, typ: a.typ }), e.jsToJSON = s;
|
|
40
|
-
}
|
|
41
|
-
return e.jsToJSON;
|
|
42
|
-
}
|
|
43
|
-
function f(e, s, a, m = "") {
|
|
44
|
-
function v(r, o) {
|
|
45
|
-
return typeof r == typeof o ? o : u(r, o, m);
|
|
46
|
-
}
|
|
47
|
-
function g(r, o) {
|
|
48
|
-
const p = r.length;
|
|
49
|
-
for (let l = 0; l < p; l++) {
|
|
50
|
-
const j = r[l];
|
|
51
|
-
try {
|
|
52
|
-
return f(o, j, a);
|
|
53
|
-
} catch {
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
return u(r, o);
|
|
57
|
-
}
|
|
58
|
-
function A(r, o) {
|
|
59
|
-
return r.indexOf(o) !== -1 ? o : u(r, o);
|
|
60
|
-
}
|
|
61
|
-
function I(r, o) {
|
|
62
|
-
return Array.isArray(o) ? o.map((p) => f(p, r, a)) : u("array", o);
|
|
63
|
-
}
|
|
64
|
-
function D(r) {
|
|
65
|
-
if (r === null)
|
|
66
|
-
return null;
|
|
67
|
-
const o = new Date(r);
|
|
68
|
-
return isNaN(o.valueOf()) ? u("Date", r) : o;
|
|
69
|
-
}
|
|
70
|
-
function P(r, o, p) {
|
|
71
|
-
if (p === null || typeof p != "object" || Array.isArray(p))
|
|
72
|
-
return u("object", p);
|
|
73
|
-
const l = {};
|
|
74
|
-
return Object.getOwnPropertyNames(r).forEach((j) => {
|
|
75
|
-
const d = r[j], T = Object.prototype.hasOwnProperty.call(p, j) ? p[j] : void 0;
|
|
76
|
-
l[d.key] = f(T, d.typ, a, d.key);
|
|
77
|
-
}), Object.getOwnPropertyNames(p).forEach((j) => {
|
|
78
|
-
Object.prototype.hasOwnProperty.call(r, j) || (l[j] = f(p[j], o, a, j));
|
|
79
|
-
}), l;
|
|
80
|
-
}
|
|
81
|
-
if (s === "any") return e;
|
|
82
|
-
if (s === null)
|
|
83
|
-
return e === null ? e : u(s, e);
|
|
84
|
-
for (; typeof s == "object" && s.ref !== void 0; )
|
|
85
|
-
s = V[s.ref];
|
|
86
|
-
return Array.isArray(s) ? A(s, e) : typeof s == "object" ? s.hasOwnProperty("unionMembers") ? g(s.unionMembers, e) : s.hasOwnProperty("arrayItems") ? I(s.arrayItems, e) : s.hasOwnProperty("props") ? P(a(s), s.additional, e) : u(s, e) : s === Date && typeof e != "number" ? D(e) : v(s, e);
|
|
87
|
-
}
|
|
88
|
-
function y(e, s) {
|
|
89
|
-
return f(e, s, H);
|
|
90
|
-
}
|
|
91
|
-
function R(e, s) {
|
|
92
|
-
return f(e, s, w);
|
|
93
|
-
}
|
|
94
|
-
function c(e) {
|
|
95
|
-
return { arrayItems: e };
|
|
96
|
-
}
|
|
97
|
-
function t(...e) {
|
|
98
|
-
return { unionMembers: e };
|
|
99
|
-
}
|
|
100
|
-
function n(e, s) {
|
|
101
|
-
return { props: e, additional: s };
|
|
102
|
-
}
|
|
103
|
-
function i(e) {
|
|
104
|
-
return { ref: e };
|
|
105
|
-
}
|
|
106
|
-
const V = {
|
|
107
|
-
Amendements: n(
|
|
108
|
-
[
|
|
109
|
-
{
|
|
110
|
-
json: "textesLegislatifs",
|
|
111
|
-
js: "textesLegislatifs",
|
|
112
|
-
typ: c(i("TexteLegislatif"))
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
!1
|
|
116
|
-
),
|
|
117
|
-
TexteLegislatif: n(
|
|
118
|
-
[
|
|
119
|
-
{ json: "refTexteLegislatif", js: "refTexteLegislatif", typ: "" },
|
|
120
|
-
{ json: "amendements", js: "amendements", typ: i("AmendementsClass") }
|
|
121
|
-
],
|
|
122
|
-
!1
|
|
123
|
-
),
|
|
124
|
-
AmendementsClass: n(
|
|
125
|
-
[{ json: "amendement", js: "amendement", typ: c(i("Amendement")) }],
|
|
126
|
-
!1
|
|
127
|
-
),
|
|
128
|
-
AmendementWrapper: n(
|
|
129
|
-
[{ json: "amendement", js: "amendement", typ: i("Amendement") }],
|
|
130
|
-
!1
|
|
131
|
-
),
|
|
132
|
-
Amendement: n(
|
|
133
|
-
[
|
|
134
|
-
{ json: "uid", js: "uid", typ: "" },
|
|
135
|
-
{ json: "chronotag", js: "chronotag", typ: "" },
|
|
136
|
-
{ json: "legislature", js: "legislature", typ: "" },
|
|
137
|
-
{
|
|
138
|
-
json: "identification",
|
|
139
|
-
js: "identification",
|
|
140
|
-
typ: i("Identification")
|
|
141
|
-
},
|
|
142
|
-
{ json: "examenRef", js: "examenRef", typ: "" },
|
|
143
|
-
{ json: "texteLegislatifRef", js: "texteLegislatifRef", typ: "" },
|
|
144
|
-
{ json: "triAmendement", js: "triAmendement", typ: t(void 0, "") },
|
|
145
|
-
{
|
|
146
|
-
json: "cardinaliteAmdtMultiples",
|
|
147
|
-
js: "cardinaliteAmdtMultiples",
|
|
148
|
-
typ: t(void 0, "")
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
json: "amendementParentRef",
|
|
152
|
-
js: "amendementParentRef",
|
|
153
|
-
typ: t(void 0, "")
|
|
154
|
-
},
|
|
155
|
-
{ json: "signataires", js: "signataires", typ: i("Signataires") },
|
|
156
|
-
{
|
|
157
|
-
json: "pointeurFragmentTexte",
|
|
158
|
-
js: "pointeurFragmentTexte",
|
|
159
|
-
typ: i("PointeurFragmentTexte")
|
|
160
|
-
},
|
|
161
|
-
{ json: "corps", js: "corps", typ: t(void 0, i("CorpsAmendement")) },
|
|
162
|
-
{ json: "cycleDeVie", js: "cycleDeVie", typ: i("CycleDeVie") },
|
|
163
|
-
{
|
|
164
|
-
json: "representation",
|
|
165
|
-
js: "representation",
|
|
166
|
-
typ: t(void 0, i("Representation"))
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
json: "seanceDiscussionRef",
|
|
170
|
-
js: "seanceDiscussionRef",
|
|
171
|
-
typ: t(void 0, "")
|
|
172
|
-
},
|
|
173
|
-
{ json: "article99", js: "article99", typ: "" },
|
|
174
|
-
{
|
|
175
|
-
json: "loiReference",
|
|
176
|
-
js: "loiReference",
|
|
177
|
-
typ: t(void 0, i("LoiReference"))
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
json: "discussionCommune",
|
|
181
|
-
js: "discussionCommune",
|
|
182
|
-
typ: t(void 0, i("Discussion"))
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
json: "discussionIdentique",
|
|
186
|
-
js: "discussionIdentique",
|
|
187
|
-
typ: t(void 0, i("Discussion"))
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
json: "accordGouvernementDepotHorsDelai",
|
|
191
|
-
js: "accordGouvernementDepotHorsDelai",
|
|
192
|
-
typ: i("AccordGouvernementDepotHorsDelai")
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
|
-
!1
|
|
196
|
-
),
|
|
197
|
-
CorpsAmendement: n(
|
|
198
|
-
[
|
|
199
|
-
{
|
|
200
|
-
json: "cartoucheInformatif",
|
|
201
|
-
js: "cartoucheInformatif",
|
|
202
|
-
typ: t(void 0, "")
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
json: "contenuAuteur",
|
|
206
|
-
js: "contenuAuteur",
|
|
207
|
-
typ: t(void 0, i("ContenuAuteur"))
|
|
208
|
-
}
|
|
209
|
-
],
|
|
210
|
-
!1
|
|
211
|
-
),
|
|
212
|
-
ContenuAuteur: n(
|
|
213
|
-
[
|
|
214
|
-
{ json: "dispositif", js: "dispositif", typ: t(void 0, "") },
|
|
215
|
-
{
|
|
216
|
-
json: "avantAppel",
|
|
217
|
-
js: "avantAppel",
|
|
218
|
-
typ: t(void 0, i("AvantAppel"))
|
|
219
|
-
},
|
|
220
|
-
{ json: "exposeSommaire", js: "exposeSommaire", typ: t(void 0, "") },
|
|
221
|
-
{
|
|
222
|
-
json: "dispositifAmdtCreditPLF",
|
|
223
|
-
js: "dispositifAmdtCreditPLF",
|
|
224
|
-
typ: t(void 0, i("DispositifAmdtCreditPLF"))
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
json: "dispositifAmdtCreditPLFR",
|
|
228
|
-
js: "dispositifAmdtCreditPLFR",
|
|
229
|
-
typ: t(void 0, i("DispositifAmdtCreditPLFR"))
|
|
230
|
-
}
|
|
231
|
-
],
|
|
232
|
-
!1
|
|
233
|
-
),
|
|
234
|
-
AvantAppel: n(
|
|
235
|
-
[
|
|
236
|
-
{ json: "dispositif", js: "dispositif", typ: t(void 0, "") },
|
|
237
|
-
{
|
|
238
|
-
json: "dispositifAmdtCreditPLF",
|
|
239
|
-
js: "dispositifAmdtCreditPLF",
|
|
240
|
-
typ: t(void 0, i("DispositifAmdtCreditPLF"))
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
json: "dispositifAmdtCreditPLFR",
|
|
244
|
-
js: "dispositifAmdtCreditPLFR",
|
|
245
|
-
typ: t(void 0, i("DispositifAmdtCreditPLFR"))
|
|
246
|
-
}
|
|
247
|
-
],
|
|
248
|
-
!1
|
|
249
|
-
),
|
|
250
|
-
DispositifAmdtCreditPLF: n(
|
|
251
|
-
[
|
|
252
|
-
{
|
|
253
|
-
json: "listeProgrammes",
|
|
254
|
-
js: "listeProgrammes",
|
|
255
|
-
typ: t(void 0, c(i("ProgrammePlf")))
|
|
256
|
-
},
|
|
257
|
-
{ json: "soldeAE", js: "soldeAE", typ: t(void 0, "") },
|
|
258
|
-
{ json: "soldeCP", js: "soldeCP", typ: t(void 0, "") },
|
|
259
|
-
{ json: "cpEgalAe", js: "cpEgalAe", typ: "" }
|
|
260
|
-
],
|
|
261
|
-
!1
|
|
262
|
-
),
|
|
263
|
-
ProgrammePlf: n(
|
|
264
|
-
[
|
|
265
|
-
{ json: "libelle", js: "libelle", typ: "" },
|
|
266
|
-
{ json: "programmeRef", js: "programmeRef", typ: "" },
|
|
267
|
-
{ json: "autorisationEngagement", js: "autorisationEngagement", typ: "" },
|
|
268
|
-
{ json: "creditPaiement", js: "creditPaiement", typ: "" },
|
|
269
|
-
{ json: "action", js: "action", typ: i("Action") },
|
|
270
|
-
{
|
|
271
|
-
json: "lignesCredits",
|
|
272
|
-
js: "lignesCredits",
|
|
273
|
-
typ: t(void 0, c(i("LigneCreditPLF")))
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
!1
|
|
277
|
-
),
|
|
278
|
-
LigneCreditPLF: n(
|
|
279
|
-
[
|
|
280
|
-
{ json: "id", js: "id", typ: "" },
|
|
281
|
-
{ json: "libelle", js: "libelle", typ: "" },
|
|
282
|
-
{ json: "autorisationEngagement", js: "autorisationEngagement", typ: "" },
|
|
283
|
-
{ json: "creditPaiement", js: "creditPaiement", typ: "" },
|
|
284
|
-
{ json: "action", js: "action", typ: i("Action") }
|
|
285
|
-
],
|
|
286
|
-
!1
|
|
287
|
-
),
|
|
288
|
-
DispositifAmdtCreditPLFR: n(
|
|
289
|
-
[
|
|
290
|
-
{
|
|
291
|
-
json: "listeProgrammes",
|
|
292
|
-
js: "listeProgrammes",
|
|
293
|
-
typ: t(void 0, c(i("LigneCreditPLFR")))
|
|
294
|
-
},
|
|
295
|
-
{ json: "totalAE", js: "totalAE", typ: t(void 0, i("Total")) },
|
|
296
|
-
{ json: "totalCP", js: "totalCP", typ: t(void 0, i("Total")) },
|
|
297
|
-
{ json: "cpEgalAe", js: "cpEgalAe", typ: "" }
|
|
298
|
-
],
|
|
299
|
-
!1
|
|
300
|
-
),
|
|
301
|
-
LigneCreditPLFR: n(
|
|
302
|
-
[
|
|
303
|
-
{ json: "libelle", js: "libelle", typ: "" },
|
|
304
|
-
{ json: "programmeRef", js: "programmeRef", typ: t(void 0, "") },
|
|
305
|
-
{
|
|
306
|
-
json: "autorisationEngagementSupplementaire",
|
|
307
|
-
js: "autorisationEngagementSupplementaire",
|
|
308
|
-
typ: ""
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
json: "creditPaiementSupplementaire",
|
|
312
|
-
js: "creditPaiementSupplementaire",
|
|
313
|
-
typ: ""
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
json: "autorisationEngagementAnnule",
|
|
317
|
-
js: "autorisationEngagementAnnule",
|
|
318
|
-
typ: ""
|
|
319
|
-
},
|
|
320
|
-
{ json: "creditPaiementAnnule", js: "creditPaiementAnnule", typ: "" },
|
|
321
|
-
{ json: "action", js: "action", typ: i("Action") },
|
|
322
|
-
{
|
|
323
|
-
json: "lignesCredits",
|
|
324
|
-
js: "lignesCredits",
|
|
325
|
-
typ: t(void 0, c(i("LigneCreditPLFR")))
|
|
326
|
-
},
|
|
327
|
-
{ json: "id", js: "id", typ: t(void 0, "") }
|
|
328
|
-
],
|
|
329
|
-
!1
|
|
330
|
-
),
|
|
331
|
-
Total: n(
|
|
332
|
-
[
|
|
333
|
-
{ json: "supplementaire", js: "supplementaire", typ: "" },
|
|
334
|
-
{ json: "annule", js: "annule", typ: "" },
|
|
335
|
-
{ json: "solde", js: "solde", typ: "" }
|
|
336
|
-
],
|
|
337
|
-
!1
|
|
338
|
-
),
|
|
339
|
-
CycleDeVie: n(
|
|
340
|
-
[
|
|
341
|
-
{ json: "dateDepot", js: "dateDepot", typ: t(void 0, Date) },
|
|
342
|
-
{
|
|
343
|
-
json: "datePublication",
|
|
344
|
-
js: "datePublication",
|
|
345
|
-
typ: t(void 0, Date)
|
|
346
|
-
},
|
|
347
|
-
{ json: "soumisArticle40", js: "soumisArticle40", typ: "" },
|
|
348
|
-
{
|
|
349
|
-
json: "etatDesTraitements",
|
|
350
|
-
js: "etatDesTraitements",
|
|
351
|
-
typ: i("EtatDesTraitements")
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
json: "dateSort",
|
|
355
|
-
js: "dateSort",
|
|
356
|
-
typ: t(void 0, Date)
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
json: "sort",
|
|
360
|
-
js: "sort",
|
|
361
|
-
typ: t(void 0, i("SortAmendement"))
|
|
362
|
-
}
|
|
363
|
-
],
|
|
364
|
-
!1
|
|
365
|
-
),
|
|
366
|
-
EtatDesTraitements: n(
|
|
367
|
-
[
|
|
368
|
-
{ json: "etat", js: "etat", typ: i("EtatAmendement") },
|
|
369
|
-
{
|
|
370
|
-
json: "sousEtat",
|
|
371
|
-
js: "sousEtat",
|
|
372
|
-
typ: t(void 0, i("SousEtatAmendement"))
|
|
373
|
-
}
|
|
374
|
-
],
|
|
375
|
-
!1
|
|
376
|
-
),
|
|
377
|
-
EtatAmendement: n(
|
|
378
|
-
[
|
|
379
|
-
{ json: "code", js: "code", typ: i("EtatAmendementCode") },
|
|
380
|
-
{ json: "libelle", js: "libelle", typ: i("EtatAmendementLibelle") }
|
|
381
|
-
],
|
|
382
|
-
!1
|
|
383
|
-
),
|
|
384
|
-
SousEtatAmendement: n(
|
|
385
|
-
[
|
|
386
|
-
{ json: "code", js: "code", typ: i("EtatAmendementCode") },
|
|
387
|
-
{ json: "libelle", js: "libelle", typ: i("SortAmendement") }
|
|
388
|
-
],
|
|
389
|
-
!1
|
|
390
|
-
),
|
|
391
|
-
Discussion: n(
|
|
392
|
-
[
|
|
393
|
-
{ json: "idDiscussion", js: "idDiscussion", typ: t(void 0, "") },
|
|
394
|
-
{
|
|
395
|
-
json: "typePosition",
|
|
396
|
-
js: "typePosition",
|
|
397
|
-
typ: t(void 0, i("TypePosition"))
|
|
398
|
-
}
|
|
399
|
-
],
|
|
400
|
-
!1
|
|
401
|
-
),
|
|
402
|
-
Identification: n(
|
|
403
|
-
[
|
|
404
|
-
{ json: "numeroLong", js: "numeroLong", typ: "" },
|
|
405
|
-
{ json: "numeroOrdreDepot", js: "numeroOrdreDepot", typ: "" },
|
|
406
|
-
{ json: "prefixeOrganeExamen", js: "prefixeOrganeExamen", typ: "" },
|
|
407
|
-
{ json: "numeroRect", js: "numeroRect", typ: "" }
|
|
408
|
-
],
|
|
409
|
-
!1
|
|
410
|
-
),
|
|
411
|
-
LoiReference: n(
|
|
412
|
-
[
|
|
413
|
-
{
|
|
414
|
-
json: "codeLoi",
|
|
415
|
-
js: "codeLoi",
|
|
416
|
-
typ: t(void 0, "")
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
json: "divisionCodeLoi",
|
|
420
|
-
js: "divisionCodeLoi",
|
|
421
|
-
typ: t(void 0, "")
|
|
422
|
-
}
|
|
423
|
-
],
|
|
424
|
-
!1
|
|
425
|
-
),
|
|
426
|
-
PointeurFragmentTexte: n(
|
|
427
|
-
[
|
|
428
|
-
{
|
|
429
|
-
json: "division",
|
|
430
|
-
js: "division",
|
|
431
|
-
typ: t(void 0, i("PointeurFragmentTexteDivision"))
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
json: "alinea",
|
|
435
|
-
js: "alinea",
|
|
436
|
-
typ: t(void 0, i("Alinea"))
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
json: "missionVisee",
|
|
440
|
-
js: "missionVisee",
|
|
441
|
-
typ: t(void 0, i("MissionVisee"))
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
!1
|
|
445
|
-
),
|
|
446
|
-
Alinea: n(
|
|
447
|
-
[
|
|
448
|
-
{
|
|
449
|
-
json: "avantAApres",
|
|
450
|
-
js: "avantAApres",
|
|
451
|
-
typ: t(void 0, i("AvantAApres"))
|
|
452
|
-
},
|
|
453
|
-
{ json: "numero", js: "numero", typ: t(void 0, "") },
|
|
454
|
-
{
|
|
455
|
-
json: "alineaDesignation",
|
|
456
|
-
js: "alineaDesignation",
|
|
457
|
-
typ: t(void 0, "")
|
|
458
|
-
}
|
|
459
|
-
],
|
|
460
|
-
!1
|
|
461
|
-
),
|
|
462
|
-
PointeurFragmentTexteDivision: n(
|
|
463
|
-
[
|
|
464
|
-
{ json: "titre", js: "titre", typ: t(void 0, "") },
|
|
465
|
-
{
|
|
466
|
-
json: "articleDesignationCourte",
|
|
467
|
-
js: "articleDesignationCourte",
|
|
468
|
-
typ: t(void 0, "")
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
json: "articleDesignation",
|
|
472
|
-
js: "articleDesignation",
|
|
473
|
-
typ: t(void 0, "")
|
|
474
|
-
},
|
|
475
|
-
{ json: "type", js: "type", typ: i("DivisionType") },
|
|
476
|
-
{
|
|
477
|
-
json: "avantAApres",
|
|
478
|
-
js: "avantAApres",
|
|
479
|
-
typ: i("AvantAApres")
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
json: "divisionRattachee",
|
|
483
|
-
js: "divisionRattachee",
|
|
484
|
-
typ: t(void 0, "")
|
|
485
|
-
},
|
|
486
|
-
{ json: "articleAdditionnel", js: "articleAdditionnel", typ: "" },
|
|
487
|
-
{ json: "chapitreAdditionnel", js: "chapitreAdditionnel", typ: "" },
|
|
488
|
-
{
|
|
489
|
-
json: "urlDivisionTexteVise",
|
|
490
|
-
js: "urlDivisionTexteVise",
|
|
491
|
-
typ: t(void 0, "")
|
|
492
|
-
}
|
|
493
|
-
],
|
|
494
|
-
!1
|
|
495
|
-
),
|
|
496
|
-
MissionVisee: n(
|
|
497
|
-
[
|
|
498
|
-
{ json: "codeEtat", js: "codeEtat", typ: i("CodeEtat") },
|
|
499
|
-
{ json: "codeMissionMinefi", js: "codeMissionMinefi", typ: "" },
|
|
500
|
-
{ json: "libelleMission", js: "libelleMission", typ: "" },
|
|
501
|
-
{ json: "missionRef", js: "missionRef", typ: "" }
|
|
502
|
-
],
|
|
503
|
-
!1
|
|
504
|
-
),
|
|
505
|
-
Representation: n(
|
|
506
|
-
[
|
|
507
|
-
{ json: "nom", js: "nom", typ: i("TypeMimeNom") },
|
|
508
|
-
{ json: "typeMime", js: "typeMime", typ: i("TypeMime") },
|
|
509
|
-
{
|
|
510
|
-
json: "statutRepresentation",
|
|
511
|
-
js: "statutRepresentation",
|
|
512
|
-
typ: i("StatutRepresentation")
|
|
513
|
-
},
|
|
514
|
-
{ json: "contenu", js: "contenu", typ: i("ContenuAmendement") }
|
|
515
|
-
],
|
|
516
|
-
!1
|
|
517
|
-
),
|
|
518
|
-
ContenuAmendement: n(
|
|
519
|
-
[{ json: "documentURI", js: "documentURI", typ: "" }],
|
|
520
|
-
!1
|
|
521
|
-
),
|
|
522
|
-
StatutRepresentation: n(
|
|
523
|
-
[
|
|
524
|
-
{ json: "verbatim", js: "verbatim", typ: !1 },
|
|
525
|
-
{ json: "canonique", js: "canonique", typ: !1 },
|
|
526
|
-
{ json: "officielle", js: "officielle", typ: !1 },
|
|
527
|
-
{ json: "transcription", js: "transcription", typ: !1 },
|
|
528
|
-
{ json: "enregistrement", js: "enregistrement", typ: !1 }
|
|
529
|
-
],
|
|
530
|
-
!1
|
|
531
|
-
),
|
|
532
|
-
TypeMime: n(
|
|
533
|
-
[
|
|
534
|
-
{ json: "type", js: "type", typ: i("TypeMimeType") },
|
|
535
|
-
{ json: "subType", js: "subType", typ: i("TypeMimeNom") }
|
|
536
|
-
],
|
|
537
|
-
!1
|
|
538
|
-
),
|
|
539
|
-
Signataires: n(
|
|
540
|
-
[
|
|
541
|
-
{ json: "auteur", js: "auteur", typ: i("AuteurAmendement") },
|
|
542
|
-
{
|
|
543
|
-
json: "cosignatairesRefs",
|
|
544
|
-
js: "cosignatairesRefs",
|
|
545
|
-
typ: t(void 0, c(""))
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
json: "suffixe",
|
|
549
|
-
js: "suffixe",
|
|
550
|
-
typ: t(void 0, "")
|
|
551
|
-
},
|
|
552
|
-
{ json: "libelle", js: "libelle", typ: t(void 0, "") }
|
|
553
|
-
],
|
|
554
|
-
!1
|
|
555
|
-
),
|
|
556
|
-
AuteurAmendement: n(
|
|
557
|
-
[
|
|
558
|
-
{ json: "typeAuteur", js: "typeAuteur", typ: i("TypeAuteur") },
|
|
559
|
-
{
|
|
560
|
-
json: "gouvernementRef",
|
|
561
|
-
js: "gouvernementRef",
|
|
562
|
-
typ: t(void 0, "")
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
json: "acteurRef",
|
|
566
|
-
js: "acteurRef",
|
|
567
|
-
typ: t(void 0, "")
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
json: "groupePolitiqueRef",
|
|
571
|
-
js: "groupePolitiqueRef",
|
|
572
|
-
typ: t(void 0, "")
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
json: "auteurRapporteurOrganeRef",
|
|
576
|
-
js: "auteurRapporteurOrganeRef",
|
|
577
|
-
typ: t(void 0, "")
|
|
578
|
-
}
|
|
579
|
-
],
|
|
580
|
-
!1
|
|
581
|
-
),
|
|
582
|
-
AccordGouvernementDepotHorsDelai: ["Accord", "Sans objet"],
|
|
583
|
-
Action: ["création", "modification", "suppression"],
|
|
584
|
-
EtatAmendementCode: [
|
|
585
|
-
"AC",
|
|
586
|
-
"AT",
|
|
587
|
-
"DI",
|
|
588
|
-
"effacé",
|
|
589
|
-
"ER",
|
|
590
|
-
"ET",
|
|
591
|
-
"IR",
|
|
592
|
-
"IRR127",
|
|
593
|
-
"IRR20",
|
|
594
|
-
"IRR37",
|
|
595
|
-
"IRR38",
|
|
596
|
-
"IRR41",
|
|
597
|
-
"IRR42",
|
|
598
|
-
"IRR45",
|
|
599
|
-
"IRR48",
|
|
600
|
-
"IRR53",
|
|
601
|
-
"IRRAI",
|
|
602
|
-
"IRRAIF",
|
|
603
|
-
"IRRD",
|
|
604
|
-
"IRRHC",
|
|
605
|
-
"IRRHD",
|
|
606
|
-
"IRRSA",
|
|
607
|
-
"R",
|
|
608
|
-
"RT",
|
|
609
|
-
"T"
|
|
610
|
-
],
|
|
611
|
-
EtatAmendementLibelle: [
|
|
612
|
-
"A discuter",
|
|
613
|
-
"A déposer",
|
|
614
|
-
"Discuté",
|
|
615
|
-
"effacé",
|
|
616
|
-
"En recevabilité",
|
|
617
|
-
"En traitement",
|
|
618
|
-
"Irrecevable",
|
|
619
|
-
"Irrecevable 40",
|
|
620
|
-
"Retiré"
|
|
621
|
-
],
|
|
622
|
-
SortAmendement: [
|
|
623
|
-
"Adopté",
|
|
624
|
-
"Autre irrecevabilité",
|
|
625
|
-
"Autre irrecevabilité 40",
|
|
626
|
-
"Autres irr LOLF",
|
|
627
|
-
"Autres irr LOLFSS",
|
|
628
|
-
"Cavalier (45)",
|
|
629
|
-
"Cavalier budgétaire",
|
|
630
|
-
"Cavalier social",
|
|
631
|
-
"Champ de l'habilitation (38)",
|
|
632
|
-
"Charge",
|
|
633
|
-
"CMP (45)",
|
|
634
|
-
"Crédits",
|
|
635
|
-
"Disposition réglementaire (37)",
|
|
636
|
-
"Domaine de la loi (41)",
|
|
637
|
-
"Domaine loi organique (127)",
|
|
638
|
-
"Doublon",
|
|
639
|
-
"Entonnoir (45)",
|
|
640
|
-
"Gage",
|
|
641
|
-
"Hors champ",
|
|
642
|
-
"Hors-délais",
|
|
643
|
-
"Injonction (20)",
|
|
644
|
-
"Irr en première partie",
|
|
645
|
-
"Irr en seconde partie",
|
|
646
|
-
"LOLF",
|
|
647
|
-
"LOLFSS",
|
|
648
|
-
"Non soutenu",
|
|
649
|
-
"Ordre du jour (48)",
|
|
650
|
-
"R",
|
|
651
|
-
"Ratification traité (53)",
|
|
652
|
-
"Rejeté",
|
|
653
|
-
"Retiré",
|
|
654
|
-
"Retiré après publication",
|
|
655
|
-
"Retiré avant publication",
|
|
656
|
-
"Satisfait ou inopérant (42)",
|
|
657
|
-
"Sous-amendement (98)",
|
|
658
|
-
"Tombé"
|
|
659
|
-
],
|
|
660
|
-
TypePosition: ["Dernier", "Milieu", "Premier"],
|
|
661
|
-
AvantAApres: ["A", "Apres", "Avant"],
|
|
662
|
-
DivisionType: ["ANNEXE", "ARTICLE", "CHAPITRE", "TITRE"],
|
|
663
|
-
CodeEtat: ["B", "C", "D"],
|
|
664
|
-
TypeMimeNom: ["PDF"],
|
|
665
|
-
TypeMimeType: ["application"],
|
|
666
|
-
TypeAuteur: ["Député", "Gouvernement", "Rapporteur"]
|
|
667
|
-
};
|
|
668
|
-
export {
|
|
669
|
-
L as A,
|
|
670
|
-
q as C,
|
|
671
|
-
x as D,
|
|
672
|
-
C as E,
|
|
673
|
-
E as S,
|
|
674
|
-
J as T,
|
|
675
|
-
b as a,
|
|
676
|
-
h as b,
|
|
677
|
-
M as c,
|
|
678
|
-
O as d,
|
|
679
|
-
N as e,
|
|
680
|
-
S as f,
|
|
681
|
-
F as g
|
|
682
|
-
};
|