@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,149 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Code du type d'organe
|
|
3
|
-
*/
|
|
4
|
-
export declare enum CodeTypeOrgane {
|
|
5
|
-
/**
|
|
6
|
-
* Assemblée parlementaire internationale
|
|
7
|
-
*/
|
|
8
|
-
Api = "API",
|
|
9
|
-
/**
|
|
10
|
-
* Assemblée nationale
|
|
11
|
-
*/
|
|
12
|
-
Assemblee = "ASSEMBLEE",
|
|
13
|
-
/**
|
|
14
|
-
* Bureau de l'Assemblée nationale
|
|
15
|
-
*/
|
|
16
|
-
Bureau = "BUREAU",
|
|
17
|
-
/**
|
|
18
|
-
* Circonscription
|
|
19
|
-
*/
|
|
20
|
-
Circonscription = "CIRCONSCRIPTION",
|
|
21
|
-
/**
|
|
22
|
-
* Cour de justice de la République
|
|
23
|
-
*/
|
|
24
|
-
Cjr = "CJR",
|
|
25
|
-
/**
|
|
26
|
-
* Commission mixte paritaire,
|
|
27
|
-
*/
|
|
28
|
-
Cmp = "CMP",
|
|
29
|
-
/**
|
|
30
|
-
* Commission d'enquête; what does this acronym mean?
|
|
31
|
-
*/
|
|
32
|
-
Cnpe = "CNPE",
|
|
33
|
-
/**
|
|
34
|
-
* Commission spéciale; what does this acronym mean?
|
|
35
|
-
*/
|
|
36
|
-
Cnps = "CNPS",
|
|
37
|
-
/**
|
|
38
|
-
* Commission spéciale autre; what does this acronym mean?
|
|
39
|
-
*/
|
|
40
|
-
Comnl = "COMNL",
|
|
41
|
-
/**
|
|
42
|
-
* Commission permanente
|
|
43
|
-
*/
|
|
44
|
-
Comper = "COMPER",
|
|
45
|
-
/**
|
|
46
|
-
* Commission sénatoriale
|
|
47
|
-
*/
|
|
48
|
-
Comsenat = "COMSENAT",
|
|
49
|
-
/**
|
|
50
|
-
* Commission spéciale sénatoriale
|
|
51
|
-
*/
|
|
52
|
-
Comspsenat = "COMSPSENAT",
|
|
53
|
-
/**
|
|
54
|
-
* Conférence des présidents
|
|
55
|
-
*/
|
|
56
|
-
Confpt = "CONFPT",
|
|
57
|
-
/**
|
|
58
|
-
* Conseil constitutionnel
|
|
59
|
-
*/
|
|
60
|
-
Constitu = "CONSTITU",
|
|
61
|
-
/**
|
|
62
|
-
* Délégation
|
|
63
|
-
*/
|
|
64
|
-
Deleg = "DELEG",
|
|
65
|
-
/**
|
|
66
|
-
* Délégation du Bureau
|
|
67
|
-
*/
|
|
68
|
-
Delegbureau = "DELEGBUREAU",
|
|
69
|
-
/**
|
|
70
|
-
* Délégation sénatoriale
|
|
71
|
-
*/
|
|
72
|
-
Delegsenat = "DELEGSENAT",
|
|
73
|
-
/**
|
|
74
|
-
* Groupe d'amitié
|
|
75
|
-
*/
|
|
76
|
-
Ga = "GA",
|
|
77
|
-
/**
|
|
78
|
-
* Groupe d'études
|
|
79
|
-
*/
|
|
80
|
-
Ge = "GE",
|
|
81
|
-
/**
|
|
82
|
-
* Groupe d'études à vocation internationale
|
|
83
|
-
*/
|
|
84
|
-
Gevi = "GEVI",
|
|
85
|
-
/**
|
|
86
|
-
* Gouvernement
|
|
87
|
-
*/
|
|
88
|
-
Gouvernement = "GOUVERNEMENT",
|
|
89
|
-
/**
|
|
90
|
-
* Groupe politique
|
|
91
|
-
*/
|
|
92
|
-
Gp = "GP",
|
|
93
|
-
/**
|
|
94
|
-
* Groupe sénatorial
|
|
95
|
-
*/
|
|
96
|
-
Groupesenat = "GROUPESENAT",
|
|
97
|
-
/**
|
|
98
|
-
* Haute Cour de Justice
|
|
99
|
-
*/
|
|
100
|
-
Hcj = "HCJ",
|
|
101
|
-
/**
|
|
102
|
-
* Ministère
|
|
103
|
-
*/
|
|
104
|
-
Ministere = "MINISTERE",
|
|
105
|
-
/**
|
|
106
|
-
* Mission d'évaluation
|
|
107
|
-
*/
|
|
108
|
-
Miseval = "MISEVAL",
|
|
109
|
-
/**
|
|
110
|
-
* Groupe de travail
|
|
111
|
-
*/
|
|
112
|
-
Misgrtr = "MISGRTR",
|
|
113
|
-
/**
|
|
114
|
-
* Mission d'information
|
|
115
|
-
*/
|
|
116
|
-
Misinfo = "MISINFO",
|
|
117
|
-
/**
|
|
118
|
-
* Mission d'information commune
|
|
119
|
-
*/
|
|
120
|
-
Misinfocom = "MISINFOCOM",
|
|
121
|
-
/**
|
|
122
|
-
* Missions d’information de la conférence des Présidents
|
|
123
|
-
*/
|
|
124
|
-
Misinfopre = "MISINFOPRE",
|
|
125
|
-
/**
|
|
126
|
-
* Office parlementaire ou délégation mixte
|
|
127
|
-
*/
|
|
128
|
-
Offpar = "OFFPAR",
|
|
129
|
-
/**
|
|
130
|
-
* Organisme international
|
|
131
|
-
*/
|
|
132
|
-
Orgaint = "ORGAINT",
|
|
133
|
-
/**
|
|
134
|
-
* Organisme extra-parlementaire
|
|
135
|
-
*/
|
|
136
|
-
Orgextparl = "ORGEXTPARL",
|
|
137
|
-
/**
|
|
138
|
-
* Parti politique
|
|
139
|
-
*/
|
|
140
|
-
Parpol = "PARPOL",
|
|
141
|
-
/**
|
|
142
|
-
* Présidence de la République
|
|
143
|
-
*/
|
|
144
|
-
Presrep = "PRESREP",
|
|
145
|
-
/**
|
|
146
|
-
* Sénat
|
|
147
|
-
*/
|
|
148
|
-
Senat = "SENAT"
|
|
149
|
-
}
|
|
@@ -1,222 +0,0 @@
|
|
|
1
|
-
export declare enum CodeActe {
|
|
2
|
-
An1 = "AN1",
|
|
3
|
-
An1Acin = "AN1-ACIN",
|
|
4
|
-
An1Avce = "AN1-AVCE",
|
|
5
|
-
An1Com = "AN1-COM",
|
|
6
|
-
An1ComAvis = "AN1-COM-AVIS",
|
|
7
|
-
An1ComAvisNomin = "AN1-COM-AVIS-NOMIN",
|
|
8
|
-
An1ComAvisRapport = "AN1-COM-AVIS-RAPPORT",
|
|
9
|
-
An1ComAvisReunion = "AN1-COM-AVIS-REUNION",
|
|
10
|
-
An1ComAvisSaisie = "AN1-COM-AVIS-SAISIE",
|
|
11
|
-
An1ComFond = "AN1-COM-FOND",
|
|
12
|
-
An1ComFondNomin = "AN1-COM-FOND-NOMIN",
|
|
13
|
-
An1ComFondRapport = "AN1-COM-FOND-RAPPORT",
|
|
14
|
-
An1ComFondReunion = "AN1-COM-FOND-REUNION",
|
|
15
|
-
An1ComFondSaisie = "AN1-COM-FOND-SAISIE",
|
|
16
|
-
An1Debats = "AN1-DEBATS",
|
|
17
|
-
An1DebatsDec = "AN1-DEBATS-DEC",
|
|
18
|
-
An1DebatsMotion = "AN1-DEBATS-MOTION",
|
|
19
|
-
An1DebatsMotionVote = "AN1-DEBATS-MOTION-VOTE",
|
|
20
|
-
An1DebatsSeance = "AN1-DEBATS-SEANCE",
|
|
21
|
-
An1Depot = "AN1-DEPOT",
|
|
22
|
-
An1Dgvt = "AN1-DGVT",
|
|
23
|
-
An1Dptlettrect = "AN1-DPTLETTRECT",
|
|
24
|
-
An1Eti = "AN1-ETI",
|
|
25
|
-
An1Motion = "AN1-MOTION",
|
|
26
|
-
An1MotionVote = "AN1-MOTION-VOTE",
|
|
27
|
-
An1Procacc = "AN1-PROCACC",
|
|
28
|
-
An1Recbureau = "AN1-RECBUREAU",
|
|
29
|
-
An1Rtrini = "AN1-RTRINI",
|
|
30
|
-
An2 = "AN2",
|
|
31
|
-
An20 = "AN20",
|
|
32
|
-
An20Comenq = "AN20-COMENQ",
|
|
33
|
-
An20ComenqCrea = "AN20-COMENQ-CREA",
|
|
34
|
-
An20ComenqNomin = "AN20-COMENQ-NOMIN",
|
|
35
|
-
An20ComenqRapport = "AN20-COMENQ-RAPPORT",
|
|
36
|
-
An20Misinf = "AN20-MISINF",
|
|
37
|
-
An20MisinfCrea = "AN20-MISINF-CREA",
|
|
38
|
-
An20MisinfNomin = "AN20-MISINF-NOMIN",
|
|
39
|
-
An20MisinfRapport = "AN20-MISINF-RAPPORT",
|
|
40
|
-
An20Rapport = "AN20-RAPPORT",
|
|
41
|
-
An21 = "AN21",
|
|
42
|
-
An21Apan = "AN21-APAN",
|
|
43
|
-
An21Debats = "AN21-DEBATS",
|
|
44
|
-
An21DebatsMotionVote = "AN21-DEBATS-MOTION-VOTE",
|
|
45
|
-
An21DebatsSeance = "AN21-DEBATS-SEANCE",
|
|
46
|
-
An21Dgvt = "AN21-DGVT",
|
|
47
|
-
An21Motion = "AN21-MOTION",
|
|
48
|
-
An21MotionVote = "AN21-MOTION-VOTE",
|
|
49
|
-
An21Mpr = "AN21-MPR",
|
|
50
|
-
An2Com = "AN2-COM",
|
|
51
|
-
An2ComAvis = "AN2-COM-AVIS",
|
|
52
|
-
An2ComAvisRapport = "AN2-COM-AVIS-RAPPORT",
|
|
53
|
-
An2ComAvisReunion = "AN2-COM-AVIS-REUNION",
|
|
54
|
-
An2ComAvisSaisie = "AN2-COM-AVIS-SAISIE",
|
|
55
|
-
An2ComFond = "AN2-COM-FOND",
|
|
56
|
-
An2ComFondNomin = "AN2-COM-FOND-NOMIN",
|
|
57
|
-
An2ComFondRapport = "AN2-COM-FOND-RAPPORT",
|
|
58
|
-
An2ComFondReunion = "AN2-COM-FOND-REUNION",
|
|
59
|
-
An2ComFondSaisie = "AN2-COM-FOND-SAISIE",
|
|
60
|
-
An2Debats = "AN2-DEBATS",
|
|
61
|
-
An2DebatsDec = "AN2-DEBATS-DEC",
|
|
62
|
-
An2DebatsSeance = "AN2-DEBATS-SEANCE",
|
|
63
|
-
An2Depot = "AN2-DEPOT",
|
|
64
|
-
An3 = "AN3",
|
|
65
|
-
An3Com = "AN3-COM",
|
|
66
|
-
An3ComFond = "AN3-COM-FOND",
|
|
67
|
-
An3ComFondNomin = "AN3-COM-FOND-NOMIN",
|
|
68
|
-
An3ComFondRapport = "AN3-COM-FOND-RAPPORT",
|
|
69
|
-
An3ComFondReunion = "AN3-COM-FOND-REUNION",
|
|
70
|
-
An3ComFondSaisie = "AN3-COM-FOND-SAISIE",
|
|
71
|
-
An3Debats = "AN3-DEBATS",
|
|
72
|
-
An3DebatsDec = "AN3-DEBATS-DEC",
|
|
73
|
-
An3DebatsSeance = "AN3-DEBATS-SEANCE",
|
|
74
|
-
An3Depot = "AN3-DEPOT",
|
|
75
|
-
AnAppli = "AN-APPLI",
|
|
76
|
-
AnAppliRapport = "AN-APPLI-RAPPORT",
|
|
77
|
-
Anldef = "ANLDEF",
|
|
78
|
-
AnldefCom = "ANLDEF-COM",
|
|
79
|
-
AnldefComFond = "ANLDEF-COM-FOND",
|
|
80
|
-
AnldefComFondRapport = "ANLDEF-COM-FOND-RAPPORT",
|
|
81
|
-
AnldefComFondReunion = "ANLDEF-COM-FOND-REUNION",
|
|
82
|
-
AnldefComFondSaisie = "ANLDEF-COM-FOND-SAISIE",
|
|
83
|
-
AnldefDebats = "ANLDEF-DEBATS",
|
|
84
|
-
AnldefDebatsDec = "ANLDEF-DEBATS-DEC",
|
|
85
|
-
AnldefDebatsMotionVote = "ANLDEF-DEBATS-MOTION-VOTE",
|
|
86
|
-
AnldefDebatsSeance = "ANLDEF-DEBATS-SEANCE",
|
|
87
|
-
AnldefDepot = "ANLDEF-DEPOT",
|
|
88
|
-
AnldefDgvt = "ANLDEF-DGVT",
|
|
89
|
-
AnldefMotion = "ANLDEF-MOTION",
|
|
90
|
-
AnldefMotionVote = "ANLDEF-MOTION-VOTE",
|
|
91
|
-
Anluni = "ANLUNI",
|
|
92
|
-
AnluniCom = "ANLUNI-COM",
|
|
93
|
-
AnluniComCae = "ANLUNI-COM-CAE",
|
|
94
|
-
AnluniComCaeDec = "ANLUNI-COM-CAE-DEC",
|
|
95
|
-
AnluniComCaeNomin = "ANLUNI-COM-CAE-NOMIN",
|
|
96
|
-
AnluniComCaeRapport = "ANLUNI-COM-CAE-RAPPORT",
|
|
97
|
-
AnluniComCaeReunion = "ANLUNI-COM-CAE-REUNION",
|
|
98
|
-
AnluniComCaeSaisie = "ANLUNI-COM-CAE-SAISIE",
|
|
99
|
-
AnluniComFond = "ANLUNI-COM-FOND",
|
|
100
|
-
AnluniComFondNomin = "ANLUNI-COM-FOND-NOMIN",
|
|
101
|
-
AnluniComFondRapport = "ANLUNI-COM-FOND-RAPPORT",
|
|
102
|
-
AnluniComFondReunion = "ANLUNI-COM-FOND-REUNION",
|
|
103
|
-
AnluniComFondSaisie = "ANLUNI-COM-FOND-SAISIE",
|
|
104
|
-
AnluniDebats = "ANLUNI-DEBATS",
|
|
105
|
-
AnluniDebatsDec = "ANLUNI-DEBATS-DEC",
|
|
106
|
-
AnluniDebatsSeance = "ANLUNI-DEBATS-SEANCE",
|
|
107
|
-
AnluniDepot = "ANLUNI-DEPOT",
|
|
108
|
-
AnluniRtrini = "ANLUNI-RTRINI",
|
|
109
|
-
Annlec = "ANNLEC",
|
|
110
|
-
AnnlecCom = "ANNLEC-COM",
|
|
111
|
-
AnnlecComAvis = "ANNLEC-COM-AVIS",
|
|
112
|
-
AnnlecComAvisNomin = "ANNLEC-COM-AVIS-NOMIN",
|
|
113
|
-
AnnlecComAvisRapport = "ANNLEC-COM-AVIS-RAPPORT",
|
|
114
|
-
AnnlecComAvisReunion = "ANNLEC-COM-AVIS-REUNION",
|
|
115
|
-
AnnlecComAvisSaisie = "ANNLEC-COM-AVIS-SAISIE",
|
|
116
|
-
AnnlecComFond = "ANNLEC-COM-FOND",
|
|
117
|
-
AnnlecComFondNomin = "ANNLEC-COM-FOND-NOMIN",
|
|
118
|
-
AnnlecComFondRapport = "ANNLEC-COM-FOND-RAPPORT",
|
|
119
|
-
AnnlecComFondReunion = "ANNLEC-COM-FOND-REUNION",
|
|
120
|
-
AnnlecComFondSaisie = "ANNLEC-COM-FOND-SAISIE",
|
|
121
|
-
AnnlecDebats = "ANNLEC-DEBATS",
|
|
122
|
-
AnnlecDebatsDec = "ANNLEC-DEBATS-DEC",
|
|
123
|
-
AnnlecDebatsMotionVote = "ANNLEC-DEBATS-MOTION-VOTE",
|
|
124
|
-
AnnlecDebatsSeance = "ANNLEC-DEBATS-SEANCE",
|
|
125
|
-
AnnlecDepot = "ANNLEC-DEPOT",
|
|
126
|
-
AnnlecDgvt = "ANNLEC-DGVT",
|
|
127
|
-
AnnlecMotion = "ANNLEC-MOTION",
|
|
128
|
-
AnnlecMotionVote = "ANNLEC-MOTION-VOTE",
|
|
129
|
-
Cc = "CC",
|
|
130
|
-
CcConclusion = "CC-CONCLUSION",
|
|
131
|
-
CcSaisieAn = "CC-SAISIE-AN",
|
|
132
|
-
CcSaisieDroit = "CC-SAISIE-DROIT",
|
|
133
|
-
CcSaisiePan = "CC-SAISIE-PAN",
|
|
134
|
-
CcSaisiePm = "CC-SAISIE-PM",
|
|
135
|
-
CcSaisiePr = "CC-SAISIE-PR",
|
|
136
|
-
CcSaisiePsn = "CC-SAISIE-PSN",
|
|
137
|
-
CcSaisieSn = "CC-SAISIE-SN",
|
|
138
|
-
Cg22 = "CG22",
|
|
139
|
-
Cg22Conv = "CG22-CONV",
|
|
140
|
-
Cg22Debats = "CG22-DEBATS",
|
|
141
|
-
Cg22DebatsDec = "CG22-DEBATS-DEC",
|
|
142
|
-
Cg22DebatsSeance = "CG22-DEBATS-SEANCE",
|
|
143
|
-
Cmp = "CMP",
|
|
144
|
-
CmpCom = "CMP-COM",
|
|
145
|
-
CmpComNomin = "CMP-COM-NOMIN",
|
|
146
|
-
CmpComRapportAn = "CMP-COM-RAPPORT-AN",
|
|
147
|
-
CmpComRapportSn = "CMP-COM-RAPPORT-SN",
|
|
148
|
-
CmpDebats = "CMP-DEBATS",
|
|
149
|
-
CmpDebatsAn = "CMP-DEBATS-AN",
|
|
150
|
-
CmpDebatsAnDec = "CMP-DEBATS-AN-DEC",
|
|
151
|
-
CmpDebatsAnSeance = "CMP-DEBATS-AN-SEANCE",
|
|
152
|
-
CmpDebatsDec = "CMP-DEBATS-DEC",
|
|
153
|
-
CmpDebatsSn = "CMP-DEBATS-SN",
|
|
154
|
-
CmpDebatsSnDec = "CMP-DEBATS-SN-DEC",
|
|
155
|
-
CmpDebatsSnSeance = "CMP-DEBATS-SN-SEANCE",
|
|
156
|
-
CmpDec = "CMP-DEC",
|
|
157
|
-
CmpDepot = "CMP-DEPOT",
|
|
158
|
-
CmpDgvt = "CMP-DGVT",
|
|
159
|
-
CmpMotion = "CMP-MOTION",
|
|
160
|
-
CmpMotionVote = "CMP-MOTION-VOTE",
|
|
161
|
-
CmpSaisie = "CMP-SAISIE",
|
|
162
|
-
Eu = "EU",
|
|
163
|
-
EuDec = "EU-DEC",
|
|
164
|
-
Motion = "MOTION",
|
|
165
|
-
MotionVote = "MOTION-VOTE",
|
|
166
|
-
Prom = "PROM",
|
|
167
|
-
PromPub = "PROM-PUB",
|
|
168
|
-
Sn1 = "SN1",
|
|
169
|
-
Sn1Avce = "SN1-AVCE",
|
|
170
|
-
Sn1Com = "SN1-COM",
|
|
171
|
-
Sn1ComAvis = "SN1-COM-AVIS",
|
|
172
|
-
Sn1ComAvisNomin = "SN1-COM-AVIS-NOMIN",
|
|
173
|
-
Sn1ComAvisRapport = "SN1-COM-AVIS-RAPPORT",
|
|
174
|
-
Sn1ComAvisSaisie = "SN1-COM-AVIS-SAISIE",
|
|
175
|
-
Sn1ComFond = "SN1-COM-FOND",
|
|
176
|
-
Sn1ComFondNomin = "SN1-COM-FOND-NOMIN",
|
|
177
|
-
Sn1ComFondRapport = "SN1-COM-FOND-RAPPORT",
|
|
178
|
-
Sn1ComFondSaisie = "SN1-COM-FOND-SAISIE",
|
|
179
|
-
Sn1Debats = "SN1-DEBATS",
|
|
180
|
-
Sn1DebatsDec = "SN1-DEBATS-DEC",
|
|
181
|
-
Sn1DebatsMotion = "SN1-DEBATS-MOTION",
|
|
182
|
-
Sn1DebatsMotionVote = "SN1-DEBATS-MOTION-VOTE",
|
|
183
|
-
Sn1DebatsSeance = "SN1-DEBATS-SEANCE",
|
|
184
|
-
Sn1Depot = "SN1-DEPOT",
|
|
185
|
-
Sn1Dptlettrect = "SN1-DPTLETTRECT",
|
|
186
|
-
Sn1Eti = "SN1-ETI",
|
|
187
|
-
Sn1Procacc = "SN1-PROCACC",
|
|
188
|
-
Sn1Rtrini = "SN1-RTRINI",
|
|
189
|
-
Sn2 = "SN2",
|
|
190
|
-
Sn2Com = "SN2-COM",
|
|
191
|
-
Sn2ComAvis = "SN2-COM-AVIS",
|
|
192
|
-
Sn2ComAvisNomin = "SN2-COM-AVIS-NOMIN",
|
|
193
|
-
Sn2ComAvisRapport = "SN2-COM-AVIS-RAPPORT",
|
|
194
|
-
Sn2ComAvisSaisie = "SN2-COM-AVIS-SAISIE",
|
|
195
|
-
Sn2ComFond = "SN2-COM-FOND",
|
|
196
|
-
Sn2ComFondNomin = "SN2-COM-FOND-NOMIN",
|
|
197
|
-
Sn2ComFondRapport = "SN2-COM-FOND-RAPPORT",
|
|
198
|
-
Sn2ComFondSaisie = "SN2-COM-FOND-SAISIE",
|
|
199
|
-
Sn2Debats = "SN2-DEBATS",
|
|
200
|
-
Sn2DebatsDec = "SN2-DEBATS-DEC",
|
|
201
|
-
Sn2DebatsSeance = "SN2-DEBATS-SEANCE",
|
|
202
|
-
Sn2Depot = "SN2-DEPOT",
|
|
203
|
-
Sn3 = "SN3",
|
|
204
|
-
Sn3Com = "SN3-COM",
|
|
205
|
-
Sn3ComFond = "SN3-COM-FOND",
|
|
206
|
-
Sn3ComFondRapport = "SN3-COM-FOND-RAPPORT",
|
|
207
|
-
Sn3ComFondSaisie = "SN3-COM-FOND-SAISIE",
|
|
208
|
-
Sn3Debats = "SN3-DEBATS",
|
|
209
|
-
Sn3DebatsDec = "SN3-DEBATS-DEC",
|
|
210
|
-
Sn3DebatsSeance = "SN3-DEBATS-SEANCE",
|
|
211
|
-
Sn3Depot = "SN3-DEPOT",
|
|
212
|
-
Snnlec = "SNNLEC",
|
|
213
|
-
SnnlecCom = "SNNLEC-COM",
|
|
214
|
-
SnnlecComFond = "SNNLEC-COM-FOND",
|
|
215
|
-
SnnlecComFondNomin = "SNNLEC-COM-FOND-NOMIN",
|
|
216
|
-
SnnlecComFondRapport = "SNNLEC-COM-FOND-RAPPORT",
|
|
217
|
-
SnnlecComFondSaisie = "SNNLEC-COM-FOND-SAISIE",
|
|
218
|
-
SnnlecDebats = "SNNLEC-DEBATS",
|
|
219
|
-
SnnlecDebatsDec = "SNNLEC-DEBATS-DEC",
|
|
220
|
-
SnnlecDebatsSeance = "SNNLEC-DEBATS-SEANCE",
|
|
221
|
-
SnnlecDepot = "SNNLEC-DEPOT"
|
|
222
|
-
}
|