@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.
Files changed (94) hide show
  1. package/LICENSE.md +16 -6
  2. package/README.md +2 -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 +10 -3
  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 +1901 -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 +86 -12
  56. package/lib/scripts/retrieve_open_data.d.ts +39 -4
  57. package/lib/scripts/retrieve_videos.d.ts +1 -1
  58. package/lib/scripts/shared/cli_helpers.d.ts +41 -77
  59. package/lib/scripts/shared/photos.d.ts +106 -0
  60. package/lib/scripts/shared/utils.d.ts +4 -0
  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
package/lib/datasets.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Legislature } from './types/legislatures';
1
+ import { Legislature } from './legislatures';
2
2
  export interface Dataset {
3
3
  name: string;
4
4
  filename: string;
@@ -36,13 +36,11 @@ export declare enum EnabledDatasets {
36
36
  ComptesRendusCommissions = 256,
37
37
  All = 511
38
38
  }
39
- export declare const datasets: Datasets;
40
- export declare function getDatasets(): any;
41
- export declare function validDataset(dir: any): any;
39
+ export declare function getDatasets(): string[];
40
+ export declare function validDataset(dir: string[]): boolean;
42
41
  export declare function getSchemas(): string[];
43
42
  export declare function datasetDirectorySchema(dataset: string): Array<[string, string]>;
44
43
  export declare function fileDatasetUrl(filename: string): [string, string] | null;
45
- export declare function diffUpstream(filename: string): string;
46
44
  export declare function masterUrl(filename: string): string;
47
- export declare function filterByLegislature(datasets: Datasets, legislatures: any): Datasets;
48
- export declare function getEnabledDatasets(categories: any): EnabledDatasets;
45
+ export declare function filterByLegislature(datasets: Datasets, legislatures: number[]): Datasets;
46
+ export declare function getEnabledDatasets(categories: string[]): EnabledDatasets;
@@ -1,5 +1,6 @@
1
- import { CodeTypeOrgane } from './shared_types/acteurs_et_organes';
2
- import { DossierParlementaire, ActeLegislatif, Division, Document } from './types/dossiers_legislatifs';
1
+ import { CodeTypeOrgane } from './schemas/raw/acteurs_et_organes.js';
2
+ import { PointClean as Point } from './schemas/clean/debats.js';
3
+ import { ActeLegislatifEnriched as ActeLegislatif, DivisionEnriched as Division, DocumentEnriched as Document, DossierParlementaireEnriched as DossierParlementaire } from './schemas/enriched/dossiers_legislatifs.js';
3
4
  export interface DocumentFileInfos {
4
5
  filename?: string;
5
6
  sha256?: string;
@@ -7,9 +8,11 @@ export interface DocumentFileInfos {
7
8
  status: number;
8
9
  }
9
10
  export type DocumentFilesIndex = {
11
+ contenu?: Point;
10
12
  html?: DocumentFileInfos[];
11
13
  pdf?: DocumentFileInfos[];
12
14
  "raw-html"?: DocumentFileInfos[];
15
+ videoUrl?: string;
13
16
  };
14
17
  export declare enum FinalStatus {
15
18
  Failure = "FAILURE",
@@ -1,8 +1,15 @@
1
1
  export declare function walkDir(rootDir: string, relativeSplitDir?: string[]): Iterable<string[]>;
2
- export declare function load(path: string): any;
3
- export declare function write(something: any, filename: string): any;
2
+ export declare function load(path: string): unknown;
3
+ export declare function write(something: unknown, filename: string): void;
4
4
  export declare class GetFileNotFoundError {
5
5
  message: string;
6
6
  constructor(message: string);
7
7
  }
8
- export declare function getFiles(args: any): any;
8
+ export declare function getFiles(args: string[]): string[];
9
+ export declare function pathNonEmpty(p: string): Promise<boolean>;
10
+ export declare function shouldSkipOldLegislatureDataset(dataset: {
11
+ legislature: number | null;
12
+ }, outputDir: string, { onlyRecent, legislature, }: {
13
+ onlyRecent?: number;
14
+ legislature: number[];
15
+ }): Promise<boolean>;
package/lib/index.d.ts CHANGED
@@ -1,19 +1,24 @@
1
- export { allFacets, allFollows, Facet, Follow, type SearchQuery, type ValidSearchQuery, type ValidSearchQuerySharedSubset, } from './api';
2
- export { dateFromNullableDateOrIsoString, dateFromYearMonthDayTimezoneString, displayDateFromLocalIsoString, existingDateToJson, formatRelativeFrenchTime, frenchDateFormat, frenchDateSameYearShortFormat, frenchDateWithoutDayOfWeekFromDateOrString, frenchTimeFormat, frenchTimeFromDateOrString, localIso8601StringFromDate, patchedDateToJson, } from './dates';
3
- export { commissionFondUidFromDossier, type DocumentFileInfos, type DocumentFilesIndex, FinalStatus, type State, stateFromActePath, stateFromActes, stateFromDossier, type Status, statusFromCodierLibelle, StatusOnly, walkActes, walkDocumentAndDivisions, } from './dossiers_legislatifs';
4
- export { insertActeurReferences, insertAmendementReferences, insertDocumentReferences, insertDossierReferences, insertOrganeReferences, insertReunionReferences, insertScrutinReferences, type OutputData, } from './inserters';
5
- export { shortNameFromOrgane } from './organes';
6
- export { CodeTypeOrgane } from './shared_types/acteurs_et_organes';
7
- export { CodeActe } from './shared_types/dossiers_legislatifs';
8
- export { capitalizeFirstLetter, uncapitalizeFirstLetter } from './strings';
9
- export { type Acteur, type Adresse, type AdresseElectronique, type AdressePostale, type Cible, Civ, type CodeEtLibelle, CodeNatureDep, type Collaborateur, type Departement, type Deport, type Election, type EtatCivil, FamSocPro, type Ident, type InfoNaissance, type InfosQualite, type Lieu, type Mandat, type Mandature, type Organe, type OrganeLieu, type Photo, PositionPolitique, type Profession, Regime, type Region, RegionType, type Secretariat, type SocProcInsee, type Suppleant, TypeMandat, TypeOrgane, type ViMoDe, } from './types/acteurs_et_organes';
10
- export { type Chrono, type CycleDeVieReunion, type DemandeurActeur, type DemandeurOrgane, type Demandeurs, EtatCycleDeVie, FormatReunion, type Identifiants, type IdentPersonneAuditionnee, type InfosReunionsInternationale, type LieuReunion, NatureTravauxOdj, type Odj, type ParticipantInterne, type Participants, type PersonneAuditionnee, PersonneAuditionneeXsiType, type PointOdj, PointOdjXsiType, Presence, Procedure, Quantieme, type Reunion, ReunionXsiType, TypePointOdj, TypeReunion, } from './types/agendas';
11
- export { AccordGouvernementDepotHorsDelai, Action, Convert as AmendementsConvert, AvantAApres, CodeEtat, DivisionType, EtatAmendementCode, EtatAmendementLibelle, SortAmendement, TypeAuteur, TypeMimeNom, TypeMimeType, TypePosition, type Alinea, type Amendement, type Amendements, type AuteurAmendement, type AvantAppel, type ContenuAmendement, type ContenuAuteur, type CorpsAmendement, type CycleDeVie, type Discussion, type DispositifAmdtCreditPLF, type DispositifAmdtCreditPLFR, type EtatAmendement, type EtatDesTraitements, type Identification, type LigneCreditPLF, type LigneCreditPLFR, type LoiReference, type MissionVisee, type PointeurFragmentTexte, type PointeurFragmentTexteDivision, type ProgrammePlf, type Representation, type Signataires, type SousEtatAmendement, type StatutRepresentation, type TexteLegislatif, type Total, type TypeMime, } from './types/amendements';
12
- export { Decision, type CompteRendu, type Contenu, type FinSeance, type Metadonnees, type OrateurElement, type Orateurs, type Point, type Quantiemes, type Sommaire, type SommaireElement, type Texte, type TitreStruct, } from './types/debats';
13
- export { Cause, DocumentDenominationStructurelle, DossierParlementaireXsiType, Motif, Provenance, Qualite, StatutAdoption, TexteExterneAssocieTypeDoc, TypeActeLegislatif, TypeBudget, TypeCorrection, TypeDocument, TypeJo, TypeMission, TypeTexte, type ActeLegislatif, type AmendementsCommission, type AmendementsSeance, type Auteur, type AuteurActeur, type ChronoDocument, type Classification, type ContenuSubdivision, type ContributionInternaute, type Correction, type CoSignataireElement, type CoSignataireOrgane, type CycleDeVieDocument, type DepotAmendements, type Division, type Document, type DossierParlementaire, type EtudePlf, type FamCodeEtLibelle, type Famille, type FusionDossier, type Imprimerie, type Indexation, type InfoJo, type InfoJoce, type Initiateur, type InitiateurActeur, type LibelleActe, type MissionMinefi, type Notice, type ProcedureParlementaire, type Rapporteur, type SousType, type Subdivision, type TexteAssocie, type TexteEuropeen, type TexteExterneAssocie, type Theme, type Themes, type TitreDossier, type Titres, } from './types/dossiers_legislatifs';
14
- export { Legislature } from './types/legislatures';
15
- export { TypeQuestion, type Analyse, type AuteurQuestion, type Cloture, type Groupe, type Identifiant, type IdentiteAuteurQuestion, type IndexationAn, type InfoJoQuestion, type MinAttribElement, type MinAttribs, type Question, type QuestionXsiType, type Renouvellement, type Renouvellements, type Signalement, type TexteQuestion, type TextesQuestion, type TextesReponse, TypeJoQuestion, } from './types/questions';
16
- export { CausePositionVote, CodeSortScrutin, CodeTypeVote, type DecompteNominatif, type DecompteVoix, type Demandeur, type Dysfonctionnement, LibelleSortScrutin, LibelleTypeVote, LieuVote, type MiseAuPoint, ModePublicationDesVotes, type ObjetVote, PositionMajoritaire, type SortScrutin, type Scrutin, type SyntheseVote, TypeMajorite, type TypeVote, type VentilationVotes, type VentilationVotesGroupe, type Votant, type Vote, } from './types/scrutins';
17
- export { compteRenduUidRegex, documentUidRegex, dossierUidRegex, questionUidRegex, reunionUidRegex, scrutinUidRegex, } from './uids';
18
- export { DocumentUrlFormat, iterDocumentOrDivisionUrls, urlFromDocument, urlFromScrutin, } from './urls';
19
- export { datasets } from './datasets';
1
+ export { allFacets, allFollows, Facet, Follow, type SearchQuery, type ValidSearchQuery, type ValidSearchQuerySharedSubset, } from './api.js';
2
+ export { dateFromNullableDateOrIsoString, dateFromYearMonthDayTimezoneString, displayDateFromLocalIsoString, existingDateToJson, formatRelativeFrenchTime, frenchDateFormat, frenchDateSameYearShortFormat, frenchDateWithoutDayOfWeekFromDateOrString, frenchTimeFormat, frenchTimeFromDateOrString, localIso8601StringFromDate, patchedDateToJson, } from './dates.js';
3
+ export { commissionFondUidFromDossier, type DocumentFileInfos, type DocumentFilesIndex, FinalStatus, type State, stateFromActePath, stateFromActes, stateFromDossier, type Status, statusFromCodierLibelle, StatusOnly, walkActes, walkDocumentAndDivisions, } from './dossiers_legislatifs.js';
4
+ export { insertActeurReferences, insertAmendementReferences, insertDocumentReferences, insertDossierReferences, insertOrganeReferences, insertReunionReferences, insertScrutinReferences, type OutputData, } from './inserters.js';
5
+ export { Legislature } from './legislatures.js';
6
+ export { shortNameFromOrgane } from './organes.js';
7
+ export { civOptions, CivSchema, type Civ, codeNatureDepOptions, CodeNatureDepSchema, type CodeNatureDep, codeTypeOrganeOptions, CodeTypeOrganeSchema, type CodeTypeOrgane, type CodeTypeOrgane as TypeOrgane, depNaisOptions, DepNaisSchema, type DepNais, famSocProEnumOptions, FamSocProEnumSchema, type FamSocProEnum as FamSocPro, libelleOptions, LibelleSchema, type Libelle, mandatXsiTypeOptions, MandatXsiTypeSchema, type MandatXsiType, organeXsiTypeOptions, OrganeXsiTypeSchema, type OrganeXsiType, positionPolitiqueOptions, PositionPolitiqueSchema, type PositionPolitique, regimeOptions, RegimeSchema, type Regime, regionTypeOptions, RegionTypeSchema, type RegionType, } from './schemas/raw/acteurs_et_organes.js';
8
+ export { accordGouvernementDepotHorsDelaiOptions, AccordGouvernementDepotHorsDelaiSchema, type AccordGouvernementDepotHorsDelai, actionOptions, ActionSchema, type Action, codeEtatOptions, CodeEtatSchema, type CodeEtat, divisionTypeOptions, DivisionTypeSchema, type DivisionType, typeAuteurOptions, TypeAuteurSchema, type TypeAuteur, typePositionOptions, TypePositionSchema, type TypePosition, } from './schemas/raw/amendements.js';
9
+ export { etatOptions, EtatSchema, type Etat, formatReunionOptions, FormatReunionSchema, type FormatReunion, natureTravauxOdjOptions, NatureTravauxOdjSchema, type NatureTravauxOdj, pointOdjXsiTypeOptions, PointOdjXsiTypeSchema, type PointOdjXsiType, presenceOptions, PresenceSchema, type Presence, procedureOptions, ProcedureSchema, type Procedure, quantiemeOptions, QuantiemeSchema, type Quantieme, reunionXsiTypeOptions, ReunionXsiTypeSchema, type ReunionXsiType, typePointOdjOptions, TypePointOdjSchema, type TypePointOdj, typeReunionOptions, TypeReunionSchema, type TypeReunion, uidXsiTypeOptions, UidXsiTypeSchema, type UidXsiType, } from './schemas/raw/agendas.js';
10
+ export { decisionOptions, DecisionSchema, type Decision, } from './schemas/raw/debats.js';
11
+ export { codeActeOptions, CodeActeSchema, type CodeActe, } from './schemas/raw/dossiers_legislatifs.js';
12
+ export { questionXsiTypeOptions, QuestionXsiTypeSchema, type QuestionXsiType, typeQuestionOptions, TypeQuestionSchema, type TypeQuestion, } from './schemas/raw/questions.js';
13
+ export { causePositionVoteOptions, CausePositionVoteSchema, type CausePositionVote, codeSortScrutinOptions, CodeSortScrutinSchema, type CodeSortScrutin, codeTypeVoteOptions, CodeTypeVoteSchema, type CodeTypeVote, libelleSortScrutinOptions, LibelleSortScrutinSchema, type LibelleSortScrutin, libelleTypeVoteOptions, LibelleTypeVoteSchema, type LibelleTypeVote, lieuVoteOptions, LieuVoteSchema, type LieuVote, modePublicationDesVotesOptions, ModePublicationDesVotesSchema, type ModePublicationDesVotes, positionMajoritaireOptions, PositionMajoritaireSchema, type PositionMajoritaire, typeMajoriteOptions, TypeMajoriteSchema, type TypeMajorite, } from './schemas/raw/scrutins.js';
14
+ export { capitalizeFirstLetter, uncapitalizeFirstLetter } from './strings.js';
15
+ export { compteRenduUidRegex, documentUidRegex, dossierUidRegex, questionUidRegex, reunionUidRegex, scrutinUidRegex, } from './uids.js';
16
+ export { DocumentUrlFormat, iterDocumentOrDivisionUrls, urlFromDocument, urlFromScrutin, } from './urls.js';
17
+ export { type ActeurClean as Acteur, type AdresseClean as Adresse, type CibleClean as Cible, type CollaborateurClean as Collaborateur, type DepartementClean as Departement, type DeportClean as Deport, type ElectionClean as Election, type EtatCivilClean as EtatCivil, type IdentClean as Ident, type InfoNaissanceClean as InfoNaissance, type InfosQualiteClean as InfosQualite, type MandatClean as Mandat, type MandatureClean as Mandature, type OrganeClean as Organe, type OrganeLieuClean as OrganeLieu, type PhotoClean as Photo, type ProfessionClean as Profession, type RegionClean as Region, type SecretariatClean as Secretariat, type SocProcInseeClean as SocProcInsee, type SuppleantClean as Suppleant, type ViMoDeClean as ViMoDe, } from './schemas/clean/acteurs_et_organes.js';
18
+ export { etatCycleDeVieOptions, personneAuditionneeXsiTypeOptions, PersonneAuditionneeXsiTypeSchema, type ChronoClean as Chrono, type CycleDeVieClean as CycleDeVieReunion, type DemandeurActeurClean as DemandeurActeur, type DemandeurOrganeClean as DemandeurOrgane, type DemandeursClean as Demandeurs, type EtatCycleDeVie, type IdentifiantsClean as Identifiants, type IdentPersonneAuditionneeClean as IdentPersonneAuditionnee, type InfosReunionsInternationaleClean as InfosReunionsInternationale, type LieuReunionClean as LieuReunion, type OdjClean as Odj, type ParticipantInterneClean as ParticipantInterne, type ParticipantsClean as Participants, type PersonneAuditionneeClean as PersonneAuditionnee, type PersonneAuditionneeXsiType, type PointOdjClean as PointOdj, type ReunionClean as Reunion, } from './schemas/clean/agendas.js';
19
+ export { avantAApresOptions, etatAmendementCodeOptions, etatAmendementLibelleOptions, sortAmendementOptions, typeMimeNomOptions, typeMimeTypeOptions, type AlineaClean as Alinea, type AmendementClean as Amendement, type AmendementsClean as Amendements, AmendementsCleanConvert as AmendementsConvert, type AuteurAmendementClean as AuteurAmendement, type AvantAApres, type AvantAppelClean as AvantAppel, type ContenuAmendementClean as ContenuAmendement, type ContenuAuteurClean as ContenuAuteur, type CorpsAmendementClean as CorpsAmendement, type CycleDeVieClean as CycleDeVie, type DiscussionClean as Discussion, type DispositifAmdtCreditPLFClean as DispositifAmdtCreditPLF, type DispositifAmdtCreditPLFRClean as DispositifAmdtCreditPLFR, type DivisionClean as PointeurFragmentTexteDivision, type EtatAmendementClean as EtatAmendement, type EtatAmendementCode, type EtatAmendementLibelle, type EtatDesTraitementsClean as EtatDesTraitements, type IdentificationClean as Identification, type LigneCreditPLFClean as LigneCreditPLF, type LigneCreditPLFRClean as LigneCreditPLFR, type LoiReferenceClean as LoiReference, type MissionViseeClean as MissionVisee, type PointeurFragmentTexteClean as PointeurFragmentTexte, type ProgrammePlfClean as ProgrammePlf, type RepresentationClean as Representation, type SignatairesClean as Signataires, type SortAmendement, type SousEtatAmendementClean as SousEtatAmendement, type StatutRepresentationClean as StatutRepresentation, type TexteLegislatifClean as TexteLegislatif, type TotalClean as Total, type TypeMimeClean as TypeMime, type TypeMimeNom, type TypeMimeType, } from './schemas/clean/amendements.js';
20
+ export { type CompteRenduClean as CompteRendu, type ContenuClean as Contenu, type FinSeanceClean as FinSeance, type MetadonneesClean as Metadonnees, type OrateurElementClean as OrateurElement, type OrateursClean as Orateurs, type PointClean as Point, type QuantiemesClean as Quantiemes, type SommaireClean as Sommaire, type SommaireElementClean as SommaireElement, type TexteClean as Texte, type TitreStructClean as TitreStruct, } from './schemas/clean/debats.js';
21
+ export { acteLegislatifXsiTypeOptions, documentXsiTypeOptions, dossierParlementaireXsiTypeOptions, type ActeLegislatifClean as ActeLegislatif, type ActeLegislatifXsiType as TypeActeLegislatif, type AmendementsCommissionElementClean as AmendementsCommission, type AmendementsSeanceClean as AmendementsSeance, type AuteurActeurClean as AuteurActeur, type AuteurClean as Auteur, type Cause, type ChronoClean as ChronoDocument, type ClassificationClean as Classification, type ContributionInternauteClean as ContributionInternaute, type CorrectionClean as Correction, type CoSignataireElementClean as CoSignataireElement, type CoSignataireOrganeClean as CoSignataireOrgane, type CycleDeVieClean as CycleDeVieDocument, type DepotAmendementsClean as DepotAmendements, type DivisionClean as Division, type DocumentClean as Document, type DocumentDenominationStructurelle, type DocumentXsiType as TypeDocument, type DossierParlementaireClean as DossierParlementaire, type DossierParlementaireXsiType, type EtudePlfClean as EtudePlf, type FamCodeEtLibelleClean as FamCodeEtLibelle, type FamilleClean as Famille, type FusionDossierClean as FusionDossier, type ImprimerieClean as Imprimerie, type IndexationClean as Indexation, type InfoJoceClean as InfoJoce, type InfoJoElementClean as InfoJo, type InitiateurActeurElementClean as InitiateurActeur, type InitiateurClean as Initiateur, type LibelleActeClean as LibelleActe, type MissionMinefiElementClean as MissionMinefi, type Motif, type NoticeClean as Notice, type ProcedureParlementaireClean as ProcedureParlementaire, type Provenance, type Qualite, type RapporteurClean as Rapporteur, type SousTypeClean as SousType, type StatutAdoption, type TexteAssocieElementClean as TexteAssocie, type TexteEuropeenClean as TexteEuropeen, type TexteExterneAssocieClean as TexteExterneAssocie, type TexteExterneAssocieTypeDoc, type ThemeClean as Theme, type ThemesClean as Themes, type TitreDossierClean as TitreDossier, type TitresClean as Titres, type TypeBudget, type TypeCorrection, type TypeJo, type TypeMission, type TypeTexte, } from './schemas/clean/dossiers_legislatifs.js';
22
+ export { type ContenuSubdivisionEnriched as ContenuSubdivision, type SubdivisionEnriched as Subdivision, } from './schemas/enriched/dossiers_legislatifs.js';
23
+ export { typeJoQuestionOptions, type AnalyseClean as Analyse, type AuteurQuestionClean as AuteurQuestion, type ClotureClean as Cloture, type GroupeClean as Groupe, type IdentifiantClean as Identifiant, type IdentiteAuteurQuestionClean as IdentiteAuteurQuestion, type IndexationAnClean as IndexationAn, type InfoJoQuestionClean as InfoJoQuestion, type MinAttribElementClean as MinAttribElement, type MinAttribsClean as MinAttribs, type QuestionClean as Question, type RenouvellementClean as Renouvellement, type RenouvellementCleans as Renouvellements, type SignalementClean as Signalement, type TexteQuestionClean as TexteQuestion, type TextesQuestionClean as TextesQuestion, type TextesReponseClean as TextesReponse, type TypeJoQuestion, } from './schemas/clean/questions.js';
24
+ export { type DecompteNominatifClean as DecompteNominatif, type DecompteVoixClean as DecompteVoix, type DemandeurClean as Demandeur, type DysfonctionnementClean as Dysfonctionnement, type MiseAuPointClean as MiseAuPoint, type ObjetVoteClean as ObjetVote, type ScrutinClean as Scrutin, type SortScrutinClean as SortScrutin, type SyntheseVoteClean as SyntheseVote, type TypeVoteClean as TypeVote, type VentilationVotesClean as VentilationVotes, type VentilationVotesGroupeClean as VentilationVotesGroupe, type VotantClean as Votant, type VoteClean as Vote, } from './schemas/clean/scrutins.js';