@tricoteuses/assemblee 3.0.10 → 3.0.12
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/{amendements-Cd3JcAtS.js → amendements-BKGwufEi.js} +1 -1
- package/lib/{amendements-CusGbzsz.js → amendements-Bab1iUCY.js} +5 -5
- package/lib/cleaners.js +3 -3
- package/lib/index.d.ts +1 -2
- package/lib/index.js +87 -88
- package/lib/legislatures.d.ts +1 -0
- package/lib/loaders.js +2147 -29
- package/lib/parsers.js +2 -2
- package/lib/{questions-BwsFy7G_.js → questions-C3qN4PsC.js} +1 -1
- package/lib/questions-CDMdh7at.js +2806 -0
- package/lib/scripts/retrieve_documents.d.ts +1 -1
- package/lib/scripts/retrieve_open_data.d.ts +2 -2
- package/lib/scripts/shared/cli_helpers.d.ts +2 -2
- package/package.json +1 -1
- package/lib/loaders-xu4AcOqG.js +0 -4938
|
@@ -34,7 +34,7 @@ declare const retrieveOpenDataParser: import('zod-opts').Parser<{
|
|
|
34
34
|
description: string;
|
|
35
35
|
type: import('zod').ZodOptional<import('zod').ZodNumber>;
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
skipReindent: {
|
|
38
38
|
description: string;
|
|
39
39
|
type: import('zod').ZodDefault<import('zod').ZodBoolean>;
|
|
40
40
|
};
|
|
@@ -93,5 +93,5 @@ type Options = ReturnType<typeof retrieveOpenDataParser.parse>;
|
|
|
93
93
|
* @param {any} options - Options to control the processing behavior, such as fetching and silent mode.
|
|
94
94
|
* @returns {Promise<void>} A promise that resolves when the dataset processing is complete.
|
|
95
95
|
*/
|
|
96
|
-
export declare function processDataset({ dataset, dataDir, options: { fetch, silent,
|
|
96
|
+
export declare function processDataset({ dataset, dataDir, options: { fetch, silent, skipReindent }, }: ProcessDatasetArguments): Promise<void>;
|
|
97
97
|
export {};
|
|
@@ -83,7 +83,7 @@ export declare const keepDirOption: {
|
|
|
83
83
|
description: string;
|
|
84
84
|
type: z.ZodDefault<z.ZodBoolean>;
|
|
85
85
|
};
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const skipReindentOption: {
|
|
87
87
|
description: string;
|
|
88
88
|
type: z.ZodDefault<z.ZodBoolean>;
|
|
89
89
|
};
|
|
@@ -112,7 +112,7 @@ export declare const commonOptions: {
|
|
|
112
112
|
description: string;
|
|
113
113
|
type: z.ZodOptional<z.ZodNumber>;
|
|
114
114
|
};
|
|
115
|
-
readonly
|
|
115
|
+
readonly skipReindent: {
|
|
116
116
|
description: string;
|
|
117
117
|
type: z.ZodDefault<z.ZodBoolean>;
|
|
118
118
|
};
|