@tricoteuses/senat 1.3.1 → 1.3.2
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/config.d.ts +1 -0
- package/lib/config.js +14 -45
- package/lib/databases.js +86 -143
- package/lib/datasets.js +78 -83
- package/lib/index.d.ts +7 -4
- package/lib/index.js +42 -419
- package/lib/loaders.js +149 -654
- package/lib/model/ameli.js +83 -21
- package/lib/model/debats.js +0 -1
- package/lib/model/dosleg.d.ts +1 -1
- package/lib/model/dosleg.js +179 -73
- package/lib/model/index.d.ts +3 -3
- package/lib/model/index.js +12 -46
- package/lib/model/questions.js +68 -39
- package/lib/model/sens.js +383 -113
- package/lib/model/texte.js +220 -290
- package/lib/model/util.js +9 -26
- package/lib/raw_types/ameli.js +5 -6
- package/lib/raw_types/debats.js +5 -6
- package/lib/raw_types/dosleg.js +5 -6
- package/lib/raw_types/questions.js +5 -6
- package/lib/raw_types/sens.js +5 -6
- package/lib/raw_types_schemats/ameli.js +1 -43
- package/lib/raw_types_schemats/debats.js +1 -22
- package/lib/raw_types_schemats/dosleg.js +1 -96
- package/lib/raw_types_schemats/questions.js +1 -22
- package/lib/raw_types_schemats/sens.js +1 -112
- package/lib/scripts/convert_data.js +181 -631
- package/lib/scripts/datautil.js +17 -60
- package/lib/scripts/parse_textes.js +46 -129
- package/lib/scripts/retrieve_documents.js +247 -513
- package/lib/scripts/retrieve_open_data.js +211 -368
- package/lib/scripts/retrieve_senateurs_photos.js +144 -239
- package/lib/scripts/shared/cli_helpers.js +30 -30
- package/lib/scripts/shared/util.js +28 -94
- package/lib/strings.js +20 -45
- package/lib/types/ameli.d.ts +1 -1
- package/lib/types/ameli.js +14 -25
- package/lib/types/debats.d.ts +1 -1
- package/lib/types/debats.js +3 -21
- package/lib/types/dosleg.d.ts +1 -1
- package/lib/types/dosleg.js +152 -119
- package/lib/types/questions.d.ts +1 -1
- package/lib/types/questions.js +1 -13
- package/lib/types/sens.d.ts +1 -1
- package/lib/types/sens.js +1 -13
- package/lib/types/sessions.js +44 -49
- package/lib/types/texte.js +17 -22
- package/lib/validators/config.js +47 -111
- package/lib/validators/senat.js +1 -5
- package/package.json +16 -38
- package/lib/aggregates.d.ts +0 -52
- package/lib/aggregates.mjs +0 -930
- package/lib/aggregates.ts +0 -833
- package/lib/config.mjs +0 -16
- package/lib/config.ts +0 -26
- package/lib/data/legislatures.json +0 -38
- package/lib/databases.mjs +0 -57
- package/lib/databases.ts +0 -71
- package/lib/datasets.mjs +0 -78
- package/lib/datasets.ts +0 -118
- package/lib/fields.d.ts +0 -10
- package/lib/fields.mjs +0 -68
- package/lib/fields.ts +0 -29
- package/lib/index.mjs +0 -4
- package/lib/index.ts +0 -42
- package/lib/inserters.d.ts +0 -98
- package/lib/inserters.mjs +0 -500
- package/lib/inserters.ts +0 -521
- package/lib/loaders.mjs +0 -158
- package/lib/loaders.ts +0 -271
- package/lib/model/ameli.mjs +0 -84
- package/lib/model/ameli.ts +0 -100
- package/lib/model/debats.mjs +0 -1
- package/lib/model/debats.ts +0 -0
- package/lib/model/dosleg.mjs +0 -196
- package/lib/model/dosleg.ts +0 -240
- package/lib/model/index.mjs +0 -4
- package/lib/model/index.ts +0 -14
- package/lib/model/questions.mjs +0 -71
- package/lib/model/questions.ts +0 -93
- package/lib/model/sens.mjs +0 -415
- package/lib/model/sens.ts +0 -516
- package/lib/model/texte.mjs +0 -208
- package/lib/model/texte.ts +0 -229
- package/lib/model/util.mjs +0 -19
- package/lib/model/util.ts +0 -32
- package/lib/raw_types/ameli.mjs +0 -5
- package/lib/raw_types/ameli.ts +0 -951
- package/lib/raw_types/debats.mjs +0 -5
- package/lib/raw_types/debats.ts +0 -222
- package/lib/raw_types/dosleg.mjs +0 -5
- package/lib/raw_types/dosleg.ts +0 -3625
- package/lib/raw_types/questions.mjs +0 -5
- package/lib/raw_types/questions.ts +0 -427
- package/lib/raw_types/sens.mjs +0 -5
- package/lib/raw_types/sens.ts +0 -4499
- package/lib/raw_types_kysely/ameli.d.ts +0 -6
- package/lib/raw_types_kysely/ameli.mjs +0 -7
- package/lib/raw_types_kysely/ameli.ts +0 -6
- package/lib/raw_types_kysely/debats.d.ts +0 -6
- package/lib/raw_types_kysely/debats.mjs +0 -7
- package/lib/raw_types_kysely/debats.ts +0 -6
- package/lib/raw_types_kysely/dosleg.d.ts +0 -6
- package/lib/raw_types_kysely/dosleg.mjs +0 -7
- package/lib/raw_types_kysely/dosleg.ts +0 -6
- package/lib/raw_types_kysely/questions.d.ts +0 -6
- package/lib/raw_types_kysely/questions.mjs +0 -7
- package/lib/raw_types_kysely/questions.ts +0 -6
- package/lib/raw_types_kysely/sens.d.ts +0 -6
- package/lib/raw_types_kysely/sens.mjs +0 -7
- package/lib/raw_types_kysely/sens.ts +0 -6
- package/lib/raw_types_kysely/texte.d.ts +0 -45
- package/lib/raw_types_kysely/texte.mjs +0 -7
- package/lib/raw_types_kysely/texte.ts +0 -53
- package/lib/raw_types_schemats/ameli.mjs +0 -2
- package/lib/raw_types_schemats/ameli.ts +0 -601
- package/lib/raw_types_schemats/debats.mjs +0 -2
- package/lib/raw_types_schemats/debats.ts +0 -145
- package/lib/raw_types_schemats/dosleg.mjs +0 -2
- package/lib/raw_types_schemats/dosleg.ts +0 -2195
- package/lib/raw_types_schemats/questions.mjs +0 -2
- package/lib/raw_types_schemats/questions.ts +0 -251
- package/lib/raw_types_schemats/sens.mjs +0 -2
- package/lib/raw_types_schemats/sens.ts +0 -2907
- package/lib/scripts/convert_data.mjs +0 -181
- package/lib/scripts/convert_data.ts +0 -243
- package/lib/scripts/datautil.mjs +0 -16
- package/lib/scripts/datautil.ts +0 -19
- package/lib/scripts/images/transparent_150x192.jpg +0 -0
- package/lib/scripts/images/transparent_155x225.jpg +0 -0
- package/lib/scripts/parse_textes.mjs +0 -46
- package/lib/scripts/parse_textes.ts +0 -65
- package/lib/scripts/retrieve_documents.mjs +0 -249
- package/lib/scripts/retrieve_documents.ts +0 -298
- package/lib/scripts/retrieve_open_data.mjs +0 -217
- package/lib/scripts/retrieve_open_data.ts +0 -274
- package/lib/scripts/retrieve_senateurs_photos.mjs +0 -147
- package/lib/scripts/retrieve_senateurs_photos.ts +0 -177
- package/lib/scripts/retrieve_textes.d.ts +0 -1
- package/lib/scripts/retrieve_textes.mjs +0 -328
- package/lib/scripts/retrieve_textes.ts +0 -143
- package/lib/scripts/shared/cli_helpers.ts +0 -36
- package/lib/scripts/shared/util.ts +0 -33
- package/lib/src/aggregates.d.ts +0 -52
- package/lib/src/aggregates.mjs +0 -726
- package/lib/src/config.d.ts +0 -2
- package/lib/src/config.mjs +0 -16
- package/lib/src/databases.d.ts +0 -18
- package/lib/src/databases.mjs +0 -55
- package/lib/src/datasets.d.ts +0 -28
- package/lib/src/datasets.mjs +0 -78
- package/lib/src/fields.d.ts +0 -10
- package/lib/src/fields.mjs +0 -22
- package/lib/src/index.d.ts +0 -8
- package/lib/src/index.mjs +0 -7
- package/lib/src/inserters.d.ts +0 -98
- package/lib/src/inserters.mjs +0 -360
- package/lib/src/loaders.d.ts +0 -36
- package/lib/src/loaders.mjs +0 -107
- package/lib/src/model/ameli.d.ts +0 -4
- package/lib/src/model/ameli.js +0 -57
- package/lib/src/model/debats.d.ts +0 -4
- package/lib/src/model/debats.js +0 -43
- package/lib/src/model/dosleg.d.ts +0 -197
- package/lib/src/model/dosleg.js +0 -169
- package/lib/src/model/index.d.ts +0 -4
- package/lib/src/model/index.js +0 -4
- package/lib/src/model/questions.d.ts +0 -89
- package/lib/src/model/questions.js +0 -76
- package/lib/src/model/sens.d.ts +0 -390
- package/lib/src/model/sens.js +0 -339
- package/lib/src/model/texte.d.ts +0 -7
- package/lib/src/model/texte.js +0 -183
- package/lib/src/raw_types_kysely/ameli.d.ts +0 -915
- package/lib/src/raw_types_kysely/ameli.js +0 -5
- package/lib/src/raw_types_kysely/debats.d.ts +0 -207
- package/lib/src/raw_types_kysely/debats.js +0 -5
- package/lib/src/raw_types_kysely/dosleg.d.ts +0 -3532
- package/lib/src/raw_types_kysely/dosleg.js +0 -5
- package/lib/src/raw_types_kysely/questions.d.ts +0 -414
- package/lib/src/raw_types_kysely/questions.js +0 -5
- package/lib/src/raw_types_kysely/sens.d.ts +0 -4394
- package/lib/src/raw_types_kysely/sens.js +0 -5
- package/lib/src/raw_types_schemats/ameli.d.ts +0 -541
- package/lib/src/raw_types_schemats/ameli.js +0 -2
- package/lib/src/raw_types_schemats/debats.d.ts +0 -127
- package/lib/src/raw_types_schemats/debats.js +0 -2
- package/lib/src/raw_types_schemats/dosleg.d.ts +0 -2027
- package/lib/src/raw_types_schemats/dosleg.js +0 -2
- package/lib/src/raw_types_schemats/questions.d.ts +0 -231
- package/lib/src/raw_types_schemats/questions.js +0 -2
- package/lib/src/raw_types_schemats/sens.d.ts +0 -2709
- package/lib/src/raw_types_schemats/sens.js +0 -2
- package/lib/src/scripts/convert_data.d.ts +0 -1
- package/lib/src/scripts/convert_data.js +0 -95
- package/lib/src/scripts/datautil.d.ts +0 -5
- package/lib/src/scripts/datautil.js +0 -16
- package/lib/src/scripts/parse_textes.d.ts +0 -1
- package/lib/src/scripts/parse_textes.js +0 -47
- package/lib/src/scripts/retrieve_documents.d.ts +0 -1
- package/lib/src/scripts/retrieve_documents.js +0 -258
- package/lib/src/scripts/retrieve_open_data.d.ts +0 -1
- package/lib/src/scripts/retrieve_open_data.js +0 -214
- package/lib/src/scripts/retrieve_senateurs_photos.d.ts +0 -1
- package/lib/src/scripts/retrieve_senateurs_photos.js +0 -147
- package/lib/src/scripts/shared/cli_helpers.d.ts +0 -44
- package/lib/src/scripts/shared/cli_helpers.js +0 -32
- package/lib/src/scripts/shared/util.d.ts +0 -3
- package/lib/src/scripts/shared/util.js +0 -28
- package/lib/src/strings.d.ts +0 -1
- package/lib/src/strings.mjs +0 -18
- package/lib/src/types/ameli.d.ts +0 -10
- package/lib/src/types/ameli.js +0 -13
- package/lib/src/types/debats.d.ts +0 -4
- package/lib/src/types/debats.js +0 -2
- package/lib/src/types/dosleg.d.ts +0 -98
- package/lib/src/types/dosleg.js +0 -151
- package/lib/src/types/questions.d.ts +0 -2
- package/lib/src/types/questions.js +0 -1
- package/lib/src/types/sens.d.ts +0 -10
- package/lib/src/types/sens.js +0 -1
- package/lib/src/types/sessions.d.ts +0 -42
- package/lib/src/types/sessions.js +0 -43
- package/lib/src/types/texte.d.ts +0 -61
- package/lib/src/types/texte.js +0 -16
- package/lib/src/validators/config.d.ts +0 -1
- package/lib/src/validators/config.js +0 -54
- package/lib/src/validators/senat.d.ts +0 -0
- package/lib/src/validators/senat.js +0 -24
- package/lib/strings.mjs +0 -18
- package/lib/strings.ts +0 -26
- package/lib/types/ameli.mjs +0 -13
- package/lib/types/ameli.ts +0 -21
- package/lib/types/debats.mjs +0 -2
- package/lib/types/debats.ts +0 -6
- package/lib/types/dosleg.mjs +0 -151
- package/lib/types/dosleg.ts +0 -284
- package/lib/types/questions.mjs +0 -1
- package/lib/types/questions.ts +0 -3
- package/lib/types/sens.mjs +0 -1
- package/lib/types/sens.ts +0 -12
- package/lib/types/sessions.mjs +0 -43
- package/lib/types/sessions.ts +0 -42
- package/lib/types/texte.mjs +0 -16
- package/lib/types/texte.ts +0 -76
- package/lib/typings/windows-1252.d.js +0 -2
- package/lib/typings/windows-1252.d.mjs +0 -2
- package/lib/typings/windows-1252.d.ts +0 -11
- package/lib/validators/config.mjs +0 -54
- package/lib/validators/config.ts +0 -79
- package/lib/validators/senat.mjs +0 -24
- package/lib/validators/senat.ts +0 -26
package/lib/src/types/texte.d.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
export declare enum DivisionType {
|
|
2
|
-
tome = 1,
|
|
3
|
-
part = 2,
|
|
4
|
-
book = 3,
|
|
5
|
-
title = 4,
|
|
6
|
-
subtitle = 5,
|
|
7
|
-
chapter = 6,
|
|
8
|
-
section = 7,
|
|
9
|
-
subsection = 8,
|
|
10
|
-
paragraph = 9,
|
|
11
|
-
article = 10,
|
|
12
|
-
alinea = 11,
|
|
13
|
-
division = 12
|
|
14
|
-
}
|
|
15
|
-
export type DivisionTag = keyof typeof DivisionType;
|
|
16
|
-
export interface FlatTexte {
|
|
17
|
-
title: string | null;
|
|
18
|
-
signetDossierLegislatifSenat: string | null;
|
|
19
|
-
urlSenat: string | null;
|
|
20
|
-
urlAssemblee: string | null;
|
|
21
|
-
type: string | null;
|
|
22
|
-
session: string | null;
|
|
23
|
-
numero: number | null;
|
|
24
|
-
version: Version | null;
|
|
25
|
-
workflow: Step[];
|
|
26
|
-
divisions: Division[];
|
|
27
|
-
exposeDesMotifs?: ExposeDesMotifs | null;
|
|
28
|
-
}
|
|
29
|
-
export type Version = "RECT" | "RECT_BIS" | "RECT_TER" | "RECT_QUATER" | "RECT_QUINQUIES";
|
|
30
|
-
export interface Step {
|
|
31
|
-
eId: string;
|
|
32
|
-
date: Date | null;
|
|
33
|
-
type: string | null;
|
|
34
|
-
session: string | null;
|
|
35
|
-
numero: string | null;
|
|
36
|
-
version: Version | null;
|
|
37
|
-
outcome: string | null;
|
|
38
|
-
}
|
|
39
|
-
export interface Division {
|
|
40
|
-
index: number;
|
|
41
|
-
eId: string;
|
|
42
|
-
tag: DivisionTag;
|
|
43
|
-
level: number;
|
|
44
|
-
headings: DivisionContent[];
|
|
45
|
-
}
|
|
46
|
-
export interface Article extends Division {
|
|
47
|
-
alineas: Alinea[];
|
|
48
|
-
}
|
|
49
|
-
export interface DivisionContent {
|
|
50
|
-
text: string | null;
|
|
51
|
-
html?: string | null;
|
|
52
|
-
}
|
|
53
|
-
export interface Alinea extends DivisionContent {
|
|
54
|
-
eId: string;
|
|
55
|
-
heading: DivisionContent;
|
|
56
|
-
pastille: string | null;
|
|
57
|
-
}
|
|
58
|
-
export interface ExposeDesMotifs {
|
|
59
|
-
text: string | null;
|
|
60
|
-
html: string | null;
|
|
61
|
-
}
|
package/lib/src/types/texte.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/* eslint no-use-before-define: 0 */
|
|
2
|
-
export var DivisionType;
|
|
3
|
-
(function (DivisionType) {
|
|
4
|
-
DivisionType[DivisionType["tome"] = 1] = "tome";
|
|
5
|
-
DivisionType[DivisionType["part"] = 2] = "part";
|
|
6
|
-
DivisionType[DivisionType["book"] = 3] = "book";
|
|
7
|
-
DivisionType[DivisionType["title"] = 4] = "title";
|
|
8
|
-
DivisionType[DivisionType["subtitle"] = 5] = "subtitle";
|
|
9
|
-
DivisionType[DivisionType["chapter"] = 6] = "chapter";
|
|
10
|
-
DivisionType[DivisionType["section"] = 7] = "section";
|
|
11
|
-
DivisionType[DivisionType["subsection"] = 8] = "subsection";
|
|
12
|
-
DivisionType[DivisionType["paragraph"] = 9] = "paragraph";
|
|
13
|
-
DivisionType[DivisionType["article"] = 10] = "article";
|
|
14
|
-
DivisionType[DivisionType["alinea"] = 11] = "alinea";
|
|
15
|
-
DivisionType[DivisionType["division"] = 12] = "division"; // TODO annexe
|
|
16
|
-
})(DivisionType || (DivisionType = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function validateConfig(data: any): [any, any];
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { validateChain, validateInteger, validateNonEmptyTrimmedString, validateNumber, validateOption, validateString, validateStringToNumber, validateTest, } from "@biryani/core";
|
|
2
|
-
function validateDb(data) {
|
|
3
|
-
if (data === null || data === undefined) {
|
|
4
|
-
return [data, "Missing value"];
|
|
5
|
-
}
|
|
6
|
-
if (typeof data !== "object") {
|
|
7
|
-
return [data, `Expected an object got "${typeof data}"`];
|
|
8
|
-
}
|
|
9
|
-
data = { ...data };
|
|
10
|
-
const errors = {};
|
|
11
|
-
const remainingKeys = new Set(Object.keys(data));
|
|
12
|
-
for (const key of ["host", "password", "user"]) {
|
|
13
|
-
remainingKeys.delete(key);
|
|
14
|
-
const [value, error] = validateNonEmptyTrimmedString(data[key]);
|
|
15
|
-
data[key] = value;
|
|
16
|
-
if (error !== null) {
|
|
17
|
-
errors[key] = error;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
{
|
|
21
|
-
const key = "port";
|
|
22
|
-
remainingKeys.delete(key);
|
|
23
|
-
const [value, error] = validateChain(validateOption([validateString, validateStringToNumber], validateNumber), validateInteger, validateTest((value) => 0 <= value && value <= 65535, "Must be an integer between 0 and 65535"))(data[key]);
|
|
24
|
-
data[key] = value;
|
|
25
|
-
if (error !== null) {
|
|
26
|
-
errors[key] = error;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
for (const key of remainingKeys) {
|
|
30
|
-
errors[key] = "Unexpected item";
|
|
31
|
-
}
|
|
32
|
-
return [data, Object.keys(errors).length === 0 ? null : errors];
|
|
33
|
-
}
|
|
34
|
-
export function validateConfig(data) {
|
|
35
|
-
if (data === null || data === undefined) {
|
|
36
|
-
return [data, "Missing value"];
|
|
37
|
-
}
|
|
38
|
-
if (typeof data !== "object") {
|
|
39
|
-
return [data, `Expected an object got "${typeof data}"`];
|
|
40
|
-
}
|
|
41
|
-
data = { ...data };
|
|
42
|
-
const errors = {};
|
|
43
|
-
const remainingKeys = new Set(Object.keys(data));
|
|
44
|
-
{
|
|
45
|
-
const key = "db";
|
|
46
|
-
remainingKeys.delete(key);
|
|
47
|
-
const [value, error] = validateDb(data[key]);
|
|
48
|
-
data[key] = value;
|
|
49
|
-
if (error !== null) {
|
|
50
|
-
errors[key] = error;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
return [data, Object.keys(errors).length === 0 ? null : errors];
|
|
54
|
-
}
|
|
File without changes
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// import { validateNonEmptyTrimmedString } from "@biryani/core"
|
|
3
|
-
// const acteurUidRegExp = /^PA\d+$/
|
|
4
|
-
// const organeUidRegExp = /^PO\d+$/
|
|
5
|
-
// export function validateSenateurUid(input: any): [any, any] {
|
|
6
|
-
// const [value, error] = validateNonEmptyTrimmedString(input)
|
|
7
|
-
// if (error !== null) {
|
|
8
|
-
// return [value, error]
|
|
9
|
-
// }
|
|
10
|
-
// if (!acteurUidRegExp.test(value)) {
|
|
11
|
-
// return [value, 'Invalid "acteur" unique ID']
|
|
12
|
-
// }
|
|
13
|
-
// return [value, null]
|
|
14
|
-
// }
|
|
15
|
-
// export function validateOrganeUid(input: any): [any, any] {
|
|
16
|
-
// const [value, error] = validateNonEmptyTrimmedString(input)
|
|
17
|
-
// if (error !== null) {
|
|
18
|
-
// return [value, error]
|
|
19
|
-
// }
|
|
20
|
-
// if (!organeUidRegExp.test(value)) {
|
|
21
|
-
// return [value, 'Invalid "organe" unique ID']
|
|
22
|
-
// }
|
|
23
|
-
// return [value, null]
|
|
24
|
-
// }
|
package/lib/strings.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import originalSlugify from "slug";
|
|
2
|
-
const slugifyCharmap = {
|
|
3
|
-
...originalSlugify.defaults.charmap,
|
|
4
|
-
"'": " ",
|
|
5
|
-
"@": " ",
|
|
6
|
-
".": " ",
|
|
7
|
-
"-": "_",
|
|
8
|
-
};
|
|
9
|
-
export function slugify(string, replacement) {
|
|
10
|
-
const options = {
|
|
11
|
-
charmap: slugifyCharmap,
|
|
12
|
-
mode: "rfc3986",
|
|
13
|
-
};
|
|
14
|
-
if (replacement) {
|
|
15
|
-
options.replacement = replacement;
|
|
16
|
-
}
|
|
17
|
-
return originalSlugify(string, options);
|
|
18
|
-
}
|
package/lib/strings.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import originalSlugify from "slug"
|
|
2
|
-
|
|
3
|
-
const slugifyCharmap = {
|
|
4
|
-
...originalSlugify.defaults.charmap,
|
|
5
|
-
"'": " ",
|
|
6
|
-
"@": " ",
|
|
7
|
-
".": " ",
|
|
8
|
-
"-": "_",
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
interface Options {
|
|
12
|
-
charmap: { [c: string]: string }
|
|
13
|
-
mode: string
|
|
14
|
-
replacement?: string
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export function slugify(string: string, replacement?: string): string {
|
|
18
|
-
const options: Options = {
|
|
19
|
-
charmap: slugifyCharmap,
|
|
20
|
-
mode: "rfc3986",
|
|
21
|
-
}
|
|
22
|
-
if (replacement) {
|
|
23
|
-
options.replacement = replacement
|
|
24
|
-
}
|
|
25
|
-
return originalSlugify(string, options)
|
|
26
|
-
}
|
package/lib/types/ameli.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export const sesFieldsToParseInt = ["ann"];
|
|
2
|
-
export const sesFieldsToTrim = ["lil"];
|
|
3
|
-
export const subFieldsToParseInt = ["pos", "posder", "prires"];
|
|
4
|
-
export const subFieldsToTrim = ["lic", "lib", "sig", "style"];
|
|
5
|
-
export const txtAmeliFieldsToTrim = [
|
|
6
|
-
"num",
|
|
7
|
-
"int",
|
|
8
|
-
"inl",
|
|
9
|
-
"libdelim",
|
|
10
|
-
"libcplnat",
|
|
11
|
-
"doslegsignet",
|
|
12
|
-
"ordsnddelib",
|
|
13
|
-
];
|
package/lib/types/ameli.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ses as Ses, sub as Sub, subFields, txt_ameli } from "../raw_types_schemats/ameli"
|
|
2
|
-
|
|
3
|
-
export { Ses, Sub }
|
|
4
|
-
|
|
5
|
-
export interface TxtAmeli extends txt_ameli {
|
|
6
|
-
subids?: subFields.id[]
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export const sesFieldsToParseInt = ["ann"]
|
|
10
|
-
export const sesFieldsToTrim = ["lil"]
|
|
11
|
-
export const subFieldsToParseInt = ["pos", "posder", "prires"]
|
|
12
|
-
export const subFieldsToTrim = ["lic", "lib", "sig", "style"]
|
|
13
|
-
export const txtAmeliFieldsToTrim = [
|
|
14
|
-
"num",
|
|
15
|
-
"int",
|
|
16
|
-
"inl",
|
|
17
|
-
"libdelim",
|
|
18
|
-
"libcplnat",
|
|
19
|
-
"doslegsignet",
|
|
20
|
-
"ordsnddelib",
|
|
21
|
-
]
|
package/lib/types/debats.mjs
DELETED
package/lib/types/debats.ts
DELETED
package/lib/types/dosleg.mjs
DELETED
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
export const assFieldsToTrim = ["libass"];
|
|
2
|
-
export const audFieldsToTrim = ["lecassidt", "audtit", "audurl", "orgcod"];
|
|
3
|
-
export const auteurFieldsToTrim = [
|
|
4
|
-
"autcod",
|
|
5
|
-
"quacod",
|
|
6
|
-
"typautcod",
|
|
7
|
-
"nomuse",
|
|
8
|
-
"prenom",
|
|
9
|
-
"nomtec",
|
|
10
|
-
"autmat",
|
|
11
|
-
"autfct",
|
|
12
|
-
];
|
|
13
|
-
export const dateSeanceFieldsToTrim = ["lecidt", "statut"];
|
|
14
|
-
export const deccocFieldsToTrim = ["deccoccod", "deccoclib"];
|
|
15
|
-
export const denrapFieldsToTrim = [
|
|
16
|
-
"coddenrap",
|
|
17
|
-
"typraprap",
|
|
18
|
-
"libdenrap",
|
|
19
|
-
"denrapmin",
|
|
20
|
-
"denraptit",
|
|
21
|
-
"denrapstymin",
|
|
22
|
-
"solnatrapcod",
|
|
23
|
-
];
|
|
24
|
-
export const docattFieldsToParseInt = ["docattcle", "rapcod"];
|
|
25
|
-
export const docattFieldsToTrim = ["docatturl"];
|
|
26
|
-
export const ecrFieldsToTrim = ["autcod", "ecrqua"];
|
|
27
|
-
export const etaloiFieldsToTrim = ["etaloilib"];
|
|
28
|
-
export const lecassFieldsToTrim = [
|
|
29
|
-
"lecassidt",
|
|
30
|
-
"lecidt",
|
|
31
|
-
"ptlurl",
|
|
32
|
-
"ptlnumcpl",
|
|
33
|
-
"ptlnot",
|
|
34
|
-
"ptlurl2",
|
|
35
|
-
"ptlnot2",
|
|
36
|
-
"ptlurl3",
|
|
37
|
-
"ptlnot3",
|
|
38
|
-
"ptlnumcpl2",
|
|
39
|
-
"ptlnumcpl3",
|
|
40
|
-
"lecassame",
|
|
41
|
-
"orgcod",
|
|
42
|
-
"loiintmod",
|
|
43
|
-
"reucom",
|
|
44
|
-
"debatsurl",
|
|
45
|
-
"libppr",
|
|
46
|
-
"ptlurlcom",
|
|
47
|
-
"aliasppr",
|
|
48
|
-
"lecassamecom",
|
|
49
|
-
];
|
|
50
|
-
export const lecassrapFieldsToTrim = ["lecassidt"];
|
|
51
|
-
export const lectureFieldsToTrim = ["lecidt", "loicod", "typleccod", "leccom"];
|
|
52
|
-
export const loiFieldsToTrim = [
|
|
53
|
-
"loicod",
|
|
54
|
-
"typloicod",
|
|
55
|
-
"deccoccod",
|
|
56
|
-
"numero",
|
|
57
|
-
"loient",
|
|
58
|
-
"motclef",
|
|
59
|
-
"loitit",
|
|
60
|
-
"loiint",
|
|
61
|
-
"url_jo",
|
|
62
|
-
"loinumjo",
|
|
63
|
-
"loititjo",
|
|
64
|
-
"url_jo2",
|
|
65
|
-
"loinumjo2",
|
|
66
|
-
"deccocurl",
|
|
67
|
-
"num_decision",
|
|
68
|
-
"loicodmai",
|
|
69
|
-
"loinoudelibcod",
|
|
70
|
-
"motionloiorigcod",
|
|
71
|
-
"url_ordonnance",
|
|
72
|
-
"saisine_par",
|
|
73
|
-
"loinumjo3",
|
|
74
|
-
"url_jo3",
|
|
75
|
-
"url_an",
|
|
76
|
-
"url_presart",
|
|
77
|
-
"signetalt",
|
|
78
|
-
"orgcod",
|
|
79
|
-
"doscocurl",
|
|
80
|
-
"loiintori",
|
|
81
|
-
];
|
|
82
|
-
export const orgFieldsToTrim = [
|
|
83
|
-
"orgcod",
|
|
84
|
-
"typorgcod",
|
|
85
|
-
"orgnom",
|
|
86
|
-
"orgliblon",
|
|
87
|
-
"orglibaff",
|
|
88
|
-
"orgurl",
|
|
89
|
-
"orglibcou",
|
|
90
|
-
"org_de",
|
|
91
|
-
"urltra",
|
|
92
|
-
"inttra",
|
|
93
|
-
"orgnomcouv",
|
|
94
|
-
"senorgcod",
|
|
95
|
-
"html_color",
|
|
96
|
-
];
|
|
97
|
-
export const oritxtFieldsToTrim = ["oritxtcod", "oritxtlib", "oritxtlibfem"];
|
|
98
|
-
export const quaFieldsToTrim = ["quacod", "qualic", "quaabr", "quaabrplu"];
|
|
99
|
-
export const rapFieldsToParseInt = ["rapcod", "sesann", "rapnum", "rapnuman"];
|
|
100
|
-
export const rapFieldsToTrim = [
|
|
101
|
-
"coddenrap",
|
|
102
|
-
"blecod",
|
|
103
|
-
"raptitcou",
|
|
104
|
-
"raptil",
|
|
105
|
-
"rapurl",
|
|
106
|
-
"url2",
|
|
107
|
-
"url3",
|
|
108
|
-
"url4",
|
|
109
|
-
"url2txt",
|
|
110
|
-
"url3txt",
|
|
111
|
-
"url4txt",
|
|
112
|
-
"prix",
|
|
113
|
-
"numerobis",
|
|
114
|
-
"rapsoustit",
|
|
115
|
-
"rapres",
|
|
116
|
-
"forpubcod",
|
|
117
|
-
];
|
|
118
|
-
export const raporgFieldsToTrim = ["orgcod"];
|
|
119
|
-
export const scrFieldsToTrim = ["scrint", "soslib"];
|
|
120
|
-
export const texteFieldsToParseInt = ["texcod", "sesann", "texnum"];
|
|
121
|
-
export const texteFieldsToTrim = [
|
|
122
|
-
"oritxtcod",
|
|
123
|
-
"typtxtcod",
|
|
124
|
-
"lecassidt",
|
|
125
|
-
"orgcod",
|
|
126
|
-
"texurl",
|
|
127
|
-
"url2",
|
|
128
|
-
"url3",
|
|
129
|
-
"url4",
|
|
130
|
-
"url2txt",
|
|
131
|
-
"url3txt",
|
|
132
|
-
"url4txt",
|
|
133
|
-
"prix",
|
|
134
|
-
"numerobis",
|
|
135
|
-
"reserve_comspe",
|
|
136
|
-
];
|
|
137
|
-
export const typattFieldsToTrim = ["typattlib"];
|
|
138
|
-
export const typlecFieldsToTrim = ["typleccod", "typleclib"];
|
|
139
|
-
export const typloiFieldsToTrim = [
|
|
140
|
-
"typloicod",
|
|
141
|
-
"typloilib",
|
|
142
|
-
"groupe",
|
|
143
|
-
"typloiden",
|
|
144
|
-
"typloigen",
|
|
145
|
-
"typloitit",
|
|
146
|
-
"typloidenplu",
|
|
147
|
-
"typloide",
|
|
148
|
-
"typloiabr",
|
|
149
|
-
];
|
|
150
|
-
export const typtxtFieldsToTrim = ["typtxtcod", "typtxtlib"];
|
|
151
|
-
export const typurlFieldsToTrim = ["libtypurl"];
|
package/lib/types/dosleg.ts
DELETED
|
@@ -1,284 +0,0 @@
|
|
|
1
|
-
import { txt_ameliFields } from "../raw_types_schemats/ameli"
|
|
2
|
-
import {
|
|
3
|
-
ass as Ass,
|
|
4
|
-
aud,
|
|
5
|
-
audFields,
|
|
6
|
-
auteur,
|
|
7
|
-
date_seance,
|
|
8
|
-
date_seanceFields as dateSeanceFields,
|
|
9
|
-
deccoc as DecCoc,
|
|
10
|
-
denrap as DenRap,
|
|
11
|
-
docatt,
|
|
12
|
-
docattFields,
|
|
13
|
-
ecr,
|
|
14
|
-
ecrFields,
|
|
15
|
-
etaloi as EtaLoi,
|
|
16
|
-
lecass,
|
|
17
|
-
lecassFields,
|
|
18
|
-
lecassrap,
|
|
19
|
-
lecture,
|
|
20
|
-
lectureFields,
|
|
21
|
-
loi,
|
|
22
|
-
org as Org,
|
|
23
|
-
oritxt as OriTxt,
|
|
24
|
-
qua as Qua,
|
|
25
|
-
rap,
|
|
26
|
-
raporg as RapOrg,
|
|
27
|
-
raporgFields,
|
|
28
|
-
scr as Scr,
|
|
29
|
-
texte,
|
|
30
|
-
texteFields,
|
|
31
|
-
typatt as TypAtt,
|
|
32
|
-
typlec as TypLec,
|
|
33
|
-
typloi as TypLoi,
|
|
34
|
-
typtxt as TypTxt,
|
|
35
|
-
typurl as TypUrl,
|
|
36
|
-
typurlFields,
|
|
37
|
-
} from "../raw_types_schemats/dosleg"
|
|
38
|
-
import { Debat } from "./debats"
|
|
39
|
-
import { TxtAmeli } from "./ameli"
|
|
40
|
-
|
|
41
|
-
export {
|
|
42
|
-
Ass,
|
|
43
|
-
DecCoc,
|
|
44
|
-
DenRap,
|
|
45
|
-
EtaLoi,
|
|
46
|
-
Org,
|
|
47
|
-
OriTxt,
|
|
48
|
-
Qua,
|
|
49
|
-
RapOrg,
|
|
50
|
-
Scr,
|
|
51
|
-
TypAtt,
|
|
52
|
-
TypLec,
|
|
53
|
-
TypLoi,
|
|
54
|
-
TypTxt,
|
|
55
|
-
TypUrl,
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
export interface Aud extends aud {
|
|
59
|
-
org?: Org
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export interface Auteur extends auteur {
|
|
63
|
-
qua?: Qua
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export interface DateSeance extends date_seance {
|
|
67
|
-
debat?: Debat
|
|
68
|
-
scrids?: string[]
|
|
69
|
-
scrs?: Scr[]
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export interface DocAtt extends docatt {
|
|
73
|
-
rap?: Rap
|
|
74
|
-
typatt?: TypAtt
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
export interface Ecr extends ecr {
|
|
78
|
-
aut?: Auteur
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export interface LecAss extends lecass {
|
|
82
|
-
ass?: Ass
|
|
83
|
-
auds?: Aud[]
|
|
84
|
-
audcles?: audFields.audcle[]
|
|
85
|
-
datesSeances?: DateSeance[]
|
|
86
|
-
datesSeancesCodes?: dateSeanceFields.code[]
|
|
87
|
-
debatdatseas: Date[]
|
|
88
|
-
lecassraps?: LecAssRap[]
|
|
89
|
-
lecassrapids?: string[]
|
|
90
|
-
org?: Org
|
|
91
|
-
texcods: texteFields.texcod[]
|
|
92
|
-
textes?: Texte[]
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
export interface LecAssRap extends lecassrap {
|
|
96
|
-
rap?: Rap
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
export interface Lecture extends lecture {
|
|
100
|
-
typlec?: TypLec
|
|
101
|
-
lecassidts?: lecassFields.lecassidt[]
|
|
102
|
-
lecasss?: LecAss[]
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
export interface Loi extends loi {
|
|
106
|
-
deccoc?: DecCoc
|
|
107
|
-
etaloi?: EtaLoi
|
|
108
|
-
lecidts?: lectureFields.lecidt[]
|
|
109
|
-
lectures?: Lecture[]
|
|
110
|
-
typloi?: TypLoi
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
export interface Rap extends rap {
|
|
114
|
-
denrap?: DenRap
|
|
115
|
-
docattcles?: docattFields.docattcle[]
|
|
116
|
-
docatts?: DocAtt[]
|
|
117
|
-
ecrnums?: ecrFields.ecrnum[]
|
|
118
|
-
ecrs?: Ecr[]
|
|
119
|
-
orgcods?: raporgFields.orgcod[]
|
|
120
|
-
orgs?: Org[]
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
export interface Texte extends texte {
|
|
124
|
-
ecrs?: Ecr[]
|
|
125
|
-
ecrnums?: ecrFields.ecrnum[]
|
|
126
|
-
libtypurl?: typurlFields.libtypurl
|
|
127
|
-
org?: Org
|
|
128
|
-
oritxt: OriTxt
|
|
129
|
-
typtxt?: TypTxt
|
|
130
|
-
txtAmeli?: TxtAmeli
|
|
131
|
-
txtAmeliId: txt_ameliFields.id
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
export const assFieldsToTrim = ["libass"]
|
|
135
|
-
export const audFieldsToTrim = ["lecassidt", "audtit", "audurl", "orgcod"]
|
|
136
|
-
export const auteurFieldsToTrim = [
|
|
137
|
-
"autcod",
|
|
138
|
-
"quacod",
|
|
139
|
-
"typautcod",
|
|
140
|
-
"nomuse",
|
|
141
|
-
"prenom",
|
|
142
|
-
"nomtec",
|
|
143
|
-
"autmat",
|
|
144
|
-
"autfct",
|
|
145
|
-
]
|
|
146
|
-
export const dateSeanceFieldsToTrim = ["lecidt", "statut"]
|
|
147
|
-
export const deccocFieldsToTrim = ["deccoccod", "deccoclib"]
|
|
148
|
-
export const denrapFieldsToTrim = [
|
|
149
|
-
"coddenrap",
|
|
150
|
-
"typraprap",
|
|
151
|
-
"libdenrap",
|
|
152
|
-
"denrapmin",
|
|
153
|
-
"denraptit",
|
|
154
|
-
"denrapstymin",
|
|
155
|
-
"solnatrapcod",
|
|
156
|
-
]
|
|
157
|
-
export const docattFieldsToParseInt = ["docattcle", "rapcod"]
|
|
158
|
-
export const docattFieldsToTrim = ["docatturl"]
|
|
159
|
-
export const ecrFieldsToTrim = ["autcod", "ecrqua"]
|
|
160
|
-
export const etaloiFieldsToTrim = ["etaloilib"]
|
|
161
|
-
export const lecassFieldsToTrim = [
|
|
162
|
-
"lecassidt",
|
|
163
|
-
"lecidt",
|
|
164
|
-
"ptlurl",
|
|
165
|
-
"ptlnumcpl",
|
|
166
|
-
"ptlnot",
|
|
167
|
-
"ptlurl2",
|
|
168
|
-
"ptlnot2",
|
|
169
|
-
"ptlurl3",
|
|
170
|
-
"ptlnot3",
|
|
171
|
-
"ptlnumcpl2",
|
|
172
|
-
"ptlnumcpl3",
|
|
173
|
-
"lecassame",
|
|
174
|
-
"orgcod",
|
|
175
|
-
"loiintmod",
|
|
176
|
-
"reucom",
|
|
177
|
-
"debatsurl",
|
|
178
|
-
"libppr",
|
|
179
|
-
"ptlurlcom",
|
|
180
|
-
"aliasppr",
|
|
181
|
-
"lecassamecom",
|
|
182
|
-
]
|
|
183
|
-
export const lecassrapFieldsToTrim = ["lecassidt"]
|
|
184
|
-
export const lectureFieldsToTrim = ["lecidt", "loicod", "typleccod", "leccom"]
|
|
185
|
-
export const loiFieldsToTrim = [
|
|
186
|
-
"loicod",
|
|
187
|
-
"typloicod",
|
|
188
|
-
"deccoccod",
|
|
189
|
-
"numero",
|
|
190
|
-
"loient",
|
|
191
|
-
"motclef",
|
|
192
|
-
"loitit",
|
|
193
|
-
"loiint",
|
|
194
|
-
"url_jo",
|
|
195
|
-
"loinumjo",
|
|
196
|
-
"loititjo",
|
|
197
|
-
"url_jo2",
|
|
198
|
-
"loinumjo2",
|
|
199
|
-
"deccocurl",
|
|
200
|
-
"num_decision",
|
|
201
|
-
"loicodmai",
|
|
202
|
-
"loinoudelibcod",
|
|
203
|
-
"motionloiorigcod",
|
|
204
|
-
"url_ordonnance",
|
|
205
|
-
"saisine_par",
|
|
206
|
-
"loinumjo3",
|
|
207
|
-
"url_jo3",
|
|
208
|
-
"url_an",
|
|
209
|
-
"url_presart",
|
|
210
|
-
"signetalt",
|
|
211
|
-
"orgcod",
|
|
212
|
-
"doscocurl",
|
|
213
|
-
"loiintori",
|
|
214
|
-
]
|
|
215
|
-
export const orgFieldsToTrim = [
|
|
216
|
-
"orgcod",
|
|
217
|
-
"typorgcod",
|
|
218
|
-
"orgnom",
|
|
219
|
-
"orgliblon",
|
|
220
|
-
"orglibaff",
|
|
221
|
-
"orgurl",
|
|
222
|
-
"orglibcou",
|
|
223
|
-
"org_de",
|
|
224
|
-
"urltra",
|
|
225
|
-
"inttra",
|
|
226
|
-
"orgnomcouv",
|
|
227
|
-
"senorgcod",
|
|
228
|
-
"html_color",
|
|
229
|
-
]
|
|
230
|
-
export const oritxtFieldsToTrim = ["oritxtcod", "oritxtlib", "oritxtlibfem"]
|
|
231
|
-
export const quaFieldsToTrim = ["quacod", "qualic", "quaabr", "quaabrplu"]
|
|
232
|
-
export const rapFieldsToParseInt = ["rapcod", "sesann", "rapnum", "rapnuman"]
|
|
233
|
-
export const rapFieldsToTrim = [
|
|
234
|
-
"coddenrap",
|
|
235
|
-
"blecod",
|
|
236
|
-
"raptitcou",
|
|
237
|
-
"raptil",
|
|
238
|
-
"rapurl",
|
|
239
|
-
"url2",
|
|
240
|
-
"url3",
|
|
241
|
-
"url4",
|
|
242
|
-
"url2txt",
|
|
243
|
-
"url3txt",
|
|
244
|
-
"url4txt",
|
|
245
|
-
"prix",
|
|
246
|
-
"numerobis",
|
|
247
|
-
"rapsoustit",
|
|
248
|
-
"rapres",
|
|
249
|
-
"forpubcod",
|
|
250
|
-
]
|
|
251
|
-
export const raporgFieldsToTrim = ["orgcod"]
|
|
252
|
-
export const scrFieldsToTrim = ["scrint", "soslib"]
|
|
253
|
-
export const texteFieldsToParseInt = ["texcod", "sesann", "texnum"]
|
|
254
|
-
export const texteFieldsToTrim = [
|
|
255
|
-
"oritxtcod",
|
|
256
|
-
"typtxtcod",
|
|
257
|
-
"lecassidt",
|
|
258
|
-
"orgcod",
|
|
259
|
-
"texurl",
|
|
260
|
-
"url2",
|
|
261
|
-
"url3",
|
|
262
|
-
"url4",
|
|
263
|
-
"url2txt",
|
|
264
|
-
"url3txt",
|
|
265
|
-
"url4txt",
|
|
266
|
-
"prix",
|
|
267
|
-
"numerobis",
|
|
268
|
-
"reserve_comspe",
|
|
269
|
-
]
|
|
270
|
-
export const typattFieldsToTrim = ["typattlib"]
|
|
271
|
-
export const typlecFieldsToTrim = ["typleccod", "typleclib"]
|
|
272
|
-
export const typloiFieldsToTrim = [
|
|
273
|
-
"typloicod",
|
|
274
|
-
"typloilib",
|
|
275
|
-
"groupe",
|
|
276
|
-
"typloiden",
|
|
277
|
-
"typloigen",
|
|
278
|
-
"typloitit",
|
|
279
|
-
"typloidenplu",
|
|
280
|
-
"typloide",
|
|
281
|
-
"typloiabr",
|
|
282
|
-
]
|
|
283
|
-
export const typtxtFieldsToTrim = ["typtxtcod", "typtxtlib"]
|
|
284
|
-
export const typurlFieldsToTrim = ["libtypurl"]
|
package/lib/types/questions.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/types/questions.ts
DELETED