@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.
Files changed (94) hide show
  1. package/LICENSE.md +16 -6
  2. package/README.md +1 -19
  3. package/lib/amendements-CXmsqoof.js +170 -0
  4. package/lib/amendements-CZHXlq07.js +4198 -0
  5. package/lib/cleaners/acteurs.d.ts +2 -1
  6. package/lib/cleaners/amendements.d.ts +2 -1
  7. package/lib/cleaners/debats.d.ts +2 -1
  8. package/lib/cleaners/documents.d.ts +2 -1
  9. package/lib/cleaners/dossiers_legislatifs.d.ts +2 -1
  10. package/lib/cleaners/organes.d.ts +2 -1
  11. package/lib/cleaners/questions.d.ts +2 -1
  12. package/lib/cleaners/reunions.d.ts +2 -1
  13. package/lib/cleaners/scrutins.d.ts +2 -1
  14. package/lib/cleaners/xml.d.ts +5 -5
  15. package/lib/cleaners.js +186 -179
  16. package/lib/datasets.d.ts +5 -7
  17. package/lib/dossiers_legislatifs.d.ts +5 -2
  18. package/lib/file_systems.d.ts +9 -4
  19. package/lib/index.d.ts +24 -19
  20. package/lib/index.js +390 -1234
  21. package/lib/inserters.d.ts +466 -9
  22. package/lib/loaders.d.ts +13 -12
  23. package/lib/loaders.js +1900 -538
  24. package/lib/organes.d.ts +1 -1
  25. package/lib/parsers/compte_rendu.d.ts +2 -1
  26. package/lib/parsers/compte_rendu_commission.d.ts +1 -1
  27. package/lib/parsers/recherche_amendements.d.ts +2 -2
  28. package/lib/parsers/textes_lois.d.ts +1 -1
  29. package/lib/parsers.js +2109 -2075
  30. package/lib/questions-DTO3nK5V.js +2777 -0
  31. package/lib/questions-DXAzvI1T.js +230 -0
  32. package/lib/registries.d.ts +112 -0
  33. package/lib/schemas/clean/acteurs_et_organes.d.ts +2377 -0
  34. package/lib/schemas/clean/agendas.d.ts +830 -0
  35. package/lib/schemas/clean/amendements.d.ts +2305 -0
  36. package/lib/schemas/clean/debats.d.ts +300 -0
  37. package/lib/schemas/clean/dossiers_legislatifs.d.ts +1365 -0
  38. package/lib/schemas/clean/questions.d.ts +625 -0
  39. package/lib/schemas/clean/scrutins.d.ts +1137 -0
  40. package/lib/schemas/enriched/acteurs_et_organes.d.ts +112 -0
  41. package/lib/schemas/enriched/agendas.d.ts +501 -0
  42. package/lib/schemas/enriched/amendements.d.ts +1230 -0
  43. package/lib/schemas/enriched/debats.d.ts +308 -0
  44. package/lib/schemas/enriched/dossiers_legislatifs.d.ts +1131 -0
  45. package/lib/schemas/enriched/questions.d.ts +589 -0
  46. package/lib/schemas/enriched/scrutins.d.ts +1094 -0
  47. package/lib/schemas/raw/acteurs_et_organes.d.ts +5870 -0
  48. package/lib/schemas/raw/agendas.d.ts +1734 -0
  49. package/lib/schemas/raw/amendements.d.ts +4758 -0
  50. package/lib/schemas/raw/debats.d.ts +410 -0
  51. package/lib/schemas/raw/dossiers_legislatifs.d.ts +3252 -0
  52. package/lib/schemas/raw/questions.d.ts +983 -0
  53. package/lib/schemas/raw/scrutins.d.ts +2763 -0
  54. package/lib/scripts/retrieve_deputes_photos.d.ts +58 -4
  55. package/lib/scripts/retrieve_documents.d.ts +100 -12
  56. package/lib/scripts/retrieve_open_data.d.ts +75 -4
  57. package/lib/scripts/retrieve_videos.d.ts +1 -1
  58. package/lib/scripts/shared/cli_helpers.d.ts +103 -77
  59. package/lib/scripts/shared/photos.d.ts +106 -0
  60. package/lib/scripts/shared/utils.d.ts +4 -1
  61. package/lib/urls.d.ts +2 -2
  62. package/package.json +16 -12
  63. package/lib/amendements-40Z7OJLT.js +0 -682
  64. package/lib/amendements-J6Sx61n8.js +0 -154
  65. package/lib/datasets-Cb3wpfRH.js +0 -3580
  66. package/lib/parse-Ccs6wcUg.js +0 -2512
  67. package/lib/raw_types/acteurs_et_organes.d.ts +0 -464
  68. package/lib/raw_types/agendas.d.ts +0 -265
  69. package/lib/raw_types/amendements.d.ts +0 -365
  70. package/lib/raw_types/debats.d.ts +0 -140
  71. package/lib/raw_types/dossiers_legislatifs.d.ts +0 -567
  72. package/lib/raw_types/questions.d.ts +0 -115
  73. package/lib/raw_types/scrutins.d.ts +0 -187
  74. package/lib/schemas/acteurs_et_organes.json +0 -1167
  75. package/lib/schemas/agendas.json +0 -1757
  76. package/lib/schemas/amendements.json +0 -2087
  77. package/lib/schemas/compte_rendu_commission/CompteRenduCommission.json +0 -63
  78. package/lib/schemas/debats.json +0 -847
  79. package/lib/schemas/dossiers_legislatifs.json +0 -3884
  80. package/lib/schemas/legislatures.json +0 -17
  81. package/lib/schemas/questions.json +0 -711
  82. package/lib/schemas/scrutins.json +0 -701
  83. package/lib/scripts/copy-schemas.d.ts +0 -1
  84. package/lib/scripts/generate-json-schemas.d.ts +0 -1
  85. package/lib/shared_types/acteurs_et_organes.d.ts +0 -149
  86. package/lib/shared_types/dossiers_legislatifs.d.ts +0 -222
  87. package/lib/types/acteurs_et_organes.d.ts +0 -598
  88. package/lib/types/agendas.d.ts +0 -442
  89. package/lib/types/amendements.d.ts +0 -615
  90. package/lib/types/debats.d.ts +0 -186
  91. package/lib/types/dossiers_legislatifs.d.ts +0 -826
  92. package/lib/types/questions.d.ts +0 -203
  93. package/lib/types/scrutins.d.ts +0 -254
  94. /package/lib/{types/legislatures.d.ts → legislatures.d.ts} +0 -0
@@ -1,265 +0,0 @@
1
- export interface Reunion {
2
- reunion: ReunionReunion;
3
- }
4
- export interface ReunionReunion {
5
- "@xmlns": string;
6
- "@xmlns:xsi": string;
7
- "@xsi:type": ReunionXsiType;
8
- uid: string;
9
- timeStampDebut: Date;
10
- timeStampFin?: string;
11
- lieu?: Lieu;
12
- cycleDeVie: CycleDeVie;
13
- demandeurs?: Demandeurs | null;
14
- organeReuniRef: null | string;
15
- typeReunion?: TypeReunion;
16
- demandeur?: Demandeur | null;
17
- participants?: PurpleParticipants | null;
18
- visioConference?: null | string;
19
- ODJ?: Odj | null;
20
- sessionRef?: null | string;
21
- ouverturePresse?: string;
22
- captationVideo?: string;
23
- compteRenduRef?: null | string;
24
- formatReunion?: FormatReunion;
25
- infosReunionsInternationale?: InfosReunionsInternationale;
26
- identifiants?: Identifiants;
27
- }
28
- export declare enum ReunionXsiType {
29
- ReunionCommissionType = "reunionCommission_type",
30
- ReunionInitParlementaireType = "reunionInitParlementaire_type",
31
- SeanceType = "seance_type"
32
- }
33
- export interface Odj {
34
- convocationODJ: ConvocationOdjClass | null;
35
- resumeODJ: ConvocationOdjClass | null;
36
- pointsODJ?: PointsOdj | null;
37
- }
38
- export interface ConvocationOdjClass {
39
- item: string[] | string;
40
- }
41
- export interface PointsOdj {
42
- pointODJ: PointOdjElement[] | PointOdjElement;
43
- }
44
- export interface PointOdjElement {
45
- "@xsi:type": PointOdjXsiType;
46
- uid: string;
47
- cycleDeVie: CycleDeVie;
48
- objet: string;
49
- demandeurPoint: null;
50
- procedure: Procedure | null;
51
- dossiersLegislatifsRefs: DossiersLegislatifsRefs | null;
52
- typePointODJ: TypePointOdj;
53
- comiteSecret: string;
54
- textesAssocies: null;
55
- natureTravauxODJ?: NatureTravauxOdj;
56
- dateConfPres?: string;
57
- dateLettreMinistre?: string;
58
- }
59
- export declare enum PointOdjXsiType {
60
- PodjReunionType = "podjReunion_type",
61
- PodjSeanceConfPresType = "podjSeanceConfPres_type"
62
- }
63
- export interface CycleDeVie {
64
- etat: Etat;
65
- chrono: Chrono;
66
- }
67
- export interface Chrono {
68
- creation: string;
69
- cloture: null | string;
70
- }
71
- export declare enum Etat {
72
- Annulé = "Annul\u00E9",
73
- Confirmé = "Confirm\u00E9",
74
- Eventuel = "Eventuel",
75
- Supprimé = "Supprim\u00E9"
76
- }
77
- export interface DossiersLegislatifsRefs {
78
- dossierRef: string[] | string;
79
- }
80
- export declare enum NatureTravauxOdj {
81
- Odjpr = "ODJPR",
82
- Odjsn = "ODJSN"
83
- }
84
- export declare enum Procedure {
85
- DiscussionGénéraleCommune = "discussion g\u00E9n\u00E9rale commune",
86
- ProcédureDExamenSimplifiéeArticle103 = "proc\u00E9dure d'examen simplifi\u00E9e-Article 103",
87
- ProcédureDExamenSimplifiéeArticle106 = "proc\u00E9dure d'examen simplifi\u00E9e-Article 106",
88
- ProcédureDExamenSimplifiéeArticle107 = "proc\u00E9dure d'examen simplifi\u00E9e-Article 107",
89
- ProcédureDeLégislationEnCommissionArticle1071 = "proc\u00E9dure de l\u00E9gislation en commission-Article 107-1"
90
- }
91
- export declare enum TypePointOdj {
92
- AmendementsArt88 = "Amendements (Art. 88)",
93
- AmendementsArt91 = "Amendements (Art. 91)",
94
- Audition = "Audition",
95
- AuditionMinistre = "Audition ministre",
96
- AuditionMinistreOuverteÀLaPresse = "Audition ministre ouverte \u00E0 la presse",
97
- AuditionOuverteÀLaPresse = "Audition ouverte \u00E0 la presse",
98
- Communication = "Communication",
99
- ConstitutionDeMissionDInformation = "Constitution de mission d'information",
100
- Discussion = "Discussion",
101
- DébatDInitiativeParlementaire = "D\u00E9bat d'initiative parlementaire",
102
- DéclarationDuGouvernementSuivieDUnDébat = "D\u00E9claration du Gouvernement suivie d'un d\u00E9bat",
103
- EchangesDeVues = "Echanges de vues",
104
- Examen = "Examen",
105
- ExplicationsDeVoteDesGroupesEtVoteParScrutinPublic = "Explications de vote des groupes et vote par scrutin public",
106
- ExplicationsDeVoteEtVoteParScrutinPublic = "Explications de vote et vote par scrutin public",
107
- FixationDeLOrdreDuJour = "Fixation de l'ordre du jour",
108
- NominationBureau = "Nomination bureau",
109
- NominationCandidatsOrganismeExtraparlementaire = "Nomination candidats organisme extraparlementaire",
110
- NominationDUnMembreDUneMissionDInformation = "Nomination d'un membre d'une mission d'information",
111
- NominationRapporteur = "Nomination rapporteur",
112
- NominationRapporteurDApplication = "Nomination rapporteur d'application",
113
- NominationRapporteurDInformation = "Nomination rapporteur d'information",
114
- NominationRapporteurPourAvis = "Nomination rapporteur pour avis",
115
- OuvertureEtClôtureDeSession = "Ouverture et cl\u00F4ture de session",
116
- QuestionsAuGouvernement = "Questions au Gouvernement",
117
- QuestionsOralesSansDébat = "Questions orales sans d\u00E9bat",
118
- Rapport = "Rapport",
119
- RapportDInformation = "Rapport d'information",
120
- RapportPourAvis = "Rapport pour avis",
121
- SeancesReserveesGroupeOppositionOuMinoritaire = "S\u00E9ances r\u00E9serv\u00E9es \u00E0 un groupe de l'opposition ou minoritaire",
122
- SuiteDeLaDiscussion = "Suite de la discussion",
123
- TableRonde = "Table ronde",
124
- VoteParScrutinPublic = "Vote par scrutin public",
125
- VoteSolennel = "Vote solennel"
126
- }
127
- export interface Demandeur {
128
- acteur?: ActeurElement;
129
- organe?: Organe;
130
- }
131
- export interface ActeurElement {
132
- nom: null | string;
133
- acteurRef: string;
134
- }
135
- export interface Organe {
136
- nom: string;
137
- organeRef: string;
138
- }
139
- export interface Demandeurs {
140
- acteur?: ActeurElement[] | ActeurElement;
141
- organe?: Organe;
142
- }
143
- export declare enum FormatReunion {
144
- AuditionExterne = "AuditionExterne",
145
- AuditionParPresidentCommission = "AuditionParPresidentCommission",
146
- AuditionParRapporteur = "AuditionParRapporteur",
147
- Ordinaire = "Ordinaire"
148
- }
149
- export interface Identifiants {
150
- numSeanceJO: null | string;
151
- idJO: null | string;
152
- quantieme: Quantieme;
153
- DateSeance: string;
154
- }
155
- export declare enum Quantieme {
156
- Deuxième = "Deuxi\u00E8me",
157
- Première = "Premi\u00E8re",
158
- Troisième = "Troisi\u00E8me",
159
- Unique = "Unique"
160
- }
161
- export interface InfosReunionsInternationale {
162
- estReunionInternationale: string;
163
- listePays: ListePays | null;
164
- informationsComplementaires?: null | string;
165
- }
166
- export interface ListePays {
167
- paysRef: string[] | string;
168
- }
169
- export interface Lieu {
170
- code?: string | null;
171
- libelleCourt?: string | null;
172
- libelleLong: null | string;
173
- lieuRef?: string | null;
174
- }
175
- export interface PurpleParticipants {
176
- participantsInternes: PurpleParticipantsInternes | null;
177
- personnesAuditionnees: PurplePersonnesAuditionnees | null;
178
- }
179
- export interface PurpleParticipantsInternes {
180
- participantInterne: ParticipantInterneElement[] | ParticipantInterneElement;
181
- }
182
- export interface ParticipantInterneElement {
183
- acteurRef: string;
184
- presence: Presence;
185
- }
186
- export declare enum Presence {
187
- Absent = "absent",
188
- Excusé = "excus\u00E9",
189
- Présent = "pr\u00E9sent"
190
- }
191
- export interface PurplePersonnesAuditionnees {
192
- personneAuditionnee: null[] | null;
193
- }
194
- export declare enum TypeReunion {
195
- Dep = "DEP",
196
- Ga = "GA",
197
- Ge = "GE",
198
- Gevi = "GEVI",
199
- Gp = "GP",
200
- HéAurélien = "H\u00C9 Aur\u00E9lien"
201
- }
202
- export interface Agendas {
203
- reunions: Reunions;
204
- }
205
- export interface Reunions {
206
- reunion: ReunionElement[];
207
- }
208
- export interface ReunionElement {
209
- uid: string;
210
- timeStampDebut: Date;
211
- timeStampFin?: string;
212
- lieu: Lieu;
213
- cycleDeVie: CycleDeVie;
214
- demandeurs?: Demandeurs | null;
215
- organeReuniRef: null | string;
216
- typeReunion?: TypeReunion;
217
- "@xmlns:xsi"?: string;
218
- demandeur?: null;
219
- participants?: FluffyParticipants | null;
220
- sessionRef?: null | string;
221
- ouverturePresse?: string;
222
- ODJ?: Odj;
223
- compteRenduRef?: null | string;
224
- identifiants?: Identifiants;
225
- }
226
- export interface FluffyParticipants {
227
- participantsInternes: FluffyParticipantsInternes | null;
228
- personnesAuditionnees: FluffyPersonnesAuditionnees | null;
229
- }
230
- export interface FluffyParticipantsInternes {
231
- participantInterne: ParticipantInterneElement[];
232
- }
233
- export interface FluffyPersonnesAuditionnees {
234
- personneAuditionnee: PersonneAuditionneeElement[] | PersonneAuditionneeElement;
235
- }
236
- export interface PersonneAuditionneeElement {
237
- uid: Uid;
238
- ident: Ident;
239
- dateNais: Date | null;
240
- }
241
- export interface Ident {
242
- civ: Civ;
243
- prenom: string;
244
- nom: string;
245
- alpha?: string;
246
- trigramme?: null | string;
247
- }
248
- export declare enum Civ {
249
- M = "M.",
250
- Mme = "Mme"
251
- }
252
- export interface Uid {
253
- "@xsi:type": UidXsiType;
254
- "#text": string;
255
- }
256
- export declare enum UidXsiType {
257
- IdActeurType = "IdActeur_type",
258
- IdPersonneExterneType = "IdPersonneExterne_type"
259
- }
260
- export declare class Convert {
261
- static toReunion(json: string): Reunion;
262
- static reunionToJson(value: Reunion): string;
263
- static toAgendas(json: string): Agendas;
264
- static agendasToJson(value: Agendas): string;
265
- }
@@ -1,365 +0,0 @@
1
- export interface Amendements {
2
- textesLegislatifs: TexteLegislatif[];
3
- }
4
- export interface TexteLegislatif {
5
- "@xmlns:xsi": string;
6
- refTexteLegislatif: string;
7
- amendements: AmendementsClass;
8
- }
9
- export interface AmendementsClass {
10
- amendement: Amendement[];
11
- }
12
- export interface AmendementWrapper {
13
- amendement: Amendement;
14
- }
15
- export interface Amendement {
16
- "@xmlns": string;
17
- uid: string;
18
- chronotag: string;
19
- legislature: string;
20
- identification: Identification;
21
- examenRef: string;
22
- texteLegislatifRef: string;
23
- triAmendement: AmendementParentRefClass | string;
24
- cardinaliteAmdtMultiples: AmendementParentRefClass | string;
25
- amendementParentRef: AmendementParentRefClass | string;
26
- signataires: Signataires;
27
- pointeurFragmentTexte: PointeurFragmentTexte;
28
- corps: Corps;
29
- cycleDeVie: CycleDeVie;
30
- representations: Representations | null;
31
- seanceDiscussionRef: AmendementParentRefClass | string;
32
- article99: string;
33
- loiReference: LoiReference;
34
- discussionCommune: Discussion;
35
- discussionIdentique: Discussion;
36
- accordGouvernementDepotHorsDelai: AccordGouvernementDepotHorsDelai;
37
- }
38
- export declare enum AccordGouvernementDepotHorsDelai {
39
- Accord = "Accord",
40
- SansObjet = "Sans objet"
41
- }
42
- export interface AmendementParentRefClass {
43
- "@xmlns:xsi": string;
44
- "@xsi:nil": string;
45
- }
46
- export interface Corps {
47
- cartoucheInformatif?: AmendementParentRefClass | string;
48
- contenuAuteur?: ContenuAuteur;
49
- "@xmlns:xsi"?: string;
50
- "@xsi:nil"?: string;
51
- }
52
- export interface ContenuAuteur {
53
- dispositif?: string;
54
- avantAppel?: AvantAppel;
55
- exposeSommaire?: string;
56
- annexeExposeSommaire?: AmendementParentRefClass;
57
- "@xmlns:xsi"?: string;
58
- "@xsi:nil"?: string;
59
- dispositifAmdtCreditPLF?: DispositifAmdtCreditPLF;
60
- dispositifAmdtCreditPLFR?: DispositifAmdtCreditPLFR;
61
- }
62
- export interface AvantAppel {
63
- "@xmlns:xsi"?: string;
64
- "@xsi:nil"?: string;
65
- dispositif?: string;
66
- dispositifAmdtCreditPLF?: DispositifAmdtCreditPLF;
67
- dispositifAmdtCreditPLFR?: DispositifAmdtCreditPLFR;
68
- }
69
- export interface DispositifAmdtCreditPLF {
70
- listeProgrammes?: DispositifAmdtCreditPLFListeProgrammes;
71
- soldeAE?: string;
72
- soldeCP?: string;
73
- cpEgalAe: string;
74
- }
75
- export interface DispositifAmdtCreditPLFListeProgrammes {
76
- programme: PurpleProgramme[];
77
- }
78
- export interface PurpleProgramme {
79
- libelle: string;
80
- programmeRef: string;
81
- autorisationEngagement: string;
82
- creditPaiement: string;
83
- action: Action;
84
- lignesCredits: PurpleLignesCredits;
85
- }
86
- export declare enum Action {
87
- Création = "cr\u00E9ation",
88
- Modification = "modification",
89
- Suppression = "suppression"
90
- }
91
- export interface PurpleLignesCredits {
92
- "@xmlns:xsi"?: string;
93
- "@xsi:nil"?: string;
94
- ligneCredit?: LigneCreditClass[] | LigneCreditClass;
95
- }
96
- export interface LigneCreditClass {
97
- id: string;
98
- libelle: string;
99
- autorisationEngagement: string;
100
- creditPaiement: string;
101
- action: Action;
102
- }
103
- export interface DispositifAmdtCreditPLFR {
104
- listeProgrammes?: DispositifAmdtCreditPLFRListeProgrammes;
105
- totalAE?: Total;
106
- totalCP?: Total;
107
- cpEgalAe: string;
108
- }
109
- export interface DispositifAmdtCreditPLFRListeProgrammes {
110
- programme: LigneCreditElement[];
111
- }
112
- export interface LigneCreditLignesCredits {
113
- "@xmlns:xsi"?: string;
114
- "@xsi:nil"?: string;
115
- ligneCredit?: LigneCreditElement[] | LigneCreditElement;
116
- }
117
- export interface LigneCreditElement {
118
- libelle: string;
119
- programmeRef?: string;
120
- autorisationEngagementSupplementaire: string;
121
- creditPaiementSupplementaire: string;
122
- autorisationEngagementAnnule: string;
123
- creditPaiementAnnule: string;
124
- action: Action;
125
- lignesCredits?: LigneCreditLignesCredits;
126
- id?: string;
127
- }
128
- export interface Total {
129
- supplementaire: string;
130
- annule: string;
131
- solde: string;
132
- }
133
- export interface CycleDeVie {
134
- dateDepot: AmendementParentRefClass | Date;
135
- datePublication: AmendementParentRefClass | Date;
136
- soumisArticle40: string;
137
- etatDesTraitements: EtatDESTraitements;
138
- dateSort: AmendementParentRefClass | Date;
139
- sort: AmendementParentRefClass | SortEnum;
140
- }
141
- export interface EtatDESTraitements {
142
- etat: Etat;
143
- sousEtat: SousEtat;
144
- }
145
- export interface Etat {
146
- code: Code;
147
- libelle: Libelle;
148
- }
149
- export declare enum Code {
150
- AC = "AC",
151
- At = "AT",
152
- Di = "DI",
153
- Effacé = "effac\u00E9",
154
- Er = "ER",
155
- Et = "ET",
156
- IR = "IR",
157
- Irr127 = "IRR127",
158
- Irr20 = "IRR20",
159
- Irr37 = "IRR37",
160
- Irr38 = "IRR38",
161
- Irr41 = "IRR41",
162
- Irr42 = "IRR42",
163
- Irr45 = "IRR45",
164
- Irr48 = "IRR48",
165
- Irr53 = "IRR53",
166
- Irrai = "IRRAI",
167
- Irraif = "IRRAIF",
168
- Irrd = "IRRD",
169
- Irrhc = "IRRHC",
170
- Irrhd = "IRRHD",
171
- Irrsa = "IRRSA",
172
- R = "R",
173
- Rt = "RT",
174
- T = "T"
175
- }
176
- export declare enum Libelle {
177
- ADiscuter = "A discuter",
178
- ADéposer = "A d\u00E9poser",
179
- Discuté = "Discut\u00E9",
180
- Effacé = "effac\u00E9",
181
- EnRecevabilité = "En recevabilit\u00E9",
182
- EnTraitement = "En traitement",
183
- Irrecevable = "Irrecevable",
184
- Irrecevable40 = "Irrecevable 40",
185
- Retiré = "Retir\u00E9"
186
- }
187
- export interface SousEtat {
188
- code?: Code;
189
- libelle?: SortEnum;
190
- "@xmlns:xsi"?: string;
191
- "@xsi:nil"?: string;
192
- }
193
- export declare enum SortEnum {
194
- Adopté = "Adopt\u00E9",
195
- AutreIrrecevabilité = "Autre irrecevabilit\u00E9",
196
- AutreIrrecevabilité40 = "Autre irrecevabilit\u00E9 40",
197
- AutresIrrLOLF = "Autres irr LOLF",
198
- AutresIrrLOLFSS = "Autres irr LOLFSS",
199
- Cavalier45 = "Cavalier (45)",
200
- CavalierBudgétaire = "Cavalier budg\u00E9taire",
201
- CavalierSocial = "Cavalier social",
202
- ChampDeLHabilitation38 = "Champ de l'habilitation (38)",
203
- Charge = "Charge",
204
- Cmp45 = "CMP (45)",
205
- Crédits = "Cr\u00E9dits",
206
- DispositionRéglementaire37 = "Disposition r\u00E9glementaire (37)",
207
- DomaineDeLaLoi41 = "Domaine de la loi (41)",
208
- DomaineLoiOrganique127 = "Domaine loi organique (127)",
209
- Doublon = "Doublon",
210
- Entonnoir45 = "Entonnoir (45)",
211
- Gage = "Gage",
212
- HorsChamp = "Hors champ",
213
- HorsDélais = "Hors-d\u00E9lais",
214
- Injonction20 = "Injonction (20)",
215
- IrrEnPremièrePartie = "Irr en premi\u00E8re partie",
216
- IrrEnSecondePartie = "Irr en seconde partie",
217
- Lolf = "LOLF",
218
- Lolfss = "LOLFSS",
219
- NonSoutenu = "Non soutenu",
220
- OrdreDuJour48 = "Ordre du jour (48)",
221
- R = "R",
222
- RatificationTraité53 = "Ratification trait\u00E9 (53)",
223
- Rejeté = "Rejet\u00E9",
224
- Retiré = "Retir\u00E9",
225
- RetiréAprèsPublication = "Retir\u00E9 apr\u00E8s publication",
226
- RetiréAvantPublication = "Retir\u00E9 avant publication",
227
- SatisfaitOuInopérant42 = "Satisfait ou inop\u00E9rant (42)",
228
- SousAmendement98 = "Sous-amendement (98)",
229
- Tombé = "Tomb\u00E9"
230
- }
231
- export interface Discussion {
232
- "@xmlns:xsi"?: string;
233
- "@xsi:nil"?: string;
234
- idDiscussion?: string;
235
- typePosition?: TypePosition;
236
- }
237
- export declare enum TypePosition {
238
- Dernier = "Dernier",
239
- Milieu = "Milieu",
240
- Premier = "Premier"
241
- }
242
- export interface Identification {
243
- numeroLong: string;
244
- numeroOrdreDepot: string;
245
- prefixeOrganeExamen: string;
246
- numeroRect: string;
247
- }
248
- export interface LoiReference {
249
- "@xmlns:xsi"?: string;
250
- "@xsi:nil"?: string;
251
- codeLoi?: AmendementParentRefClass | null | string;
252
- divisionCodeLoi?: AmendementParentRefClass | null | string;
253
- }
254
- export interface PointeurFragmentTexte {
255
- partieAmendableRef: AmendementParentRefClass;
256
- division?: Division;
257
- amendementStandard?: AmendementStandard;
258
- missionVisee?: MissionVisee;
259
- }
260
- export interface AmendementStandard {
261
- alinea: Alinea;
262
- }
263
- export interface Alinea {
264
- "@xmlns:xsi"?: string;
265
- "@xsi:nil"?: string;
266
- avant_A_Apres?: AmendementParentRefClass | null | string;
267
- numero?: AmendementParentRefClass | string;
268
- alineaDesignation?: string;
269
- }
270
- export interface Division {
271
- titre: null | string;
272
- articleDesignationCourte: null | string;
273
- articleDesignation: null | string;
274
- type: DivisionType;
275
- avant_A_Apres: AvantAApres;
276
- divisionRattachee: AmendementParentRefClass | string;
277
- articleAdditionnel: string;
278
- chapitreAdditionnel: string;
279
- urlDivisionTexteVise: AmendementParentRefClass | string;
280
- }
281
- export declare enum AvantAApres {
282
- A = "A",
283
- Après = "Apr\u00E8s",
284
- Avant = "Avant"
285
- }
286
- export declare enum DivisionType {
287
- Annexe = "ANNEXE",
288
- Article = "ARTICLE",
289
- Chapitre = "CHAPITRE",
290
- Titre = "TITRE"
291
- }
292
- export interface MissionVisee {
293
- codeEtat: CodeEtat;
294
- codeMissionMinefi: string;
295
- libelleMission: string;
296
- missionRef: string;
297
- }
298
- export declare enum CodeEtat {
299
- B = "B",
300
- C = "C",
301
- D = "D"
302
- }
303
- export interface Representations {
304
- representation: Representation;
305
- }
306
- export interface Representation {
307
- nom: Nom;
308
- typeMime: TypeMIME;
309
- statutRepresentation: StatutRepresentation;
310
- repSource: AmendementParentRefClass;
311
- offset: AmendementParentRefClass;
312
- contenu: Contenu;
313
- dateDispoRepresentation: AmendementParentRefClass;
314
- }
315
- export interface Contenu {
316
- documentURI: string;
317
- }
318
- export declare enum Nom {
319
- PDF = "PDF"
320
- }
321
- export interface StatutRepresentation {
322
- verbatim: string;
323
- canonique: string;
324
- officielle: string;
325
- transcription: string;
326
- enregistrement: string;
327
- }
328
- export interface TypeMIME {
329
- type: TypeMIMEType;
330
- subType: Nom;
331
- }
332
- export declare enum TypeMIMEType {
333
- Application = "application"
334
- }
335
- export interface Signataires {
336
- auteur: Auteur;
337
- cosignataires: Cosignataires;
338
- suffixe: AmendementParentRefClass | string;
339
- libelle: null | string;
340
- }
341
- export interface Auteur {
342
- typeAuteur: TypeAuteur;
343
- gouvernementRef: AmendementParentRefClass | string;
344
- acteurRef: AmendementParentRefClass | string;
345
- groupePolitiqueRef: AmendementParentRefClass | string;
346
- auteurRapporteurOrganeRef: AmendementParentRefClass | string;
347
- }
348
- export declare enum TypeAuteur {
349
- Député = "D\u00E9put\u00E9",
350
- Gouvernement = "Gouvernement",
351
- Rapporteur = "Rapporteur"
352
- }
353
- export interface Cosignataires {
354
- "@xmlns:xsi"?: string;
355
- "@xsi:nil"?: string;
356
- acteurRef?: string[] | string;
357
- }
358
- export declare class Convert {
359
- static toAmendements(json: string): Amendements;
360
- static amendementsToJson(value: Amendements): string;
361
- static toTexteLegislatif(json: string): TexteLegislatif;
362
- static texteLegislatifToJson(value: TexteLegislatif): string;
363
- static toAmendementWrapper(json: string): AmendementWrapper;
364
- static amendementWrapperToJson(value: AmendementWrapper): string;
365
- }