@tricoteuses/senat 3.1.18 → 3.1.19
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/src/config.d.ts +0 -22
- package/lib/src/config.js +7 -17
- package/lib/src/conversion_textes.js +1 -5
- package/lib/src/databases.d.ts +2 -0
- package/lib/src/databases.js +26 -0
- package/lib/src/datasets.d.ts +0 -4
- package/lib/src/datasets.js +2 -16
- package/lib/src/git.d.ts +0 -1
- package/lib/src/git.js +11 -45
- package/lib/src/loaders.d.ts +12 -12
- package/lib/src/loaders.js +8 -14
- package/lib/src/model/agenda.d.ts +1 -1
- package/lib/src/model/agenda.js +3 -3
- package/lib/src/model/ameli.d.ts +52 -64
- package/lib/src/model/ameli.js +145 -147
- package/lib/src/model/commission.d.ts +4 -5
- package/lib/src/model/commission.js +6 -6
- package/lib/src/model/debats.d.ts +66 -38
- package/lib/src/model/debats.js +93 -110
- package/lib/src/model/documents.d.ts +12 -32
- package/lib/src/model/documents.js +130 -171
- package/lib/src/model/dosleg.d.ts +5 -142
- package/lib/src/model/dosleg.js +156 -298
- package/lib/src/model/index.d.ts +7 -7
- package/lib/src/model/index.js +7 -7
- package/lib/src/model/questions.d.ts +45 -54
- package/lib/src/model/questions.js +87 -89
- package/lib/src/model/scrutins.d.ts +13 -48
- package/lib/src/model/scrutins.js +111 -118
- package/lib/src/model/seance.d.ts +1 -1
- package/lib/src/model/seance.js +7 -7
- package/lib/src/model/sens.d.ts +179 -109
- package/lib/src/model/sens.js +484 -384
- package/lib/src/model/util.d.ts +8 -0
- package/lib/src/model/util.js +23 -0
- package/lib/src/raw_types/ameli.d.ts +800 -1648
- package/lib/src/raw_types/ameli.js +5 -1074
- package/lib/src/raw_types/debats.d.ts +180 -353
- package/lib/src/raw_types/debats.js +5 -266
- package/lib/src/raw_types/dosleg.d.ts +1523 -2858
- package/lib/src/raw_types/dosleg.js +5 -2005
- package/lib/src/raw_types/questions.d.ts +395 -671
- package/lib/src/raw_types/questions.js +5 -493
- package/lib/src/raw_types/senat.d.ts +11372 -0
- package/lib/src/raw_types/senat.js +5 -0
- package/lib/src/raw_types/sens.d.ts +8148 -7743
- package/lib/src/raw_types/sens.js +5 -4691
- package/lib/src/raw_types_schemats/ameli.d.ts +2 -4
- package/lib/src/raw_types_schemats/debats.d.ts +2 -2
- package/lib/src/raw_types_schemats/dosleg.d.ts +2 -2
- package/lib/src/raw_types_schemats/questions.d.ts +2 -2
- package/lib/src/raw_types_schemats/sens.d.ts +4235 -29
- package/lib/src/scripts/test_iter_load.d.ts +1 -0
- package/lib/src/scripts/test_iter_load.js +12 -0
- package/lib/src/types/ameli.d.ts +4 -4
- package/lib/src/types/dosleg.d.ts +39 -39
- package/lib/src/types/questions.d.ts +2 -2
- package/lib/src/types/sens.d.ts +2 -0
- package/lib/src/types/texte.d.ts +2 -2
- package/lib/src/utils/reunion_odj_building.js +27 -11
- package/package.json +1 -1
- package/lib/src/databases_postgres.d.ts +0 -4
- package/lib/src/databases_postgres.js +0 -23
- package/lib/src/scripts/debug_dosleg_query.d.ts +0 -6
- package/lib/src/scripts/debug_dosleg_query.js +0 -50
|
@@ -1,380 +1,207 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
/** Clé étrangère vers débats */
|
|
10
|
-
datsea: Date;
|
|
11
|
-
/** Libellé associé à la section */
|
|
12
|
-
secdiverslibelle: string | null;
|
|
13
|
-
/** Objet de la section */
|
|
14
|
-
secdiversobj: string | null;
|
|
15
|
-
}
|
|
16
|
-
/** Sections de discussion non-législative */
|
|
17
|
-
export interface SecdiversInitializer {
|
|
18
|
-
/** Clé */
|
|
19
|
-
secdiverscle: SecdiversSecdiverscle;
|
|
20
|
-
/** Clé étrangère vers typsec (type de section) */
|
|
21
|
-
typseccod: TypsecTypseccod;
|
|
22
|
-
/** Clé étrangère vers débats */
|
|
23
|
-
datsea: Date;
|
|
24
|
-
/** Libellé associé à la section */
|
|
25
|
-
secdiverslibelle?: string | null;
|
|
26
|
-
/** Objet de la section */
|
|
27
|
-
secdiversobj?: string | null;
|
|
28
|
-
}
|
|
29
|
-
/** Sections de discussion non-législative */
|
|
30
|
-
export interface SecdiversMutator {
|
|
31
|
-
/** Clé */
|
|
32
|
-
secdiverscle?: SecdiversSecdiverscle;
|
|
33
|
-
/** Clé étrangère vers typsec (type de section) */
|
|
34
|
-
typseccod?: TypsecTypseccod;
|
|
35
|
-
/** Clé étrangère vers débats */
|
|
36
|
-
datsea?: Date;
|
|
37
|
-
/** Libellé associé à la section */
|
|
38
|
-
secdiverslibelle?: string | null;
|
|
39
|
-
/** Objet de la section */
|
|
40
|
-
secdiversobj?: string | null;
|
|
41
|
-
}
|
|
42
|
-
export type DebatsDatsea = Date;
|
|
43
|
-
/** Débats en séance publique */
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by kysely-codegen.
|
|
3
|
+
* Please do not edit it manually.
|
|
4
|
+
*/
|
|
5
|
+
import type { ColumnType } from "kysely";
|
|
6
|
+
export type Generated<T> = T extends ColumnType<infer S, infer I, infer U> ? ColumnType<S, I | undefined, U> : ColumnType<T, T | undefined, T>;
|
|
7
|
+
export type Int8 = ColumnType<string, bigint | number | string, bigint | number | string>;
|
|
8
|
+
export type Timestamp = ColumnType<Date, Date | string, Date | string>;
|
|
44
9
|
export interface Debats {
|
|
45
|
-
/**
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
debsyn: string | null;
|
|
49
|
-
/** à O pour signaler la présence d'intervenants non reconnnus */
|
|
10
|
+
/**
|
|
11
|
+
* à O pour signaler la présence d'intervenants non reconnnus
|
|
12
|
+
*/
|
|
50
13
|
autinc: string | null;
|
|
51
|
-
|
|
14
|
+
cpterr: Generated<Int8>;
|
|
15
|
+
/**
|
|
16
|
+
* Date de la séance (clé)
|
|
17
|
+
*/
|
|
18
|
+
datsea: Timestamp;
|
|
19
|
+
/**
|
|
20
|
+
* Clé étrangère vers syndeb (état de synchronisation des données)
|
|
21
|
+
*/
|
|
22
|
+
debsyn: string | null;
|
|
23
|
+
/**
|
|
24
|
+
* URL du compte rendu
|
|
25
|
+
*/
|
|
52
26
|
deburl: string | null;
|
|
53
|
-
/** numéro de la séance */
|
|
54
|
-
numero: string | null;
|
|
55
|
-
/** à oui pour un CR de congrès */
|
|
56
|
-
estcongres: string | null;
|
|
57
|
-
/** Libellé pour un débat spécial */
|
|
58
|
-
libspec: string | null;
|
|
59
|
-
/** Code de l'état d'envoi à la vidéo C=CRI, A=Archive */
|
|
60
|
-
etavidcod: string | null;
|
|
61
|
-
cpterr: string;
|
|
62
|
-
}
|
|
63
|
-
/** Débats en séance publique */
|
|
64
|
-
export interface DebatsInitializer {
|
|
65
|
-
/** Date de la séance (clé) */
|
|
66
|
-
datsea: DebatsDatsea;
|
|
67
|
-
/** Clé étrangère vers syndeb (état de synchronisation des données) */
|
|
68
|
-
debsyn?: string | null;
|
|
69
|
-
/** à O pour signaler la présence d'intervenants non reconnnus */
|
|
70
|
-
autinc?: string | null;
|
|
71
|
-
/** URL du compte rendu */
|
|
72
|
-
deburl?: string | null;
|
|
73
|
-
/** numéro de la séance */
|
|
74
|
-
numero?: string | null;
|
|
75
27
|
/**
|
|
76
28
|
* à oui pour un CR de congrès
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
/** Clé étrangère vers syndeb (état de synchronisation des données) */
|
|
92
|
-
debsyn?: string | null;
|
|
93
|
-
/** à O pour signaler la présence d'intervenants non reconnnus */
|
|
94
|
-
autinc?: string | null;
|
|
95
|
-
/** URL du compte rendu */
|
|
96
|
-
deburl?: string | null;
|
|
97
|
-
/** numéro de la séance */
|
|
98
|
-
numero?: string | null;
|
|
99
|
-
/** à oui pour un CR de congrès */
|
|
100
|
-
estcongres?: string | null;
|
|
101
|
-
/** Libellé pour un débat spécial */
|
|
102
|
-
libspec?: string | null;
|
|
103
|
-
/** Code de l'état d'envoi à la vidéo C=CRI, A=Archive */
|
|
104
|
-
etavidcod?: string | null;
|
|
105
|
-
cpterr?: string;
|
|
106
|
-
}
|
|
107
|
-
export type SyndebDebsyn = string;
|
|
108
|
-
/** État de synchronisation des données */
|
|
109
|
-
export interface Syndeb {
|
|
110
|
-
/** Clé */
|
|
111
|
-
debsyn: SyndebDebsyn;
|
|
112
|
-
/** Libellé */
|
|
113
|
-
syndeblib: string;
|
|
114
|
-
}
|
|
115
|
-
/** État de synchronisation des données */
|
|
116
|
-
export interface SyndebInitializer {
|
|
117
|
-
/** Clé */
|
|
118
|
-
debsyn: SyndebDebsyn;
|
|
119
|
-
/** Libellé */
|
|
120
|
-
syndeblib: string;
|
|
121
|
-
}
|
|
122
|
-
/** État de synchronisation des données */
|
|
123
|
-
export interface SyndebMutator {
|
|
124
|
-
/** Clé */
|
|
125
|
-
debsyn?: SyndebDebsyn;
|
|
126
|
-
/** Libellé */
|
|
127
|
-
syndeblib?: string;
|
|
128
|
-
}
|
|
129
|
-
export type TypsecTypseccod = string;
|
|
130
|
-
/** Types de section */
|
|
131
|
-
export interface Typsec {
|
|
132
|
-
/** Clé */
|
|
133
|
-
typseccod: TypsecTypseccod;
|
|
134
|
-
/** Libellé */
|
|
135
|
-
typseclib: string;
|
|
136
|
-
/** Catégorie liée au type */
|
|
137
|
-
typseccat: string | null;
|
|
138
|
-
}
|
|
139
|
-
/** Types de section */
|
|
140
|
-
export interface TypsecInitializer {
|
|
141
|
-
/** Clé */
|
|
142
|
-
typseccod: TypsecTypseccod;
|
|
143
|
-
/** Libellé */
|
|
144
|
-
typseclib: string;
|
|
145
|
-
/** Catégorie liée au type */
|
|
146
|
-
typseccat?: string | null;
|
|
147
|
-
}
|
|
148
|
-
/** Types de section */
|
|
149
|
-
export interface TypsecMutator {
|
|
150
|
-
/** Clé */
|
|
151
|
-
typseccod?: TypsecTypseccod;
|
|
152
|
-
/** Libellé */
|
|
153
|
-
typseclib?: string;
|
|
154
|
-
/** Catégorie liée au type */
|
|
155
|
-
typseccat?: string | null;
|
|
29
|
+
*/
|
|
30
|
+
estcongres: Generated<string | null>;
|
|
31
|
+
/**
|
|
32
|
+
* Code de l'état d'envoi à la vidéo C=CRI, A=Archive
|
|
33
|
+
*/
|
|
34
|
+
etavidcod: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Libellé pour un débat spécial
|
|
37
|
+
*/
|
|
38
|
+
libspec: string | null;
|
|
39
|
+
/**
|
|
40
|
+
* numéro de la séance
|
|
41
|
+
*/
|
|
42
|
+
numero: Int8 | null;
|
|
156
43
|
}
|
|
157
|
-
export type IntdiversIntdiverscle = string;
|
|
158
|
-
/** Interventions non-législatives */
|
|
159
44
|
export interface Intdivers {
|
|
160
|
-
/**
|
|
161
|
-
|
|
162
|
-
|
|
45
|
+
/**
|
|
46
|
+
* Clé étrangère vers dosleg.auteur (intervenant)
|
|
47
|
+
*/
|
|
163
48
|
autcod: string;
|
|
164
|
-
/**
|
|
165
|
-
|
|
166
|
-
|
|
49
|
+
/**
|
|
50
|
+
* Analyse
|
|
51
|
+
*/
|
|
167
52
|
intana: string | null;
|
|
168
|
-
/**
|
|
53
|
+
/**
|
|
54
|
+
* Clé
|
|
55
|
+
*/
|
|
56
|
+
intdiverscle: Int8;
|
|
57
|
+
/**
|
|
58
|
+
* Identifiant de l'intervention (chronologiquement ordonné)
|
|
59
|
+
*/
|
|
60
|
+
intdiversordid: Int8 | null;
|
|
61
|
+
/**
|
|
62
|
+
* Fonction de l'intervenant
|
|
63
|
+
*/
|
|
169
64
|
intfon: string | null;
|
|
170
|
-
/**
|
|
171
|
-
|
|
172
|
-
|
|
65
|
+
/**
|
|
66
|
+
* URL de l'intervention
|
|
67
|
+
*/
|
|
173
68
|
inturl: string | null;
|
|
69
|
+
/**
|
|
70
|
+
* Clé étrangère vers secdivers (section de discussion)
|
|
71
|
+
*/
|
|
72
|
+
secdiverscle: Int8;
|
|
174
73
|
}
|
|
175
|
-
/** Interventions non-législatives */
|
|
176
|
-
export interface IntdiversInitializer {
|
|
177
|
-
/** Clé */
|
|
178
|
-
intdiverscle: IntdiversIntdiverscle;
|
|
179
|
-
/** Clé étrangère vers dosleg.auteur (intervenant) */
|
|
180
|
-
autcod: string;
|
|
181
|
-
/** Clé étrangère vers secdivers (section de discussion) */
|
|
182
|
-
secdiverscle: string;
|
|
183
|
-
/** Analyse */
|
|
184
|
-
intana?: string | null;
|
|
185
|
-
/** Fonction de l'intervenant */
|
|
186
|
-
intfon?: string | null;
|
|
187
|
-
/** Identifiant de l'intervention (chronologiquement ordonné) */
|
|
188
|
-
intdiversordid?: string | null;
|
|
189
|
-
/** URL de l'intervention */
|
|
190
|
-
inturl?: string | null;
|
|
191
|
-
}
|
|
192
|
-
/** Interventions non-législatives */
|
|
193
|
-
export interface IntdiversMutator {
|
|
194
|
-
/** Clé */
|
|
195
|
-
intdiverscle?: IntdiversIntdiverscle;
|
|
196
|
-
/** Clé étrangère vers dosleg.auteur (intervenant) */
|
|
197
|
-
autcod?: string;
|
|
198
|
-
/** Clé étrangère vers secdivers (section de discussion) */
|
|
199
|
-
secdiverscle?: string;
|
|
200
|
-
/** Analyse */
|
|
201
|
-
intana?: string | null;
|
|
202
|
-
/** Fonction de l'intervenant */
|
|
203
|
-
intfon?: string | null;
|
|
204
|
-
/** Identifiant de l'intervention (chronologiquement ordonné) */
|
|
205
|
-
intdiversordid?: string | null;
|
|
206
|
-
/** URL de l'intervention */
|
|
207
|
-
inturl?: string | null;
|
|
208
|
-
}
|
|
209
|
-
export type LecassdebLecassidt = string;
|
|
210
|
-
export type LecassdebDatsea = Date;
|
|
211
|
-
/** Liaison entre lectures et débats */
|
|
212
|
-
export interface Lecassdeb {
|
|
213
|
-
/** Clé étrangère vers dosleg.lecass (lecture) */
|
|
214
|
-
lecassidt: LecassdebLecassidt;
|
|
215
|
-
/** Clé étrangère vers débats */
|
|
216
|
-
datsea: LecassdebDatsea;
|
|
217
|
-
}
|
|
218
|
-
/** Liaison entre lectures et débats */
|
|
219
|
-
export interface LecassdebInitializer {
|
|
220
|
-
/** Clé étrangère vers dosleg.lecass (lecture) */
|
|
221
|
-
lecassidt: LecassdebLecassidt;
|
|
222
|
-
/** Clé étrangère vers débats */
|
|
223
|
-
datsea: LecassdebDatsea;
|
|
224
|
-
}
|
|
225
|
-
/** Liaison entre lectures et débats */
|
|
226
|
-
export interface LecassdebMutator {
|
|
227
|
-
/** Clé étrangère vers dosleg.lecass (lecture) */
|
|
228
|
-
lecassidt?: LecassdebLecassidt;
|
|
229
|
-
/** Clé étrangère vers débats */
|
|
230
|
-
datsea?: LecassdebDatsea;
|
|
231
|
-
}
|
|
232
|
-
export type IntpjlIntpjlcle = string;
|
|
233
|
-
/** Interventions législatives */
|
|
234
74
|
export interface Intpjl {
|
|
235
|
-
/**
|
|
236
|
-
|
|
237
|
-
|
|
75
|
+
/**
|
|
76
|
+
* Clé étrangère vers dosleg.auteur (intervenant)
|
|
77
|
+
*/
|
|
238
78
|
autcod: string;
|
|
239
|
-
/**
|
|
240
|
-
|
|
241
|
-
|
|
79
|
+
/**
|
|
80
|
+
* Analyse
|
|
81
|
+
*/
|
|
242
82
|
intana: string | null;
|
|
243
|
-
/**
|
|
83
|
+
/**
|
|
84
|
+
* Fonction de l'intervenant
|
|
85
|
+
*/
|
|
244
86
|
intfon: string | null;
|
|
245
|
-
/**
|
|
87
|
+
/**
|
|
88
|
+
* Identifiant de l'intervention (chronologiquement ordonné)
|
|
89
|
+
*/
|
|
90
|
+
intordid: Int8 | null;
|
|
91
|
+
/**
|
|
92
|
+
* Clé
|
|
93
|
+
*/
|
|
94
|
+
intpjlcle: Int8;
|
|
95
|
+
/**
|
|
96
|
+
* URL de l'intervention
|
|
97
|
+
*/
|
|
246
98
|
inturl: string | null;
|
|
247
|
-
/**
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
export interface IntpjlInitializer {
|
|
252
|
-
/** Clé */
|
|
253
|
-
intpjlcle: IntpjlIntpjlcle;
|
|
254
|
-
/** Clé étrangère vers dosleg.auteur (intervenant) */
|
|
255
|
-
autcod: string;
|
|
256
|
-
/** Clé éntrangère vers secdis (section de discussion) */
|
|
257
|
-
secdiscle: string;
|
|
258
|
-
/** Analyse */
|
|
259
|
-
intana?: string | null;
|
|
260
|
-
/** Fonction de l'intervenant */
|
|
261
|
-
intfon?: string | null;
|
|
262
|
-
/** URL de l'intervention */
|
|
263
|
-
inturl?: string | null;
|
|
264
|
-
/** Identifiant de l'intervention (chronologiquement ordonné) */
|
|
265
|
-
intordid?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Clé éntrangère vers secdis (section de discussion)
|
|
101
|
+
*/
|
|
102
|
+
secdiscle: Int8;
|
|
266
103
|
}
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
intana?: string | null;
|
|
277
|
-
/** Fonction de l'intervenant */
|
|
278
|
-
intfon?: string | null;
|
|
279
|
-
/** URL de l'intervention */
|
|
280
|
-
inturl?: string | null;
|
|
281
|
-
/** Identifiant de l'intervention (chronologiquement ordonné) */
|
|
282
|
-
intordid?: string | null;
|
|
104
|
+
export interface Lecassdeb {
|
|
105
|
+
/**
|
|
106
|
+
* Clé étrangère vers débats
|
|
107
|
+
*/
|
|
108
|
+
datsea: Timestamp;
|
|
109
|
+
/**
|
|
110
|
+
* Clé étrangère vers dosleg.lecass (lecture)
|
|
111
|
+
*/
|
|
112
|
+
lecassidt: string;
|
|
283
113
|
}
|
|
284
|
-
export type SecdisSecdiscle = string;
|
|
285
|
-
/** Sections de discussion législative */
|
|
286
114
|
export interface Secdis {
|
|
287
|
-
/**
|
|
288
|
-
|
|
289
|
-
|
|
115
|
+
/**
|
|
116
|
+
* Clé étrangère vers débats
|
|
117
|
+
*/
|
|
118
|
+
datsea: Timestamp;
|
|
119
|
+
/**
|
|
120
|
+
* Clé étrangère vers dosleg.lecass (lecture)
|
|
121
|
+
*/
|
|
290
122
|
lecassidt: string;
|
|
291
|
-
/**
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
/**
|
|
123
|
+
/**
|
|
124
|
+
* Clé
|
|
125
|
+
*/
|
|
126
|
+
secdiscle: Int8;
|
|
127
|
+
/**
|
|
128
|
+
* Numérotation de la section
|
|
129
|
+
*/
|
|
296
130
|
secdisnum: string | null;
|
|
297
|
-
/**
|
|
131
|
+
/**
|
|
132
|
+
* Objet de la section
|
|
133
|
+
*/
|
|
298
134
|
secdisobj: string | null;
|
|
299
|
-
/**
|
|
135
|
+
/**
|
|
136
|
+
* Ordre dans la fratrie
|
|
137
|
+
*/
|
|
138
|
+
secdisordid: Int8 | null;
|
|
139
|
+
/**
|
|
140
|
+
* Section mère
|
|
141
|
+
*/
|
|
142
|
+
secdispere: Int8 | null;
|
|
143
|
+
/**
|
|
144
|
+
* URL de la section
|
|
145
|
+
*/
|
|
300
146
|
secdisurl: string | null;
|
|
301
|
-
/**
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
147
|
+
/**
|
|
148
|
+
* Clé étrangère vers typsec (type de section)
|
|
149
|
+
*/
|
|
150
|
+
typseccod: string;
|
|
305
151
|
}
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
152
|
+
export interface Secdivers {
|
|
153
|
+
/**
|
|
154
|
+
* Clé étrangère vers débats
|
|
155
|
+
*/
|
|
156
|
+
datsea: Timestamp;
|
|
157
|
+
/**
|
|
158
|
+
* Clé
|
|
159
|
+
*/
|
|
160
|
+
secdiverscle: Int8;
|
|
161
|
+
/**
|
|
162
|
+
* Libellé associé à la section
|
|
163
|
+
*/
|
|
164
|
+
secdiverslibelle: string | null;
|
|
165
|
+
/**
|
|
166
|
+
* Objet de la section
|
|
167
|
+
*/
|
|
168
|
+
secdiversobj: string | null;
|
|
169
|
+
/**
|
|
170
|
+
* Clé étrangère vers typsec (type de section)
|
|
171
|
+
*/
|
|
172
|
+
typseccod: string;
|
|
173
|
+
}
|
|
174
|
+
export interface Syndeb {
|
|
175
|
+
/**
|
|
176
|
+
* Clé
|
|
177
|
+
*/
|
|
178
|
+
debsyn: string;
|
|
179
|
+
/**
|
|
180
|
+
* Libellé
|
|
181
|
+
*/
|
|
182
|
+
syndeblib: string;
|
|
183
|
+
}
|
|
184
|
+
export interface Typsec {
|
|
185
|
+
/**
|
|
186
|
+
* Catégorie liée au type
|
|
187
|
+
*/
|
|
188
|
+
typseccat: string | null;
|
|
189
|
+
/**
|
|
190
|
+
* Clé
|
|
191
|
+
*/
|
|
192
|
+
typseccod: string;
|
|
193
|
+
/**
|
|
194
|
+
* Libellé
|
|
195
|
+
*/
|
|
196
|
+
typseclib: string;
|
|
326
197
|
}
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
datsea?: Date;
|
|
337
|
-
/** Numérotation de la section */
|
|
338
|
-
secdisnum?: string | null;
|
|
339
|
-
/** Objet de la section */
|
|
340
|
-
secdisobj?: string | null;
|
|
341
|
-
/** URL de la section */
|
|
342
|
-
secdisurl?: string | null;
|
|
343
|
-
/** Ordre dans la fratrie */
|
|
344
|
-
secdisordid?: string | null;
|
|
345
|
-
/** Section mère */
|
|
346
|
-
secdispere?: string | null;
|
|
198
|
+
export interface DB {
|
|
199
|
+
debats: Debats;
|
|
200
|
+
intdivers: Intdivers;
|
|
201
|
+
intpjl: Intpjl;
|
|
202
|
+
lecassdeb: Lecassdeb;
|
|
203
|
+
secdis: Secdis;
|
|
204
|
+
secdivers: Secdivers;
|
|
205
|
+
syndeb: Syndeb;
|
|
206
|
+
typsec: Typsec;
|
|
347
207
|
}
|
|
348
|
-
export declare const SecdiversSecdiverscleSchema: z.Schema<SecdiversSecdiverscle>;
|
|
349
|
-
export declare const DebatsDatseaSchema: z.Schema<DebatsDatsea>;
|
|
350
|
-
export declare const SyndebDebsynSchema: z.Schema<SyndebDebsyn>;
|
|
351
|
-
export declare const TypsecTypseccodSchema: z.Schema<TypsecTypseccod>;
|
|
352
|
-
export declare const IntdiversIntdiverscleSchema: z.Schema<IntdiversIntdiverscle>;
|
|
353
|
-
export declare const LecassdebLecassidtSchema: z.Schema<LecassdebLecassidt>;
|
|
354
|
-
export declare const LecassdebDatseaSchema: z.Schema<LecassdebDatsea>;
|
|
355
|
-
export declare const IntpjlIntpjlcleSchema: z.Schema<IntpjlIntpjlcle>;
|
|
356
|
-
export declare const SecdisSecdiscleSchema: z.Schema<SecdisSecdiscle>;
|
|
357
|
-
export declare const SecdiversSchema: z.Schema<Secdivers>;
|
|
358
|
-
export declare const SecdiversInitializerSchema: z.Schema<SecdiversInitializer>;
|
|
359
|
-
export declare const SecdiversMutatorSchema: z.Schema<SecdiversMutator>;
|
|
360
|
-
export declare const DebatsSchema: z.Schema<Debats>;
|
|
361
|
-
export declare const DebatsInitializerSchema: z.Schema<DebatsInitializer>;
|
|
362
|
-
export declare const DebatsMutatorSchema: z.Schema<DebatsMutator>;
|
|
363
|
-
export declare const SyndebSchema: z.Schema<Syndeb>;
|
|
364
|
-
export declare const SyndebInitializerSchema: z.Schema<SyndebInitializer>;
|
|
365
|
-
export declare const SyndebMutatorSchema: z.Schema<SyndebMutator>;
|
|
366
|
-
export declare const TypsecSchema: z.Schema<Typsec>;
|
|
367
|
-
export declare const TypsecInitializerSchema: z.Schema<TypsecInitializer>;
|
|
368
|
-
export declare const TypsecMutatorSchema: z.Schema<TypsecMutator>;
|
|
369
|
-
export declare const IntdiversSchema: z.Schema<Intdivers>;
|
|
370
|
-
export declare const IntdiversInitializerSchema: z.Schema<IntdiversInitializer>;
|
|
371
|
-
export declare const IntdiversMutatorSchema: z.Schema<IntdiversMutator>;
|
|
372
|
-
export declare const LecassdebSchema: z.Schema<Lecassdeb>;
|
|
373
|
-
export declare const LecassdebInitializerSchema: z.Schema<LecassdebInitializer>;
|
|
374
|
-
export declare const LecassdebMutatorSchema: z.Schema<LecassdebMutator>;
|
|
375
|
-
export declare const IntpjlSchema: z.Schema<Intpjl>;
|
|
376
|
-
export declare const IntpjlInitializerSchema: z.Schema<IntpjlInitializer>;
|
|
377
|
-
export declare const IntpjlMutatorSchema: z.Schema<IntpjlMutator>;
|
|
378
|
-
export declare const SecdisSchema: z.Schema<Secdis>;
|
|
379
|
-
export declare const SecdisInitializerSchema: z.Schema<SecdisInitializer>;
|
|
380
|
-
export declare const SecdisMutatorSchema: z.Schema<SecdisMutator>;
|