@tricoteuses/senat 2.9.8 → 2.9.10
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/databases.d.ts +27 -10
- package/lib/databases.js +21 -22
- package/lib/datasets.d.ts +0 -1
- package/lib/datasets.js +1 -6
- package/lib/loaders.d.ts +4 -4
- package/lib/loaders.js +4 -4
- package/lib/model/ameli.d.ts +44 -22
- package/lib/model/ameli.js +11 -0
- package/lib/model/debats.d.ts +18 -9
- package/lib/model/dosleg.d.ts +48 -178
- package/lib/model/dosleg.js +4 -4
- package/lib/model/questions.d.ts +6 -6
- package/lib/model/sens.d.ts +44 -44
- package/lib/raw_types/ameli.d.ts +1521 -778
- package/lib/raw_types/ameli.js +345 -5
- package/lib/raw_types/debats.d.ts +306 -163
- package/lib/raw_types/debats.js +84 -5
- package/lib/raw_types/dosleg.d.ts +2297 -1353
- package/lib/raw_types/dosleg.js +550 -5
- package/lib/raw_types/kysely-table-types.d.ts +5 -0
- package/lib/raw_types/kysely-table-types.js +1 -0
- package/lib/raw_types/questions.d.ts +519 -374
- package/lib/raw_types/questions.js +84 -5
- package/lib/raw_types/sens.d.ts +12562 -6720
- package/lib/raw_types/sens.js +2944 -5
- package/lib/raw_types_schemats/ameli.d.ts +1 -1
- package/lib/raw_types_schemats/debats.d.ts +1 -1
- package/lib/raw_types_schemats/dosleg.d.ts +1 -1
- package/lib/raw_types_schemats/questions.d.ts +1 -1
- package/lib/raw_types_schemats/sens.d.ts +1 -1
- package/lib/scripts/convert_data.js +3 -3
- package/lib/scripts/retrieve_open_data.js +77 -26
- package/package.json +3 -2
package/lib/model/sens.d.ts
CHANGED
|
@@ -3,18 +3,16 @@ export type SenateurResult = InferResult<typeof findAllQuery>[0];
|
|
|
3
3
|
export type CirconscriptionResult = InferResult<typeof findAllCirconscriptionsQuery>[0];
|
|
4
4
|
export type OrganismeResult = InferResult<typeof findAllOrganismesQuery>[0];
|
|
5
5
|
declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
6
|
+
qua: import("../raw_types/sens").Qua;
|
|
6
7
|
gvt: import("../raw_types/sens").Gvt;
|
|
7
8
|
sea: import("../raw_types/sens").Sea;
|
|
8
|
-
qua: import("../raw_types/sens").Qua;
|
|
9
9
|
app: import("../raw_types/sens").App;
|
|
10
10
|
org: import("../raw_types/sens").Org;
|
|
11
11
|
posvot: import("../raw_types/sens").Posvot;
|
|
12
|
+
typurl: import("../raw_types/sens").Typurl;
|
|
12
13
|
scr: import("../raw_types/sens").Scr;
|
|
13
14
|
stavot: import("../raw_types/sens").Stavot;
|
|
14
15
|
typorg: import("../raw_types/sens").Typorg;
|
|
15
|
-
typurl: import("../raw_types/sens").Typurl;
|
|
16
|
-
votes: import("../raw_types/sens").Votes;
|
|
17
|
-
sen: import("../raw_types/sens").Sen;
|
|
18
16
|
acr: import("../raw_types/sens").Acr;
|
|
19
17
|
activite: import("../raw_types/sens").Activite;
|
|
20
18
|
activite_audit: import("../raw_types/sens").ActiviteAudit;
|
|
@@ -49,6 +47,8 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
49
47
|
cad: import("../raw_types/sens").Cad;
|
|
50
48
|
candid: import("../raw_types/sens").Candid;
|
|
51
49
|
candidat: import("../raw_types/sens").Candidat;
|
|
50
|
+
csp: import("../raw_types/sens").Csp;
|
|
51
|
+
telephone: import("../raw_types/sens").Telephone;
|
|
52
52
|
candtodelete: import("../raw_types/sens").Candtodelete;
|
|
53
53
|
categorie_activite: import("../raw_types/sens").CategorieActivite;
|
|
54
54
|
catpro: import("../raw_types/sens").Catpro;
|
|
@@ -59,7 +59,6 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
59
59
|
com: import("kysely").Nullable<import("../raw_types/sens").Com>;
|
|
60
60
|
con: import("../raw_types/sens").Con;
|
|
61
61
|
cotgip: import("../raw_types/sens").Cotgip;
|
|
62
|
-
csp: import("../raw_types/sens").Csp;
|
|
63
62
|
cspfam: import("../raw_types/sens").Cspfam;
|
|
64
63
|
databasechangelog: import("../raw_types/sens").Databasechangelog;
|
|
65
64
|
databasechangeloglock: import("../raw_types/sens").Databasechangeloglock;
|
|
@@ -112,6 +111,8 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
112
111
|
etasen: import("kysely").Nullable<import("../raw_types/sens").Etasen>;
|
|
113
112
|
ext2e_bio: import("../raw_types/sens").Ext2eBio;
|
|
114
113
|
ext2e_csp: import("../raw_types/sens").Ext2eCsp;
|
|
114
|
+
sec: import("../raw_types/sens").Sec;
|
|
115
|
+
minist: import("../raw_types/sens").Minist;
|
|
115
116
|
ext2e_mandats: import("../raw_types/sens").Ext2eMandats;
|
|
116
117
|
ext2e_minist: import("../raw_types/sens").Ext2eMinist;
|
|
117
118
|
extsencom_identite: import("../raw_types/sens").ExtsencomIdentite;
|
|
@@ -158,10 +159,10 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
158
159
|
memorg: import("../raw_types/sens").Memorg;
|
|
159
160
|
met: import("../raw_types/sens").Met;
|
|
160
161
|
minind: import("../raw_types/sens").Minind;
|
|
161
|
-
|
|
162
|
+
poicon: import("../raw_types/sens").Poicon;
|
|
162
163
|
mis: import("../raw_types/sens").Mis;
|
|
163
|
-
misetafin: import("../raw_types/sens").Misetafin;
|
|
164
164
|
mismin: import("../raw_types/sens").Mismin;
|
|
165
|
+
misetafin: import("../raw_types/sens").Misetafin;
|
|
165
166
|
misrapeta: import("../raw_types/sens").Misrapeta;
|
|
166
167
|
missen: import("../raw_types/sens").Missen;
|
|
167
168
|
moddes: import("../raw_types/sens").Moddes;
|
|
@@ -193,7 +194,6 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
193
194
|
plan_table: import("../raw_types/sens").PlanTable;
|
|
194
195
|
plsql_profiler_runs: import("../raw_types/sens").PlsqlProfilerRuns;
|
|
195
196
|
plsql_profiler_units: import("../raw_types/sens").PlsqlProfilerUnits;
|
|
196
|
-
poicon: import("../raw_types/sens").Poicon;
|
|
197
197
|
presences_scrutin_surcharge: import("../raw_types/sens").PresencesScrutinSurcharge;
|
|
198
198
|
presencesrevisionentity: import("../raw_types/sens").Presencesrevisionentity;
|
|
199
199
|
profil_applicatif: import("../raw_types/sens").ProfilApplicatif;
|
|
@@ -213,9 +213,9 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
213
213
|
rol: import("../raw_types/sens").Rol;
|
|
214
214
|
sal: import("../raw_types/sens").Sal;
|
|
215
215
|
scrusoldelega: import("../raw_types/sens").Scrusoldelega;
|
|
216
|
-
sec: import("../raw_types/sens").Sec;
|
|
217
216
|
sec2e: import("../raw_types/sens").Sec2e;
|
|
218
217
|
secexe: import("../raw_types/sens").Secexe;
|
|
218
|
+
sen: import("../raw_types/sens").Sen;
|
|
219
219
|
senbur: import("../raw_types/sens").Senbur;
|
|
220
220
|
senbur3r: import("../raw_types/sens").Senbur3r;
|
|
221
221
|
senbur4r: import("../raw_types/sens").Senbur4r;
|
|
@@ -250,7 +250,6 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
250
250
|
sysvar_senprod: import("../raw_types/sens").SysvarSenprod;
|
|
251
251
|
tapsenrevchanges: import("../raw_types/sens").Tapsenrevchanges;
|
|
252
252
|
tapsenrevisionentity: import("../raw_types/sens").Tapsenrevisionentity;
|
|
253
|
-
telephone: import("../raw_types/sens").Telephone;
|
|
254
253
|
temval: import("../raw_types/sens").Temval;
|
|
255
254
|
tenpol: import("../raw_types/sens").Tenpol;
|
|
256
255
|
territ: import("../raw_types/sens").Territ;
|
|
@@ -296,8 +295,9 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
296
295
|
validation_profil: import("../raw_types/sens").ValidationProfil;
|
|
297
296
|
vercand: import("../raw_types/sens").Vercand;
|
|
298
297
|
verres: import("../raw_types/sens").Verres;
|
|
298
|
+
votes: import("../raw_types/sens").Votes;
|
|
299
299
|
zongeo: import("../raw_types/sens").Zongeo;
|
|
300
|
-
}, "
|
|
300
|
+
}, "com" | "etasen" | "grppol" | "pcs" | "pcs24" | "pcs42" | "pcs8" | "sen", {
|
|
301
301
|
matricule: string;
|
|
302
302
|
qualite: string;
|
|
303
303
|
nom_usuel: string;
|
|
@@ -309,7 +309,7 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
309
309
|
groupe_politique: string | null;
|
|
310
310
|
code_commission_permanente: string | null;
|
|
311
311
|
commission_permanente: string | null;
|
|
312
|
-
code_circonscription:
|
|
312
|
+
code_circonscription: number | null;
|
|
313
313
|
circonscription: string | null;
|
|
314
314
|
fonction_bureau_senat: string | null;
|
|
315
315
|
courrier_electronique: string | null;
|
|
@@ -318,14 +318,14 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
318
318
|
PCS_INSEE_24: string | null;
|
|
319
319
|
PCS_INSEE_8: string | null;
|
|
320
320
|
description_profession: string | null;
|
|
321
|
-
siege:
|
|
321
|
+
siege: number | null;
|
|
322
322
|
url_hatvp: string | null;
|
|
323
323
|
urls: {
|
|
324
324
|
code_url: string;
|
|
325
325
|
url: string;
|
|
326
326
|
}[];
|
|
327
327
|
mandats_senateur: {
|
|
328
|
-
code_circonscription:
|
|
328
|
+
code_circonscription: number;
|
|
329
329
|
date_debut: string;
|
|
330
330
|
date_fin: string;
|
|
331
331
|
etat: string | null;
|
|
@@ -381,18 +381,16 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
381
381
|
}[];
|
|
382
382
|
}>;
|
|
383
383
|
declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<{
|
|
384
|
+
qua: import("../raw_types/sens").Qua;
|
|
384
385
|
gvt: import("../raw_types/sens").Gvt;
|
|
385
386
|
sea: import("../raw_types/sens").Sea;
|
|
386
|
-
qua: import("../raw_types/sens").Qua;
|
|
387
387
|
app: import("../raw_types/sens").App;
|
|
388
388
|
org: import("../raw_types/sens").Org;
|
|
389
389
|
posvot: import("../raw_types/sens").Posvot;
|
|
390
|
+
typurl: import("../raw_types/sens").Typurl;
|
|
390
391
|
scr: import("../raw_types/sens").Scr;
|
|
391
392
|
stavot: import("../raw_types/sens").Stavot;
|
|
392
393
|
typorg: import("../raw_types/sens").Typorg;
|
|
393
|
-
typurl: import("../raw_types/sens").Typurl;
|
|
394
|
-
votes: import("../raw_types/sens").Votes;
|
|
395
|
-
sen: import("../raw_types/sens").Sen;
|
|
396
394
|
acr: import("../raw_types/sens").Acr;
|
|
397
395
|
activite: import("../raw_types/sens").Activite;
|
|
398
396
|
activite_audit: import("../raw_types/sens").ActiviteAudit;
|
|
@@ -427,6 +425,8 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
427
425
|
cad: import("../raw_types/sens").Cad;
|
|
428
426
|
candid: import("../raw_types/sens").Candid;
|
|
429
427
|
candidat: import("../raw_types/sens").Candidat;
|
|
428
|
+
csp: import("../raw_types/sens").Csp;
|
|
429
|
+
telephone: import("../raw_types/sens").Telephone;
|
|
430
430
|
candtodelete: import("../raw_types/sens").Candtodelete;
|
|
431
431
|
categorie_activite: import("../raw_types/sens").CategorieActivite;
|
|
432
432
|
catpro: import("../raw_types/sens").Catpro;
|
|
@@ -437,7 +437,6 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
437
437
|
com: import("../raw_types/sens").Com;
|
|
438
438
|
con: import("../raw_types/sens").Con;
|
|
439
439
|
cotgip: import("../raw_types/sens").Cotgip;
|
|
440
|
-
csp: import("../raw_types/sens").Csp;
|
|
441
440
|
cspfam: import("../raw_types/sens").Cspfam;
|
|
442
441
|
databasechangelog: import("../raw_types/sens").Databasechangelog;
|
|
443
442
|
databasechangeloglock: import("../raw_types/sens").Databasechangeloglock;
|
|
@@ -490,6 +489,8 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
490
489
|
etasen: import("../raw_types/sens").Etasen;
|
|
491
490
|
ext2e_bio: import("../raw_types/sens").Ext2eBio;
|
|
492
491
|
ext2e_csp: import("../raw_types/sens").Ext2eCsp;
|
|
492
|
+
sec: import("../raw_types/sens").Sec;
|
|
493
|
+
minist: import("../raw_types/sens").Minist;
|
|
493
494
|
ext2e_mandats: import("../raw_types/sens").Ext2eMandats;
|
|
494
495
|
ext2e_minist: import("../raw_types/sens").Ext2eMinist;
|
|
495
496
|
extsencom_identite: import("../raw_types/sens").ExtsencomIdentite;
|
|
@@ -536,10 +537,10 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
536
537
|
memorg: import("../raw_types/sens").Memorg;
|
|
537
538
|
met: import("../raw_types/sens").Met;
|
|
538
539
|
minind: import("../raw_types/sens").Minind;
|
|
539
|
-
|
|
540
|
+
poicon: import("../raw_types/sens").Poicon;
|
|
540
541
|
mis: import("../raw_types/sens").Mis;
|
|
541
|
-
misetafin: import("../raw_types/sens").Misetafin;
|
|
542
542
|
mismin: import("../raw_types/sens").Mismin;
|
|
543
|
+
misetafin: import("../raw_types/sens").Misetafin;
|
|
543
544
|
misrapeta: import("../raw_types/sens").Misrapeta;
|
|
544
545
|
missen: import("../raw_types/sens").Missen;
|
|
545
546
|
moddes: import("../raw_types/sens").Moddes;
|
|
@@ -571,7 +572,6 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
571
572
|
plan_table: import("../raw_types/sens").PlanTable;
|
|
572
573
|
plsql_profiler_runs: import("../raw_types/sens").PlsqlProfilerRuns;
|
|
573
574
|
plsql_profiler_units: import("../raw_types/sens").PlsqlProfilerUnits;
|
|
574
|
-
poicon: import("../raw_types/sens").Poicon;
|
|
575
575
|
presences_scrutin_surcharge: import("../raw_types/sens").PresencesScrutinSurcharge;
|
|
576
576
|
presencesrevisionentity: import("../raw_types/sens").Presencesrevisionentity;
|
|
577
577
|
profil_applicatif: import("../raw_types/sens").ProfilApplicatif;
|
|
@@ -591,9 +591,9 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
591
591
|
rol: import("../raw_types/sens").Rol;
|
|
592
592
|
sal: import("../raw_types/sens").Sal;
|
|
593
593
|
scrusoldelega: import("../raw_types/sens").Scrusoldelega;
|
|
594
|
-
sec: import("../raw_types/sens").Sec;
|
|
595
594
|
sec2e: import("../raw_types/sens").Sec2e;
|
|
596
595
|
secexe: import("../raw_types/sens").Secexe;
|
|
596
|
+
sen: import("../raw_types/sens").Sen;
|
|
597
597
|
senbur: import("../raw_types/sens").Senbur;
|
|
598
598
|
senbur3r: import("../raw_types/sens").Senbur3r;
|
|
599
599
|
senbur4r: import("../raw_types/sens").Senbur4r;
|
|
@@ -628,7 +628,6 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
628
628
|
sysvar_senprod: import("../raw_types/sens").SysvarSenprod;
|
|
629
629
|
tapsenrevchanges: import("../raw_types/sens").Tapsenrevchanges;
|
|
630
630
|
tapsenrevisionentity: import("../raw_types/sens").Tapsenrevisionentity;
|
|
631
|
-
telephone: import("../raw_types/sens").Telephone;
|
|
632
631
|
temval: import("../raw_types/sens").Temval;
|
|
633
632
|
tenpol: import("../raw_types/sens").Tenpol;
|
|
634
633
|
territ: import("../raw_types/sens").Territ;
|
|
@@ -674,32 +673,31 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
674
673
|
validation_profil: import("../raw_types/sens").ValidationProfil;
|
|
675
674
|
vercand: import("../raw_types/sens").Vercand;
|
|
676
675
|
verres: import("../raw_types/sens").Verres;
|
|
676
|
+
votes: import("../raw_types/sens").Votes;
|
|
677
677
|
zongeo: import("../raw_types/sens").Zongeo;
|
|
678
678
|
}, "dpt" | "reg", {
|
|
679
679
|
date_debut: string;
|
|
680
680
|
date_fin: string;
|
|
681
|
-
identifiant:
|
|
681
|
+
identifiant: number;
|
|
682
682
|
code: string;
|
|
683
683
|
libelle_departement: string;
|
|
684
684
|
article: string | null;
|
|
685
685
|
libelle_region: string | null;
|
|
686
686
|
etat: string | null;
|
|
687
|
-
nombre_senateurs:
|
|
687
|
+
nombre_senateurs: number | null;
|
|
688
688
|
url: string | null;
|
|
689
689
|
}>;
|
|
690
690
|
declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
691
|
+
qua: import("../raw_types/sens").Qua;
|
|
691
692
|
gvt: import("../raw_types/sens").Gvt;
|
|
692
693
|
sea: import("../raw_types/sens").Sea;
|
|
693
|
-
qua: import("../raw_types/sens").Qua;
|
|
694
694
|
app: import("../raw_types/sens").App;
|
|
695
695
|
org: import("../raw_types/sens").Org;
|
|
696
696
|
posvot: import("../raw_types/sens").Posvot;
|
|
697
|
+
typurl: import("../raw_types/sens").Typurl;
|
|
697
698
|
scr: import("../raw_types/sens").Scr;
|
|
698
699
|
stavot: import("../raw_types/sens").Stavot;
|
|
699
700
|
typorg: import("kysely").Nullable<import("../raw_types/sens").Typorg>;
|
|
700
|
-
typurl: import("../raw_types/sens").Typurl;
|
|
701
|
-
votes: import("../raw_types/sens").Votes;
|
|
702
|
-
sen: import("../raw_types/sens").Sen;
|
|
703
701
|
acr: import("../raw_types/sens").Acr;
|
|
704
702
|
activite: import("../raw_types/sens").Activite;
|
|
705
703
|
activite_audit: import("../raw_types/sens").ActiviteAudit;
|
|
@@ -734,6 +732,8 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
734
732
|
cad: import("../raw_types/sens").Cad;
|
|
735
733
|
candid: import("../raw_types/sens").Candid;
|
|
736
734
|
candidat: import("../raw_types/sens").Candidat;
|
|
735
|
+
csp: import("../raw_types/sens").Csp;
|
|
736
|
+
telephone: import("../raw_types/sens").Telephone;
|
|
737
737
|
candtodelete: import("../raw_types/sens").Candtodelete;
|
|
738
738
|
categorie_activite: import("../raw_types/sens").CategorieActivite;
|
|
739
739
|
catpro: import("../raw_types/sens").Catpro;
|
|
@@ -744,7 +744,6 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
744
744
|
com: import("../raw_types/sens").Com;
|
|
745
745
|
con: import("../raw_types/sens").Con;
|
|
746
746
|
cotgip: import("../raw_types/sens").Cotgip;
|
|
747
|
-
csp: import("../raw_types/sens").Csp;
|
|
748
747
|
cspfam: import("../raw_types/sens").Cspfam;
|
|
749
748
|
databasechangelog: import("../raw_types/sens").Databasechangelog;
|
|
750
749
|
databasechangeloglock: import("../raw_types/sens").Databasechangeloglock;
|
|
@@ -797,6 +796,8 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
797
796
|
etasen: import("../raw_types/sens").Etasen;
|
|
798
797
|
ext2e_bio: import("../raw_types/sens").Ext2eBio;
|
|
799
798
|
ext2e_csp: import("../raw_types/sens").Ext2eCsp;
|
|
799
|
+
sec: import("../raw_types/sens").Sec;
|
|
800
|
+
minist: import("../raw_types/sens").Minist;
|
|
800
801
|
ext2e_mandats: import("../raw_types/sens").Ext2eMandats;
|
|
801
802
|
ext2e_minist: import("../raw_types/sens").Ext2eMinist;
|
|
802
803
|
extsencom_identite: import("../raw_types/sens").ExtsencomIdentite;
|
|
@@ -843,10 +844,10 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
843
844
|
memorg: import("../raw_types/sens").Memorg;
|
|
844
845
|
met: import("../raw_types/sens").Met;
|
|
845
846
|
minind: import("../raw_types/sens").Minind;
|
|
846
|
-
|
|
847
|
+
poicon: import("../raw_types/sens").Poicon;
|
|
847
848
|
mis: import("../raw_types/sens").Mis;
|
|
848
|
-
misetafin: import("../raw_types/sens").Misetafin;
|
|
849
849
|
mismin: import("../raw_types/sens").Mismin;
|
|
850
|
+
misetafin: import("../raw_types/sens").Misetafin;
|
|
850
851
|
misrapeta: import("../raw_types/sens").Misrapeta;
|
|
851
852
|
missen: import("../raw_types/sens").Missen;
|
|
852
853
|
moddes: import("../raw_types/sens").Moddes;
|
|
@@ -878,7 +879,6 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
878
879
|
plan_table: import("../raw_types/sens").PlanTable;
|
|
879
880
|
plsql_profiler_runs: import("../raw_types/sens").PlsqlProfilerRuns;
|
|
880
881
|
plsql_profiler_units: import("../raw_types/sens").PlsqlProfilerUnits;
|
|
881
|
-
poicon: import("../raw_types/sens").Poicon;
|
|
882
882
|
presences_scrutin_surcharge: import("../raw_types/sens").PresencesScrutinSurcharge;
|
|
883
883
|
presencesrevisionentity: import("../raw_types/sens").Presencesrevisionentity;
|
|
884
884
|
profil_applicatif: import("../raw_types/sens").ProfilApplicatif;
|
|
@@ -898,9 +898,9 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
898
898
|
rol: import("../raw_types/sens").Rol;
|
|
899
899
|
sal: import("../raw_types/sens").Sal;
|
|
900
900
|
scrusoldelega: import("../raw_types/sens").Scrusoldelega;
|
|
901
|
-
sec: import("../raw_types/sens").Sec;
|
|
902
901
|
sec2e: import("../raw_types/sens").Sec2e;
|
|
903
902
|
secexe: import("../raw_types/sens").Secexe;
|
|
903
|
+
sen: import("../raw_types/sens").Sen;
|
|
904
904
|
senbur: import("../raw_types/sens").Senbur;
|
|
905
905
|
senbur3r: import("../raw_types/sens").Senbur3r;
|
|
906
906
|
senbur4r: import("../raw_types/sens").Senbur4r;
|
|
@@ -935,7 +935,6 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
935
935
|
sysvar_senprod: import("../raw_types/sens").SysvarSenprod;
|
|
936
936
|
tapsenrevchanges: import("../raw_types/sens").Tapsenrevchanges;
|
|
937
937
|
tapsenrevisionentity: import("../raw_types/sens").Tapsenrevisionentity;
|
|
938
|
-
telephone: import("../raw_types/sens").Telephone;
|
|
939
938
|
temval: import("../raw_types/sens").Temval;
|
|
940
939
|
tenpol: import("../raw_types/sens").Tenpol;
|
|
941
940
|
territ: import("../raw_types/sens").Territ;
|
|
@@ -981,15 +980,16 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
981
980
|
validation_profil: import("../raw_types/sens").ValidationProfil;
|
|
982
981
|
vercand: import("../raw_types/sens").Vercand;
|
|
983
982
|
verres: import("../raw_types/sens").Verres;
|
|
983
|
+
votes: import("../raw_types/sens").Votes;
|
|
984
984
|
zongeo: import("../raw_types/sens").Zongeo;
|
|
985
985
|
all_organismes: {
|
|
986
986
|
orgcod: string;
|
|
987
|
-
orgdatfin: Date | null;
|
|
988
987
|
typorgcod: string;
|
|
989
|
-
|
|
988
|
+
orgdatfin: Date | null;
|
|
990
989
|
evelic: string | null;
|
|
991
|
-
evelil: string | null;
|
|
992
990
|
temvalcod: string | null;
|
|
991
|
+
evelib: string | null;
|
|
992
|
+
evelil: string | null;
|
|
993
993
|
orgdatcre: Date | null;
|
|
994
994
|
orgurlsim: string | null;
|
|
995
995
|
};
|
|
@@ -1017,7 +1017,7 @@ export declare function findAll(): AsyncIterableIterator<{
|
|
|
1017
1017
|
groupe_politique: string | null;
|
|
1018
1018
|
code_commission_permanente: string | null;
|
|
1019
1019
|
commission_permanente: string | null;
|
|
1020
|
-
code_circonscription:
|
|
1020
|
+
code_circonscription: number | null;
|
|
1021
1021
|
circonscription: string | null;
|
|
1022
1022
|
fonction_bureau_senat: string | null;
|
|
1023
1023
|
courrier_electronique: string | null;
|
|
@@ -1026,14 +1026,14 @@ export declare function findAll(): AsyncIterableIterator<{
|
|
|
1026
1026
|
PCS_INSEE_24: string | null;
|
|
1027
1027
|
PCS_INSEE_8: string | null;
|
|
1028
1028
|
description_profession: string | null;
|
|
1029
|
-
siege:
|
|
1029
|
+
siege: number | null;
|
|
1030
1030
|
url_hatvp: string | null;
|
|
1031
1031
|
urls: {
|
|
1032
1032
|
code_url: string;
|
|
1033
1033
|
url: string;
|
|
1034
1034
|
}[];
|
|
1035
1035
|
mandats_senateur: {
|
|
1036
|
-
code_circonscription:
|
|
1036
|
+
code_circonscription: number;
|
|
1037
1037
|
date_debut: string;
|
|
1038
1038
|
date_fin: string;
|
|
1039
1039
|
etat: string | null;
|
|
@@ -1091,13 +1091,13 @@ export declare function findAll(): AsyncIterableIterator<{
|
|
|
1091
1091
|
export declare function findAllCirconscriptions(): AsyncIterableIterator<{
|
|
1092
1092
|
date_debut: string;
|
|
1093
1093
|
date_fin: string;
|
|
1094
|
-
identifiant:
|
|
1094
|
+
identifiant: number;
|
|
1095
1095
|
code: string;
|
|
1096
1096
|
libelle_departement: string;
|
|
1097
1097
|
article: string | null;
|
|
1098
1098
|
libelle_region: string | null;
|
|
1099
1099
|
etat: string | null;
|
|
1100
|
-
nombre_senateurs:
|
|
1100
|
+
nombre_senateurs: number | null;
|
|
1101
1101
|
url: string | null;
|
|
1102
1102
|
}>;
|
|
1103
1103
|
export declare function findAllOrganismes(): AsyncIterableIterator<{
|