@tricoteuses/senat 2.9.8 → 2.9.9

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.
@@ -1,935 +1,1678 @@
1
1
  /**
2
- * This file was generated by kysely-codegen.
3
- * Please do not edit it manually.
2
+ * AUTO-GENERATED FILE - DO NOT EDIT!
3
+ *
4
+ * This file was automatically generated by pg-to-ts v.4.1.1
5
+ * $ pg-to-ts generate -c postgres://username:password@localhost:5433/ameli -t amd -t amdsen -t avicom -t avigvt -t cab -t com_ameli -t ent -t etatxt -t fbu -t grppol_ameli -t gvt -t intora -t irr -t lec_ameli -t mot -t nat -t orarol -t sai -t saisen -t sea -t sen_ameli -t ses -t sor -t sub -t txt_ameli -t typrect -t typses -t typsub -t w_nivrec -s public
6
+ *
4
7
  */
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>;
8
+ export type Json = unknown;
9
+ /** Amendements */
9
10
  export interface Amd {
10
- /**
11
- * Amendement depose avec l'accord du gouvernement
12
- */
13
- accgou: Generated<string | null>;
14
- /**
15
- * Numero du premier alinea modifie par l'amendement
16
- */
17
- alinea: number | null;
18
- /**
19
- * Identifiant de l'amendement pere pour les sous-amendements
20
- */
11
+ /** Identifiant */
12
+ id: number;
13
+ /** Identifiant de la subdivision amendee */
14
+ subid: number | null;
15
+ /** Identifiant de l'amendement pere pour les sous-amendements */
21
16
  amdperid: number | null;
22
- /**
23
- * Identifiant de l'amendement auquel celui-ci a été rendu similaire
24
- */
25
- amdrendusim: number | null;
26
- /**
27
- * Indication de la mention -Et plusieurs de ses collegues-
28
- */
29
- autext: Generated<string>;
30
- /**
31
- * Identifiant de l'avis de la commission
32
- */
17
+ /** Identifiant de la motion */
18
+ motid: number | null;
19
+ /** Identifiant de l'etat de l'amendement */
20
+ etaid: number;
21
+ /** Identifiant de l'entite au nom de laquelle est depose l'amendement */
22
+ nomentid: number;
23
+ /** Identifiant du sort de l'amendement */
24
+ sorid: string | null;
25
+ /** Identifiant de l'avis de la commission */
33
26
  avcid: string | null;
34
- /**
35
- * Identifiant de l'avis du gouvernement
36
- */
27
+ /** Identifiant de l'avis du gouvernement */
37
28
  avgid: string | null;
38
- /**
39
- * Indication de la mendion -Et plusieurs de ses collegues- (uniquement pour les amendements de commission)
40
- */
41
- colleg: Generated<string>;
42
- /**
43
- * Commentaire sur les problèmes rencontrés lors du traitement de l'amendement
44
- */
45
- commentprobleme: string | null;
46
- /**
47
- * Date de depot de l'amendement
48
- */
49
- datdep: Timestamp | null;
50
- /**
51
- * Dispositif de l'amendement
52
- */
53
- dis: string | null;
54
- /**
55
- * Identifiant d'amendements en discussion commune
56
- */
57
- discomid: number | null;
58
- /**
59
- * Identifiant de l'etat de l'amendement
60
- */
61
- etaid: number;
62
- /**
63
- * Identifiant de l'état de traitement d'un amendement (lien fait à partir d'un enum dans le back)
64
- */
65
- etatraitid: Generated<number>;
66
- /**
67
- * Identifiant
68
- */
69
- id: number;
70
- /**
71
- * Identifiant d'amendements identiques
72
- */
73
- ideid: number | null;
74
- /**
75
- * Identifiant du type d'irrecevabilite
76
- */
29
+ /** Identifiant du type d'irrecevabilite */
77
30
  irrid: number | null;
78
- /**
79
- * 'I' si Irrecevable LO-111-3 par la commission des affaires sociales, 'R' si recevable, null si non instruit
80
- */
81
- irrlo1113valid: Generated<string | null>;
82
- /**
83
- * Identité de l'entité qui a saisi l'irrecevabilité
84
- */
85
- irrsaisiepar: number | null;
86
- islu: Generated<string | null>;
87
- /**
88
- * Libelle complementaire (type d'appartenance au groupe)
89
- */
90
- libgrp: string | null;
91
- /**
92
- * Observations ou commentaires sur l'amendement (2/2)
93
- */
94
- mot: string | null;
95
- /**
96
- * Identifiant de la motion
97
- */
98
- motid: number | null;
99
- /**
100
- * Endroit ou de la motion qui sera examinee. M pour le derouleur de la motion. G pour la discussion generale
101
- */
102
- motposexa: Generated<string>;
103
- /**
104
- * Identifiant de l'entite au nom de laquelle est depose l'amendement
105
- */
106
- nomentid: number;
107
- /**
108
- * Numero de l'amendement (avec prefixe)
109
- */
31
+ /** Identifiant du texte amende */
32
+ txtid: number;
33
+ /** Identifiant de l'orateur pour (motion) */
34
+ opmid: number | null;
35
+ /** Identifiant de l'orateur contre (motion) */
36
+ ocmid: number | null;
37
+ /** Identifiant d'amendements identiques */
38
+ ideid: number | null;
39
+ /** Identifiant d'amendements en discussion commune */
40
+ discomid: number | null;
41
+ /** Numero de l'amendement (avec prefixe) */
110
42
  num: string | null;
111
- /**
112
- * Numero absolu de l'amendement diffuse (en chiffre)
113
- */
114
- numabs: Int8 | null;
115
- /**
116
- * Objet de l'amendement
117
- */
43
+ /** Niveau de rectification */
44
+ rev: number;
45
+ /** Type d'amendement */
46
+ typ: string;
47
+ /** Dispositif de l'amendement */
48
+ dis: string | null;
49
+ /** Objet de l'amendement */
118
50
  obj: string | null;
119
- /**
120
- * Observations ou commentaires sur l'amendement (1/2)
121
- */
51
+ /** Date de depot de l'amendement */
52
+ datdep: Date | null;
53
+ /** Observations ou commentaires sur l'amendement (1/2) */
122
54
  obs: string | null;
123
- /**
124
- * Identifiant de l'orateur contre (motion)
125
- */
126
- ocmid: number | null;
127
- /**
128
- * Identifiant de l'orateur pour (motion)
129
- */
130
- opmid: number | null;
131
- /**
132
- * Position au sein de l'article
133
- */
134
- ord: Int8 | null;
135
- /**
136
- * Niveau de rectification
137
- */
138
- rev: Generated<Int8>;
139
- /**
140
- * Identifiant du sort de l'amendement
141
- */
142
- sorid: string | null;
143
- /**
144
- * Identifiant de la subdivision amendee
145
- */
146
- subid: number | null;
147
- /**
148
- * Identification de la subdivision de discussion
149
- */
55
+ /** Position au sein de l'article */
56
+ ord: number | null;
57
+ /** Indication de la mention -Et plusieurs de ses collegues- */
58
+ autext: string;
59
+ /** Identification des amendements portant sur article additionnel (si different de 0) */
60
+ subpos: number | null;
61
+ /** Observations ou commentaires sur l'amendement (2/2) */
62
+ mot: string | null;
63
+ /** Numero absolu de l'amendement diffuse (en chiffre) */
64
+ numabs: number | null;
65
+ /** Identification de la subdivision de discussion */
150
66
  subidder: number | null;
151
- /**
152
- * Identification des amendements portant sur article additionnel (si different de 0)
153
- */
154
- subpos: Generated<Int8 | null>;
155
- /**
156
- * Date de la dernière modification de l'amendement
157
- */
158
- traitementdate: Timestamp | null;
159
- /**
160
- * Identifiant de la dernière entité à avoir modifié l'amendement
161
- */
67
+ /** Libelle complementaire (type d'appartenance au groupe) */
68
+ libgrp: string | null;
69
+ /** Numero du premier alinea modifie par l'amendement */
70
+ alinea: number | null;
71
+ /** Amendement depose avec l'accord du gouvernement */
72
+ accgou: string | null;
73
+ /** Indication de la mendion -Et plusieurs de ses collegues- (uniquement pour les amendements de commission) */
74
+ colleg: string;
75
+ /** Identifiant du type de rectification */
76
+ typrectid: number | null;
77
+ islu: string | null;
78
+ /** Endroit ou de la motion qui sera examinee. M pour le derouleur de la motion. G pour la discussion generale */
79
+ motposexa: string;
80
+ /** 'I' si Irrecevable LO-111-3 par la commission des affaires sociales, 'R' si recevable, null si non instruit */
81
+ irrlo1113valid: string | null;
82
+ /** Identité de l'entité qui a saisi l'irrecevabilité */
83
+ irrsaisiepar: number | null;
84
+ /** Identifiant de la dernière entité à avoir modifié l'amendement */
162
85
  traitemententid: number | null;
163
- /**
164
- * Identifiant du texte amende
165
- */
86
+ /** Date de la dernière modification de l'amendement */
87
+ traitementdate: Date | null;
88
+ /** Commentaire sur les problèmes rencontrés lors du traitement de l'amendement */
89
+ commentprobleme: string | null;
90
+ /** Identifiant de l'état de traitement d'un amendement (lien fait à partir d'un enum dans le back) */
91
+ etatraitid: number;
92
+ /** Identifiant de l'amendement auquel celui-ci a été rendu similaire */
93
+ amdrendusim: number | null;
94
+ }
95
+ /** Amendements */
96
+ export interface AmdInput {
97
+ /** Identifiant */
98
+ id: number;
99
+ /** Identifiant de la subdivision amendee */
100
+ subid?: number | null;
101
+ /** Identifiant de l'amendement pere pour les sous-amendements */
102
+ amdperid?: number | null;
103
+ /** Identifiant de la motion */
104
+ motid?: number | null;
105
+ /** Identifiant de l'etat de l'amendement */
106
+ etaid: number;
107
+ /** Identifiant de l'entite au nom de laquelle est depose l'amendement */
108
+ nomentid: number;
109
+ /** Identifiant du sort de l'amendement */
110
+ sorid?: string | null;
111
+ /** Identifiant de l'avis de la commission */
112
+ avcid?: string | null;
113
+ /** Identifiant de l'avis du gouvernement */
114
+ avgid?: string | null;
115
+ /** Identifiant du type d'irrecevabilite */
116
+ irrid?: number | null;
117
+ /** Identifiant du texte amende */
166
118
  txtid: number;
167
- /**
168
- * Type d'amendement
169
- */
170
- typ: Generated<string>;
171
- /**
172
- * Identifiant du type de rectification
173
- */
174
- typrectid: Generated<number | null>;
119
+ /** Identifiant de l'orateur pour (motion) */
120
+ opmid?: number | null;
121
+ /** Identifiant de l'orateur contre (motion) */
122
+ ocmid?: number | null;
123
+ /** Identifiant d'amendements identiques */
124
+ ideid?: number | null;
125
+ /** Identifiant d'amendements en discussion commune */
126
+ discomid?: number | null;
127
+ /** Numero de l'amendement (avec prefixe) */
128
+ num?: string | null;
129
+ /** Niveau de rectification */
130
+ rev?: number;
131
+ /** Type d'amendement */
132
+ typ?: string;
133
+ /** Dispositif de l'amendement */
134
+ dis?: string | null;
135
+ /** Objet de l'amendement */
136
+ obj?: string | null;
137
+ /** Date de depot de l'amendement */
138
+ datdep?: Date | null;
139
+ /** Observations ou commentaires sur l'amendement (1/2) */
140
+ obs?: string | null;
141
+ /** Position au sein de l'article */
142
+ ord?: number | null;
143
+ /** Indication de la mention -Et plusieurs de ses collegues- */
144
+ autext?: string;
145
+ /** Identification des amendements portant sur article additionnel (si different de 0) */
146
+ subpos?: number | null;
147
+ /** Observations ou commentaires sur l'amendement (2/2) */
148
+ mot?: string | null;
149
+ /** Numero absolu de l'amendement diffuse (en chiffre) */
150
+ numabs?: number | null;
151
+ /** Identification de la subdivision de discussion */
152
+ subidder?: number | null;
153
+ /** Libelle complementaire (type d'appartenance au groupe) */
154
+ libgrp?: string | null;
155
+ /** Numero du premier alinea modifie par l'amendement */
156
+ alinea?: number | null;
157
+ /** Amendement depose avec l'accord du gouvernement */
158
+ accgou?: string | null;
159
+ /** Indication de la mendion -Et plusieurs de ses collegues- (uniquement pour les amendements de commission) */
160
+ colleg?: string;
161
+ /** Identifiant du type de rectification */
162
+ typrectid?: number | null;
163
+ islu?: string | null;
164
+ /** Endroit ou de la motion qui sera examinee. M pour le derouleur de la motion. G pour la discussion generale */
165
+ motposexa?: string;
166
+ /** 'I' si Irrecevable LO-111-3 par la commission des affaires sociales, 'R' si recevable, null si non instruit */
167
+ irrlo1113valid?: string | null;
168
+ /** Identité de l'entité qui a saisi l'irrecevabilité */
169
+ irrsaisiepar?: number | null;
170
+ /** Identifiant de la dernière entité à avoir modifié l'amendement */
171
+ traitemententid?: number | null;
172
+ /** Date de la dernière modification de l'amendement */
173
+ traitementdate?: Date | null;
174
+ /** Commentaire sur les problèmes rencontrés lors du traitement de l'amendement */
175
+ commentprobleme?: string | null;
176
+ /** Identifiant de l'état de traitement d'un amendement (lien fait à partir d'un enum dans le back) */
177
+ etatraitid?: number;
178
+ /** Identifiant de l'amendement auquel celui-ci a été rendu similaire */
179
+ amdrendusim?: number | null;
175
180
  }
181
+ /** (co)Signataires */
176
182
  export interface Amdsen {
177
- /**
178
- * Identifiant
179
- */
183
+ /** Identifiant */
180
184
  amdid: number;
181
- grpid: number | null;
182
- /**
183
- * Indication de senateurs homonymes
184
- */
185
- hom: Generated<string | null>;
186
- /**
187
- * Nom usuel
188
- */
185
+ /** Identifiant du signataire */
186
+ senid: number;
187
+ /** Rang dans l'ordre des signataires */
188
+ rng: number | null;
189
+ /** Qualite */
190
+ qua: string | null;
191
+ /** Nom usuel */
189
192
  nomuse: string | null;
190
- /**
191
- * Prenom usuel
192
- */
193
+ /** Prenom usuel */
193
194
  prenomuse: string | null;
194
- /**
195
- * Qualite
196
- */
197
- qua: string | null;
198
- /**
199
- * Rang dans l'ordre des signataires
200
- */
201
- rng: Generated<Int8 | null>;
202
- /**
203
- * Identifiant du signataire
204
- */
195
+ /** Indication de senateurs homonymes */
196
+ hom: string | null;
197
+ grpid: number | null;
198
+ }
199
+ /** (co)Signataires */
200
+ export interface AmdsenInput {
201
+ /** Identifiant */
202
+ amdid: number;
203
+ /** Identifiant du signataire */
205
204
  senid: number;
205
+ /** Rang dans l'ordre des signataires */
206
+ rng?: number | null;
207
+ /** Qualite */
208
+ qua?: string | null;
209
+ /** Nom usuel */
210
+ nomuse?: string | null;
211
+ /** Prenom usuel */
212
+ prenomuse?: string | null;
213
+ /** Indication de senateurs homonymes */
214
+ hom?: string | null;
215
+ grpid?: number | null;
206
216
  }
217
+ /** Avis de la commission */
207
218
  export interface Avicom {
208
- /**
209
- * Code
210
- */
219
+ /** Identifiant */
220
+ id: string;
221
+ /** Libelle */
222
+ lib: string;
223
+ /** Code */
211
224
  cod: string;
212
- /**
213
- * Identifiant
214
- */
225
+ }
226
+ /** Avis de la commission */
227
+ export interface AvicomInput {
228
+ /** Identifiant */
215
229
  id: string;
216
- /**
217
- * Libelle
218
- */
230
+ /** Libelle */
219
231
  lib: string;
232
+ /** Code */
233
+ cod: string;
220
234
  }
235
+ /** Avis du gouvernement */
221
236
  export interface Avigvt {
222
- /**
223
- * Code
224
- */
237
+ /** Identifiant */
238
+ id: string;
239
+ /** Libelle */
240
+ lib: string;
241
+ /** Code */
225
242
  cod: string;
226
- /**
227
- * Identifiant
228
- */
243
+ }
244
+ /** Avis du gouvernement */
245
+ export interface AvigvtInput {
246
+ /** Identifiant */
229
247
  id: string;
230
- /**
231
- * Libelle
232
- */
248
+ /** Libelle */
233
249
  lib: string;
250
+ /** Code */
251
+ cod: string;
234
252
  }
253
+ /** Gouvernement (B) */
235
254
  export interface Cab {
236
- /**
237
- * Code
238
- */
239
- codint: string;
240
- /**
241
- * Identifiant
242
- */
255
+ /** Identifiant */
243
256
  entid: number;
244
- /**
245
- * Libelle
246
- */
257
+ /** Code */
258
+ codint: string;
259
+ /** Libelle */
247
260
  lil: string | null;
248
261
  }
262
+ /** Gouvernement (B) */
263
+ export interface CabInput {
264
+ /** Identifiant */
265
+ entid: number;
266
+ /** Code */
267
+ codint: string;
268
+ /** Libelle */
269
+ lil?: string | null;
270
+ }
271
+ /** Commission (C) */
249
272
  export interface ComAmeli {
250
- /**
251
- * Code
252
- */
273
+ /** Identifiant */
274
+ entid: number;
275
+ /** Code */
253
276
  cod: string;
254
- /**
255
- * Code interne
256
- */
277
+ /** Libelle */
278
+ lib: string;
279
+ /** Libelle long */
280
+ lil: string;
281
+ /** Indication si commission speciale */
282
+ spc: string;
283
+ /** Code interne */
257
284
  codint: string;
258
- /**
259
- * Identifiant
260
- */
285
+ /** Ordre de presentation dans les listes */
286
+ tri: number | null;
287
+ }
288
+ /** Commission (C) */
289
+ export interface ComAmeliInput {
290
+ /** Identifiant */
261
291
  entid: number;
262
- /**
263
- * Libelle
264
- */
292
+ /** Code */
293
+ cod: string;
294
+ /** Libelle */
265
295
  lib: string;
266
- /**
267
- * Libelle long
268
- */
296
+ /** Libelle long */
269
297
  lil: string;
270
- /**
271
- * Indication si commission speciale
272
- */
273
- spc: Generated<string>;
274
- /**
275
- * Ordre de presentation dans les listes
276
- */
277
- tri: Int8 | null;
298
+ /** Indication si commission speciale */
299
+ spc?: string;
300
+ /** Code interne */
301
+ codint: string;
302
+ /** Ordre de presentation dans les listes */
303
+ tri?: number | null;
278
304
  }
305
+ /** Entite */
279
306
  export interface Ent {
280
- /**
281
- * Actif ou non
282
- */
283
- act: Generated<string | null>;
284
- /**
285
- * Identifiant
286
- */
287
- id: number;
288
- /**
289
- * Type
290
- */
307
+ /** Identifiant */
308
+ id: number;
309
+ /** Type */
291
310
  typ: string;
311
+ /** Actif ou non */
312
+ act: string | null;
292
313
  }
314
+ /** Entite */
315
+ export interface EntInput {
316
+ /** Identifiant */
317
+ id: number;
318
+ /** Type */
319
+ typ: string;
320
+ /** Actif ou non */
321
+ act?: string | null;
322
+ }
323
+ /** Etats du texte amende */
293
324
  export interface Etatxt {
294
- /**
295
- * Identifiant
296
- */
297
- id: Int8;
298
- /**
299
- * Libelle
300
- */
325
+ /** Identifiant */
326
+ id: number;
327
+ /** Libelle court */
328
+ lic: string;
329
+ /** Libelle */
301
330
  lib: string;
302
- /**
303
- * Libelle court
304
- */
331
+ txttyp: string;
332
+ }
333
+ /** Etats du texte amende */
334
+ export interface EtatxtInput {
335
+ /** Identifiant */
336
+ id: number;
337
+ /** Libelle court */
305
338
  lic: string;
306
- txttyp: Generated<string>;
339
+ /** Libelle */
340
+ lib: string;
341
+ txttyp?: string;
307
342
  }
343
+ /** Missions de la loi de finance */
308
344
  export interface Fbu {
309
- /**
310
- * Identifiant
311
- */
345
+ /** Identifiant */
312
346
  id: number;
313
- /**
314
- * Libelle
315
- */
347
+ /** Libelle */
316
348
  lib: string;
317
- /**
318
- * Libelle court
319
- */
349
+ /** Libelle court */
320
350
  lic: string;
321
- /**
322
- * Session de depot
323
- */
351
+ /** Session de depot */
324
352
  sesid: number;
325
353
  }
354
+ /** Missions de la loi de finance */
355
+ export interface FbuInput {
356
+ /** Identifiant */
357
+ id: number;
358
+ /** Libelle */
359
+ lib: string;
360
+ /** Libelle court */
361
+ lic: string;
362
+ /** Session de depot */
363
+ sesid: number;
364
+ }
365
+ /** Groupe politique */
326
366
  export interface GrppolAmeli {
327
- /**
328
- * Code
329
- */
367
+ /** Identifiant */
368
+ entid: number;
369
+ /** Code */
330
370
  cod: string;
331
- /**
332
- * Code interne
333
- */
371
+ /** Libelle courant */
372
+ libcou: string;
373
+ /** Libelle long courant */
374
+ lilcou: string;
375
+ /** Code interne */
334
376
  codint: string;
335
- /**
336
- * Identifiant
337
- */
377
+ /** Ordre de presentation dans les listes */
378
+ tri: number | null;
379
+ }
380
+ /** Groupe politique */
381
+ export interface GrppolAmeliInput {
382
+ /** Identifiant */
338
383
  entid: number;
339
- /**
340
- * Libelle courant
341
- */
384
+ /** Code */
385
+ cod: string;
386
+ /** Libelle courant */
342
387
  libcou: string;
343
- /**
344
- * Libelle long courant
345
- */
388
+ /** Libelle long courant */
346
389
  lilcou: string;
347
- /**
348
- * Ordre de presentation dans les listes
349
- */
350
- tri: Int8 | null;
390
+ /** Code interne */
391
+ codint: string;
392
+ /** Ordre de presentation dans les listes */
393
+ tri?: number | null;
351
394
  }
395
+ /** Membres gouvernement */
352
396
  export interface Gvt {
353
- /**
354
- * Identifiant
355
- */
397
+ /** Identifiant */
398
+ entid: number;
399
+ /** Nom */
400
+ nom: string;
401
+ /** Prenom */
402
+ pre: string;
403
+ /** Qualite */
404
+ qua: string;
405
+ /** Titre */
406
+ tit: string;
407
+ }
408
+ /** Membres gouvernement */
409
+ export interface GvtInput {
410
+ /** Identifiant */
356
411
  entid: number;
357
- /**
358
- * Nom
359
- */
412
+ /** Nom */
360
413
  nom: string;
361
- /**
362
- * Prenom
363
- */
414
+ /** Prenom */
364
415
  pre: string;
365
- /**
366
- * Qualite
367
- */
416
+ /** Qualite */
368
417
  qua: string;
369
- /**
370
- * Titre
371
- */
418
+ /** Titre */
372
419
  tit: string;
373
420
  }
421
+ /** Interventions en discussion generale ou paroles sur article */
374
422
  export interface Intora {
375
- /**
376
- * Identifiant de l'orateur
377
- */
423
+ /** Identifiant */
424
+ id: number;
425
+ /** Identifiant de la subdivision sur laquelle porte la prise de parole */
426
+ subid: number | null;
427
+ /** Identifiant de l'orateur */
378
428
  entid: number;
379
- /**
380
- * Identifiant de l'orateur (au nom de)
381
- */
429
+ /** Identifiant de l'orateur (au nom de) */
382
430
  entid2: number | null;
383
- /**
384
- * Identifiant
385
- */
386
- id: number;
387
- /**
388
- * Moment de l'intervention
389
- */
390
- mom: string;
391
- /**
392
- * Numero d'ordre
393
- */
394
- ord: Int8;
395
- /**
396
- * Code du role de l'orateur
397
- */
398
- rolcod: Generated<string>;
399
- /**
400
- * Identifiant de la seance
401
- */
431
+ /** Identifiant du texte */
432
+ txtid: number;
433
+ /** Identifiant de la seance */
402
434
  seaid: number | null;
403
- /**
404
- * Identifiant de la subdivision sur laquelle porte la prise de parole
405
- */
406
- subid: number | null;
407
- /**
408
- * Duree de l'intevrention
409
- */
410
- temps: Generated<number>;
411
- /**
412
- * Identifiant du texte
413
- */
435
+ /** Moment de l'intervention */
436
+ mom: string;
437
+ /** Numero d'ordre */
438
+ ord: number;
439
+ /** Code du role de l'orateur */
440
+ rolcod: string;
441
+ /** Duree de l'intevrention */
442
+ temps: number;
443
+ }
444
+ /** Interventions en discussion generale ou paroles sur article */
445
+ export interface IntoraInput {
446
+ /** Identifiant */
447
+ id: number;
448
+ /** Identifiant de la subdivision sur laquelle porte la prise de parole */
449
+ subid?: number | null;
450
+ /** Identifiant de l'orateur */
451
+ entid: number;
452
+ /** Identifiant de l'orateur (au nom de) */
453
+ entid2?: number | null;
454
+ /** Identifiant du texte */
414
455
  txtid: number;
456
+ /** Identifiant de la seance */
457
+ seaid?: number | null;
458
+ /** Moment de l'intervention */
459
+ mom: string;
460
+ /** Numero d'ordre */
461
+ ord: number;
462
+ /** Code du role de l'orateur */
463
+ rolcod?: string;
464
+ /** Duree de l'intevrention */
465
+ temps?: number;
415
466
  }
467
+ /** Types d'irrecevabilite */
416
468
  export interface Irr {
417
- /**
418
- * Article
419
- */
420
- art: string | null;
421
- /**
422
- * Code
423
- */
424
- cod: string;
425
- /**
426
- * Identifiant
427
- */
469
+ /** Identifiant */
428
470
  id: number;
429
- /**
430
- * Libelle
431
- */
471
+ /** Libelle */
432
472
  lib: string;
433
- /**
434
- * Libelle
435
- */
473
+ /** Code */
474
+ cod: string;
475
+ /** Libelle */
436
476
  libirr: string | null;
437
- /**
438
- * Libelle long
439
- */
477
+ /** Article */
478
+ art: string | null;
479
+ /** Libelle long */
440
480
  lilmin: string | null;
441
481
  par: string | null;
442
482
  }
483
+ /** Types d'irrecevabilite */
484
+ export interface IrrInput {
485
+ /** Identifiant */
486
+ id: number;
487
+ /** Libelle */
488
+ lib: string;
489
+ /** Code */
490
+ cod: string;
491
+ /** Libelle */
492
+ libirr?: string | null;
493
+ /** Article */
494
+ art?: string | null;
495
+ /** Libelle long */
496
+ lilmin?: string | null;
497
+ par?: string | null;
498
+ }
499
+ /** Niveau de lecture des textes */
443
500
  export interface LecAmeli {
444
- /**
445
- * Identifiant
446
- */
501
+ /** Identifiant */
447
502
  id: number;
448
- /**
449
- * Lecture precedente
450
- */
503
+ /** Libelle */
504
+ lib: string;
505
+ /** Lecture precedente */
451
506
  lecpreid: number | null;
452
- /**
453
- * Libelle
454
- */
507
+ }
508
+ /** Niveau de lecture des textes */
509
+ export interface LecAmeliInput {
510
+ /** Identifiant */
511
+ id: number;
512
+ /** Libelle */
455
513
  lib: string;
514
+ /** Lecture precedente */
515
+ lecpreid?: number | null;
456
516
  }
517
+ /** Motions */
457
518
  export interface Mot {
458
- /**
459
- * Code
460
- */
461
- cod: string | null;
462
- /**
463
- * Identifiant
464
- */
519
+ /** Identifiant */
465
520
  id: number;
466
- /**
467
- * Intitule
468
- */
469
- int: string | null;
470
- /**
471
- * Libelle
472
- */
521
+ /** Libelle */
473
522
  lib: string;
474
- /**
475
- * Libelle pour le nota bene
476
- */
523
+ /** Intitule */
524
+ int: string | null;
525
+ /** Code */
526
+ cod: string | null;
527
+ /** Ordre de presentation */
528
+ ord: number;
529
+ /** Libelle pour le nota bene */
477
530
  libnbe: string | null;
478
- /**
479
- * Ordre de presentation
480
- */
481
- ord: Int8;
482
531
  }
532
+ /** Motions */
533
+ export interface MotInput {
534
+ /** Identifiant */
535
+ id: number;
536
+ /** Libelle */
537
+ lib: string;
538
+ /** Intitule */
539
+ int?: string | null;
540
+ /** Code */
541
+ cod?: string | null;
542
+ /** Ordre de presentation */
543
+ ord: number;
544
+ /** Libelle pour le nota bene */
545
+ libnbe?: string | null;
546
+ }
547
+ /** Nature des textes */
483
548
  export interface Nat {
484
- /**
485
- * Identifiant
486
- */
549
+ /** Identifiant */
487
550
  id: number;
488
- /**
489
- * Libelle
490
- */
551
+ /** Libelle */
491
552
  lib: string;
492
553
  libcourt: string | null;
493
554
  }
555
+ /** Nature des textes */
556
+ export interface NatInput {
557
+ /** Identifiant */
558
+ id: number;
559
+ /** Libelle */
560
+ lib: string;
561
+ libcourt?: string | null;
562
+ }
563
+ /** Role des orateurs */
494
564
  export interface Orarol {
495
- /**
496
- * Code
497
- */
565
+ /** Code */
498
566
  cod: string;
499
- /**
500
- * Indique si le role doit etre complete par le libelle de l'entite d'appartenance de l'orateur
501
- */
502
- entreq: Generated<string>;
503
- /**
504
- * Libelle
505
- */
567
+ /** Libelle */
506
568
  lib: string | null;
569
+ /** Indique si le role doit etre complete par le libelle de l'entite d'appartenance de l'orateur */
570
+ entreq: string;
571
+ }
572
+ /** Role des orateurs */
573
+ export interface OrarolInput {
574
+ /** Code */
575
+ cod: string;
576
+ /** Libelle */
577
+ lib?: string | null;
578
+ /** Indique si le role doit etre complete par le libelle de l'entite d'appartenance de l'orateur */
579
+ entreq?: string;
507
580
  }
581
+ /** Saisine des commissions */
508
582
  export interface Sai {
509
- /**
510
- * Identifiant de la commission
511
- */
583
+ /** Identifiant */
584
+ id: number;
585
+ /** Identifiant du texte */
586
+ txtid: number;
587
+ /** Identifiant de la commission */
512
588
  comid: number;
513
- /**
514
- * Identifiant
515
- */
516
- id: number;
517
- /**
518
- * Indique si la commission saisie pour avis est déléguée au fond
519
- */
520
- isdelegfond: Generated<string>;
521
- /**
522
- * Numero de rapport (ou d'avis)
523
- */
524
- numrap: Int8 | null;
525
- /**
526
- * Type de saisine
527
- */
528
- saityp: string;
529
- /**
530
- * Identifiant de la session
531
- */
589
+ /** Identifiant de la session */
532
590
  sesid: number;
533
- /**
534
- * Identifiant du texte
535
- */
591
+ /** Numero de rapport (ou d'avis) */
592
+ numrap: number | null;
593
+ /** Type de saisine */
594
+ saityp: string;
595
+ /** Indique si la commission saisie pour avis est déléguée au fond */
596
+ isdelegfond: string;
597
+ }
598
+ /** Saisine des commissions */
599
+ export interface SaiInput {
600
+ /** Identifiant */
601
+ id: number;
602
+ /** Identifiant du texte */
536
603
  txtid: number;
604
+ /** Identifiant de la commission */
605
+ comid: number;
606
+ /** Identifiant de la session */
607
+ sesid: number;
608
+ /** Numero de rapport (ou d'avis) */
609
+ numrap?: number | null;
610
+ /** Type de saisine */
611
+ saityp: string;
612
+ /** Indique si la commission saisie pour avis est déléguée au fond */
613
+ isdelegfond?: string;
537
614
  }
615
+ /** Rapporteur(s) */
538
616
  export interface Saisen {
539
- /**
540
- * Identifiant
541
- */
542
- id: number;
543
- /**
544
- * Ordre
545
- */
546
- ord: Generated<Int8>;
547
- /**
548
- * Identifiant du senateur
549
- */
617
+ /** Identifiant */
618
+ id: number;
619
+ /** Identifiant du senateur */
550
620
  senid: number;
621
+ /** Ordre */
622
+ ord: number;
551
623
  }
624
+ /** Rapporteur(s) */
625
+ export interface SaisenInput {
626
+ /** Identifiant */
627
+ id: number;
628
+ /** Identifiant du senateur */
629
+ senid: number;
630
+ /** Ordre */
631
+ ord?: number;
632
+ }
633
+ /** Inscription des textes en seance publique */
552
634
  export interface Sea {
553
- /**
554
- * Date de la seance
555
- */
556
- dat: Timestamp | null;
557
- /**
558
- * Identifiant
559
- */
560
- id: number;
561
- /**
562
- * Numero de la seance
563
- */
564
- num: Int8 | null;
565
- /**
566
- * Identifiant de la session
567
- */
635
+ /** Identifiant */
636
+ id: number;
637
+ /** Identifiant de la session */
638
+ sesid: number;
639
+ /** Date de la seance */
640
+ dat: Date | null;
641
+ /** Numero de la seance */
642
+ num: number | null;
643
+ }
644
+ /** Inscription des textes en seance publique */
645
+ export interface SeaInput {
646
+ /** Identifiant */
647
+ id: number;
648
+ /** Identifiant de la session */
568
649
  sesid: number;
650
+ /** Date de la seance */
651
+ dat?: Date | null;
652
+ /** Numero de la seance */
653
+ num?: number | null;
569
654
  }
655
+ /** Liste des senateurs */
570
656
  export interface SenAmeli {
571
- /**
572
- * Indication de senateurs apparentes
573
- */
574
- app: Generated<string | null>;
575
- /**
576
- * Identifiant de la commission
577
- */
657
+ /** Identifiant */
658
+ entid: number;
659
+ /** Identifiant du groupe */
660
+ grpid: number;
661
+ /** Identifiant de la commission */
578
662
  comid: number | null;
579
- /**
580
- * Identifiant de la commission speciale
581
- */
663
+ /** Identifiant de la commission speciale */
582
664
  comspcid: number | null;
583
- /**
584
- * Identifiant
585
- */
665
+ /** Matricule */
666
+ mat: string;
667
+ /** Qualite */
668
+ qua: string;
669
+ /** Nom usuel */
670
+ nomuse: string;
671
+ /** Prenom usuel */
672
+ prenomuse: string;
673
+ /** Nom technique */
674
+ nomtec: string | null;
675
+ /** Indication de senateurs homonymes */
676
+ hom: string | null;
677
+ /** Indication de senateurs apparentes */
678
+ app: string | null;
679
+ /** Indication de senateurs rattache a un groupe */
680
+ ratt: string | null;
681
+ /** Nom usuel en minuscule */
682
+ nomusemin: string;
683
+ /** Indication de feminisation des titres */
684
+ senfem: string | null;
685
+ }
686
+ /** Liste des senateurs */
687
+ export interface SenAmeliInput {
688
+ /** Identifiant */
586
689
  entid: number;
587
- /**
588
- * Identifiant du groupe
589
- */
690
+ /** Identifiant du groupe */
590
691
  grpid: number;
591
- /**
592
- * Indication de senateurs homonymes
593
- */
594
- hom: Generated<string | null>;
595
- /**
596
- * Matricule
597
- */
692
+ /** Identifiant de la commission */
693
+ comid?: number | null;
694
+ /** Identifiant de la commission speciale */
695
+ comspcid?: number | null;
696
+ /** Matricule */
598
697
  mat: string;
599
- /**
600
- * Nom technique
601
- */
602
- nomtec: string | null;
603
- /**
604
- * Nom usuel
605
- */
698
+ /** Qualite */
699
+ qua: string;
700
+ /** Nom usuel */
606
701
  nomuse: string;
607
- /**
608
- * Nom usuel en minuscule
609
- */
610
- nomusemin: string;
611
- /**
612
- * Prenom usuel
613
- */
702
+ /** Prenom usuel */
614
703
  prenomuse: string;
615
- /**
616
- * Qualite
617
- */
618
- qua: string;
619
- /**
620
- * Indication de senateurs rattache a un groupe
621
- */
622
- ratt: Generated<string | null>;
623
- /**
624
- * Indication de feminisation des titres
625
- */
626
- senfem: Generated<string | null>;
704
+ /** Nom technique */
705
+ nomtec?: string | null;
706
+ /** Indication de senateurs homonymes */
707
+ hom?: string | null;
708
+ /** Indication de senateurs apparentes */
709
+ app?: string | null;
710
+ /** Indication de senateurs rattache a un groupe */
711
+ ratt?: string | null;
712
+ /** Nom usuel en minuscule */
713
+ nomusemin: string;
714
+ /** Indication de feminisation des titres */
715
+ senfem?: string | null;
627
716
  }
717
+ /** Sessions parlementaires */
628
718
  export interface Ses {
629
- /**
630
- * Annee de session
631
- */
632
- ann: Int8;
633
- /**
634
- * Identifiant
635
- */
636
- id: number;
637
- /**
638
- * Libelle long
639
- */
719
+ /** Identifiant */
720
+ id: number;
721
+ /** Type de session */
722
+ typid: number;
723
+ /** Annee de session */
724
+ ann: number;
725
+ /** Libelle long */
640
726
  lil: string;
641
- /**
642
- * Type de session
643
- */
727
+ }
728
+ /** Sessions parlementaires */
729
+ export interface SesInput {
730
+ /** Identifiant */
731
+ id: number;
732
+ /** Type de session */
644
733
  typid: number;
734
+ /** Annee de session */
735
+ ann: number;
736
+ /** Libelle long */
737
+ lil: string;
645
738
  }
739
+ /** Sorts */
646
740
  export interface Sor {
647
- /**
648
- * Code
649
- */
741
+ /** Identifiant */
742
+ id: string;
743
+ /** Libelle */
744
+ lib: string;
745
+ /** Code */
650
746
  cod: string;
651
- /**
652
- * Identifiant
653
- */
747
+ /** Type */
748
+ typ: string;
749
+ }
750
+ /** Sorts */
751
+ export interface SorInput {
752
+ /** Identifiant */
654
753
  id: string;
655
- /**
656
- * Libelle
657
- */
754
+ /** Libelle */
658
755
  lib: string;
659
- /**
660
- * Type
661
- */
662
- typ: Generated<string>;
756
+ /** Code */
757
+ cod: string;
758
+ /** Type */
759
+ typ?: string;
663
760
  }
761
+ /** Subdivisions */
664
762
  export interface Sub {
665
- /**
666
- * Id de la commission pour avis avec délégation au fond
667
- */
668
- comdelid: number | null;
669
- /**
670
- * Indicateur de subdivision dupliquee
671
- */
672
- dupl: Generated<string>;
673
- /**
674
- * Identifiant
675
- */
676
- id: number;
677
- /**
678
- * Indique si la subdivision est soumise au LEC
679
- */
680
- islec: Generated<string>;
681
- /**
682
- * Libelle long
683
- */
684
- lib: string | null;
685
- /**
686
- * Libelle court
687
- */
688
- lic: string | null;
689
- /**
690
- * Identifiant de la subdivision mere
691
- */
763
+ /** Identifiant */
764
+ id: number;
765
+ /** Identifiant du texte */
766
+ txtid: number;
767
+ /** Identifiant de la subdivision mere */
692
768
  merid: number | null;
693
- /**
694
- * Position dans le texte
695
- */
696
- pos: Int8 | null;
697
- /**
698
- * Position dans la discussion
699
- */
700
- posder: Int8 | null;
701
- /**
702
- * Indicateur de subdivision mise en reserve ou discutee en priorite
703
- */
704
- prires: Int8 | null;
705
- /**
706
- * Nom du signet
707
- */
769
+ /** Type */
770
+ typid: number | null;
771
+ /** Libelle court */
772
+ lic: string | null;
773
+ /** Libelle long */
774
+ lib: string | null;
775
+ /** Position dans le texte */
776
+ pos: number | null;
777
+ /** Nom du signet */
708
778
  sig: string | null;
779
+ /** Position dans la discussion */
780
+ posder: number | null;
781
+ /** Indicateur de subdivision mise en reserve ou discutee en priorite */
782
+ prires: number | null;
783
+ /** Indicateur de subdivision dupliquee */
784
+ dupl: string;
785
+ /** Indicateur de subdivision amendable */
786
+ subamd: string;
709
787
  sorid: string | null;
710
- /**
711
- * Style daffichage dans le dérouleur
712
- */
713
- style: Generated<string>;
714
- /**
715
- * Indicateur de subdivision amendable
716
- */
717
- subamd: Generated<string>;
718
- /**
719
- * Identifiant du texte
720
- */
721
- txtid: number;
722
- /**
723
- * ID du dérouleur texte
724
- */
788
+ /** ID du dérouleur texte */
725
789
  txtidder: number | null;
726
- /**
727
- * Type
728
- */
729
- typid: number | null;
790
+ /** Style daffichage dans le dérouleur */
791
+ style: string;
792
+ /** Indique si la subdivision est soumise au LEC */
793
+ islec: string;
794
+ /** Id de la commission pour avis avec délégation au fond */
795
+ comdelid: number | null;
796
+ }
797
+ /** Subdivisions */
798
+ export interface SubInput {
799
+ /** Identifiant */
800
+ id: number;
801
+ /** Identifiant du texte */
802
+ txtid: number;
803
+ /** Identifiant de la subdivision mere */
804
+ merid?: number | null;
805
+ /** Type */
806
+ typid?: number | null;
807
+ /** Libelle court */
808
+ lic?: string | null;
809
+ /** Libelle long */
810
+ lib?: string | null;
811
+ /** Position dans le texte */
812
+ pos?: number | null;
813
+ /** Nom du signet */
814
+ sig?: string | null;
815
+ /** Position dans la discussion */
816
+ posder?: number | null;
817
+ /** Indicateur de subdivision mise en reserve ou discutee en priorite */
818
+ prires?: number | null;
819
+ /** Indicateur de subdivision dupliquee */
820
+ dupl?: string;
821
+ /** Indicateur de subdivision amendable */
822
+ subamd?: string;
823
+ sorid?: string | null;
824
+ /** ID du dérouleur texte */
825
+ txtidder?: number | null;
826
+ /** Style daffichage dans le dérouleur */
827
+ style?: string;
828
+ /** Indique si la subdivision est soumise au LEC */
829
+ islec?: string;
830
+ /** Id de la commission pour avis avec délégation au fond */
831
+ comdelid?: number | null;
730
832
  }
833
+ /** Liste des textes amendes */
731
834
  export interface TxtAmeli {
732
- /**
733
- * Date d'adoption du texte
734
- */
735
- datado: Timestamp | null;
736
- /**
737
- * Date de depot
738
- */
739
- datdep: Timestamp;
740
- /**
741
- * Indicateur de texte disponible
742
- */
743
- dis: Generated<string>;
744
- /**
745
- * Signet du dossier legislatif
746
- */
747
- doslegsignet: string | null;
748
- /**
749
- * Identifiant de la mission (si texte de la loi de finance)
750
- */
751
- fbuid: number | null;
752
- /**
753
- * O sil sagit dun dérouleur fusionné, N sinon
754
- */
755
- fusder: Generated<string>;
756
- /**
757
- * ID du dérouleur fusionné
758
- */
759
- fusderid: number | null;
760
- /**
761
- * Ordre de discussion des textes dans un dérouleur fusionné
762
- */
763
- fusderord: Generated<number>;
764
- /**
765
- * Type de fusion dérouleur DG ou DA
766
- */
767
- fusdertyp: Generated<string | null>;
768
- /**
769
- * Identifiant
770
- */
771
- id: number;
772
- /**
773
- * Intitule long du texte
774
- */
775
- inl: string | null;
776
- /**
777
- * Intitule du texte
778
- */
779
- int: string;
780
- /**
781
- * Identifiant de lecture
782
- */
783
- lecid: number;
784
- /**
785
- * Libelle complementaire de la nature du texte
786
- */
787
- libcplnat: string | null;
788
- /**
789
- * Libelle du delai limite
790
- */
791
- libdelim: string | null;
792
- /**
793
- * Texte du projet de loi de finance
794
- */
795
- loifin: Generated<string>;
796
- /**
797
- * Indicateur de la partie du projet de loi de finance
798
- */
799
- loifinpar: Generated<Int8 | null>;
800
- /**
801
- * Identifiant de la nature du texte
802
- */
835
+ /** Identifiant */
836
+ id: number;
837
+ /** Identifiant de la nature du texte */
803
838
  natid: number;
804
- /**
805
- * Numero du texte
806
- */
839
+ /** Identifiant de lecture */
840
+ lecid: number;
841
+ /** Identifiant de la session d'inscription */
842
+ sesinsid: number | null;
843
+ /** Identifiant de la session de depot */
844
+ sesdepid: number;
845
+ /** Identifiant de la mission (si texte de la loi de finance) */
846
+ fbuid: number | null;
847
+ /** Numero du texte */
807
848
  num: string;
808
- /**
809
- * Numero du texte (en chiffre)
810
- */
849
+ /** Intitule du texte */
850
+ int: string;
851
+ /** Intitule long du texte */
852
+ inl: string | null;
853
+ /** Date de depot */
854
+ datdep: Date;
855
+ /** Urgence (avant la revision constitutionnelle de 2008) */
856
+ urg: string;
857
+ /** Indicateur de texte disponible */
858
+ dis: string;
859
+ /** Indicateur de texte en seconde deliberation */
860
+ secdel: string;
861
+ /** Texte du projet de loi de finance */
862
+ loifin: string;
863
+ /** Indicateur de la partie du projet de loi de finance */
864
+ loifinpar: number | null;
865
+ /** Indicateur de texte amendable */
866
+ txtamd: string;
867
+ /** Date d'adoption du texte */
868
+ datado: Date | null;
869
+ /** Numero d'adoption du texte */
870
+ numado: number | null;
871
+ /** Indicateur de texte examine */
872
+ txtexa: string | null;
873
+ /** Publication du delai limite */
874
+ pubdellim: Date | null;
875
+ /** Numero du texte (en chiffre) */
811
876
  numabs: number | null;
812
- /**
813
- * Numero d'adoption du texte
814
- */
815
- numado: Int8 | null;
816
- /**
817
- * Ordre de la seconde deliberation
818
- */
877
+ /** Libelle du delai limite */
878
+ libdelim: string | null;
879
+ /** Libelle complementaire de la nature du texte */
880
+ libcplnat: string | null;
881
+ /** Signet du dossier legislatif */
882
+ doslegsignet: string | null;
883
+ /** Procedure acceleree (depuis la reforme constitutionnelle de 2008) */
884
+ proacc: string;
885
+ /** Type du texte */
886
+ txttyp: string;
887
+ /** Ordre de la seconde deliberation */
819
888
  ordsnddelib: string | null;
820
- /**
821
- * Procedure acceleree (depuis la reforme constitutionnelle de 2008)
822
- */
823
- proacc: Generated<string>;
824
- /**
825
- * Publication du delai limite
826
- */
827
- pubdellim: Timestamp | null;
828
- /**
829
- * Indicateur de texte en seconde deliberation
830
- */
831
- secdel: Generated<string>;
832
- /**
833
- * Identifiant de la session de depot
834
- */
889
+ /** Identifiant de l'etat du texte */
890
+ txtetaid: number;
891
+ /** ID du dérouleur fusionné */
892
+ fusderid: number | null;
893
+ /** O sil sagit dun dérouleur fusionné, N sinon */
894
+ fusder: string;
895
+ /** Ordre de discussion des textes dans un dérouleur fusionné */
896
+ fusderord: number;
897
+ /** Type de fusion dérouleur DG ou DA */
898
+ fusdertyp: string | null;
899
+ }
900
+ /** Liste des textes amendes */
901
+ export interface TxtAmeliInput {
902
+ /** Identifiant */
903
+ id: number;
904
+ /** Identifiant de la nature du texte */
905
+ natid: number;
906
+ /** Identifiant de lecture */
907
+ lecid: number;
908
+ /** Identifiant de la session d'inscription */
909
+ sesinsid?: number | null;
910
+ /** Identifiant de la session de depot */
835
911
  sesdepid: number;
836
- /**
837
- * Identifiant de la session d'inscription
838
- */
839
- sesinsid: number | null;
840
- /**
841
- * Indicateur de texte amendable
842
- */
843
- txtamd: Generated<string>;
844
- /**
845
- * Identifiant de l'etat du texte
846
- */
847
- txtetaid: Generated<Int8>;
848
- /**
849
- * Indicateur de texte examine
850
- */
851
- txtexa: Generated<string | null>;
852
- /**
853
- * Type du texte
854
- */
855
- txttyp: Generated<string>;
856
- /**
857
- * Urgence (avant la revision constitutionnelle de 2008)
858
- */
859
- urg: Generated<string>;
912
+ /** Identifiant de la mission (si texte de la loi de finance) */
913
+ fbuid?: number | null;
914
+ /** Numero du texte */
915
+ num: string;
916
+ /** Intitule du texte */
917
+ int: string;
918
+ /** Intitule long du texte */
919
+ inl?: string | null;
920
+ /** Date de depot */
921
+ datdep: Date;
922
+ /** Urgence (avant la revision constitutionnelle de 2008) */
923
+ urg?: string;
924
+ /** Indicateur de texte disponible */
925
+ dis?: string;
926
+ /** Indicateur de texte en seconde deliberation */
927
+ secdel?: string;
928
+ /** Texte du projet de loi de finance */
929
+ loifin?: string;
930
+ /** Indicateur de la partie du projet de loi de finance */
931
+ loifinpar?: number | null;
932
+ /** Indicateur de texte amendable */
933
+ txtamd?: string;
934
+ /** Date d'adoption du texte */
935
+ datado?: Date | null;
936
+ /** Numero d'adoption du texte */
937
+ numado?: number | null;
938
+ /** Indicateur de texte examine */
939
+ txtexa?: string | null;
940
+ /** Publication du delai limite */
941
+ pubdellim?: Date | null;
942
+ /** Numero du texte (en chiffre) */
943
+ numabs?: number | null;
944
+ /** Libelle du delai limite */
945
+ libdelim?: string | null;
946
+ /** Libelle complementaire de la nature du texte */
947
+ libcplnat?: string | null;
948
+ /** Signet du dossier legislatif */
949
+ doslegsignet?: string | null;
950
+ /** Procedure acceleree (depuis la reforme constitutionnelle de 2008) */
951
+ proacc?: string;
952
+ /** Type du texte */
953
+ txttyp?: string;
954
+ /** Ordre de la seconde deliberation */
955
+ ordsnddelib?: string | null;
956
+ /** Identifiant de l'etat du texte */
957
+ txtetaid?: number;
958
+ /** ID du dérouleur fusionné */
959
+ fusderid?: number | null;
960
+ /** O sil sagit dun dérouleur fusionné, N sinon */
961
+ fusder?: string;
962
+ /** Ordre de discussion des textes dans un dérouleur fusionné */
963
+ fusderord?: number;
964
+ /** Type de fusion dérouleur DG ou DA */
965
+ fusdertyp?: string | null;
860
966
  }
967
+ /** Types de rectification */
861
968
  export interface Typrect {
862
- /**
863
- * Identifiant
864
- */
969
+ /** Identifiant */
865
970
  id: number;
866
- /**
867
- * Libelle
868
- */
971
+ /** Libelle */
869
972
  lib: string;
870
- /**
871
- * Ordre
872
- */
873
- ord: Int8;
973
+ /** Ordre */
974
+ ord: number;
874
975
  }
976
+ /** Types de rectification */
977
+ export interface TyprectInput {
978
+ /** Identifiant */
979
+ id: number;
980
+ /** Libelle */
981
+ lib: string;
982
+ /** Ordre */
983
+ ord: number;
984
+ }
985
+ /** Types de session */
875
986
  export interface Typses {
876
- /**
877
- * Identifiant
878
- */
987
+ /** Identifiant */
879
988
  id: number;
880
- /**
881
- * Libelle
882
- */
989
+ /** Libelle */
883
990
  lib: string | null;
884
991
  }
992
+ /** Types de session */
993
+ export interface TypsesInput {
994
+ /** Identifiant */
995
+ id: number;
996
+ /** Libelle */
997
+ lib?: string | null;
998
+ }
999
+ /** Types de subdivision */
885
1000
  export interface Typsub {
886
- /**
887
- * Identifiant
888
- */
1001
+ /** Identifiant */
1002
+ id: number;
1003
+ /** Libelle */
1004
+ lib: string;
1005
+ }
1006
+ /** Types de subdivision */
1007
+ export interface TypsubInput {
1008
+ /** Identifiant */
889
1009
  id: number;
890
- /**
891
- * Libelle
892
- */
1010
+ /** Libelle */
893
1011
  lib: string;
894
1012
  }
1013
+ /** Niveau de rectification */
895
1014
  export interface WNivrec {
896
- /**
897
- * Libelle
898
- */
1015
+ /** Numero */
1016
+ num: number;
1017
+ /** Libelle */
899
1018
  lib: string | null;
900
- /**
901
- * Numero
902
- */
903
- num: Int8;
904
- }
905
- export interface DB {
906
- amd: Amd;
907
- amdsen: Amdsen;
908
- avicom: Avicom;
909
- avigvt: Avigvt;
910
- cab: Cab;
911
- com_ameli: ComAmeli;
912
- ent: Ent;
913
- etatxt: Etatxt;
914
- fbu: Fbu;
915
- grppol_ameli: GrppolAmeli;
916
- gvt: Gvt;
917
- intora: Intora;
918
- irr: Irr;
919
- lec_ameli: LecAmeli;
920
- mot: Mot;
921
- nat: Nat;
922
- orarol: Orarol;
923
- sai: Sai;
924
- saisen: Saisen;
925
- sea: Sea;
926
- sen_ameli: SenAmeli;
927
- ses: Ses;
928
- sor: Sor;
929
- sub: Sub;
930
- txt_ameli: TxtAmeli;
931
- typrect: Typrect;
932
- typses: Typses;
933
- typsub: Typsub;
934
- w_nivrec: WNivrec;
935
1019
  }
1020
+ /** Niveau de rectification */
1021
+ export interface WNivrecInput {
1022
+ /** Numero */
1023
+ num: number;
1024
+ /** Libelle */
1025
+ lib?: string | null;
1026
+ }
1027
+ export interface TableTypes {
1028
+ amd: {
1029
+ select: Amd;
1030
+ input: AmdInput;
1031
+ };
1032
+ amdsen: {
1033
+ select: Amdsen;
1034
+ input: AmdsenInput;
1035
+ };
1036
+ avicom: {
1037
+ select: Avicom;
1038
+ input: AvicomInput;
1039
+ };
1040
+ avigvt: {
1041
+ select: Avigvt;
1042
+ input: AvigvtInput;
1043
+ };
1044
+ cab: {
1045
+ select: Cab;
1046
+ input: CabInput;
1047
+ };
1048
+ com_ameli: {
1049
+ select: ComAmeli;
1050
+ input: ComAmeliInput;
1051
+ };
1052
+ ent: {
1053
+ select: Ent;
1054
+ input: EntInput;
1055
+ };
1056
+ etatxt: {
1057
+ select: Etatxt;
1058
+ input: EtatxtInput;
1059
+ };
1060
+ fbu: {
1061
+ select: Fbu;
1062
+ input: FbuInput;
1063
+ };
1064
+ grppol_ameli: {
1065
+ select: GrppolAmeli;
1066
+ input: GrppolAmeliInput;
1067
+ };
1068
+ gvt: {
1069
+ select: Gvt;
1070
+ input: GvtInput;
1071
+ };
1072
+ intora: {
1073
+ select: Intora;
1074
+ input: IntoraInput;
1075
+ };
1076
+ irr: {
1077
+ select: Irr;
1078
+ input: IrrInput;
1079
+ };
1080
+ lec_ameli: {
1081
+ select: LecAmeli;
1082
+ input: LecAmeliInput;
1083
+ };
1084
+ mot: {
1085
+ select: Mot;
1086
+ input: MotInput;
1087
+ };
1088
+ nat: {
1089
+ select: Nat;
1090
+ input: NatInput;
1091
+ };
1092
+ orarol: {
1093
+ select: Orarol;
1094
+ input: OrarolInput;
1095
+ };
1096
+ sai: {
1097
+ select: Sai;
1098
+ input: SaiInput;
1099
+ };
1100
+ saisen: {
1101
+ select: Saisen;
1102
+ input: SaisenInput;
1103
+ };
1104
+ sea: {
1105
+ select: Sea;
1106
+ input: SeaInput;
1107
+ };
1108
+ sen_ameli: {
1109
+ select: SenAmeli;
1110
+ input: SenAmeliInput;
1111
+ };
1112
+ ses: {
1113
+ select: Ses;
1114
+ input: SesInput;
1115
+ };
1116
+ sor: {
1117
+ select: Sor;
1118
+ input: SorInput;
1119
+ };
1120
+ sub: {
1121
+ select: Sub;
1122
+ input: SubInput;
1123
+ };
1124
+ txt_ameli: {
1125
+ select: TxtAmeli;
1126
+ input: TxtAmeliInput;
1127
+ };
1128
+ typrect: {
1129
+ select: Typrect;
1130
+ input: TyprectInput;
1131
+ };
1132
+ typses: {
1133
+ select: Typses;
1134
+ input: TypsesInput;
1135
+ };
1136
+ typsub: {
1137
+ select: Typsub;
1138
+ input: TypsubInput;
1139
+ };
1140
+ w_nivrec: {
1141
+ select: WNivrec;
1142
+ input: WNivrecInput;
1143
+ };
1144
+ }
1145
+ export declare const tables: {
1146
+ amd: {
1147
+ readonly tableName: "amd";
1148
+ readonly columns: readonly ["id", "subid", "amdperid", "motid", "etaid", "nomentid", "sorid", "avcid", "avgid", "irrid", "txtid", "opmid", "ocmid", "ideid", "discomid", "num", "rev", "typ", "dis", "obj", "datdep", "obs", "ord", "autext", "subpos", "mot", "numabs", "subidder", "libgrp", "alinea", "accgou", "colleg", "typrectid", "islu", "motposexa", "irrlo1113valid", "irrsaisiepar", "traitemententid", "traitementdate", "commentprobleme", "etatraitid", "amdrendusim"];
1149
+ readonly requiredForInsert: readonly ["id", "etaid", "nomentid", "txtid"];
1150
+ readonly primaryKey: "id";
1151
+ readonly foreignKeys: {
1152
+ readonly subid: {
1153
+ readonly table: "sub";
1154
+ readonly column: "id";
1155
+ readonly $type: Sub;
1156
+ };
1157
+ readonly amdperid: {
1158
+ readonly table: "amd";
1159
+ readonly column: "id";
1160
+ readonly $type: Amd;
1161
+ };
1162
+ readonly motid: {
1163
+ readonly table: "mot";
1164
+ readonly column: "id";
1165
+ readonly $type: Mot;
1166
+ };
1167
+ readonly nomentid: {
1168
+ readonly table: "ent";
1169
+ readonly column: "id";
1170
+ readonly $type: Ent;
1171
+ };
1172
+ readonly sorid: {
1173
+ readonly table: "sor";
1174
+ readonly column: "id";
1175
+ readonly $type: Sor;
1176
+ };
1177
+ readonly avcid: {
1178
+ readonly table: "avicom";
1179
+ readonly column: "id";
1180
+ readonly $type: Avicom;
1181
+ };
1182
+ readonly avgid: {
1183
+ readonly table: "avigvt";
1184
+ readonly column: "id";
1185
+ readonly $type: Avigvt;
1186
+ };
1187
+ readonly irrid: {
1188
+ readonly table: "irr";
1189
+ readonly column: "id";
1190
+ readonly $type: Irr;
1191
+ };
1192
+ readonly txtid: {
1193
+ readonly table: "txt_ameli";
1194
+ readonly column: "id";
1195
+ readonly $type: TxtAmeli;
1196
+ };
1197
+ readonly opmid: {
1198
+ readonly table: "ent";
1199
+ readonly column: "id";
1200
+ readonly $type: Ent;
1201
+ };
1202
+ readonly ocmid: {
1203
+ readonly table: "ent";
1204
+ readonly column: "id";
1205
+ readonly $type: Ent;
1206
+ };
1207
+ readonly subidder: {
1208
+ readonly table: "sub";
1209
+ readonly column: "id";
1210
+ readonly $type: Sub;
1211
+ };
1212
+ readonly typrectid: {
1213
+ readonly table: "typrect";
1214
+ readonly column: "id";
1215
+ readonly $type: Typrect;
1216
+ };
1217
+ readonly irrsaisiepar: {
1218
+ readonly table: "ent";
1219
+ readonly column: "id";
1220
+ readonly $type: Ent;
1221
+ };
1222
+ };
1223
+ readonly $type: Amd;
1224
+ readonly $input: AmdInput;
1225
+ };
1226
+ amdsen: {
1227
+ readonly tableName: "amdsen";
1228
+ readonly columns: readonly ["amdid", "senid", "rng", "qua", "nomuse", "prenomuse", "hom", "grpid"];
1229
+ readonly requiredForInsert: readonly ["amdid", "senid"];
1230
+ readonly primaryKey: "amdid";
1231
+ readonly foreignKeys: {
1232
+ readonly amdid: {
1233
+ readonly table: "amd";
1234
+ readonly column: "id";
1235
+ readonly $type: Amd;
1236
+ };
1237
+ readonly senid: {
1238
+ readonly table: "sen_ameli";
1239
+ readonly column: "entid";
1240
+ readonly $type: SenAmeli;
1241
+ };
1242
+ readonly grpid: {
1243
+ readonly table: "grppol_ameli";
1244
+ readonly column: "entid";
1245
+ readonly $type: GrppolAmeli;
1246
+ };
1247
+ };
1248
+ readonly $type: Amdsen;
1249
+ readonly $input: AmdsenInput;
1250
+ };
1251
+ avicom: {
1252
+ readonly tableName: "avicom";
1253
+ readonly columns: readonly ["id", "lib", "cod"];
1254
+ readonly requiredForInsert: readonly ["id", "lib", "cod"];
1255
+ readonly primaryKey: "id";
1256
+ readonly foreignKeys: {};
1257
+ readonly $type: Avicom;
1258
+ readonly $input: AvicomInput;
1259
+ };
1260
+ avigvt: {
1261
+ readonly tableName: "avigvt";
1262
+ readonly columns: readonly ["id", "lib", "cod"];
1263
+ readonly requiredForInsert: readonly ["id", "lib", "cod"];
1264
+ readonly primaryKey: "id";
1265
+ readonly foreignKeys: {};
1266
+ readonly $type: Avigvt;
1267
+ readonly $input: AvigvtInput;
1268
+ };
1269
+ cab: {
1270
+ readonly tableName: "cab";
1271
+ readonly columns: readonly ["entid", "codint", "lil"];
1272
+ readonly requiredForInsert: readonly ["entid", "codint"];
1273
+ readonly primaryKey: "entid";
1274
+ readonly foreignKeys: {
1275
+ readonly entid: {
1276
+ readonly table: "ent";
1277
+ readonly column: "id";
1278
+ readonly $type: Ent;
1279
+ };
1280
+ };
1281
+ readonly $type: Cab;
1282
+ readonly $input: CabInput;
1283
+ };
1284
+ com_ameli: {
1285
+ readonly tableName: "com_ameli";
1286
+ readonly columns: readonly ["entid", "cod", "lib", "lil", "spc", "codint", "tri"];
1287
+ readonly requiredForInsert: readonly ["entid", "cod", "lib", "lil", "codint"];
1288
+ readonly primaryKey: "entid";
1289
+ readonly foreignKeys: {
1290
+ readonly entid: {
1291
+ readonly table: "ent";
1292
+ readonly column: "id";
1293
+ readonly $type: Ent;
1294
+ };
1295
+ };
1296
+ readonly $type: ComAmeli;
1297
+ readonly $input: ComAmeliInput;
1298
+ };
1299
+ ent: {
1300
+ readonly tableName: "ent";
1301
+ readonly columns: readonly ["id", "typ", "act"];
1302
+ readonly requiredForInsert: readonly ["id", "typ"];
1303
+ readonly primaryKey: "id";
1304
+ readonly foreignKeys: {};
1305
+ readonly $type: Ent;
1306
+ readonly $input: EntInput;
1307
+ };
1308
+ etatxt: {
1309
+ readonly tableName: "etatxt";
1310
+ readonly columns: readonly ["id", "lic", "lib", "txttyp"];
1311
+ readonly requiredForInsert: readonly ["id", "lic", "lib"];
1312
+ readonly primaryKey: "id";
1313
+ readonly foreignKeys: {};
1314
+ readonly $type: Etatxt;
1315
+ readonly $input: EtatxtInput;
1316
+ };
1317
+ fbu: {
1318
+ readonly tableName: "fbu";
1319
+ readonly columns: readonly ["id", "lib", "lic", "sesid"];
1320
+ readonly requiredForInsert: readonly ["id", "lib", "lic", "sesid"];
1321
+ readonly primaryKey: "id";
1322
+ readonly foreignKeys: {
1323
+ readonly sesid: {
1324
+ readonly table: "ses";
1325
+ readonly column: "id";
1326
+ readonly $type: Ses;
1327
+ };
1328
+ };
1329
+ readonly $type: Fbu;
1330
+ readonly $input: FbuInput;
1331
+ };
1332
+ grppol_ameli: {
1333
+ readonly tableName: "grppol_ameli";
1334
+ readonly columns: readonly ["entid", "cod", "libcou", "lilcou", "codint", "tri"];
1335
+ readonly requiredForInsert: readonly ["entid", "cod", "libcou", "lilcou", "codint"];
1336
+ readonly primaryKey: "entid";
1337
+ readonly foreignKeys: {
1338
+ readonly entid: {
1339
+ readonly table: "ent";
1340
+ readonly column: "id";
1341
+ readonly $type: Ent;
1342
+ };
1343
+ };
1344
+ readonly $type: GrppolAmeli;
1345
+ readonly $input: GrppolAmeliInput;
1346
+ };
1347
+ gvt: {
1348
+ readonly tableName: "gvt";
1349
+ readonly columns: readonly ["entid", "nom", "pre", "qua", "tit"];
1350
+ readonly requiredForInsert: readonly ["entid", "nom", "pre", "qua", "tit"];
1351
+ readonly primaryKey: "entid";
1352
+ readonly foreignKeys: {
1353
+ readonly entid: {
1354
+ readonly table: "ent";
1355
+ readonly column: "id";
1356
+ readonly $type: Ent;
1357
+ };
1358
+ };
1359
+ readonly $type: Gvt;
1360
+ readonly $input: GvtInput;
1361
+ };
1362
+ intora: {
1363
+ readonly tableName: "intora";
1364
+ readonly columns: readonly ["id", "subid", "entid", "entid2", "txtid", "seaid", "mom", "ord", "rolcod", "temps"];
1365
+ readonly requiredForInsert: readonly ["id", "entid", "txtid", "mom", "ord"];
1366
+ readonly primaryKey: "id";
1367
+ readonly foreignKeys: {
1368
+ readonly subid: {
1369
+ readonly table: "sub";
1370
+ readonly column: "id";
1371
+ readonly $type: Sub;
1372
+ };
1373
+ readonly entid: {
1374
+ readonly table: "ent";
1375
+ readonly column: "id";
1376
+ readonly $type: Ent;
1377
+ };
1378
+ readonly entid2: {
1379
+ readonly table: "ent";
1380
+ readonly column: "id";
1381
+ readonly $type: Ent;
1382
+ };
1383
+ readonly txtid: {
1384
+ readonly table: "txt_ameli";
1385
+ readonly column: "id";
1386
+ readonly $type: TxtAmeli;
1387
+ };
1388
+ readonly seaid: {
1389
+ readonly table: "sea";
1390
+ readonly column: "id";
1391
+ readonly $type: Sea;
1392
+ };
1393
+ readonly rolcod: {
1394
+ readonly table: "orarol";
1395
+ readonly column: "cod";
1396
+ readonly $type: Orarol;
1397
+ };
1398
+ };
1399
+ readonly $type: Intora;
1400
+ readonly $input: IntoraInput;
1401
+ };
1402
+ irr: {
1403
+ readonly tableName: "irr";
1404
+ readonly columns: readonly ["id", "lib", "cod", "libirr", "art", "lilmin", "par"];
1405
+ readonly requiredForInsert: readonly ["id", "lib", "cod"];
1406
+ readonly primaryKey: "id";
1407
+ readonly foreignKeys: {};
1408
+ readonly $type: Irr;
1409
+ readonly $input: IrrInput;
1410
+ };
1411
+ lec_ameli: {
1412
+ readonly tableName: "lec_ameli";
1413
+ readonly columns: readonly ["id", "lib", "lecpreid"];
1414
+ readonly requiredForInsert: readonly ["id", "lib"];
1415
+ readonly primaryKey: "id";
1416
+ readonly foreignKeys: {
1417
+ readonly lecpreid: {
1418
+ readonly table: "lec_ameli";
1419
+ readonly column: "id";
1420
+ readonly $type: LecAmeli;
1421
+ };
1422
+ };
1423
+ readonly $type: LecAmeli;
1424
+ readonly $input: LecAmeliInput;
1425
+ };
1426
+ mot: {
1427
+ readonly tableName: "mot";
1428
+ readonly columns: readonly ["id", "lib", "int", "cod", "ord", "libnbe"];
1429
+ readonly requiredForInsert: readonly ["id", "lib", "ord"];
1430
+ readonly primaryKey: "id";
1431
+ readonly foreignKeys: {};
1432
+ readonly $type: Mot;
1433
+ readonly $input: MotInput;
1434
+ };
1435
+ nat: {
1436
+ readonly tableName: "nat";
1437
+ readonly columns: readonly ["id", "lib", "libcourt"];
1438
+ readonly requiredForInsert: readonly ["id", "lib"];
1439
+ readonly primaryKey: "id";
1440
+ readonly foreignKeys: {};
1441
+ readonly $type: Nat;
1442
+ readonly $input: NatInput;
1443
+ };
1444
+ orarol: {
1445
+ readonly tableName: "orarol";
1446
+ readonly columns: readonly ["cod", "lib", "entreq"];
1447
+ readonly requiredForInsert: readonly ["cod"];
1448
+ readonly primaryKey: "cod";
1449
+ readonly foreignKeys: {};
1450
+ readonly $type: Orarol;
1451
+ readonly $input: OrarolInput;
1452
+ };
1453
+ sai: {
1454
+ readonly tableName: "sai";
1455
+ readonly columns: readonly ["id", "txtid", "comid", "sesid", "numrap", "saityp", "isdelegfond"];
1456
+ readonly requiredForInsert: readonly ["id", "txtid", "comid", "sesid", "saityp"];
1457
+ readonly primaryKey: "id";
1458
+ readonly foreignKeys: {
1459
+ readonly txtid: {
1460
+ readonly table: "txt_ameli";
1461
+ readonly column: "id";
1462
+ readonly $type: TxtAmeli;
1463
+ };
1464
+ readonly comid: {
1465
+ readonly table: "com_ameli";
1466
+ readonly column: "entid";
1467
+ readonly $type: ComAmeli;
1468
+ };
1469
+ readonly sesid: {
1470
+ readonly table: "ses";
1471
+ readonly column: "id";
1472
+ readonly $type: Ses;
1473
+ };
1474
+ };
1475
+ readonly $type: Sai;
1476
+ readonly $input: SaiInput;
1477
+ };
1478
+ saisen: {
1479
+ readonly tableName: "saisen";
1480
+ readonly columns: readonly ["id", "senid", "ord"];
1481
+ readonly requiredForInsert: readonly ["id", "senid"];
1482
+ readonly primaryKey: "id";
1483
+ readonly foreignKeys: {
1484
+ readonly id: {
1485
+ readonly table: "sai";
1486
+ readonly column: "id";
1487
+ readonly $type: Sai;
1488
+ };
1489
+ readonly senid: {
1490
+ readonly table: "sen_ameli";
1491
+ readonly column: "entid";
1492
+ readonly $type: SenAmeli;
1493
+ };
1494
+ };
1495
+ readonly $type: Saisen;
1496
+ readonly $input: SaisenInput;
1497
+ };
1498
+ sea: {
1499
+ readonly tableName: "sea";
1500
+ readonly columns: readonly ["id", "sesid", "dat", "num"];
1501
+ readonly requiredForInsert: readonly ["id", "sesid"];
1502
+ readonly primaryKey: "id";
1503
+ readonly foreignKeys: {
1504
+ readonly sesid: {
1505
+ readonly table: "ses";
1506
+ readonly column: "id";
1507
+ readonly $type: Ses;
1508
+ };
1509
+ };
1510
+ readonly $type: Sea;
1511
+ readonly $input: SeaInput;
1512
+ };
1513
+ sen_ameli: {
1514
+ readonly tableName: "sen_ameli";
1515
+ readonly columns: readonly ["entid", "grpid", "comid", "comspcid", "mat", "qua", "nomuse", "prenomuse", "nomtec", "hom", "app", "ratt", "nomusemin", "senfem"];
1516
+ readonly requiredForInsert: readonly ["entid", "grpid", "mat", "qua", "nomuse", "prenomuse", "nomusemin"];
1517
+ readonly primaryKey: "entid";
1518
+ readonly foreignKeys: {
1519
+ readonly entid: {
1520
+ readonly table: "ent";
1521
+ readonly column: "id";
1522
+ readonly $type: Ent;
1523
+ };
1524
+ readonly grpid: {
1525
+ readonly table: "grppol_ameli";
1526
+ readonly column: "entid";
1527
+ readonly $type: GrppolAmeli;
1528
+ };
1529
+ readonly comid: {
1530
+ readonly table: "com_ameli";
1531
+ readonly column: "entid";
1532
+ readonly $type: ComAmeli;
1533
+ };
1534
+ readonly comspcid: {
1535
+ readonly table: "com_ameli";
1536
+ readonly column: "entid";
1537
+ readonly $type: ComAmeli;
1538
+ };
1539
+ };
1540
+ readonly $type: SenAmeli;
1541
+ readonly $input: SenAmeliInput;
1542
+ };
1543
+ ses: {
1544
+ readonly tableName: "ses";
1545
+ readonly columns: readonly ["id", "typid", "ann", "lil"];
1546
+ readonly requiredForInsert: readonly ["id", "typid", "ann", "lil"];
1547
+ readonly primaryKey: "id";
1548
+ readonly foreignKeys: {
1549
+ readonly typid: {
1550
+ readonly table: "typses";
1551
+ readonly column: "id";
1552
+ readonly $type: Typses;
1553
+ };
1554
+ };
1555
+ readonly $type: Ses;
1556
+ readonly $input: SesInput;
1557
+ };
1558
+ sor: {
1559
+ readonly tableName: "sor";
1560
+ readonly columns: readonly ["id", "lib", "cod", "typ"];
1561
+ readonly requiredForInsert: readonly ["id", "lib", "cod"];
1562
+ readonly primaryKey: "id";
1563
+ readonly foreignKeys: {};
1564
+ readonly $type: Sor;
1565
+ readonly $input: SorInput;
1566
+ };
1567
+ sub: {
1568
+ readonly tableName: "sub";
1569
+ readonly columns: readonly ["id", "txtid", "merid", "typid", "lic", "lib", "pos", "sig", "posder", "prires", "dupl", "subamd", "sorid", "txtidder", "style", "islec", "comdelid"];
1570
+ readonly requiredForInsert: readonly ["id", "txtid"];
1571
+ readonly primaryKey: "id";
1572
+ readonly foreignKeys: {
1573
+ readonly txtid: {
1574
+ readonly table: "txt_ameli";
1575
+ readonly column: "id";
1576
+ readonly $type: TxtAmeli;
1577
+ };
1578
+ readonly merid: {
1579
+ readonly table: "sub";
1580
+ readonly column: "id";
1581
+ readonly $type: Sub;
1582
+ };
1583
+ readonly typid: {
1584
+ readonly table: "typsub";
1585
+ readonly column: "id";
1586
+ readonly $type: Typsub;
1587
+ };
1588
+ readonly comdelid: {
1589
+ readonly table: "com_ameli";
1590
+ readonly column: "entid";
1591
+ readonly $type: ComAmeli;
1592
+ };
1593
+ };
1594
+ readonly $type: Sub;
1595
+ readonly $input: SubInput;
1596
+ };
1597
+ txt_ameli: {
1598
+ readonly tableName: "txt_ameli";
1599
+ readonly columns: readonly ["id", "natid", "lecid", "sesinsid", "sesdepid", "fbuid", "num", "int", "inl", "datdep", "urg", "dis", "secdel", "loifin", "loifinpar", "txtamd", "datado", "numado", "txtexa", "pubdellim", "numabs", "libdelim", "libcplnat", "doslegsignet", "proacc", "txttyp", "ordsnddelib", "txtetaid", "fusderid", "fusder", "fusderord", "fusdertyp"];
1600
+ readonly requiredForInsert: readonly ["id", "natid", "lecid", "sesdepid", "num", "int", "datdep"];
1601
+ readonly primaryKey: "id";
1602
+ readonly foreignKeys: {
1603
+ readonly natid: {
1604
+ readonly table: "nat";
1605
+ readonly column: "id";
1606
+ readonly $type: Nat;
1607
+ };
1608
+ readonly lecid: {
1609
+ readonly table: "lec_ameli";
1610
+ readonly column: "id";
1611
+ readonly $type: LecAmeli;
1612
+ };
1613
+ readonly sesinsid: {
1614
+ readonly table: "ses";
1615
+ readonly column: "id";
1616
+ readonly $type: Ses;
1617
+ };
1618
+ readonly sesdepid: {
1619
+ readonly table: "ses";
1620
+ readonly column: "id";
1621
+ readonly $type: Ses;
1622
+ };
1623
+ readonly fbuid: {
1624
+ readonly table: "fbu";
1625
+ readonly column: "id";
1626
+ readonly $type: Fbu;
1627
+ };
1628
+ readonly txtetaid: {
1629
+ readonly table: "etatxt";
1630
+ readonly column: "id";
1631
+ readonly $type: Etatxt;
1632
+ };
1633
+ readonly fusderid: {
1634
+ readonly table: "txt_ameli";
1635
+ readonly column: "id";
1636
+ readonly $type: TxtAmeli;
1637
+ };
1638
+ };
1639
+ readonly $type: TxtAmeli;
1640
+ readonly $input: TxtAmeliInput;
1641
+ };
1642
+ typrect: {
1643
+ readonly tableName: "typrect";
1644
+ readonly columns: readonly ["id", "lib", "ord"];
1645
+ readonly requiredForInsert: readonly ["id", "lib", "ord"];
1646
+ readonly primaryKey: "id";
1647
+ readonly foreignKeys: {};
1648
+ readonly $type: Typrect;
1649
+ readonly $input: TyprectInput;
1650
+ };
1651
+ typses: {
1652
+ readonly tableName: "typses";
1653
+ readonly columns: readonly ["id", "lib"];
1654
+ readonly requiredForInsert: readonly ["id"];
1655
+ readonly primaryKey: "id";
1656
+ readonly foreignKeys: {};
1657
+ readonly $type: Typses;
1658
+ readonly $input: TypsesInput;
1659
+ };
1660
+ typsub: {
1661
+ readonly tableName: "typsub";
1662
+ readonly columns: readonly ["id", "lib"];
1663
+ readonly requiredForInsert: readonly ["id", "lib"];
1664
+ readonly primaryKey: "id";
1665
+ readonly foreignKeys: {};
1666
+ readonly $type: Typsub;
1667
+ readonly $input: TypsubInput;
1668
+ };
1669
+ w_nivrec: {
1670
+ readonly tableName: "w_nivrec";
1671
+ readonly columns: readonly ["num", "lib"];
1672
+ readonly requiredForInsert: readonly ["num"];
1673
+ readonly primaryKey: "num";
1674
+ readonly foreignKeys: {};
1675
+ readonly $type: WNivrec;
1676
+ readonly $input: WNivrecInput;
1677
+ };
1678
+ };