@tricoteuses/senat 2.9.7 → 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.
- package/LICENSE.md +22 -22
- package/README.md +116 -116
- package/lib/databases.d.ts +26 -10
- package/lib/loaders.d.ts +5 -4
- package/lib/loaders.js +5 -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 -152
- package/lib/model/dosleg.js +50 -7
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/questions.d.ts +6 -6
- package/lib/model/sens.d.ts +41 -41
- 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 +29 -7
- package/lib/scripts/retrieve_open_data.js +1 -2
- package/package.json +97 -96
- package/lib/validators/senat.d.ts +0 -0
- package/lib/validators/senat.js +0 -24
package/lib/model/sens.d.ts
CHANGED
|
@@ -3,17 +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
|
-
sen: import("../raw_types/sens").Sen;
|
|
17
16
|
acr: import("../raw_types/sens").Acr;
|
|
18
17
|
activite: import("../raw_types/sens").Activite;
|
|
19
18
|
activite_audit: import("../raw_types/sens").ActiviteAudit;
|
|
@@ -48,6 +47,8 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
48
47
|
cad: import("../raw_types/sens").Cad;
|
|
49
48
|
candid: import("../raw_types/sens").Candid;
|
|
50
49
|
candidat: import("../raw_types/sens").Candidat;
|
|
50
|
+
csp: import("../raw_types/sens").Csp;
|
|
51
|
+
telephone: import("../raw_types/sens").Telephone;
|
|
51
52
|
candtodelete: import("../raw_types/sens").Candtodelete;
|
|
52
53
|
categorie_activite: import("../raw_types/sens").CategorieActivite;
|
|
53
54
|
catpro: import("../raw_types/sens").Catpro;
|
|
@@ -58,7 +59,6 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
58
59
|
com: import("kysely").Nullable<import("../raw_types/sens").Com>;
|
|
59
60
|
con: import("../raw_types/sens").Con;
|
|
60
61
|
cotgip: import("../raw_types/sens").Cotgip;
|
|
61
|
-
csp: import("../raw_types/sens").Csp;
|
|
62
62
|
cspfam: import("../raw_types/sens").Cspfam;
|
|
63
63
|
databasechangelog: import("../raw_types/sens").Databasechangelog;
|
|
64
64
|
databasechangeloglock: import("../raw_types/sens").Databasechangeloglock;
|
|
@@ -111,6 +111,8 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
111
111
|
etasen: import("kysely").Nullable<import("../raw_types/sens").Etasen>;
|
|
112
112
|
ext2e_bio: import("../raw_types/sens").Ext2eBio;
|
|
113
113
|
ext2e_csp: import("../raw_types/sens").Ext2eCsp;
|
|
114
|
+
sec: import("../raw_types/sens").Sec;
|
|
115
|
+
minist: import("../raw_types/sens").Minist;
|
|
114
116
|
ext2e_mandats: import("../raw_types/sens").Ext2eMandats;
|
|
115
117
|
ext2e_minist: import("../raw_types/sens").Ext2eMinist;
|
|
116
118
|
extsencom_identite: import("../raw_types/sens").ExtsencomIdentite;
|
|
@@ -157,10 +159,10 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
157
159
|
memorg: import("../raw_types/sens").Memorg;
|
|
158
160
|
met: import("../raw_types/sens").Met;
|
|
159
161
|
minind: import("../raw_types/sens").Minind;
|
|
160
|
-
|
|
162
|
+
poicon: import("../raw_types/sens").Poicon;
|
|
161
163
|
mis: import("../raw_types/sens").Mis;
|
|
162
|
-
misetafin: import("../raw_types/sens").Misetafin;
|
|
163
164
|
mismin: import("../raw_types/sens").Mismin;
|
|
165
|
+
misetafin: import("../raw_types/sens").Misetafin;
|
|
164
166
|
misrapeta: import("../raw_types/sens").Misrapeta;
|
|
165
167
|
missen: import("../raw_types/sens").Missen;
|
|
166
168
|
moddes: import("../raw_types/sens").Moddes;
|
|
@@ -192,7 +194,6 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
192
194
|
plan_table: import("../raw_types/sens").PlanTable;
|
|
193
195
|
plsql_profiler_runs: import("../raw_types/sens").PlsqlProfilerRuns;
|
|
194
196
|
plsql_profiler_units: import("../raw_types/sens").PlsqlProfilerUnits;
|
|
195
|
-
poicon: import("../raw_types/sens").Poicon;
|
|
196
197
|
presences_scrutin_surcharge: import("../raw_types/sens").PresencesScrutinSurcharge;
|
|
197
198
|
presencesrevisionentity: import("../raw_types/sens").Presencesrevisionentity;
|
|
198
199
|
profil_applicatif: import("../raw_types/sens").ProfilApplicatif;
|
|
@@ -212,9 +213,9 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
212
213
|
rol: import("../raw_types/sens").Rol;
|
|
213
214
|
sal: import("../raw_types/sens").Sal;
|
|
214
215
|
scrusoldelega: import("../raw_types/sens").Scrusoldelega;
|
|
215
|
-
sec: import("../raw_types/sens").Sec;
|
|
216
216
|
sec2e: import("../raw_types/sens").Sec2e;
|
|
217
217
|
secexe: import("../raw_types/sens").Secexe;
|
|
218
|
+
sen: import("../raw_types/sens").Sen;
|
|
218
219
|
senbur: import("../raw_types/sens").Senbur;
|
|
219
220
|
senbur3r: import("../raw_types/sens").Senbur3r;
|
|
220
221
|
senbur4r: import("../raw_types/sens").Senbur4r;
|
|
@@ -249,7 +250,6 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
249
250
|
sysvar_senprod: import("../raw_types/sens").SysvarSenprod;
|
|
250
251
|
tapsenrevchanges: import("../raw_types/sens").Tapsenrevchanges;
|
|
251
252
|
tapsenrevisionentity: import("../raw_types/sens").Tapsenrevisionentity;
|
|
252
|
-
telephone: import("../raw_types/sens").Telephone;
|
|
253
253
|
temval: import("../raw_types/sens").Temval;
|
|
254
254
|
tenpol: import("../raw_types/sens").Tenpol;
|
|
255
255
|
territ: import("../raw_types/sens").Territ;
|
|
@@ -297,7 +297,7 @@ declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
|
297
297
|
verres: import("../raw_types/sens").Verres;
|
|
298
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,17 +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
|
-
sen: import("../raw_types/sens").Sen;
|
|
395
394
|
acr: import("../raw_types/sens").Acr;
|
|
396
395
|
activite: import("../raw_types/sens").Activite;
|
|
397
396
|
activite_audit: import("../raw_types/sens").ActiviteAudit;
|
|
@@ -426,6 +425,8 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
426
425
|
cad: import("../raw_types/sens").Cad;
|
|
427
426
|
candid: import("../raw_types/sens").Candid;
|
|
428
427
|
candidat: import("../raw_types/sens").Candidat;
|
|
428
|
+
csp: import("../raw_types/sens").Csp;
|
|
429
|
+
telephone: import("../raw_types/sens").Telephone;
|
|
429
430
|
candtodelete: import("../raw_types/sens").Candtodelete;
|
|
430
431
|
categorie_activite: import("../raw_types/sens").CategorieActivite;
|
|
431
432
|
catpro: import("../raw_types/sens").Catpro;
|
|
@@ -436,7 +437,6 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
436
437
|
com: import("../raw_types/sens").Com;
|
|
437
438
|
con: import("../raw_types/sens").Con;
|
|
438
439
|
cotgip: import("../raw_types/sens").Cotgip;
|
|
439
|
-
csp: import("../raw_types/sens").Csp;
|
|
440
440
|
cspfam: import("../raw_types/sens").Cspfam;
|
|
441
441
|
databasechangelog: import("../raw_types/sens").Databasechangelog;
|
|
442
442
|
databasechangeloglock: import("../raw_types/sens").Databasechangeloglock;
|
|
@@ -489,6 +489,8 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
489
489
|
etasen: import("../raw_types/sens").Etasen;
|
|
490
490
|
ext2e_bio: import("../raw_types/sens").Ext2eBio;
|
|
491
491
|
ext2e_csp: import("../raw_types/sens").Ext2eCsp;
|
|
492
|
+
sec: import("../raw_types/sens").Sec;
|
|
493
|
+
minist: import("../raw_types/sens").Minist;
|
|
492
494
|
ext2e_mandats: import("../raw_types/sens").Ext2eMandats;
|
|
493
495
|
ext2e_minist: import("../raw_types/sens").Ext2eMinist;
|
|
494
496
|
extsencom_identite: import("../raw_types/sens").ExtsencomIdentite;
|
|
@@ -535,10 +537,10 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
535
537
|
memorg: import("../raw_types/sens").Memorg;
|
|
536
538
|
met: import("../raw_types/sens").Met;
|
|
537
539
|
minind: import("../raw_types/sens").Minind;
|
|
538
|
-
|
|
540
|
+
poicon: import("../raw_types/sens").Poicon;
|
|
539
541
|
mis: import("../raw_types/sens").Mis;
|
|
540
|
-
misetafin: import("../raw_types/sens").Misetafin;
|
|
541
542
|
mismin: import("../raw_types/sens").Mismin;
|
|
543
|
+
misetafin: import("../raw_types/sens").Misetafin;
|
|
542
544
|
misrapeta: import("../raw_types/sens").Misrapeta;
|
|
543
545
|
missen: import("../raw_types/sens").Missen;
|
|
544
546
|
moddes: import("../raw_types/sens").Moddes;
|
|
@@ -570,7 +572,6 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
570
572
|
plan_table: import("../raw_types/sens").PlanTable;
|
|
571
573
|
plsql_profiler_runs: import("../raw_types/sens").PlsqlProfilerRuns;
|
|
572
574
|
plsql_profiler_units: import("../raw_types/sens").PlsqlProfilerUnits;
|
|
573
|
-
poicon: import("../raw_types/sens").Poicon;
|
|
574
575
|
presences_scrutin_surcharge: import("../raw_types/sens").PresencesScrutinSurcharge;
|
|
575
576
|
presencesrevisionentity: import("../raw_types/sens").Presencesrevisionentity;
|
|
576
577
|
profil_applicatif: import("../raw_types/sens").ProfilApplicatif;
|
|
@@ -590,9 +591,9 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
590
591
|
rol: import("../raw_types/sens").Rol;
|
|
591
592
|
sal: import("../raw_types/sens").Sal;
|
|
592
593
|
scrusoldelega: import("../raw_types/sens").Scrusoldelega;
|
|
593
|
-
sec: import("../raw_types/sens").Sec;
|
|
594
594
|
sec2e: import("../raw_types/sens").Sec2e;
|
|
595
595
|
secexe: import("../raw_types/sens").Secexe;
|
|
596
|
+
sen: import("../raw_types/sens").Sen;
|
|
596
597
|
senbur: import("../raw_types/sens").Senbur;
|
|
597
598
|
senbur3r: import("../raw_types/sens").Senbur3r;
|
|
598
599
|
senbur4r: import("../raw_types/sens").Senbur4r;
|
|
@@ -627,7 +628,6 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
627
628
|
sysvar_senprod: import("../raw_types/sens").SysvarSenprod;
|
|
628
629
|
tapsenrevchanges: import("../raw_types/sens").Tapsenrevchanges;
|
|
629
630
|
tapsenrevisionentity: import("../raw_types/sens").Tapsenrevisionentity;
|
|
630
|
-
telephone: import("../raw_types/sens").Telephone;
|
|
631
631
|
temval: import("../raw_types/sens").Temval;
|
|
632
632
|
tenpol: import("../raw_types/sens").Tenpol;
|
|
633
633
|
territ: import("../raw_types/sens").Territ;
|
|
@@ -678,27 +678,26 @@ declare const findAllCirconscriptionsQuery: import("kysely").SelectQueryBuilder<
|
|
|
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
|
-
sen: import("../raw_types/sens").Sen;
|
|
702
701
|
acr: import("../raw_types/sens").Acr;
|
|
703
702
|
activite: import("../raw_types/sens").Activite;
|
|
704
703
|
activite_audit: import("../raw_types/sens").ActiviteAudit;
|
|
@@ -733,6 +732,8 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
733
732
|
cad: import("../raw_types/sens").Cad;
|
|
734
733
|
candid: import("../raw_types/sens").Candid;
|
|
735
734
|
candidat: import("../raw_types/sens").Candidat;
|
|
735
|
+
csp: import("../raw_types/sens").Csp;
|
|
736
|
+
telephone: import("../raw_types/sens").Telephone;
|
|
736
737
|
candtodelete: import("../raw_types/sens").Candtodelete;
|
|
737
738
|
categorie_activite: import("../raw_types/sens").CategorieActivite;
|
|
738
739
|
catpro: import("../raw_types/sens").Catpro;
|
|
@@ -743,7 +744,6 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
743
744
|
com: import("../raw_types/sens").Com;
|
|
744
745
|
con: import("../raw_types/sens").Con;
|
|
745
746
|
cotgip: import("../raw_types/sens").Cotgip;
|
|
746
|
-
csp: import("../raw_types/sens").Csp;
|
|
747
747
|
cspfam: import("../raw_types/sens").Cspfam;
|
|
748
748
|
databasechangelog: import("../raw_types/sens").Databasechangelog;
|
|
749
749
|
databasechangeloglock: import("../raw_types/sens").Databasechangeloglock;
|
|
@@ -796,6 +796,8 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
796
796
|
etasen: import("../raw_types/sens").Etasen;
|
|
797
797
|
ext2e_bio: import("../raw_types/sens").Ext2eBio;
|
|
798
798
|
ext2e_csp: import("../raw_types/sens").Ext2eCsp;
|
|
799
|
+
sec: import("../raw_types/sens").Sec;
|
|
800
|
+
minist: import("../raw_types/sens").Minist;
|
|
799
801
|
ext2e_mandats: import("../raw_types/sens").Ext2eMandats;
|
|
800
802
|
ext2e_minist: import("../raw_types/sens").Ext2eMinist;
|
|
801
803
|
extsencom_identite: import("../raw_types/sens").ExtsencomIdentite;
|
|
@@ -842,10 +844,10 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
842
844
|
memorg: import("../raw_types/sens").Memorg;
|
|
843
845
|
met: import("../raw_types/sens").Met;
|
|
844
846
|
minind: import("../raw_types/sens").Minind;
|
|
845
|
-
|
|
847
|
+
poicon: import("../raw_types/sens").Poicon;
|
|
846
848
|
mis: import("../raw_types/sens").Mis;
|
|
847
|
-
misetafin: import("../raw_types/sens").Misetafin;
|
|
848
849
|
mismin: import("../raw_types/sens").Mismin;
|
|
850
|
+
misetafin: import("../raw_types/sens").Misetafin;
|
|
849
851
|
misrapeta: import("../raw_types/sens").Misrapeta;
|
|
850
852
|
missen: import("../raw_types/sens").Missen;
|
|
851
853
|
moddes: import("../raw_types/sens").Moddes;
|
|
@@ -877,7 +879,6 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
877
879
|
plan_table: import("../raw_types/sens").PlanTable;
|
|
878
880
|
plsql_profiler_runs: import("../raw_types/sens").PlsqlProfilerRuns;
|
|
879
881
|
plsql_profiler_units: import("../raw_types/sens").PlsqlProfilerUnits;
|
|
880
|
-
poicon: import("../raw_types/sens").Poicon;
|
|
881
882
|
presences_scrutin_surcharge: import("../raw_types/sens").PresencesScrutinSurcharge;
|
|
882
883
|
presencesrevisionentity: import("../raw_types/sens").Presencesrevisionentity;
|
|
883
884
|
profil_applicatif: import("../raw_types/sens").ProfilApplicatif;
|
|
@@ -897,9 +898,9 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
897
898
|
rol: import("../raw_types/sens").Rol;
|
|
898
899
|
sal: import("../raw_types/sens").Sal;
|
|
899
900
|
scrusoldelega: import("../raw_types/sens").Scrusoldelega;
|
|
900
|
-
sec: import("../raw_types/sens").Sec;
|
|
901
901
|
sec2e: import("../raw_types/sens").Sec2e;
|
|
902
902
|
secexe: import("../raw_types/sens").Secexe;
|
|
903
|
+
sen: import("../raw_types/sens").Sen;
|
|
903
904
|
senbur: import("../raw_types/sens").Senbur;
|
|
904
905
|
senbur3r: import("../raw_types/sens").Senbur3r;
|
|
905
906
|
senbur4r: import("../raw_types/sens").Senbur4r;
|
|
@@ -934,7 +935,6 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
934
935
|
sysvar_senprod: import("../raw_types/sens").SysvarSenprod;
|
|
935
936
|
tapsenrevchanges: import("../raw_types/sens").Tapsenrevchanges;
|
|
936
937
|
tapsenrevisionentity: import("../raw_types/sens").Tapsenrevisionentity;
|
|
937
|
-
telephone: import("../raw_types/sens").Telephone;
|
|
938
938
|
temval: import("../raw_types/sens").Temval;
|
|
939
939
|
tenpol: import("../raw_types/sens").Tenpol;
|
|
940
940
|
territ: import("../raw_types/sens").Territ;
|
|
@@ -984,12 +984,12 @@ declare const findAllOrganismesQuery: import("kysely").SelectQueryBuilder<{
|
|
|
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<{
|