@tricoteuses/assemblee 2.5.21 → 2.5.22

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/lib/loaders.d.ts CHANGED
@@ -108,15 +108,12 @@ export declare function iterLoadAssembleeComptesRendus(dataDir: string, legislat
108
108
  filePath: string;
109
109
  gitStatus?: "A" | "M" | "D" | "R" | "C" | "T" | "U";
110
110
  }, void, unknown>;
111
- export declare function iterLoadAssembleeComptesRendusCommissions(dataDir: string, legislature: Legislature, { enriched }?: {
112
- enriched?: boolean | undefined;
113
- }): Generator<{
111
+ export declare function iterLoadAssembleeComptesRendusCommissions(dataDir: string, legislature: Legislature, {}?: {}): Generator<{
114
112
  compteRendu: CompteRendu;
115
113
  datasetLegislature: Legislature;
116
114
  filePath: string;
117
115
  }, void, unknown>;
118
- export declare function loadAssembleeData(dataDir: string, enabledDatasets: EnabledDatasets, legislature: Legislature, { enriched, log }?: {
119
- enriched?: boolean | undefined;
116
+ export declare function loadAssembleeData(dataDir: string, enabledDatasets: EnabledDatasets, legislature: Legislature, { log }?: {
120
117
  log?: boolean | undefined;
121
118
  }): Data;
122
119
  export declare function loadAssembleeDataFromBigFiles(dataDir: string, enabledDatasets: EnabledDatasets, legislature: Legislature, { log }?: {