@tricoteuses/senat 3.0.2 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/src/ameli.d.ts +66 -0
- package/lib/src/ameli.js +1 -0
- package/lib/src/db_types/ameli.d.ts +1762 -0
- package/lib/src/db_types/ameli.js +1074 -0
- package/lib/src/db_types/debats.d.ts +380 -0
- package/lib/src/db_types/debats.js +266 -0
- package/lib/src/db_types/dosleg.d.ts +2954 -0
- package/lib/src/db_types/dosleg.js +2005 -0
- package/lib/src/db_types/questions.d.ts +699 -0
- package/lib/src/db_types/questions.js +493 -0
- package/lib/src/db_types/sens.d.ts +7843 -0
- package/lib/src/db_types/sens.js +4691 -0
- package/lib/src/debats.d.ts +38 -0
- package/lib/src/debats.js +1 -0
- package/lib/src/documents.d.ts +30 -0
- package/lib/src/documents.js +1 -0
- package/lib/src/dosleg.d.ts +142 -0
- package/lib/src/dosleg.js +193 -0
- package/lib/src/index.d.ts +41 -24
- package/lib/src/index.js +27 -6
- package/lib/src/kanel_types/ameli.d.ts +1762 -0
- package/lib/src/kanel_types/ameli.js +1074 -0
- package/lib/src/kanel_types/debats.d.ts +380 -0
- package/lib/src/kanel_types/debats.js +266 -0
- package/lib/src/kanel_types/dosleg.d.ts +2954 -0
- package/lib/src/kanel_types/dosleg.js +2005 -0
- package/lib/src/kanel_types/questions.d.ts +699 -0
- package/lib/src/kanel_types/questions.js +493 -0
- package/lib/src/kanel_types/sens.d.ts +7843 -0
- package/lib/src/kanel_types/sens.js +4691 -0
- package/lib/src/kysely/index.d.ts +216 -0
- package/lib/src/kysely/index.js +11 -0
- package/lib/src/kysely_types/ameli/Amd.d.ts +91 -0
- package/lib/src/kysely_types/ameli/Amd.js +3 -0
- package/lib/src/kysely_types/ameli/Amdsen.d.ts +24 -0
- package/lib/src/kysely_types/ameli/Amdsen.js +3 -0
- package/lib/src/kysely_types/ameli/Avicom.d.ts +14 -0
- package/lib/src/kysely_types/ameli/Avicom.js +3 -0
- package/lib/src/kysely_types/ameli/Avigvt.d.ts +14 -0
- package/lib/src/kysely_types/ameli/Avigvt.js +3 -0
- package/lib/src/kysely_types/ameli/Cab.d.ts +14 -0
- package/lib/src/kysely_types/ameli/Cab.js +3 -0
- package/lib/src/kysely_types/ameli/ComAmeli.d.ts +22 -0
- package/lib/src/kysely_types/ameli/ComAmeli.js +3 -0
- package/lib/src/kysely_types/ameli/Database.d.ts +3 -0
- package/lib/src/kysely_types/ameli/Database.js +3 -0
- package/lib/src/kysely_types/ameli/Ent.d.ts +14 -0
- package/lib/src/kysely_types/ameli/Ent.js +3 -0
- package/lib/src/kysely_types/ameli/Etatxt.d.ts +15 -0
- package/lib/src/kysely_types/ameli/Etatxt.js +3 -0
- package/lib/src/kysely_types/ameli/Fbu.d.ts +17 -0
- package/lib/src/kysely_types/ameli/Fbu.js +3 -0
- package/lib/src/kysely_types/ameli/GrppolAmeli.d.ts +20 -0
- package/lib/src/kysely_types/ameli/GrppolAmeli.js +3 -0
- package/lib/src/kysely_types/ameli/Gvt.d.ts +18 -0
- package/lib/src/kysely_types/ameli/Gvt.js +3 -0
- package/lib/src/kysely_types/ameli/Intora.d.ts +33 -0
- package/lib/src/kysely_types/ameli/Intora.js +3 -0
- package/lib/src/kysely_types/ameli/Irr.d.ts +21 -0
- package/lib/src/kysely_types/ameli/Irr.js +3 -0
- package/lib/src/kysely_types/ameli/LecAmeli.d.ts +14 -0
- package/lib/src/kysely_types/ameli/LecAmeli.js +3 -0
- package/lib/src/kysely_types/ameli/Mot.d.ts +20 -0
- package/lib/src/kysely_types/ameli/Mot.js +3 -0
- package/lib/src/kysely_types/ameli/Nat.d.ts +13 -0
- package/lib/src/kysely_types/ameli/Nat.js +3 -0
- package/lib/src/kysely_types/ameli/Orarol.d.ts +14 -0
- package/lib/src/kysely_types/ameli/Orarol.js +3 -0
- package/lib/src/kysely_types/ameli/Sai.d.ts +25 -0
- package/lib/src/kysely_types/ameli/Sai.js +3 -0
- package/lib/src/kysely_types/ameli/Saisen.d.ts +15 -0
- package/lib/src/kysely_types/ameli/Saisen.js +3 -0
- package/lib/src/kysely_types/ameli/Sea.d.ts +17 -0
- package/lib/src/kysely_types/ameli/Sea.js +3 -0
- package/lib/src/kysely_types/ameli/SenAmeli.d.ts +36 -0
- package/lib/src/kysely_types/ameli/SenAmeli.js +3 -0
- package/lib/src/kysely_types/ameli/SenatSchema.d.ts +60 -0
- package/lib/src/kysely_types/ameli/SenatSchema.js +3 -0
- package/lib/src/kysely_types/ameli/Ses.d.ts +17 -0
- package/lib/src/kysely_types/ameli/Ses.js +3 -0
- package/lib/src/kysely_types/ameli/Sor.d.ts +16 -0
- package/lib/src/kysely_types/ameli/Sor.js +3 -0
- package/lib/src/kysely_types/ameli/Sub.d.ts +44 -0
- package/lib/src/kysely_types/ameli/Sub.js +3 -0
- package/lib/src/kysely_types/ameli/TxtAmeli.d.ts +77 -0
- package/lib/src/kysely_types/ameli/TxtAmeli.js +3 -0
- package/lib/src/kysely_types/ameli/Typrect.d.ts +14 -0
- package/lib/src/kysely_types/ameli/Typrect.js +3 -0
- package/lib/src/kysely_types/ameli/Typses.d.ts +12 -0
- package/lib/src/kysely_types/ameli/Typses.js +3 -0
- package/lib/src/kysely_types/ameli/Typsub.d.ts +12 -0
- package/lib/src/kysely_types/ameli/Typsub.js +3 -0
- package/lib/src/kysely_types/ameli/WNivrec.d.ts +12 -0
- package/lib/src/kysely_types/ameli/WNivrec.js +3 -0
- package/lib/src/kysely_types/debats/Database.d.ts +3 -0
- package/lib/src/kysely_types/debats/Database.js +3 -0
- package/lib/src/kysely_types/debats/Debats.d.ts +25 -0
- package/lib/src/kysely_types/debats/Debats.js +3 -0
- package/lib/src/kysely_types/debats/Intdivers.d.ts +22 -0
- package/lib/src/kysely_types/debats/Intdivers.js +3 -0
- package/lib/src/kysely_types/debats/Intpjl.d.ts +22 -0
- package/lib/src/kysely_types/debats/Intpjl.js +3 -0
- package/lib/src/kysely_types/debats/Lecassdeb.d.ts +13 -0
- package/lib/src/kysely_types/debats/Lecassdeb.js +3 -0
- package/lib/src/kysely_types/debats/Secdis.d.ts +27 -0
- package/lib/src/kysely_types/debats/Secdis.js +3 -0
- package/lib/src/kysely_types/debats/Secdivers.d.ts +19 -0
- package/lib/src/kysely_types/debats/Secdivers.js +3 -0
- package/lib/src/kysely_types/debats/SenatSchema.d.ts +18 -0
- package/lib/src/kysely_types/debats/SenatSchema.js +3 -0
- package/lib/src/kysely_types/debats/Syndeb.d.ts +12 -0
- package/lib/src/kysely_types/debats/Syndeb.js +3 -0
- package/lib/src/kysely_types/debats/Typsec.d.ts +14 -0
- package/lib/src/kysely_types/debats/Typsec.js +3 -0
- package/lib/src/kysely_types/dosleg/Amescr.d.ts +13 -0
- package/lib/src/kysely_types/dosleg/Amescr.js +3 -0
- package/lib/src/kysely_types/dosleg/Ass.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Ass.js +3 -0
- package/lib/src/kysely_types/dosleg/Aud.d.ts +19 -0
- package/lib/src/kysely_types/dosleg/Aud.js +3 -0
- package/lib/src/kysely_types/dosleg/Auteur.d.ts +34 -0
- package/lib/src/kysely_types/dosleg/Auteur.js +3 -0
- package/lib/src/kysely_types/dosleg/Ble.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Ble.js +3 -0
- package/lib/src/kysely_types/dosleg/Catrap.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Catrap.js +3 -0
- package/lib/src/kysely_types/dosleg/Corscr.d.ts +17 -0
- package/lib/src/kysely_types/dosleg/Corscr.js +3 -0
- package/lib/src/kysely_types/dosleg/Database.d.ts +3 -0
- package/lib/src/kysely_types/dosleg/Database.js +3 -0
- package/lib/src/kysely_types/dosleg/DateSeance.d.ts +16 -0
- package/lib/src/kysely_types/dosleg/DateSeance.js +3 -0
- package/lib/src/kysely_types/dosleg/Deccoc.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Deccoc.js +3 -0
- package/lib/src/kysely_types/dosleg/Denrap.d.ts +26 -0
- package/lib/src/kysely_types/dosleg/Denrap.js +3 -0
- package/lib/src/kysely_types/dosleg/Doc.d.ts +33 -0
- package/lib/src/kysely_types/dosleg/Doc.js +3 -0
- package/lib/src/kysely_types/dosleg/Docatt.d.ts +16 -0
- package/lib/src/kysely_types/dosleg/Docatt.js +3 -0
- package/lib/src/kysely_types/dosleg/Docsea.d.ts +19 -0
- package/lib/src/kysely_types/dosleg/Docsea.js +3 -0
- package/lib/src/kysely_types/dosleg/Ecr.d.ts +26 -0
- package/lib/src/kysely_types/dosleg/Ecr.js +3 -0
- package/lib/src/kysely_types/dosleg/Etaloi.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Etaloi.js +3 -0
- package/lib/src/kysely_types/dosleg/Evtsea.d.ts +18 -0
- package/lib/src/kysely_types/dosleg/Evtsea.js +3 -0
- package/lib/src/kysely_types/dosleg/Forpub.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Forpub.js +3 -0
- package/lib/src/kysely_types/dosleg/Gen.d.ts +11 -0
- package/lib/src/kysely_types/dosleg/Gen.js +3 -0
- package/lib/src/kysely_types/dosleg/Lecass.d.ts +84 -0
- package/lib/src/kysely_types/dosleg/Lecass.js +3 -0
- package/lib/src/kysely_types/dosleg/Lecassrap.d.ts +15 -0
- package/lib/src/kysely_types/dosleg/Lecassrap.js +3 -0
- package/lib/src/kysely_types/dosleg/Lecture.d.ts +16 -0
- package/lib/src/kysely_types/dosleg/Lecture.js +3 -0
- package/lib/src/kysely_types/dosleg/Lnkrap.d.ts +16 -0
- package/lib/src/kysely_types/dosleg/Lnkrap.js +3 -0
- package/lib/src/kysely_types/dosleg/Loi.d.ts +93 -0
- package/lib/src/kysely_types/dosleg/Loi.js +3 -0
- package/lib/src/kysely_types/dosleg/Loithe.d.ts +13 -0
- package/lib/src/kysely_types/dosleg/Loithe.js +3 -0
- package/lib/src/kysely_types/dosleg/Natloi.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Natloi.js +3 -0
- package/lib/src/kysely_types/dosleg/Org.d.ts +48 -0
- package/lib/src/kysely_types/dosleg/Org.js +3 -0
- package/lib/src/kysely_types/dosleg/Orgnomhis.d.ts +28 -0
- package/lib/src/kysely_types/dosleg/Orgnomhis.js +3 -0
- package/lib/src/kysely_types/dosleg/Orippr.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Orippr.js +3 -0
- package/lib/src/kysely_types/dosleg/Oritxt.d.ts +25 -0
- package/lib/src/kysely_types/dosleg/Oritxt.js +3 -0
- package/lib/src/kysely_types/dosleg/Posvot.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Posvot.js +3 -0
- package/lib/src/kysely_types/dosleg/Qua.d.ts +16 -0
- package/lib/src/kysely_types/dosleg/Qua.js +3 -0
- package/lib/src/kysely_types/dosleg/Rap.d.ts +64 -0
- package/lib/src/kysely_types/dosleg/Rap.js +3 -0
- package/lib/src/kysely_types/dosleg/Raporg.d.ts +13 -0
- package/lib/src/kysely_types/dosleg/Raporg.js +3 -0
- package/lib/src/kysely_types/dosleg/Rapthe.d.ts +13 -0
- package/lib/src/kysely_types/dosleg/Rapthe.js +3 -0
- package/lib/src/kysely_types/dosleg/Rolsig.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Rolsig.js +3 -0
- package/lib/src/kysely_types/dosleg/Scr.d.ts +46 -0
- package/lib/src/kysely_types/dosleg/Scr.js +3 -0
- package/lib/src/kysely_types/dosleg/SenatSchema.d.ts +108 -0
- package/lib/src/kysely_types/dosleg/SenatSchema.js +3 -0
- package/lib/src/kysely_types/dosleg/Ses.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Ses.js +3 -0
- package/lib/src/kysely_types/dosleg/Stavot.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Stavot.js +3 -0
- package/lib/src/kysely_types/dosleg/Texte.d.ts +54 -0
- package/lib/src/kysely_types/dosleg/Texte.js +3 -0
- package/lib/src/kysely_types/dosleg/TexteAncien.d.ts +20 -0
- package/lib/src/kysely_types/dosleg/TexteAncien.js +3 -0
- package/lib/src/kysely_types/dosleg/The.d.ts +14 -0
- package/lib/src/kysely_types/dosleg/The.js +3 -0
- package/lib/src/kysely_types/dosleg/Titsen.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Titsen.js +3 -0
- package/lib/src/kysely_types/dosleg/Typatt.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Typatt.js +3 -0
- package/lib/src/kysely_types/dosleg/Typaut.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Typaut.js +3 -0
- package/lib/src/kysely_types/dosleg/Typdoc.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Typdoc.js +3 -0
- package/lib/src/kysely_types/dosleg/Typevtsea.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Typevtsea.js +3 -0
- package/lib/src/kysely_types/dosleg/Typlec.d.ts +14 -0
- package/lib/src/kysely_types/dosleg/Typlec.js +3 -0
- package/lib/src/kysely_types/dosleg/Typloi.d.ts +26 -0
- package/lib/src/kysely_types/dosleg/Typloi.js +3 -0
- package/lib/src/kysely_types/dosleg/Typorg.d.ts +20 -0
- package/lib/src/kysely_types/dosleg/Typorg.js +3 -0
- package/lib/src/kysely_types/dosleg/Typrap.d.ts +26 -0
- package/lib/src/kysely_types/dosleg/Typrap.js +3 -0
- package/lib/src/kysely_types/dosleg/Typtxt.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Typtxt.js +3 -0
- package/lib/src/kysely_types/dosleg/Typurl.d.ts +12 -0
- package/lib/src/kysely_types/dosleg/Typurl.js +3 -0
- package/lib/src/kysely_types/dosleg/Votsen.d.ts +25 -0
- package/lib/src/kysely_types/dosleg/Votsen.js +3 -0
- package/lib/src/kysely_types/questions/Database.d.ts +3 -0
- package/lib/src/kysely_types/questions/Database.js +3 -0
- package/lib/src/kysely_types/questions/Etatquestion.d.ts +14 -0
- package/lib/src/kysely_types/questions/Etatquestion.js +3 -0
- package/lib/src/kysely_types/questions/Legquestion.d.ts +18 -0
- package/lib/src/kysely_types/questions/Legquestion.js +3 -0
- package/lib/src/kysely_types/questions/Naturequestion.d.ts +15 -0
- package/lib/src/kysely_types/questions/Naturequestion.js +3 -0
- package/lib/src/kysely_types/questions/SenatSchema.d.ts +18 -0
- package/lib/src/kysely_types/questions/SenatSchema.js +3 -0
- package/lib/src/kysely_types/questions/Sortquestion.d.ts +14 -0
- package/lib/src/kysely_types/questions/Sortquestion.js +3 -0
- package/lib/src/kysely_types/questions/TamMinisteres.d.ts +28 -0
- package/lib/src/kysely_types/questions/TamMinisteres.js +3 -0
- package/lib/src/kysely_types/questions/TamQuestions.d.ts +124 -0
- package/lib/src/kysely_types/questions/TamQuestions.js +3 -0
- package/lib/src/kysely_types/questions/TamReponses.d.ts +32 -0
- package/lib/src/kysely_types/questions/TamReponses.js +3 -0
- package/lib/src/kysely_types/questions/The.d.ts +16 -0
- package/lib/src/kysely_types/questions/The.js +3 -0
- package/lib/src/kysely_types/sens/Activite.d.ts +34 -0
- package/lib/src/kysely_types/sens/Activite.js +3 -0
- package/lib/src/kysely_types/sens/ActiviteDelegation.d.ts +15 -0
- package/lib/src/kysely_types/sens/ActiviteDelegation.js +3 -0
- package/lib/src/kysely_types/sens/ActiviteLoi.d.ts +13 -0
- package/lib/src/kysely_types/sens/ActiviteLoi.js +3 -0
- package/lib/src/kysely_types/sens/ActiviteParticipant.d.ts +25 -0
- package/lib/src/kysely_types/sens/ActiviteParticipant.js +3 -0
- package/lib/src/kysely_types/sens/ActiviteSenateur.d.ts +21 -0
- package/lib/src/kysely_types/sens/ActiviteSenateur.js +3 -0
- package/lib/src/kysely_types/sens/ActivitesLiees.d.ts +10 -0
- package/lib/src/kysely_types/sens/ActivitesLiees.js +3 -0
- package/lib/src/kysely_types/sens/Actpro.d.ts +16 -0
- package/lib/src/kysely_types/sens/Actpro.js +3 -0
- package/lib/src/kysely_types/sens/Adresse.d.ts +39 -0
- package/lib/src/kysely_types/sens/Adresse.js +3 -0
- package/lib/src/kysely_types/sens/Asster.d.ts +18 -0
- package/lib/src/kysely_types/sens/Asster.js +3 -0
- package/lib/src/kysely_types/sens/Bur.d.ts +46 -0
- package/lib/src/kysely_types/sens/Bur.js +3 -0
- package/lib/src/kysely_types/sens/CategorieActivite.d.ts +13 -0
- package/lib/src/kysely_types/sens/CategorieActivite.js +3 -0
- package/lib/src/kysely_types/sens/Com.d.ts +48 -0
- package/lib/src/kysely_types/sens/Com.js +3 -0
- package/lib/src/kysely_types/sens/Csp.d.ts +22 -0
- package/lib/src/kysely_types/sens/Csp.js +3 -0
- package/lib/src/kysely_types/sens/Database.d.ts +3 -0
- package/lib/src/kysely_types/sens/Database.js +3 -0
- package/lib/src/kysely_types/sens/Delega.d.ts +46 -0
- package/lib/src/kysely_types/sens/Delega.js +3 -0
- package/lib/src/kysely_types/sens/Design.d.ts +33 -0
- package/lib/src/kysely_types/sens/Design.js +3 -0
- package/lib/src/kysely_types/sens/Designoep.d.ts +36 -0
- package/lib/src/kysely_types/sens/Designoep.js +3 -0
- package/lib/src/kysely_types/sens/Designorg.d.ts +39 -0
- package/lib/src/kysely_types/sens/Designorg.js +3 -0
- package/lib/src/kysely_types/sens/Dpt.d.ts +54 -0
- package/lib/src/kysely_types/sens/Dpt.js +3 -0
- package/lib/src/kysely_types/sens/Dptele.d.ts +35 -0
- package/lib/src/kysely_types/sens/Dptele.js +3 -0
- package/lib/src/kysely_types/sens/Dpttypman.d.ts +14 -0
- package/lib/src/kysely_types/sens/Dpttypman.js +3 -0
- package/lib/src/kysely_types/sens/Ele.d.ts +35 -0
- package/lib/src/kysely_types/sens/Ele.js +3 -0
- package/lib/src/kysely_types/sens/Elucan.d.ts +50 -0
- package/lib/src/kysely_types/sens/Elucan.js +3 -0
- package/lib/src/kysely_types/sens/Eludep.d.ts +49 -0
- package/lib/src/kysely_types/sens/Eludep.js +3 -0
- package/lib/src/kysely_types/sens/Eludiv.d.ts +47 -0
- package/lib/src/kysely_types/sens/Eludiv.js +3 -0
- package/lib/src/kysely_types/sens/Elueur.d.ts +47 -0
- package/lib/src/kysely_types/sens/Elueur.js +3 -0
- package/lib/src/kysely_types/sens/Elureg.d.ts +48 -0
- package/lib/src/kysely_types/sens/Elureg.js +3 -0
- package/lib/src/kysely_types/sens/Elusen.d.ts +52 -0
- package/lib/src/kysely_types/sens/Elusen.js +3 -0
- package/lib/src/kysely_types/sens/Eluter.d.ts +47 -0
- package/lib/src/kysely_types/sens/Eluter.js +3 -0
- package/lib/src/kysely_types/sens/Elutit.d.ts +38 -0
- package/lib/src/kysely_types/sens/Elutit.js +3 -0
- package/lib/src/kysely_types/sens/Eluvil.d.ts +48 -0
- package/lib/src/kysely_types/sens/Eluvil.js +3 -0
- package/lib/src/kysely_types/sens/Etadebman.d.ts +34 -0
- package/lib/src/kysely_types/sens/Etadebman.js +3 -0
- package/lib/src/kysely_types/sens/Etafinman.d.ts +34 -0
- package/lib/src/kysely_types/sens/Etafinman.js +3 -0
- package/lib/src/kysely_types/sens/Etasen.d.ts +34 -0
- package/lib/src/kysely_types/sens/Etasen.js +3 -0
- package/lib/src/kysely_types/sens/FonactParticipant.d.ts +16 -0
- package/lib/src/kysely_types/sens/FonactParticipant.js +3 -0
- package/lib/src/kysely_types/sens/Foncom.d.ts +40 -0
- package/lib/src/kysely_types/sens/Foncom.js +3 -0
- package/lib/src/kysely_types/sens/Fondelega.d.ts +40 -0
- package/lib/src/kysely_types/sens/Fondelega.js +3 -0
- package/lib/src/kysely_types/sens/Fongrppol.d.ts +40 -0
- package/lib/src/kysely_types/sens/Fongrppol.js +3 -0
- package/lib/src/kysely_types/sens/Fongrpsen.d.ts +27 -0
- package/lib/src/kysely_types/sens/Fongrpsen.js +3 -0
- package/lib/src/kysely_types/sens/Fonmemcom.d.ts +37 -0
- package/lib/src/kysely_types/sens/Fonmemcom.js +3 -0
- package/lib/src/kysely_types/sens/Fonmemdelega.d.ts +37 -0
- package/lib/src/kysely_types/sens/Fonmemdelega.js +3 -0
- package/lib/src/kysely_types/sens/Fonmemgrppol.d.ts +35 -0
- package/lib/src/kysely_types/sens/Fonmemgrppol.js +3 -0
- package/lib/src/kysely_types/sens/Fonmemgrpsen.d.ts +32 -0
- package/lib/src/kysely_types/sens/Fonmemgrpsen.js +3 -0
- package/lib/src/kysely_types/sens/Fonmemorg.d.ts +41 -0
- package/lib/src/kysely_types/sens/Fonmemorg.js +3 -0
- package/lib/src/kysely_types/sens/Fonorg.d.ts +40 -0
- package/lib/src/kysely_types/sens/Fonorg.js +3 -0
- package/lib/src/kysely_types/sens/Grppol.d.ts +46 -0
- package/lib/src/kysely_types/sens/Grppol.js +3 -0
- package/lib/src/kysely_types/sens/Grpsenami.d.ts +55 -0
- package/lib/src/kysely_types/sens/Grpsenami.js +3 -0
- package/lib/src/kysely_types/sens/Libcom.d.ts +36 -0
- package/lib/src/kysely_types/sens/Libcom.js +3 -0
- package/lib/src/kysely_types/sens/Libdelega.d.ts +34 -0
- package/lib/src/kysely_types/sens/Libdelega.js +3 -0
- package/lib/src/kysely_types/sens/Libgrppol.d.ts +36 -0
- package/lib/src/kysely_types/sens/Libgrppol.js +3 -0
- package/lib/src/kysely_types/sens/Libgrpsen.d.ts +28 -0
- package/lib/src/kysely_types/sens/Libgrpsen.js +3 -0
- package/lib/src/kysely_types/sens/Liborg.d.ts +34 -0
- package/lib/src/kysely_types/sens/Liborg.js +3 -0
- package/lib/src/kysely_types/sens/Mel.d.ts +19 -0
- package/lib/src/kysely_types/sens/Mel.js +3 -0
- package/lib/src/kysely_types/sens/Memcom.d.ts +37 -0
- package/lib/src/kysely_types/sens/Memcom.js +3 -0
- package/lib/src/kysely_types/sens/Memdelega.d.ts +38 -0
- package/lib/src/kysely_types/sens/Memdelega.js +3 -0
- package/lib/src/kysely_types/sens/Memextpar.d.ts +56 -0
- package/lib/src/kysely_types/sens/Memextpar.js +3 -0
- package/lib/src/kysely_types/sens/Memgrppol.d.ts +38 -0
- package/lib/src/kysely_types/sens/Memgrppol.js +3 -0
- package/lib/src/kysely_types/sens/Memgrpsen.d.ts +30 -0
- package/lib/src/kysely_types/sens/Memgrpsen.js +3 -0
- package/lib/src/kysely_types/sens/Memorg.d.ts +42 -0
- package/lib/src/kysely_types/sens/Memorg.js +3 -0
- package/lib/src/kysely_types/sens/Minind.d.ts +46 -0
- package/lib/src/kysely_types/sens/Minind.js +3 -0
- package/lib/src/kysely_types/sens/Mismin.d.ts +17 -0
- package/lib/src/kysely_types/sens/Mismin.js +3 -0
- package/lib/src/kysely_types/sens/Missen.d.ts +17 -0
- package/lib/src/kysely_types/sens/Missen.js +3 -0
- package/lib/src/kysely_types/sens/Moddes.d.ts +30 -0
- package/lib/src/kysely_types/sens/Moddes.js +3 -0
- package/lib/src/kysely_types/sens/Nation.d.ts +26 -0
- package/lib/src/kysely_types/sens/Nation.js +3 -0
- package/lib/src/kysely_types/sens/Nationgrpsen.d.ts +31 -0
- package/lib/src/kysely_types/sens/Nationgrpsen.js +3 -0
- package/lib/src/kysely_types/sens/Org.d.ts +46 -0
- package/lib/src/kysely_types/sens/Org.js +3 -0
- package/lib/src/kysely_types/sens/Orgext.d.ts +72 -0
- package/lib/src/kysely_types/sens/Orgext.js +3 -0
- package/lib/src/kysely_types/sens/Orgthe.d.ts +12 -0
- package/lib/src/kysely_types/sens/Orgthe.js +3 -0
- package/lib/src/kysely_types/sens/Pcs.d.ts +15 -0
- package/lib/src/kysely_types/sens/Pcs.js +3 -0
- package/lib/src/kysely_types/sens/Pcs24.d.ts +15 -0
- package/lib/src/kysely_types/sens/Pcs24.js +3 -0
- package/lib/src/kysely_types/sens/Pcs42.d.ts +15 -0
- package/lib/src/kysely_types/sens/Pcs42.js +3 -0
- package/lib/src/kysely_types/sens/Pcs8.d.ts +12 -0
- package/lib/src/kysely_types/sens/Pcs8.js +3 -0
- package/lib/src/kysely_types/sens/Pcscatpro.d.ts +15 -0
- package/lib/src/kysely_types/sens/Pcscatpro.js +3 -0
- package/lib/src/kysely_types/sens/Poicon.d.ts +20 -0
- package/lib/src/kysely_types/sens/Poicon.js +3 -0
- package/lib/src/kysely_types/sens/Qua.d.ts +30 -0
- package/lib/src/kysely_types/sens/Qua.js +3 -0
- package/lib/src/kysely_types/sens/Reg.d.ts +38 -0
- package/lib/src/kysely_types/sens/Reg.js +3 -0
- package/lib/src/kysely_types/sens/Sen.d.ts +66 -0
- package/lib/src/kysely_types/sens/Sen.js +3 -0
- package/lib/src/kysely_types/sens/SenatSchema.d.ts +198 -0
- package/lib/src/kysely_types/sens/SenatSchema.js +3 -0
- package/lib/src/kysely_types/sens/Senbur.d.ts +41 -0
- package/lib/src/kysely_types/sens/Senbur.js +3 -0
- package/lib/src/kysely_types/sens/Sennom.d.ts +32 -0
- package/lib/src/kysely_types/sens/Sennom.js +3 -0
- package/lib/src/kysely_types/sens/Senurl.d.ts +35 -0
- package/lib/src/kysely_types/sens/Senurl.js +3 -0
- package/lib/src/kysely_types/sens/Stajur.d.ts +19 -0
- package/lib/src/kysely_types/sens/Stajur.js +3 -0
- package/lib/src/kysely_types/sens/Telephone.d.ts +21 -0
- package/lib/src/kysely_types/sens/Telephone.js +3 -0
- package/lib/src/kysely_types/sens/Temval.d.ts +14 -0
- package/lib/src/kysely_types/sens/Temval.js +3 -0
- package/lib/src/kysely_types/sens/Territ.d.ts +25 -0
- package/lib/src/kysely_types/sens/Territ.js +3 -0
- package/lib/src/kysely_types/sens/Titele.d.ts +32 -0
- package/lib/src/kysely_types/sens/Titele.js +3 -0
- package/lib/src/kysely_types/sens/Typadr.d.ts +20 -0
- package/lib/src/kysely_types/sens/Typadr.js +3 -0
- package/lib/src/kysely_types/sens/Typapppol.d.ts +34 -0
- package/lib/src/kysely_types/sens/Typapppol.js +3 -0
- package/lib/src/kysely_types/sens/Typbister.d.ts +16 -0
- package/lib/src/kysely_types/sens/Typbister.js +3 -0
- package/lib/src/kysely_types/sens/TypeActivite.d.ts +11 -0
- package/lib/src/kysely_types/sens/TypeActivite.js +3 -0
- package/lib/src/kysely_types/sens/TypeActiviteParticipant.d.ts +10 -0
- package/lib/src/kysely_types/sens/TypeActiviteParticipant.js +3 -0
- package/lib/src/kysely_types/sens/TypeActiviteSenateur.d.ts +11 -0
- package/lib/src/kysely_types/sens/TypeActiviteSenateur.js +3 -0
- package/lib/src/kysely_types/sens/TypeCategorie.d.ts +11 -0
- package/lib/src/kysely_types/sens/TypeCategorie.js +3 -0
- package/lib/src/kysely_types/sens/Typele.d.ts +22 -0
- package/lib/src/kysely_types/sens/Typele.js +3 -0
- package/lib/src/kysely_types/sens/Typgrpsen.d.ts +23 -0
- package/lib/src/kysely_types/sens/Typgrpsen.js +3 -0
- package/lib/src/kysely_types/sens/Typman.d.ts +20 -0
- package/lib/src/kysely_types/sens/Typman.js +3 -0
- package/lib/src/kysely_types/sens/Typorg.d.ts +26 -0
- package/lib/src/kysely_types/sens/Typorg.js +3 -0
- package/lib/src/kysely_types/sens/Typurl.d.ts +31 -0
- package/lib/src/kysely_types/sens/Typurl.js +3 -0
- package/lib/src/kysely_types/sens/Typvoi.d.ts +16 -0
- package/lib/src/kysely_types/sens/Typvoi.js +3 -0
- package/lib/src/kysely_types/sens/Zongeo.d.ts +22 -0
- package/lib/src/kysely_types/sens/Zongeo.js +3 -0
- package/lib/src/loaders.d.ts +3 -3
- package/lib/src/loaders.js +1 -1
- package/lib/src/model/agenda.d.ts +1 -1
- package/lib/src/model/commission.d.ts +2 -2
- package/lib/src/model/seance.d.ts +1 -1
- package/lib/src/other_types/agenda.d.ts +45 -0
- package/lib/src/other_types/agenda.js +1 -0
- package/lib/src/other_types/compte_rendu.d.ts +83 -0
- package/lib/src/other_types/compte_rendu.js +1 -0
- package/lib/src/other_types/questions.d.ts +2 -0
- package/lib/src/other_types/questions.js +1 -0
- package/lib/src/other_types/sens.d.ts +8 -0
- package/lib/src/other_types/sens.js +1 -0
- package/lib/src/other_types/sessions.d.ts +6 -0
- package/lib/src/other_types/sessions.js +19 -0
- package/lib/src/other_types/texte.d.ts +72 -0
- package/lib/src/other_types/texte.js +15 -0
- package/lib/src/parsers/texte.d.ts +1 -1
- package/lib/src/parsers/texte.js +1 -1
- package/lib/src/questions.d.ts +53 -0
- package/lib/src/questions.js +1 -0
- package/lib/src/rich_types/agenda.d.ts +45 -0
- package/lib/src/rich_types/agenda.js +1 -0
- package/lib/src/rich_types/ameli.d.ts +70 -0
- package/lib/src/rich_types/ameli.js +1 -0
- package/lib/src/rich_types/compte_rendu.d.ts +83 -0
- package/lib/src/rich_types/compte_rendu.js +1 -0
- package/lib/src/rich_types/debats.d.ts +38 -0
- package/lib/src/rich_types/debats.js +1 -0
- package/lib/src/rich_types/dosleg.d.ts +212 -0
- package/lib/src/rich_types/dosleg.js +193 -0
- package/lib/src/rich_types/questions.d.ts +55 -0
- package/lib/src/rich_types/questions.js +1 -0
- package/lib/src/rich_types/sens.d.ts +104 -0
- package/lib/src/rich_types/sens.js +1 -0
- package/lib/src/rich_types/sessions.d.ts +6 -0
- package/lib/src/rich_types/sessions.js +19 -0
- package/lib/src/rich_types/texte.d.ts +72 -0
- package/lib/src/rich_types/texte.js +15 -0
- package/lib/src/schemas/config.d.ts +9 -0
- package/lib/src/schemas/config.js +10 -0
- package/lib/src/scripts/convert_data.js +6 -6
- package/lib/src/scripts/convert_xml_to_html.js +1 -1
- package/lib/src/scripts/datautil.d.ts +1 -1
- package/lib/src/scripts/retrieve_agenda.js +4 -4
- package/lib/src/scripts/retrieve_cr_commission.js +6 -6
- package/lib/src/scripts/retrieve_cr_seance.d.ts +1 -1
- package/lib/src/scripts/retrieve_cr_seance.js +4 -4
- package/lib/src/scripts/retrieve_documents.d.ts +1 -1
- package/lib/src/scripts/retrieve_documents.js +4 -4
- package/lib/src/scripts/retrieve_open_data.js +72 -8
- package/lib/src/scripts/retrieve_senateurs_photos.js +2 -2
- package/lib/src/scripts/retrieve_videos.js +3 -3
- package/lib/src/scripts/shared/incremental_import_sql.js +22 -7
- package/lib/src/scripts/shared/prefixed_tables.d.ts +2 -1
- package/lib/src/scripts/shared/prefixed_tables.js +4 -3
- package/lib/src/scripts/shared/staging_import.d.ts +1 -1
- package/lib/src/scripts/validate_prefixed_tables.js +12 -11
- package/lib/src/scrutins.d.ts +47 -0
- package/lib/src/scrutins.js +1 -0
- package/lib/src/sens.d.ts +104 -0
- package/lib/src/sens.js +1 -0
- package/lib/src/server/agenda.d.ts +6 -0
- package/lib/src/server/agenda.js +148 -0
- package/lib/src/server/ameli.d.ts +2 -0
- package/lib/src/server/ameli.js +153 -0
- package/lib/src/server/commission.d.ts +19 -0
- package/lib/src/server/commission.js +269 -0
- package/lib/src/server/config.d.ts +43 -0
- package/lib/src/server/config.js +37 -0
- package/lib/src/server/conversion_textes.d.ts +11 -0
- package/lib/src/server/conversion_textes.js +320 -0
- package/lib/src/server/databases_postgres.d.ts +32 -0
- package/lib/src/server/databases_postgres.js +50 -0
- package/lib/src/server/datasets.d.ts +38 -0
- package/lib/src/server/datasets.js +247 -0
- package/lib/src/server/debats.d.ts +2 -0
- package/lib/src/server/debats.js +98 -0
- package/lib/src/server/documents.d.ts +3 -0
- package/lib/src/server/documents.js +132 -0
- package/lib/src/server/dosleg.d.ts +2 -0
- package/lib/src/server/dosleg.js +228 -0
- package/lib/src/server/git.d.ts +27 -0
- package/lib/src/server/git.js +251 -0
- package/lib/src/server/index.d.ts +18 -0
- package/lib/src/server/index.js +16 -0
- package/lib/src/server/loaders.d.ts +52 -0
- package/lib/src/server/loaders.js +260 -0
- package/lib/src/server/questions.d.ts +2 -0
- package/lib/src/server/questions.js +89 -0
- package/lib/src/server/scrutins.d.ts +2 -0
- package/lib/src/server/scrutins.js +114 -0
- package/lib/src/server/seance.d.ts +3 -0
- package/lib/src/server/seance.js +267 -0
- package/lib/src/server/sens.d.ts +9 -0
- package/lib/src/server/sens.js +353 -0
- package/lib/src/types/ameli.d.ts +1761 -4
- package/lib/src/types/ameli.js +1074 -1
- package/lib/src/types/debats.d.ts +380 -2
- package/lib/src/types/debats.js +266 -1
- package/lib/src/types/dosleg.d.ts +2953 -69
- package/lib/src/types/dosleg.js +2005 -1
- package/lib/src/types/questions.d.ts +699 -2
- package/lib/src/types/questions.js +493 -1
- package/lib/src/types/sens.d.ts +7842 -7
- package/lib/src/types/sens.js +4691 -1
- package/lib/src/util.d.ts +1 -0
- package/lib/src/util.js +15 -0
- package/lib/src/utils/cr_spliting.d.ts +1 -1
- package/lib/src/utils/cr_spliting.js +2 -2
- package/lib/src/utils/reunion_odj_building.d.ts +2 -2
- package/lib/src/utils/reunion_odj_building.js +2 -2
- package/lib/src/utils/reunion_parsing.d.ts +2 -2
- package/lib/src/utils/scoring.d.ts +1 -1
- package/lib/src/videos/match.d.ts +1 -1
- package/lib/src/videos/pipeline.d.ts +1 -1
- package/lib/src/videos/pipeline.js +1 -1
- package/lib/src/videos/search.d.ts +1 -1
- package/lib/tests/test_iter_load.test.js +1 -1
- package/lib/tests/validatePrefixedTables.test.js +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/package.json +11 -4
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type ScrSesann = string;
|
|
3
|
+
export type ScrScrnum = string;
|
|
4
|
+
/** Scrutins publics */
|
|
5
|
+
export default interface ScrTable {
|
|
6
|
+
/** Clé étrangère vers la table sesann (session) - élément de la clé de la table */
|
|
7
|
+
sesann: ColumnType<ScrSesann, ScrSesann, ScrSesann>;
|
|
8
|
+
/** Numéro de scrutin - élément de la clé de la table */
|
|
9
|
+
scrnum: ColumnType<ScrScrnum, ScrScrnum, ScrScrnum>;
|
|
10
|
+
/** Clé étrangère vers date_seance (séance du scrutin) */
|
|
11
|
+
code: ColumnType<string | null, string | null, string | null>;
|
|
12
|
+
/** Intitulé du scrutin */
|
|
13
|
+
scrint: ColumnType<string | null, string | null, string | null>;
|
|
14
|
+
/** date du scrutin */
|
|
15
|
+
scrdat: ColumnType<Date | null, Date | string | null, Date | string | null>;
|
|
16
|
+
/** Nombre de pour */
|
|
17
|
+
scrpou: ColumnType<string | null, string | null, string | null>;
|
|
18
|
+
/** Nombre de contre */
|
|
19
|
+
scrcon: ColumnType<string | null, string | null, string | null>;
|
|
20
|
+
/** Nombre de votants */
|
|
21
|
+
scrvot: ColumnType<string | null, string | null, string | null>;
|
|
22
|
+
/** Nombre de suffrages exprimés */
|
|
23
|
+
scrsuf: ColumnType<string | null, string | null, string | null>;
|
|
24
|
+
/** Nombre de votants annoncé en séance */
|
|
25
|
+
scrvotsea: ColumnType<string | null, string | null, string | null>;
|
|
26
|
+
/** Nombre de suffrages exprimés annoncé en séance */
|
|
27
|
+
scrsufsea: ColumnType<string | null, string | null, string | null>;
|
|
28
|
+
/** Nombre de pour annoncé en séance */
|
|
29
|
+
scrpousea: ColumnType<string | null, string | null, string | null>;
|
|
30
|
+
/** Nombre de contre annoncé en séance */
|
|
31
|
+
scrconsea: ColumnType<string | null, string | null, string | null>;
|
|
32
|
+
/** majorité des suffrages exprimés */
|
|
33
|
+
scrmaj: ColumnType<string | null, string | null, string | null>;
|
|
34
|
+
/** majorité des suffrages exprimés annoncée en séance */
|
|
35
|
+
scrmajsea: ColumnType<string | null, string | null, string | null>;
|
|
36
|
+
soslib: ColumnType<string | null, string | null, string | null>;
|
|
37
|
+
/** Note en bas de page */
|
|
38
|
+
scrbaspag: ColumnType<string | null, string | null, string | null>;
|
|
39
|
+
/** Date effective du scrutin */
|
|
40
|
+
scrdateff: ColumnType<Date | null, Date | string | null, Date | string | null>;
|
|
41
|
+
/** Créer le json (O ou N) */
|
|
42
|
+
scrjso: ColumnType<string | null, string | null, string | null>;
|
|
43
|
+
}
|
|
44
|
+
export type Scr = Selectable<ScrTable>;
|
|
45
|
+
export type NewScr = Insertable<ScrTable>;
|
|
46
|
+
export type ScrUpdate = Updateable<ScrTable>;
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import type { default as TexteTable } from "./Texte.js";
|
|
2
|
+
import type { default as AuteurTable } from "./Auteur.js";
|
|
3
|
+
import type { default as LecassrapTable } from "./Lecassrap.js";
|
|
4
|
+
import type { default as TitsenTable } from "./Titsen.js";
|
|
5
|
+
import type { default as DocseaTable } from "./Docsea.js";
|
|
6
|
+
import type { default as TypdocTable } from "./Typdoc.js";
|
|
7
|
+
import type { default as TexteAncienTable } from "./TexteAncien.js";
|
|
8
|
+
import type { default as AudTable } from "./Aud.js";
|
|
9
|
+
import type { default as LecassTable } from "./Lecass.js";
|
|
10
|
+
import type { default as RaporgTable } from "./Raporg.js";
|
|
11
|
+
import type { default as TyptxtTable } from "./Typtxt.js";
|
|
12
|
+
import type { default as OrgTable } from "./Org.js";
|
|
13
|
+
import type { default as EvtseaTable } from "./Evtsea.js";
|
|
14
|
+
import type { default as AssTable } from "./Ass.js";
|
|
15
|
+
import type { default as ScrTable } from "./Scr.js";
|
|
16
|
+
import type { default as EcrTable } from "./Ecr.js";
|
|
17
|
+
import type { default as EtaloiTable } from "./Etaloi.js";
|
|
18
|
+
import type { default as TypattTable } from "./Typatt.js";
|
|
19
|
+
import type { default as TyplecTable } from "./Typlec.js";
|
|
20
|
+
import type { default as TyporgTable } from "./Typorg.js";
|
|
21
|
+
import type { default as LoitheTable } from "./Loithe.js";
|
|
22
|
+
import type { default as TypevtseaTable } from "./Typevtsea.js";
|
|
23
|
+
import type { default as QuaTable } from "./Qua.js";
|
|
24
|
+
import type { default as DocTable } from "./Doc.js";
|
|
25
|
+
import type { default as RaptheTable } from "./Rapthe.js";
|
|
26
|
+
import type { default as ForpubTable } from "./Forpub.js";
|
|
27
|
+
import type { default as CatrapTable } from "./Catrap.js";
|
|
28
|
+
import type { default as OritxtTable } from "./Oritxt.js";
|
|
29
|
+
import type { default as LnkrapTable } from "./Lnkrap.js";
|
|
30
|
+
import type { default as PosvotTable } from "./Posvot.js";
|
|
31
|
+
import type { default as TyprapTable } from "./Typrap.js";
|
|
32
|
+
import type { default as StavotTable } from "./Stavot.js";
|
|
33
|
+
import type { default as VotsenTable } from "./Votsen.js";
|
|
34
|
+
import type { default as CorscrTable } from "./Corscr.js";
|
|
35
|
+
import type { default as BleTable } from "./Ble.js";
|
|
36
|
+
import type { default as OripprTable } from "./Orippr.js";
|
|
37
|
+
import type { default as TypautTable } from "./Typaut.js";
|
|
38
|
+
import type { default as LoiTable } from "./Loi.js";
|
|
39
|
+
import type { default as LectureTable } from "./Lecture.js";
|
|
40
|
+
import type { default as GenTable } from "./Gen.js";
|
|
41
|
+
import type { default as TypurlTable } from "./Typurl.js";
|
|
42
|
+
import type { default as SesTable } from "./Ses.js";
|
|
43
|
+
import type { default as DeccocTable } from "./Deccoc.js";
|
|
44
|
+
import type { default as NatloiTable } from "./Natloi.js";
|
|
45
|
+
import type { default as DenrapTable } from "./Denrap.js";
|
|
46
|
+
import type { default as RapTable } from "./Rap.js";
|
|
47
|
+
import type { default as RolsigTable } from "./Rolsig.js";
|
|
48
|
+
import type { default as TyploiTable } from "./Typloi.js";
|
|
49
|
+
import type { default as TheTable } from "./The.js";
|
|
50
|
+
import type { default as AmescrTable } from "./Amescr.js";
|
|
51
|
+
import type { default as DocattTable } from "./Docatt.js";
|
|
52
|
+
import type { default as DateSeanceTable } from "./DateSeance.js";
|
|
53
|
+
import type { default as OrgnomhisTable } from "./Orgnomhis.js";
|
|
54
|
+
export default interface SenatSchema {
|
|
55
|
+
dosleg_texte: TexteTable;
|
|
56
|
+
dosleg_auteur: AuteurTable;
|
|
57
|
+
dosleg_lecassrap: LecassrapTable;
|
|
58
|
+
dosleg_titsen: TitsenTable;
|
|
59
|
+
dosleg_docsea: DocseaTable;
|
|
60
|
+
dosleg_typdoc: TypdocTable;
|
|
61
|
+
dosleg_texte_ancien: TexteAncienTable;
|
|
62
|
+
dosleg_aud: AudTable;
|
|
63
|
+
dosleg_lecass: LecassTable;
|
|
64
|
+
dosleg_raporg: RaporgTable;
|
|
65
|
+
dosleg_typtxt: TyptxtTable;
|
|
66
|
+
dosleg_org: OrgTable;
|
|
67
|
+
dosleg_evtsea: EvtseaTable;
|
|
68
|
+
dosleg_ass: AssTable;
|
|
69
|
+
dosleg_scr: ScrTable;
|
|
70
|
+
dosleg_ecr: EcrTable;
|
|
71
|
+
dosleg_etaloi: EtaloiTable;
|
|
72
|
+
dosleg_typatt: TypattTable;
|
|
73
|
+
dosleg_typlec: TyplecTable;
|
|
74
|
+
dosleg_typorg: TyporgTable;
|
|
75
|
+
dosleg_loithe: LoitheTable;
|
|
76
|
+
dosleg_typevtsea: TypevtseaTable;
|
|
77
|
+
dosleg_qua: QuaTable;
|
|
78
|
+
dosleg_doc: DocTable;
|
|
79
|
+
dosleg_rapthe: RaptheTable;
|
|
80
|
+
dosleg_forpub: ForpubTable;
|
|
81
|
+
dosleg_catrap: CatrapTable;
|
|
82
|
+
dosleg_oritxt: OritxtTable;
|
|
83
|
+
dosleg_lnkrap: LnkrapTable;
|
|
84
|
+
dosleg_posvot: PosvotTable;
|
|
85
|
+
dosleg_typrap: TyprapTable;
|
|
86
|
+
dosleg_stavot: StavotTable;
|
|
87
|
+
dosleg_votsen: VotsenTable;
|
|
88
|
+
dosleg_corscr: CorscrTable;
|
|
89
|
+
dosleg_ble: BleTable;
|
|
90
|
+
dosleg_orippr: OripprTable;
|
|
91
|
+
dosleg_typaut: TypautTable;
|
|
92
|
+
dosleg_loi: LoiTable;
|
|
93
|
+
dosleg_lecture: LectureTable;
|
|
94
|
+
dosleg_gen: GenTable;
|
|
95
|
+
dosleg_typurl: TypurlTable;
|
|
96
|
+
dosleg_ses: SesTable;
|
|
97
|
+
dosleg_deccoc: DeccocTable;
|
|
98
|
+
dosleg_natloi: NatloiTable;
|
|
99
|
+
dosleg_denrap: DenrapTable;
|
|
100
|
+
dosleg_rap: RapTable;
|
|
101
|
+
dosleg_rolsig: RolsigTable;
|
|
102
|
+
dosleg_typloi: TyploiTable;
|
|
103
|
+
dosleg_the: TheTable;
|
|
104
|
+
dosleg_amescr: AmescrTable;
|
|
105
|
+
dosleg_docatt: DocattTable;
|
|
106
|
+
dosleg_date_seance: DateSeanceTable;
|
|
107
|
+
dosleg_orgnomhis: OrgnomhisTable;
|
|
108
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type SesSesann = string;
|
|
3
|
+
/** Sessions parlementaires */
|
|
4
|
+
export default interface SesTable {
|
|
5
|
+
/** Clé de la table (année de l'ouverture de la session) */
|
|
6
|
+
sesann: ColumnType<SesSesann, SesSesann, SesSesann>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
seslib: ColumnType<string, string, string>;
|
|
9
|
+
}
|
|
10
|
+
export type Ses = Selectable<SesTable>;
|
|
11
|
+
export type NewSes = Insertable<SesTable>;
|
|
12
|
+
export type SesUpdate = Updateable<SesTable>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type StavotStavotidt = string;
|
|
3
|
+
/** Statuts particuliers des votants */
|
|
4
|
+
export default interface StavotTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
stavotidt: ColumnType<StavotStavotidt, StavotStavotidt, StavotStavotidt>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
stavotlib: ColumnType<string, string, string>;
|
|
9
|
+
}
|
|
10
|
+
export type Stavot = Selectable<StavotTable>;
|
|
11
|
+
export type NewStavot = Insertable<StavotTable>;
|
|
12
|
+
export type StavotUpdate = Updateable<StavotTable>;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TexteTexcod = string;
|
|
3
|
+
/** Textes */
|
|
4
|
+
export default interface TexteTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
texcod: ColumnType<TexteTexcod, TexteTexcod, TexteTexcod>;
|
|
7
|
+
/** origine du texte - clé externe */
|
|
8
|
+
oritxtcod: ColumnType<string | null, string | null, string | null>;
|
|
9
|
+
/** type du texte - clé externe */
|
|
10
|
+
typtxtcod: ColumnType<string, string, string>;
|
|
11
|
+
/** type d'URL */
|
|
12
|
+
typurl: ColumnType<string, string, string>;
|
|
13
|
+
/** lecture par assemblée - clé externe */
|
|
14
|
+
lecassidt: ColumnType<string, string, string>;
|
|
15
|
+
/** Session de numérotation - clé externe */
|
|
16
|
+
sesann: ColumnType<string | null, string | null, string | null>;
|
|
17
|
+
/** Organisme associé - clé externe */
|
|
18
|
+
orgcod: ColumnType<string | null, string | null, string | null>;
|
|
19
|
+
/** numéro du texte */
|
|
20
|
+
texnum: ColumnType<string | null, string | null, string | null>;
|
|
21
|
+
/** URL principal */
|
|
22
|
+
texurl: ColumnType<string | null, string | null, string | null>;
|
|
23
|
+
/** URL complémentaire 2 */
|
|
24
|
+
url2: ColumnType<string | null, string | null, string | null>;
|
|
25
|
+
/** URL complémentaire 3 */
|
|
26
|
+
url3: ColumnType<string | null, string | null, string | null>;
|
|
27
|
+
/** URL complémentaire 4 */
|
|
28
|
+
url4: ColumnType<string | null, string | null, string | null>;
|
|
29
|
+
/** Libellé pour l'URL 2 */
|
|
30
|
+
url2txt: ColumnType<string | null, string | null, string | null>;
|
|
31
|
+
/** libellé pour l'URL 3 */
|
|
32
|
+
url3txt: ColumnType<string | null, string | null, string | null>;
|
|
33
|
+
/** Libellé pour l'URL 4 */
|
|
34
|
+
url4txt: ColumnType<string | null, string | null, string | null>;
|
|
35
|
+
/** Date associée au texte (dépôt ou adoption) */
|
|
36
|
+
txtoritxtdat: ColumnType<Date, Date | string, Date | string>;
|
|
37
|
+
/** Prix de vente */
|
|
38
|
+
prix: ColumnType<string | null, string | null, string | null>;
|
|
39
|
+
/** numéro complémentaire (rectifié bis...) */
|
|
40
|
+
numerobis: ColumnType<string | null, string | null, string | null>;
|
|
41
|
+
/** Date de séance à laquelle est rattaché le dépôt du texte */
|
|
42
|
+
texdatsea: ColumnType<Date | null, Date | string | null, Date | string | null>;
|
|
43
|
+
/** Sous réserve decom. spéciale (oui/non) */
|
|
44
|
+
reserve_comspe: ColumnType<string | null, string | null, string | null>;
|
|
45
|
+
/** Date (éventuelle) de rejet de la demande de discussion immédiate */
|
|
46
|
+
datrejet_disc_immediate: ColumnType<Date | null, Date | string | null, Date | string | null>;
|
|
47
|
+
/** O si associé à un avis du Conseil d'état */
|
|
48
|
+
texace: ColumnType<string | null, string | null, string | null>;
|
|
49
|
+
/** URL de l'avis du CNEN */
|
|
50
|
+
url_cnen: ColumnType<string | null, string | null, string | null>;
|
|
51
|
+
}
|
|
52
|
+
export type Texte = Selectable<TexteTable>;
|
|
53
|
+
export type NewTexte = Insertable<TexteTable>;
|
|
54
|
+
export type TexteUpdate = Updateable<TexteTable>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TexteAncienId = string;
|
|
3
|
+
export default interface TexteAncienTable {
|
|
4
|
+
id: ColumnType<TexteAncienId, TexteAncienId, TexteAncienId>;
|
|
5
|
+
origine: ColumnType<string, string, string>;
|
|
6
|
+
sesann: ColumnType<string, string, string>;
|
|
7
|
+
numero: ColumnType<string, string, string>;
|
|
8
|
+
rectifie: ColumnType<string, string, string>;
|
|
9
|
+
date_effet: ColumnType<Date | null, Date | string | null, Date | string | null>;
|
|
10
|
+
lecture: ColumnType<string | null, string | null, string | null>;
|
|
11
|
+
statut: ColumnType<string | null, string | null, string | null>;
|
|
12
|
+
urgence: ColumnType<string, string, string>;
|
|
13
|
+
article_type: ColumnType<string | null, string | null, string | null>;
|
|
14
|
+
type_texte: ColumnType<string | null, string | null, string | null>;
|
|
15
|
+
libelle: ColumnType<string | null, string | null, string | null>;
|
|
16
|
+
fichier: ColumnType<string | null, string | null, string | null>;
|
|
17
|
+
}
|
|
18
|
+
export type TexteAncien = Selectable<TexteAncienTable>;
|
|
19
|
+
export type NewTexteAncien = Insertable<TexteAncienTable>;
|
|
20
|
+
export type TexteAncienUpdate = Updateable<TexteAncienTable>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TheThecle = number;
|
|
3
|
+
/** Thèmes */
|
|
4
|
+
export default interface TheTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
thecle: ColumnType<TheThecle, TheThecle, TheThecle>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
thelib: ColumnType<string, string, string>;
|
|
9
|
+
/** relatif [à/au/à la,...] */
|
|
10
|
+
theali: ColumnType<string | null, string | null, string | null>;
|
|
11
|
+
}
|
|
12
|
+
export type The = Selectable<TheTable>;
|
|
13
|
+
export type NewThe = Insertable<TheTable>;
|
|
14
|
+
export type TheUpdate = Updateable<TheTable>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TitsenTitsencod = string;
|
|
3
|
+
/** Titres des sénateurs (pour les scrutins publics) */
|
|
4
|
+
export default interface TitsenTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
titsencod: ColumnType<TitsenTitsencod, TitsenTitsencod, TitsenTitsencod>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
titsenlib: ColumnType<string | null, string | null, string | null>;
|
|
9
|
+
}
|
|
10
|
+
export type Titsen = Selectable<TitsenTable>;
|
|
11
|
+
export type NewTitsen = Insertable<TitsenTable>;
|
|
12
|
+
export type TitsenUpdate = Updateable<TitsenTable>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TypattTypattcod = string;
|
|
3
|
+
/** Types de documents attachés à un rapport */
|
|
4
|
+
export default interface TypattTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typattcod: ColumnType<TypattTypattcod, TypattTypattcod, TypattTypattcod>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
typattlib: ColumnType<string, string, string>;
|
|
9
|
+
}
|
|
10
|
+
export type Typatt = Selectable<TypattTable>;
|
|
11
|
+
export type NewTypatt = Insertable<TypattTable>;
|
|
12
|
+
export type TypattUpdate = Updateable<TypattTable>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TypautTypautcod = string;
|
|
3
|
+
/** Types d'auteurs */
|
|
4
|
+
export default interface TypautTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typautcod: ColumnType<TypautTypautcod, TypautTypautcod, TypautTypautcod>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
typautlib: ColumnType<string, string, string>;
|
|
9
|
+
}
|
|
10
|
+
export type Typaut = Selectable<TypautTable>;
|
|
11
|
+
export type NewTypaut = Insertable<TypautTable>;
|
|
12
|
+
export type TypautUpdate = Updateable<TypautTable>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TypdocTypdoccod = string;
|
|
3
|
+
/** Types de documents */
|
|
4
|
+
export default interface TypdocTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typdoccod: ColumnType<TypdocTypdoccod, TypdocTypdoccod, TypdocTypdoccod>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
typdoclib: ColumnType<string | null, string | null, string | null>;
|
|
9
|
+
}
|
|
10
|
+
export type Typdoc = Selectable<TypdocTable>;
|
|
11
|
+
export type NewTypdoc = Insertable<TypdocTable>;
|
|
12
|
+
export type TypdocUpdate = Updateable<TypdocTable>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TypevtseaTypevtcod = string;
|
|
3
|
+
/** Types d'événements de séance */
|
|
4
|
+
export default interface TypevtseaTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typevtcod: ColumnType<TypevtseaTypevtcod, TypevtseaTypevtcod, TypevtseaTypevtcod>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
typevtlib: ColumnType<string, string, string>;
|
|
9
|
+
}
|
|
10
|
+
export type Typevtsea = Selectable<TypevtseaTable>;
|
|
11
|
+
export type NewTypevtsea = Insertable<TypevtseaTable>;
|
|
12
|
+
export type TypevtseaUpdate = Updateable<TypevtseaTable>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TyplecTypleccod = string;
|
|
3
|
+
/** Types de lectures */
|
|
4
|
+
export default interface TyplecTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typleccod: ColumnType<TyplecTypleccod, TyplecTypleccod, TyplecTypleccod>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
typleclib: ColumnType<string, string, string>;
|
|
9
|
+
/** classement de la lecture */
|
|
10
|
+
typlecord: ColumnType<string | null, string | null, string | null>;
|
|
11
|
+
}
|
|
12
|
+
export type Typlec = Selectable<TyplecTable>;
|
|
13
|
+
export type NewTyplec = Insertable<TyplecTable>;
|
|
14
|
+
export type TyplecUpdate = Updateable<TyplecTable>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TyploiTyploicod = string;
|
|
3
|
+
/** Types de dossiers législtatifs */
|
|
4
|
+
export default interface TyploiTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typloicod: ColumnType<TyploiTyploicod, TyploiTyploicod, TyploiTyploicod>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
typloilib: ColumnType<string, string, string>;
|
|
9
|
+
/** Clé étrangère vers natloi (regroupement de dossiers par nature) */
|
|
10
|
+
groupe: ColumnType<string | null, string | null, string | null>;
|
|
11
|
+
/** Dénomination officielle du type de dossier */
|
|
12
|
+
typloiden: ColumnType<string | null, string | null, string | null>;
|
|
13
|
+
/** Genre : F=féminin, M=masculin */
|
|
14
|
+
typloigen: ColumnType<string | null, string | null, string | null>;
|
|
15
|
+
/** Titre utilisé pour les regroupements par types */
|
|
16
|
+
typloitit: ColumnType<string | null, string | null, string | null>;
|
|
17
|
+
/** Dénomination au pluriel */
|
|
18
|
+
typloidenplu: ColumnType<string | null, string | null, string | null>;
|
|
19
|
+
/** de, de la... */
|
|
20
|
+
typloide: ColumnType<string | null, string | null, string | null>;
|
|
21
|
+
/** Abréviation, utilisée notamment dans le TAP */
|
|
22
|
+
typloiabr: ColumnType<string | null, string | null, string | null>;
|
|
23
|
+
}
|
|
24
|
+
export type Typloi = Selectable<TyploiTable>;
|
|
25
|
+
export type NewTyploi = Insertable<TyploiTable>;
|
|
26
|
+
export type TyploiUpdate = Updateable<TyploiTable>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TyporgTyporgcod = string;
|
|
3
|
+
/** Types d'organismes */
|
|
4
|
+
export default interface TyporgTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typorgcod: ColumnType<TyporgTyporgcod, TyporgTyporgcod, TyporgTyporgcod>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
typorglib: ColumnType<string, string, string>;
|
|
9
|
+
/** URL de la page associée */
|
|
10
|
+
typorgurl: ColumnType<string | null, string | null, string | null>;
|
|
11
|
+
/** Titre associé à la listes des organismes du type considéré */
|
|
12
|
+
typorgtitens: ColumnType<string | null, string | null, string | null>;
|
|
13
|
+
/** Code pour la vidéothèque */
|
|
14
|
+
typorgvid: ColumnType<string | null, string | null, string | null>;
|
|
15
|
+
/** Classement */
|
|
16
|
+
typorgord: ColumnType<string | null, string | null, string | null>;
|
|
17
|
+
}
|
|
18
|
+
export type Typorg = Selectable<TyporgTable>;
|
|
19
|
+
export type NewTyporg = Insertable<TyporgTable>;
|
|
20
|
+
export type TyporgUpdate = Updateable<TyporgTable>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TyprapTypraprap = string;
|
|
3
|
+
/** Types de rapports */
|
|
4
|
+
export default interface TyprapTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typraprap: ColumnType<TyprapTypraprap, TyprapTypraprap, TyprapTypraprap>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
typraplib: ColumnType<string, string, string>;
|
|
9
|
+
/** O = indépendent dess dossiers législatifs */
|
|
10
|
+
typrapind: ColumnType<string, string, string>;
|
|
11
|
+
/** Libellé pluriel */
|
|
12
|
+
typraplibplu: ColumnType<string | null, string | null, string | null>;
|
|
13
|
+
/** URL de la page présentants les rapports de ce type */
|
|
14
|
+
typrapurl: ColumnType<string | null, string | null, string | null>;
|
|
15
|
+
/** Clé étrangère vers catrap (catégorie du rapport) */
|
|
16
|
+
catrapcod: ColumnType<string | null, string | null, string | null>;
|
|
17
|
+
/** Répertoire par défaut pour ce type de rapports */
|
|
18
|
+
typraprep: ColumnType<string | null, string | null, string | null>;
|
|
19
|
+
/** O=une notice est générée pour ce type de rapports */
|
|
20
|
+
typrapnot: ColumnType<string | null, string | null, string | null>;
|
|
21
|
+
/** O=la numérotation est remise à zéro à chaque session */
|
|
22
|
+
typrapses: ColumnType<string | null, string | null, string | null>;
|
|
23
|
+
}
|
|
24
|
+
export type Typrap = Selectable<TyprapTable>;
|
|
25
|
+
export type NewTyprap = Insertable<TyprapTable>;
|
|
26
|
+
export type TyprapUpdate = Updateable<TyprapTable>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TyptxtTyptxtcod = string;
|
|
3
|
+
/** Types de textes */
|
|
4
|
+
export default interface TyptxtTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typtxtcod: ColumnType<TyptxtTyptxtcod, TyptxtTyptxtcod, TyptxtTyptxtcod>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
typtxtlib: ColumnType<string, string, string>;
|
|
9
|
+
}
|
|
10
|
+
export type Typtxt = Selectable<TyptxtTable>;
|
|
11
|
+
export type NewTyptxt = Insertable<TyptxtTable>;
|
|
12
|
+
export type TyptxtUpdate = Updateable<TyptxtTable>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type TypurlTypurl = string;
|
|
3
|
+
/** Types d'URL */
|
|
4
|
+
export default interface TypurlTable {
|
|
5
|
+
/** Clé de la table */
|
|
6
|
+
typurl: ColumnType<TypurlTypurl, TypurlTypurl, TypurlTypurl>;
|
|
7
|
+
/** Libellé */
|
|
8
|
+
libtypurl: ColumnType<string, string, string>;
|
|
9
|
+
}
|
|
10
|
+
export type Typurl = Selectable<TypurlTable>;
|
|
11
|
+
export type NewTypurl = Insertable<TypurlTable>;
|
|
12
|
+
export type TypurlUpdate = Updateable<TypurlTable>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type VotsenSesann = string;
|
|
3
|
+
export type VotsenScrnum = string;
|
|
4
|
+
export type VotsenSenmat = string;
|
|
5
|
+
/** Votes des sénateurs lors des scrutins publics */
|
|
6
|
+
export default interface VotsenTable {
|
|
7
|
+
/** Avec scrnum, clé étrangère vers la table scr (scrutin) - élément de la clé de la table */
|
|
8
|
+
sesann: ColumnType<VotsenSesann, VotsenSesann, VotsenSesann>;
|
|
9
|
+
/** Avec sesann, clé étrangère vers la table scr (numéro de scrutin) - élément de la clé de la table */
|
|
10
|
+
scrnum: ColumnType<VotsenScrnum, VotsenScrnum, VotsenScrnum>;
|
|
11
|
+
/** Matricule du sénateur (table SEN de la base senateurs) - élément de la clé de la table */
|
|
12
|
+
senmat: ColumnType<VotsenSenmat, VotsenSenmat, VotsenSenmat>;
|
|
13
|
+
/** Clé étrangère vers posvot (position de vote) */
|
|
14
|
+
posvotcod: ColumnType<string | null, string | null, string | null>;
|
|
15
|
+
/** Clé étrangère vers titsen (titre du sénateur) */
|
|
16
|
+
titsencod: ColumnType<string, string, string>;
|
|
17
|
+
/** Clé étrangère vers statvot (statut spécial du votant) */
|
|
18
|
+
stavotidt: ColumnType<string, string, string>;
|
|
19
|
+
/** Matricule du délégant (clé étrangère vers SEN) */
|
|
20
|
+
senmatdel: ColumnType<string | null, string | null, string | null>;
|
|
21
|
+
votsenmar: ColumnType<string | null, string | null, string | null>;
|
|
22
|
+
}
|
|
23
|
+
export type Votsen = Selectable<VotsenTable>;
|
|
24
|
+
export type NewVotsen = Insertable<VotsenTable>;
|
|
25
|
+
export type VotsenUpdate = Updateable<VotsenTable>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ColumnType, Selectable, Insertable, Updateable } from "kysely";
|
|
2
|
+
export type EtatquestionEtaquecod = string;
|
|
3
|
+
/** Table de correspondance de l'état des questions */
|
|
4
|
+
export default interface EtatquestionTable {
|
|
5
|
+
/** Code état */
|
|
6
|
+
etaquecod: ColumnType<EtatquestionEtaquecod, EtatquestionEtaquecod, EtatquestionEtaquecod>;
|
|
7
|
+
/** Libellé de l'état */
|
|
8
|
+
etaquelib: ColumnType<string | null, string | null, string | null>;
|
|
9
|
+
/** Critère de tri */
|
|
10
|
+
etaquenumtri: ColumnType<string | null, string | null, string | null>;
|
|
11
|
+
}
|
|
12
|
+
export type Etatquestion = Selectable<EtatquestionTable>;
|
|
13
|
+
export type NewEtatquestion = Insertable<EtatquestionTable>;
|
|
14
|
+
export type EtatquestionUpdate = Updateable<EtatquestionTable>;
|