@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,699 +1,423 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
/** Intitulé JO du ministère */
|
|
22
|
-
intitulejo: string | null;
|
|
23
|
-
/** Nom du ministre */
|
|
24
|
-
nomministre: string | null;
|
|
25
|
-
}
|
|
26
|
-
/** Table des ministères */
|
|
27
|
-
export interface TamMinisteresInitializer {
|
|
28
|
-
/** Identifiant du ministère */
|
|
29
|
-
minid: TamMinisteresMinid;
|
|
30
|
-
/** Identifiant du ministère de remplacement */
|
|
31
|
-
minidremp?: string | null;
|
|
32
|
-
/** Date de début du ministère */
|
|
33
|
-
datedebut?: Date | null;
|
|
34
|
-
/** Date de fin du ministère */
|
|
35
|
-
datefin?: Date | null;
|
|
36
|
-
/** Ordre protocolaire */
|
|
37
|
-
ordreprotocolaire?: string | null;
|
|
38
|
-
/** Libellé du ministère */
|
|
39
|
-
libelle?: string | null;
|
|
40
|
-
/** Libellé long du ministère */
|
|
41
|
-
libellelong?: string | null;
|
|
42
|
-
/** Titre du ministre */
|
|
43
|
-
titreministre?: string | null;
|
|
44
|
-
/** Intitulé JO du ministère */
|
|
45
|
-
intitulejo?: string | null;
|
|
46
|
-
/** Nom du ministre */
|
|
47
|
-
nomministre?: string | null;
|
|
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 Int8 = ColumnType<string, bigint | number | string, bigint | number | string>;
|
|
7
|
+
export type Timestamp = ColumnType<Date, Date | string, Date | string>;
|
|
8
|
+
export interface Etatquestion {
|
|
9
|
+
/**
|
|
10
|
+
* Code état
|
|
11
|
+
*/
|
|
12
|
+
etaquecod: string;
|
|
13
|
+
/**
|
|
14
|
+
* Libellé de l'état
|
|
15
|
+
*/
|
|
16
|
+
etaquelib: string | null;
|
|
17
|
+
/**
|
|
18
|
+
* Critère de tri
|
|
19
|
+
*/
|
|
20
|
+
etaquenumtri: Int8 | null;
|
|
48
21
|
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
nomministre?: string | null;
|
|
22
|
+
export interface Legquestion {
|
|
23
|
+
/**
|
|
24
|
+
* Date de début de la législature
|
|
25
|
+
*/
|
|
26
|
+
legdatdeb: Timestamp | null;
|
|
27
|
+
/**
|
|
28
|
+
* Date de fin de la législature
|
|
29
|
+
*/
|
|
30
|
+
legdatfin: Timestamp | null;
|
|
31
|
+
/**
|
|
32
|
+
* Numéro de législature
|
|
33
|
+
*/
|
|
34
|
+
legislature: Int8;
|
|
35
|
+
/**
|
|
36
|
+
* Libellé de la législature
|
|
37
|
+
*/
|
|
38
|
+
leglib: string | null;
|
|
39
|
+
/**
|
|
40
|
+
* Numéro de république
|
|
41
|
+
*/
|
|
42
|
+
republique: Int8 | null;
|
|
71
43
|
}
|
|
72
|
-
export type NaturequestionNatquecod = string;
|
|
73
|
-
/** Table de correspondance de la nature des questions */
|
|
74
44
|
export interface Naturequestion {
|
|
75
|
-
/**
|
|
76
|
-
|
|
77
|
-
|
|
45
|
+
/**
|
|
46
|
+
* Code nature
|
|
47
|
+
*/
|
|
48
|
+
natquecod: string;
|
|
49
|
+
/**
|
|
50
|
+
* Libellé de la nature
|
|
51
|
+
*/
|
|
78
52
|
natquelib: string | null;
|
|
79
|
-
/** Critère de tri */
|
|
80
|
-
natquenumtri: string | null;
|
|
81
53
|
natquelibcousin: string | null;
|
|
54
|
+
/**
|
|
55
|
+
* Critère de tri
|
|
56
|
+
*/
|
|
57
|
+
natquenumtri: Int8 | null;
|
|
82
58
|
}
|
|
83
|
-
/** Table de correspondance de la nature des questions */
|
|
84
|
-
export interface NaturequestionInitializer {
|
|
85
|
-
/** Code nature */
|
|
86
|
-
natquecod: NaturequestionNatquecod;
|
|
87
|
-
/** Libellé de la nature */
|
|
88
|
-
natquelib?: string | null;
|
|
89
|
-
/** Critère de tri */
|
|
90
|
-
natquenumtri?: string | null;
|
|
91
|
-
natquelibcousin?: string | null;
|
|
92
|
-
}
|
|
93
|
-
/** Table de correspondance de la nature des questions */
|
|
94
|
-
export interface NaturequestionMutator {
|
|
95
|
-
/** Code nature */
|
|
96
|
-
natquecod?: NaturequestionNatquecod;
|
|
97
|
-
/** Libellé de la nature */
|
|
98
|
-
natquelib?: string | null;
|
|
99
|
-
/** Critère de tri */
|
|
100
|
-
natquenumtri?: string | null;
|
|
101
|
-
natquelibcousin?: string | null;
|
|
102
|
-
}
|
|
103
|
-
export type LegquestionLegislature = string;
|
|
104
|
-
/** Table des législature */
|
|
105
|
-
export interface Legquestion {
|
|
106
|
-
/** Numéro de législature */
|
|
107
|
-
legislature: LegquestionLegislature;
|
|
108
|
-
/** Numéro de république */
|
|
109
|
-
republique: string | null;
|
|
110
|
-
/** Libellé de la législature */
|
|
111
|
-
leglib: string | null;
|
|
112
|
-
/** Date de début de la législature */
|
|
113
|
-
legdatdeb: Date | null;
|
|
114
|
-
/** Date de fin de la législature */
|
|
115
|
-
legdatfin: Date | null;
|
|
116
|
-
}
|
|
117
|
-
/** Table des législature */
|
|
118
|
-
export interface LegquestionInitializer {
|
|
119
|
-
/** Numéro de législature */
|
|
120
|
-
legislature: LegquestionLegislature;
|
|
121
|
-
/** Numéro de république */
|
|
122
|
-
republique?: string | null;
|
|
123
|
-
/** Libellé de la législature */
|
|
124
|
-
leglib?: string | null;
|
|
125
|
-
/** Date de début de la législature */
|
|
126
|
-
legdatdeb?: Date | null;
|
|
127
|
-
/** Date de fin de la législature */
|
|
128
|
-
legdatfin?: Date | null;
|
|
129
|
-
}
|
|
130
|
-
/** Table des législature */
|
|
131
|
-
export interface LegquestionMutator {
|
|
132
|
-
/** Numéro de législature */
|
|
133
|
-
legislature?: LegquestionLegislature;
|
|
134
|
-
/** Numéro de république */
|
|
135
|
-
republique?: string | null;
|
|
136
|
-
/** Libellé de la législature */
|
|
137
|
-
leglib?: string | null;
|
|
138
|
-
/** Date de début de la législature */
|
|
139
|
-
legdatdeb?: Date | null;
|
|
140
|
-
/** Date de fin de la législature */
|
|
141
|
-
legdatfin?: Date | null;
|
|
142
|
-
}
|
|
143
|
-
export type SortquestionSorquecod = string;
|
|
144
|
-
/** Table de correspondance du sort des questions */
|
|
145
59
|
export interface Sortquestion {
|
|
146
|
-
/**
|
|
147
|
-
|
|
148
|
-
|
|
60
|
+
/**
|
|
61
|
+
* Code sort
|
|
62
|
+
*/
|
|
63
|
+
sorquecod: string;
|
|
64
|
+
/**
|
|
65
|
+
* Libellé du sort
|
|
66
|
+
*/
|
|
149
67
|
sorquelib: string | null;
|
|
150
|
-
/**
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
export interface SortquestionInitializer {
|
|
155
|
-
/** Code sort */
|
|
156
|
-
sorquecod: SortquestionSorquecod;
|
|
157
|
-
/** Libellé du sort */
|
|
158
|
-
sorquelib?: string | null;
|
|
159
|
-
/** Critère de tri */
|
|
160
|
-
sorquenumtri?: string | null;
|
|
161
|
-
}
|
|
162
|
-
/** Table de correspondance du sort des questions */
|
|
163
|
-
export interface SortquestionMutator {
|
|
164
|
-
/** Code sort */
|
|
165
|
-
sorquecod?: SortquestionSorquecod;
|
|
166
|
-
/** Libellé du sort */
|
|
167
|
-
sorquelib?: string | null;
|
|
168
|
-
/** Critère de tri */
|
|
169
|
-
sorquenumtri?: string | null;
|
|
170
|
-
}
|
|
171
|
-
export type TheThecle = number;
|
|
172
|
-
/** Table des thèmes */
|
|
173
|
-
export interface The {
|
|
174
|
-
/** Code thème */
|
|
175
|
-
thecle: TheThecle;
|
|
176
|
-
/** Libellé du thème */
|
|
177
|
-
thelib: string;
|
|
178
|
-
/** Libellé d'édition thème */
|
|
179
|
-
theali: string | null;
|
|
180
|
-
/** Critère de tri */
|
|
181
|
-
thenouidt: string | null;
|
|
182
|
-
}
|
|
183
|
-
/** Table des thèmes */
|
|
184
|
-
export interface TheInitializer {
|
|
185
|
-
/** Code thème */
|
|
186
|
-
thecle: TheThecle;
|
|
187
|
-
/** Libellé du thème */
|
|
188
|
-
thelib: string;
|
|
189
|
-
/** Libellé d'édition thème */
|
|
190
|
-
theali?: string | null;
|
|
191
|
-
/** Critère de tri */
|
|
192
|
-
thenouidt?: string | null;
|
|
193
|
-
}
|
|
194
|
-
/** Table des thèmes */
|
|
195
|
-
export interface TheMutator {
|
|
196
|
-
/** Code thème */
|
|
197
|
-
thecle?: TheThecle;
|
|
198
|
-
/** Libellé du thème */
|
|
199
|
-
thelib?: string;
|
|
200
|
-
/** Libellé d'édition thème */
|
|
201
|
-
theali?: string | null;
|
|
202
|
-
/** Critère de tri */
|
|
203
|
-
thenouidt?: string | null;
|
|
204
|
-
}
|
|
205
|
-
export type EtatquestionEtaquecod = string;
|
|
206
|
-
/** Table de correspondance de l'état des questions */
|
|
207
|
-
export interface Etatquestion {
|
|
208
|
-
/** Code état */
|
|
209
|
-
etaquecod: EtatquestionEtaquecod;
|
|
210
|
-
/** Libellé de l'état */
|
|
211
|
-
etaquelib: string | null;
|
|
212
|
-
/** Critère de tri */
|
|
213
|
-
etaquenumtri: string | null;
|
|
214
|
-
}
|
|
215
|
-
/** Table de correspondance de l'état des questions */
|
|
216
|
-
export interface EtatquestionInitializer {
|
|
217
|
-
/** Code état */
|
|
218
|
-
etaquecod: EtatquestionEtaquecod;
|
|
219
|
-
/** Libellé de l'état */
|
|
220
|
-
etaquelib?: string | null;
|
|
221
|
-
/** Critère de tri */
|
|
222
|
-
etaquenumtri?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
* Critère de tri
|
|
70
|
+
*/
|
|
71
|
+
sorquenumtri: Int8 | null;
|
|
223
72
|
}
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
73
|
+
export interface TamMinisteres {
|
|
74
|
+
/**
|
|
75
|
+
* Date de début du ministère
|
|
76
|
+
*/
|
|
77
|
+
datedebut: Timestamp | null;
|
|
78
|
+
/**
|
|
79
|
+
* Date de fin du ministère
|
|
80
|
+
*/
|
|
81
|
+
datefin: Timestamp | null;
|
|
82
|
+
/**
|
|
83
|
+
* Intitulé JO du ministère
|
|
84
|
+
*/
|
|
85
|
+
intitulejo: string | null;
|
|
86
|
+
/**
|
|
87
|
+
* Libellé du ministère
|
|
88
|
+
*/
|
|
89
|
+
libelle: string | null;
|
|
90
|
+
/**
|
|
91
|
+
* Libellé long du ministère
|
|
92
|
+
*/
|
|
93
|
+
libellelong: string | null;
|
|
94
|
+
/**
|
|
95
|
+
* Identifiant du ministère
|
|
96
|
+
*/
|
|
97
|
+
minid: Int8;
|
|
98
|
+
/**
|
|
99
|
+
* Identifiant du ministère de remplacement
|
|
100
|
+
*/
|
|
101
|
+
minidremp: Int8 | null;
|
|
102
|
+
/**
|
|
103
|
+
* Nom du ministre
|
|
104
|
+
*/
|
|
105
|
+
nomministre: string | null;
|
|
106
|
+
/**
|
|
107
|
+
* Ordre protocolaire
|
|
108
|
+
*/
|
|
109
|
+
ordreprotocolaire: Int8 | null;
|
|
110
|
+
/**
|
|
111
|
+
* Titre du ministre
|
|
112
|
+
*/
|
|
113
|
+
titreministre: string | null;
|
|
232
114
|
}
|
|
233
|
-
export type TamQuestionsId = string;
|
|
234
|
-
/** Questions posées par les Sénateurs au gouvernement et informations synthétiques sur la réponse */
|
|
235
115
|
export interface TamQuestions {
|
|
236
|
-
/**
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
natquecod: string | null;
|
|
244
|
-
/** Numéro de législature */
|
|
245
|
-
legislature: string | null;
|
|
246
|
-
/** Code état */
|
|
247
|
-
etaquecod: string | null;
|
|
248
|
-
/** Identifiant unique */
|
|
249
|
-
uuid: string | null;
|
|
250
|
-
/** Numéro public */
|
|
251
|
-
numero: string | null;
|
|
252
|
-
/** Référence unique */
|
|
253
|
-
reference: string | null;
|
|
254
|
-
/** Titre */
|
|
255
|
-
titre: string | null;
|
|
256
|
-
/** Version */
|
|
257
|
-
version: string | null;
|
|
258
|
-
/** Date de clôture */
|
|
259
|
-
datecloture: Date | null;
|
|
260
|
-
/** Délai de clôture */
|
|
261
|
-
delaijours: string | null;
|
|
262
|
-
/** Nom du sénateur */
|
|
263
|
-
nom: string | null;
|
|
264
|
-
/** Prénom du sénateur */
|
|
265
|
-
prenom: string | null;
|
|
266
|
-
/** Nom technique */
|
|
267
|
-
nomtechnique: string | null;
|
|
268
|
-
/** Civilité du sénateur */
|
|
269
|
-
codequalite: string | null;
|
|
270
|
-
/** Numéro de circonscription */
|
|
271
|
-
cirnum: string | null;
|
|
272
|
-
/** Libellé de la circonscription */
|
|
116
|
+
/**
|
|
117
|
+
* Question caduque redéposée
|
|
118
|
+
*/
|
|
119
|
+
caduque_redeposee: string | null;
|
|
120
|
+
/**
|
|
121
|
+
* Libellé de la circonscription
|
|
122
|
+
*/
|
|
273
123
|
circonscription: string | null;
|
|
274
|
-
/**
|
|
124
|
+
/**
|
|
125
|
+
* Numéro de circonscription
|
|
126
|
+
*/
|
|
127
|
+
cirnum: Int8 | null;
|
|
128
|
+
/**
|
|
129
|
+
* Civilité du sénateur
|
|
130
|
+
*/
|
|
131
|
+
codequalite: string | null;
|
|
132
|
+
/**
|
|
133
|
+
* Commentaire public
|
|
134
|
+
*/
|
|
135
|
+
compub: string | null;
|
|
136
|
+
/**
|
|
137
|
+
* Date de clôture
|
|
138
|
+
*/
|
|
139
|
+
datecloture: Timestamp | null;
|
|
140
|
+
/**
|
|
141
|
+
* Date publication JO de l'erratum question
|
|
142
|
+
*/
|
|
143
|
+
dateerr: Timestamp | null;
|
|
144
|
+
/**
|
|
145
|
+
* Date de publication au JO
|
|
146
|
+
*/
|
|
147
|
+
datejodepot: Timestamp | null;
|
|
148
|
+
/**
|
|
149
|
+
* Date de publication JO de la réponse
|
|
150
|
+
*/
|
|
151
|
+
datejorep1: Timestamp | null;
|
|
152
|
+
/**
|
|
153
|
+
* Date de parution du JO faisant état de la transmission de la question
|
|
154
|
+
*/
|
|
155
|
+
datejotran: Timestamp | null;
|
|
156
|
+
/**
|
|
157
|
+
* Date du rappel
|
|
158
|
+
*/
|
|
159
|
+
daterappel: Timestamp | null;
|
|
160
|
+
dateseance: Timestamp | null;
|
|
161
|
+
/**
|
|
162
|
+
* Date de signalement de la question
|
|
163
|
+
*/
|
|
164
|
+
datesignal: Timestamp | null;
|
|
165
|
+
/**
|
|
166
|
+
* Date technique (obsolète)
|
|
167
|
+
*/
|
|
168
|
+
datesynctam: Timestamp | null;
|
|
169
|
+
/**
|
|
170
|
+
* Date de la transformation de la question
|
|
171
|
+
*/
|
|
172
|
+
dattrans: Timestamp | null;
|
|
173
|
+
/**
|
|
174
|
+
* Date de la question d'origine (avant transmission)
|
|
175
|
+
*/
|
|
176
|
+
dattransori: Timestamp | null;
|
|
177
|
+
/**
|
|
178
|
+
* Délai de clôture
|
|
179
|
+
*/
|
|
180
|
+
delaijours: Int8 | null;
|
|
181
|
+
/**
|
|
182
|
+
* Libellé du ministère ayant repondu à la question
|
|
183
|
+
*/
|
|
184
|
+
delaijoursrep1: Int8 | null;
|
|
185
|
+
/**
|
|
186
|
+
* Code état
|
|
187
|
+
*/
|
|
188
|
+
etaquecod: Int8 | null;
|
|
189
|
+
/**
|
|
190
|
+
* Groupe politique du sénateur
|
|
191
|
+
*/
|
|
275
192
|
groupe: string | null;
|
|
276
|
-
/**
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
/**
|
|
281
|
-
|
|
282
|
-
|
|
193
|
+
/**
|
|
194
|
+
* Identifiant de base
|
|
195
|
+
*/
|
|
196
|
+
id: Int8;
|
|
197
|
+
/**
|
|
198
|
+
* Numéro de législature
|
|
199
|
+
*/
|
|
200
|
+
legislature: Int8 | null;
|
|
201
|
+
/**
|
|
202
|
+
* Matricule du sénateur à l'origine de la question
|
|
203
|
+
*/
|
|
204
|
+
matricule: string;
|
|
205
|
+
/**
|
|
206
|
+
* Identifiant du ministère auprès duquel la question a été déposée
|
|
207
|
+
*/
|
|
208
|
+
mindepotid: Int8 | null;
|
|
209
|
+
/**
|
|
210
|
+
* Libellé du ministère auprès duquel la question a été déposée
|
|
211
|
+
*/
|
|
283
212
|
mindepotlib: string | null;
|
|
284
|
-
/**
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
/**
|
|
289
|
-
|
|
290
|
-
|
|
213
|
+
/**
|
|
214
|
+
* Identifiant du ministère ayant repondu à la question
|
|
215
|
+
*/
|
|
216
|
+
minrepid1: Int8 | null;
|
|
217
|
+
/**
|
|
218
|
+
* Libellé du ministère ayant repondu à la question
|
|
219
|
+
*/
|
|
291
220
|
minreplib1: string | null;
|
|
292
|
-
/**
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
/**
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
/**
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
/**
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
/**
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
|
|
314
|
-
|
|
221
|
+
/**
|
|
222
|
+
* Identifiant du ministère auprès duquel la question a été transmise
|
|
223
|
+
*/
|
|
224
|
+
mintranid: Int8 | null;
|
|
225
|
+
/**
|
|
226
|
+
* Libellé du ministère auprès duquel la question a été transmise
|
|
227
|
+
*/
|
|
228
|
+
mintranlib: string | null;
|
|
229
|
+
/**
|
|
230
|
+
* Code nature
|
|
231
|
+
*/
|
|
232
|
+
natquecod: string | null;
|
|
233
|
+
/**
|
|
234
|
+
* Ordre de tri des natures des questions
|
|
235
|
+
*/
|
|
236
|
+
natqueord: Int8 | null;
|
|
237
|
+
/**
|
|
238
|
+
* Nom du sénateur
|
|
239
|
+
*/
|
|
240
|
+
nom: string | null;
|
|
241
|
+
/**
|
|
242
|
+
* Nom technique
|
|
243
|
+
*/
|
|
244
|
+
nomtechnique: string | null;
|
|
245
|
+
/**
|
|
246
|
+
* Numéro public
|
|
247
|
+
*/
|
|
248
|
+
numero: string | null;
|
|
249
|
+
/**
|
|
250
|
+
* Page de publication JO de l'erratum question
|
|
251
|
+
*/
|
|
252
|
+
pageerr: Int8 | null;
|
|
253
|
+
/**
|
|
254
|
+
* Page de publication JO de la question
|
|
255
|
+
*/
|
|
256
|
+
pagejodepot: Int8 | null;
|
|
257
|
+
/**
|
|
258
|
+
* Prénom du sénateur
|
|
259
|
+
*/
|
|
260
|
+
prenom: string | null;
|
|
261
|
+
/**
|
|
262
|
+
* Ordre d¿affichage personnalisé des questions (modifiable par drag et drop)
|
|
263
|
+
*/
|
|
264
|
+
rang: Int8 | null;
|
|
265
|
+
/**
|
|
266
|
+
* Type Appartenance
|
|
267
|
+
*/
|
|
268
|
+
ratgrp: string | null;
|
|
269
|
+
/**
|
|
270
|
+
* Référence unique
|
|
271
|
+
*/
|
|
272
|
+
reference: string | null;
|
|
273
|
+
/**
|
|
274
|
+
* Référence unique de la question à l'origine de cette question de rappel
|
|
275
|
+
*/
|
|
315
276
|
refquerappelee: string | null;
|
|
316
|
-
/**
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
txtque: string | null;
|
|
320
|
-
/** Thème(s) */
|
|
321
|
-
themes: string | null;
|
|
322
|
-
/** Renvoi de rubrique 1 */
|
|
277
|
+
/**
|
|
278
|
+
* Renvoi de rubrique 1
|
|
279
|
+
*/
|
|
323
280
|
renvoi1: string | null;
|
|
324
|
-
/**
|
|
281
|
+
/**
|
|
282
|
+
* Renvoi de rubrique 2
|
|
283
|
+
*/
|
|
325
284
|
renvoi2: string | null;
|
|
326
|
-
/**
|
|
285
|
+
/**
|
|
286
|
+
* Renvoi de rubrique 3
|
|
287
|
+
*/
|
|
327
288
|
renvoi3: string | null;
|
|
328
|
-
/**
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
/**
|
|
337
|
-
|
|
338
|
-
|
|
289
|
+
/**
|
|
290
|
+
* Numéro de la république
|
|
291
|
+
*/
|
|
292
|
+
repub: Int8 | null;
|
|
293
|
+
/**
|
|
294
|
+
* Rubrique
|
|
295
|
+
*/
|
|
296
|
+
rubrique: string | null;
|
|
297
|
+
/**
|
|
298
|
+
* Code sort
|
|
299
|
+
*/
|
|
300
|
+
sorquecod: Int8 | null;
|
|
301
|
+
/**
|
|
302
|
+
* Thème QCT
|
|
303
|
+
*/
|
|
339
304
|
thecrible: string | null;
|
|
340
|
-
/**
|
|
341
|
-
|
|
342
|
-
|
|
305
|
+
/**
|
|
306
|
+
* Thème(s)
|
|
307
|
+
*/
|
|
308
|
+
themes: string | null;
|
|
309
|
+
/**
|
|
310
|
+
* Titre
|
|
311
|
+
*/
|
|
312
|
+
titre: string | null;
|
|
313
|
+
/**
|
|
314
|
+
* Vaut N s'il s'agit d'une réaffectation ou O s'il s'agit d'une réattribution
|
|
315
|
+
*/
|
|
343
316
|
tranisreattr: string | null;
|
|
344
|
-
/**
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
/**
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
/**
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
/**
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
/**
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
/** Titre */
|
|
373
|
-
titre?: string | null;
|
|
374
|
-
/** Version */
|
|
375
|
-
version?: string | null;
|
|
376
|
-
/** Date de clôture */
|
|
377
|
-
datecloture?: Date | null;
|
|
378
|
-
/** Délai de clôture */
|
|
379
|
-
delaijours?: string | null;
|
|
380
|
-
/** Nom du sénateur */
|
|
381
|
-
nom?: string | null;
|
|
382
|
-
/** Prénom du sénateur */
|
|
383
|
-
prenom?: string | null;
|
|
384
|
-
/** Nom technique */
|
|
385
|
-
nomtechnique?: string | null;
|
|
386
|
-
/** Civilité du sénateur */
|
|
387
|
-
codequalite?: string | null;
|
|
388
|
-
/** Numéro de circonscription */
|
|
389
|
-
cirnum?: string | null;
|
|
390
|
-
/** Libellé de la circonscription */
|
|
391
|
-
circonscription?: string | null;
|
|
392
|
-
/** Groupe politique du sénateur */
|
|
393
|
-
groupe?: string | null;
|
|
394
|
-
/** Rubrique */
|
|
395
|
-
rubrique?: string | null;
|
|
396
|
-
/** Date de publication au JO */
|
|
397
|
-
datejodepot?: Date | null;
|
|
398
|
-
/** Identifiant du ministère auprès duquel la question a été déposée */
|
|
399
|
-
mindepotid?: TamMinisteresMinid | null;
|
|
400
|
-
/** Libellé du ministère auprès duquel la question a été déposée */
|
|
401
|
-
mindepotlib?: string | null;
|
|
402
|
-
/** Date de parution du JO faisant état de la transmission de la question */
|
|
403
|
-
datejotran?: Date | null;
|
|
404
|
-
/** Identifiant du ministère auprès duquel la question a été transmise */
|
|
405
|
-
mintranid?: string | null;
|
|
406
|
-
/** Libellé du ministère auprès duquel la question a été transmise */
|
|
407
|
-
mintranlib?: string | null;
|
|
408
|
-
/** Libellé du ministère ayant repondu à la question */
|
|
409
|
-
minreplib1?: string | null;
|
|
410
|
-
/** Identifiant du ministère ayant repondu à la question */
|
|
411
|
-
minrepid1?: string | null;
|
|
412
|
-
/** Libellé du ministère ayant repondu à la question */
|
|
413
|
-
delaijoursrep1?: string | null;
|
|
414
|
-
/** Date de publication JO de la réponse */
|
|
415
|
-
datejorep1?: Date | null;
|
|
416
|
-
/** Date technique (obsolète) */
|
|
417
|
-
datesynctam?: Date | null;
|
|
418
|
-
/** Ordre de tri des natures des questions */
|
|
419
|
-
natqueord?: string | null;
|
|
420
|
-
/** Numéro de la république */
|
|
421
|
-
repub?: string | null;
|
|
422
|
-
/** Identifiant unique de la question d'origine (avant transmission) */
|
|
423
|
-
uuidtransori?: string | null;
|
|
424
|
-
/** Date de la question d'origine (avant transmission) */
|
|
425
|
-
dattransori?: Date | null;
|
|
426
|
-
/** Identifiant unique de la question crée après transmission */
|
|
427
|
-
uuidtrans?: string | null;
|
|
428
|
-
/** Date de la transformation de la question */
|
|
429
|
-
dattrans?: Date | null;
|
|
430
|
-
/** Identifiant unique de la question à l'origine de cette question de rappel */
|
|
431
|
-
uuidquerappelee?: string | null;
|
|
432
|
-
/** Référence unique de la question à l'origine de cette question de rappel */
|
|
433
|
-
refquerappelee?: string | null;
|
|
434
|
-
/** Date du rappel */
|
|
435
|
-
daterappel?: Date | null;
|
|
436
|
-
/** Texte de la question */
|
|
437
|
-
txtque?: string | null;
|
|
438
|
-
/** Thème(s) */
|
|
439
|
-
themes?: string | null;
|
|
440
|
-
/** Renvoi de rubrique 1 */
|
|
441
|
-
renvoi1?: string | null;
|
|
442
|
-
/** Renvoi de rubrique 2 */
|
|
443
|
-
renvoi2?: string | null;
|
|
444
|
-
/** Renvoi de rubrique 3 */
|
|
445
|
-
renvoi3?: string | null;
|
|
446
|
-
/** Date de signalement de la question */
|
|
447
|
-
datesignal?: Date | null;
|
|
448
|
-
/** Page de publication JO de la question */
|
|
449
|
-
pagejodepot?: string | null;
|
|
450
|
-
/** Page de publication JO de l'erratum question */
|
|
451
|
-
pageerr?: string | null;
|
|
452
|
-
/** Date publication JO de l'erratum question */
|
|
453
|
-
dateerr?: Date | null;
|
|
454
|
-
/** Type Appartenance */
|
|
455
|
-
ratgrp?: string | null;
|
|
456
|
-
/** Thème QCT */
|
|
457
|
-
thecrible?: string | null;
|
|
458
|
-
/** Texte de l'erratum question */
|
|
459
|
-
txterrque?: string | null;
|
|
460
|
-
/** Vaut N s'il s'agit d'une réaffectation ou O s'il s'agit d'une réattribution */
|
|
461
|
-
tranisreattr?: string | null;
|
|
462
|
-
/** Commentaire public */
|
|
463
|
-
compub?: string | null;
|
|
464
|
-
dateseance?: Date | null;
|
|
465
|
-
/** Ordre d¿affichage personnalisé des questions (modifiable par drag et drop) */
|
|
466
|
-
rang?: string | null;
|
|
467
|
-
/** Question caduque redéposée */
|
|
468
|
-
caduque_redeposee?: string | null;
|
|
469
|
-
}
|
|
470
|
-
/** Questions posées par les Sénateurs au gouvernement et informations synthétiques sur la réponse */
|
|
471
|
-
export interface TamQuestionsMutator {
|
|
472
|
-
/** Identifiant de base */
|
|
473
|
-
id?: TamQuestionsId;
|
|
474
|
-
/** Code sort */
|
|
475
|
-
sorquecod?: string | null;
|
|
476
|
-
/** Matricule du sénateur à l'origine de la question */
|
|
477
|
-
matricule?: string;
|
|
478
|
-
/** Code nature */
|
|
479
|
-
natquecod?: string | null;
|
|
480
|
-
/** Numéro de législature */
|
|
481
|
-
legislature?: string | null;
|
|
482
|
-
/** Code état */
|
|
483
|
-
etaquecod?: string | null;
|
|
484
|
-
/** Identifiant unique */
|
|
485
|
-
uuid?: string | null;
|
|
486
|
-
/** Numéro public */
|
|
487
|
-
numero?: string | null;
|
|
488
|
-
/** Référence unique */
|
|
489
|
-
reference?: string | null;
|
|
490
|
-
/** Titre */
|
|
491
|
-
titre?: string | null;
|
|
492
|
-
/** Version */
|
|
493
|
-
version?: string | null;
|
|
494
|
-
/** Date de clôture */
|
|
495
|
-
datecloture?: Date | null;
|
|
496
|
-
/** Délai de clôture */
|
|
497
|
-
delaijours?: string | null;
|
|
498
|
-
/** Nom du sénateur */
|
|
499
|
-
nom?: string | null;
|
|
500
|
-
/** Prénom du sénateur */
|
|
501
|
-
prenom?: string | null;
|
|
502
|
-
/** Nom technique */
|
|
503
|
-
nomtechnique?: string | null;
|
|
504
|
-
/** Civilité du sénateur */
|
|
505
|
-
codequalite?: string | null;
|
|
506
|
-
/** Numéro de circonscription */
|
|
507
|
-
cirnum?: string | null;
|
|
508
|
-
/** Libellé de la circonscription */
|
|
509
|
-
circonscription?: string | null;
|
|
510
|
-
/** Groupe politique du sénateur */
|
|
511
|
-
groupe?: string | null;
|
|
512
|
-
/** Rubrique */
|
|
513
|
-
rubrique?: string | null;
|
|
514
|
-
/** Date de publication au JO */
|
|
515
|
-
datejodepot?: Date | null;
|
|
516
|
-
/** Identifiant du ministère auprès duquel la question a été déposée */
|
|
517
|
-
mindepotid?: TamMinisteresMinid | null;
|
|
518
|
-
/** Libellé du ministère auprès duquel la question a été déposée */
|
|
519
|
-
mindepotlib?: string | null;
|
|
520
|
-
/** Date de parution du JO faisant état de la transmission de la question */
|
|
521
|
-
datejotran?: Date | null;
|
|
522
|
-
/** Identifiant du ministère auprès duquel la question a été transmise */
|
|
523
|
-
mintranid?: string | null;
|
|
524
|
-
/** Libellé du ministère auprès duquel la question a été transmise */
|
|
525
|
-
mintranlib?: string | null;
|
|
526
|
-
/** Libellé du ministère ayant repondu à la question */
|
|
527
|
-
minreplib1?: string | null;
|
|
528
|
-
/** Identifiant du ministère ayant repondu à la question */
|
|
529
|
-
minrepid1?: string | null;
|
|
530
|
-
/** Libellé du ministère ayant repondu à la question */
|
|
531
|
-
delaijoursrep1?: string | null;
|
|
532
|
-
/** Date de publication JO de la réponse */
|
|
533
|
-
datejorep1?: Date | null;
|
|
534
|
-
/** Date technique (obsolète) */
|
|
535
|
-
datesynctam?: Date | null;
|
|
536
|
-
/** Ordre de tri des natures des questions */
|
|
537
|
-
natqueord?: string | null;
|
|
538
|
-
/** Numéro de la république */
|
|
539
|
-
repub?: string | null;
|
|
540
|
-
/** Identifiant unique de la question d'origine (avant transmission) */
|
|
541
|
-
uuidtransori?: string | null;
|
|
542
|
-
/** Date de la question d'origine (avant transmission) */
|
|
543
|
-
dattransori?: Date | null;
|
|
544
|
-
/** Identifiant unique de la question crée après transmission */
|
|
545
|
-
uuidtrans?: string | null;
|
|
546
|
-
/** Date de la transformation de la question */
|
|
547
|
-
dattrans?: Date | null;
|
|
548
|
-
/** Identifiant unique de la question à l'origine de cette question de rappel */
|
|
549
|
-
uuidquerappelee?: string | null;
|
|
550
|
-
/** Référence unique de la question à l'origine de cette question de rappel */
|
|
551
|
-
refquerappelee?: string | null;
|
|
552
|
-
/** Date du rappel */
|
|
553
|
-
daterappel?: Date | null;
|
|
554
|
-
/** Texte de la question */
|
|
555
|
-
txtque?: string | null;
|
|
556
|
-
/** Thème(s) */
|
|
557
|
-
themes?: string | null;
|
|
558
|
-
/** Renvoi de rubrique 1 */
|
|
559
|
-
renvoi1?: string | null;
|
|
560
|
-
/** Renvoi de rubrique 2 */
|
|
561
|
-
renvoi2?: string | null;
|
|
562
|
-
/** Renvoi de rubrique 3 */
|
|
563
|
-
renvoi3?: string | null;
|
|
564
|
-
/** Date de signalement de la question */
|
|
565
|
-
datesignal?: Date | null;
|
|
566
|
-
/** Page de publication JO de la question */
|
|
567
|
-
pagejodepot?: string | null;
|
|
568
|
-
/** Page de publication JO de l'erratum question */
|
|
569
|
-
pageerr?: string | null;
|
|
570
|
-
/** Date publication JO de l'erratum question */
|
|
571
|
-
dateerr?: Date | null;
|
|
572
|
-
/** Type Appartenance */
|
|
573
|
-
ratgrp?: string | null;
|
|
574
|
-
/** Thème QCT */
|
|
575
|
-
thecrible?: string | null;
|
|
576
|
-
/** Texte de l'erratum question */
|
|
577
|
-
txterrque?: string | null;
|
|
578
|
-
/** Vaut N s'il s'agit d'une réaffectation ou O s'il s'agit d'une réattribution */
|
|
579
|
-
tranisreattr?: string | null;
|
|
580
|
-
/** Commentaire public */
|
|
581
|
-
compub?: string | null;
|
|
582
|
-
dateseance?: Date | null;
|
|
583
|
-
/** Ordre d¿affichage personnalisé des questions (modifiable par drag et drop) */
|
|
584
|
-
rang?: string | null;
|
|
585
|
-
/** Question caduque redéposée */
|
|
586
|
-
caduque_redeposee?: string | null;
|
|
317
|
+
/**
|
|
318
|
+
* Texte de l'erratum question
|
|
319
|
+
*/
|
|
320
|
+
txterrque: string | null;
|
|
321
|
+
/**
|
|
322
|
+
* Texte de la question
|
|
323
|
+
*/
|
|
324
|
+
txtque: string | null;
|
|
325
|
+
/**
|
|
326
|
+
* Identifiant unique
|
|
327
|
+
*/
|
|
328
|
+
uuid: string | null;
|
|
329
|
+
/**
|
|
330
|
+
* Identifiant unique de la question à l'origine de cette question de rappel
|
|
331
|
+
*/
|
|
332
|
+
uuidquerappelee: string | null;
|
|
333
|
+
/**
|
|
334
|
+
* Identifiant unique de la question crée après transmission
|
|
335
|
+
*/
|
|
336
|
+
uuidtrans: string | null;
|
|
337
|
+
/**
|
|
338
|
+
* Identifiant unique de la question d'origine (avant transmission)
|
|
339
|
+
*/
|
|
340
|
+
uuidtransori: string | null;
|
|
341
|
+
/**
|
|
342
|
+
* Version
|
|
343
|
+
*/
|
|
344
|
+
version: Int8 | null;
|
|
587
345
|
}
|
|
588
|
-
/** Table des réponses */
|
|
589
346
|
export interface TamReponses {
|
|
590
|
-
/**
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
datejorep:
|
|
594
|
-
/**
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
delaijoursrep:
|
|
598
|
-
/**
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
/**
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
/**
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
/**
|
|
347
|
+
/**
|
|
348
|
+
* Date publication JO de la réponse
|
|
349
|
+
*/
|
|
350
|
+
datejorep: Timestamp | null;
|
|
351
|
+
/**
|
|
352
|
+
* Délai en jours de la réponse
|
|
353
|
+
*/
|
|
354
|
+
delaijoursrep: Int8 | null;
|
|
355
|
+
/**
|
|
356
|
+
* Date publication JO de l'erratum réponse
|
|
357
|
+
*/
|
|
358
|
+
errdate: Timestamp | null;
|
|
359
|
+
/**
|
|
360
|
+
* Page de publication JO de l'erratum réponse
|
|
361
|
+
*/
|
|
362
|
+
errpage: Int8 | null;
|
|
363
|
+
/**
|
|
364
|
+
* Identifiant de base de la question
|
|
365
|
+
*/
|
|
366
|
+
idque: Int8;
|
|
367
|
+
/**
|
|
368
|
+
* Identifiant de base de la réponse dans le cas de réponses communes
|
|
369
|
+
*/
|
|
611
370
|
idrepunique: string | null;
|
|
612
|
-
/**
|
|
371
|
+
/**
|
|
372
|
+
* Identifiant du ministère ayant repondu à la question
|
|
373
|
+
*/
|
|
374
|
+
minrepid: Int8 | null;
|
|
375
|
+
/**
|
|
376
|
+
* Libellé du ministère ayant repondu à la question
|
|
377
|
+
*/
|
|
378
|
+
minreplib: string | null;
|
|
379
|
+
/**
|
|
380
|
+
* Page de publication JO de la réponse
|
|
381
|
+
*/
|
|
382
|
+
pagejorep: Int8 | null;
|
|
383
|
+
/**
|
|
384
|
+
* Texte de l'erratum réponse
|
|
385
|
+
*/
|
|
613
386
|
txterrrep: string | null;
|
|
387
|
+
/**
|
|
388
|
+
* Texte de la réponse
|
|
389
|
+
*/
|
|
390
|
+
txtrep: string | null;
|
|
391
|
+
/**
|
|
392
|
+
* URL du compte rendu où figure la réponse sur senat.fr
|
|
393
|
+
*/
|
|
394
|
+
urlrep: string | null;
|
|
614
395
|
}
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
urlrep?: string | null;
|
|
633
|
-
/** Page de publication JO de l'erratum réponse */
|
|
634
|
-
errpage?: string | null;
|
|
635
|
-
/** Date publication JO de l'erratum réponse */
|
|
636
|
-
errdate?: Date | null;
|
|
637
|
-
/** Identifiant de base de la réponse dans le cas de réponses communes */
|
|
638
|
-
idrepunique?: string | null;
|
|
639
|
-
/** Texte de l'erratum réponse */
|
|
640
|
-
txterrrep?: string | null;
|
|
396
|
+
export interface The {
|
|
397
|
+
/**
|
|
398
|
+
* Libellé d'édition thème
|
|
399
|
+
*/
|
|
400
|
+
theali: string | null;
|
|
401
|
+
/**
|
|
402
|
+
* Code thème
|
|
403
|
+
*/
|
|
404
|
+
thecle: number;
|
|
405
|
+
/**
|
|
406
|
+
* Libellé du thème
|
|
407
|
+
*/
|
|
408
|
+
thelib: string;
|
|
409
|
+
/**
|
|
410
|
+
* Critère de tri
|
|
411
|
+
*/
|
|
412
|
+
thenouidt: Int8 | null;
|
|
641
413
|
}
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
delaijoursrep?: string | null;
|
|
652
|
-
/** Identifiant du ministère ayant repondu à la question */
|
|
653
|
-
minrepid?: string | null;
|
|
654
|
-
/** Libellé du ministère ayant repondu à la question */
|
|
655
|
-
minreplib?: string | null;
|
|
656
|
-
/** Page de publication JO de la réponse */
|
|
657
|
-
pagejorep?: string | null;
|
|
658
|
-
/** URL du compte rendu où figure la réponse sur senat.fr */
|
|
659
|
-
urlrep?: string | null;
|
|
660
|
-
/** Page de publication JO de l'erratum réponse */
|
|
661
|
-
errpage?: string | null;
|
|
662
|
-
/** Date publication JO de l'erratum réponse */
|
|
663
|
-
errdate?: Date | null;
|
|
664
|
-
/** Identifiant de base de la réponse dans le cas de réponses communes */
|
|
665
|
-
idrepunique?: string | null;
|
|
666
|
-
/** Texte de l'erratum réponse */
|
|
667
|
-
txterrrep?: string | null;
|
|
414
|
+
export interface DB {
|
|
415
|
+
etatquestion: Etatquestion;
|
|
416
|
+
legquestion: Legquestion;
|
|
417
|
+
naturequestion: Naturequestion;
|
|
418
|
+
sortquestion: Sortquestion;
|
|
419
|
+
tam_ministeres: TamMinisteres;
|
|
420
|
+
tam_questions: TamQuestions;
|
|
421
|
+
tam_reponses: TamReponses;
|
|
422
|
+
the: The;
|
|
668
423
|
}
|
|
669
|
-
export declare const TamMinisteresMinidSchema: z.Schema<TamMinisteresMinid>;
|
|
670
|
-
export declare const NaturequestionNatquecodSchema: z.Schema<NaturequestionNatquecod>;
|
|
671
|
-
export declare const LegquestionLegislatureSchema: z.Schema<LegquestionLegislature>;
|
|
672
|
-
export declare const SortquestionSorquecodSchema: z.Schema<SortquestionSorquecod>;
|
|
673
|
-
export declare const TheThecleSchema: z.Schema<TheThecle>;
|
|
674
|
-
export declare const EtatquestionEtaquecodSchema: z.Schema<EtatquestionEtaquecod>;
|
|
675
|
-
export declare const TamQuestionsIdSchema: z.Schema<TamQuestionsId>;
|
|
676
|
-
export declare const TamMinisteresSchema: z.Schema<TamMinisteres>;
|
|
677
|
-
export declare const TamMinisteresInitializerSchema: z.Schema<TamMinisteresInitializer>;
|
|
678
|
-
export declare const TamMinisteresMutatorSchema: z.Schema<TamMinisteresMutator>;
|
|
679
|
-
export declare const NaturequestionSchema: z.Schema<Naturequestion>;
|
|
680
|
-
export declare const NaturequestionInitializerSchema: z.Schema<NaturequestionInitializer>;
|
|
681
|
-
export declare const NaturequestionMutatorSchema: z.Schema<NaturequestionMutator>;
|
|
682
|
-
export declare const LegquestionSchema: z.Schema<Legquestion>;
|
|
683
|
-
export declare const LegquestionInitializerSchema: z.Schema<LegquestionInitializer>;
|
|
684
|
-
export declare const LegquestionMutatorSchema: z.Schema<LegquestionMutator>;
|
|
685
|
-
export declare const SortquestionSchema: z.Schema<Sortquestion>;
|
|
686
|
-
export declare const SortquestionInitializerSchema: z.Schema<SortquestionInitializer>;
|
|
687
|
-
export declare const SortquestionMutatorSchema: z.Schema<SortquestionMutator>;
|
|
688
|
-
export declare const TheSchema: z.Schema<The>;
|
|
689
|
-
export declare const TheInitializerSchema: z.Schema<TheInitializer>;
|
|
690
|
-
export declare const TheMutatorSchema: z.Schema<TheMutator>;
|
|
691
|
-
export declare const EtatquestionSchema: z.Schema<Etatquestion>;
|
|
692
|
-
export declare const EtatquestionInitializerSchema: z.Schema<EtatquestionInitializer>;
|
|
693
|
-
export declare const EtatquestionMutatorSchema: z.Schema<EtatquestionMutator>;
|
|
694
|
-
export declare const TamQuestionsSchema: z.Schema<TamQuestions>;
|
|
695
|
-
export declare const TamQuestionsInitializerSchema: z.Schema<TamQuestionsInitializer>;
|
|
696
|
-
export declare const TamQuestionsMutatorSchema: z.Schema<TamQuestionsMutator>;
|
|
697
|
-
export declare const TamReponsesSchema: z.Schema<TamReponses>;
|
|
698
|
-
export declare const TamReponsesInitializerSchema: z.Schema<TamReponsesInitializer>;
|
|
699
|
-
export declare const TamReponsesMutatorSchema: z.Schema<TamReponsesMutator>;
|