@tricoteuses/senat 3.0.2 → 3.1.1
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/documents.d.ts +30 -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/{types → src/other_types}/agenda.d.ts +1 -0
- package/lib/{types → src/other_types}/sens.d.ts +0 -2
- package/lib/src/other_types/sessions.d.ts +6 -0
- package/lib/src/other_types/sessions.js +19 -0
- package/lib/{types → src/other_types}/texte.d.ts +11 -13
- package/lib/{types → src/other_types}/texte.js +0 -1
- package/lib/src/parsers/texte.d.ts +1 -1
- package/lib/src/parsers/texte.js +1 -1
- package/lib/src/{model/ameli_postgres.d.ts → rich_types/ameli.d.ts} +5 -2
- package/lib/src/rich_types/debats.d.ts +38 -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/sens.d.ts +104 -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/{model → src/server}/agenda.d.ts +1 -1
- package/lib/{model → src/server}/agenda.js +3 -3
- package/lib/src/server/ameli.d.ts +2 -0
- package/lib/src/server/ameli.js +153 -0
- package/lib/{model → src/server}/commission.d.ts +5 -4
- package/lib/{model → src/server}/commission.js +6 -6
- 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/{datasets.d.ts → src/server/datasets.d.ts} +4 -0
- package/lib/{datasets.js → src/server/datasets.js} +16 -2
- 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/{git.d.ts → src/server/git.d.ts} +1 -0
- package/lib/{git.js → src/server/git.js} +96 -12
- package/lib/src/server/index.d.ts +18 -0
- package/lib/src/server/index.js +16 -0
- package/lib/{loaders.d.ts → src/server/loaders.d.ts} +17 -23
- package/lib/{loaders.js → src/server/loaders.js} +36 -62
- 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/{model → src/server}/seance.d.ts +1 -1
- package/lib/{model → src/server}/seance.js +7 -7
- package/lib/src/server/sens.d.ts +9 -0
- package/lib/src/server/sens.js +353 -0
- package/lib/src/types/debats.d.ts +2 -2
- 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/nvs-parsing.d.ts +1 -1
- package/lib/src/utils/nvs-parsing.js +9 -1
- 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 +4 -4
- package/lib/src/videos/pipeline.js +3 -3
- 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/package.json +11 -4
- package/lib/add-js-extensions-v2.js +0 -23
- package/lib/add-js-extensions.js +0 -17
- package/lib/aggregates.d.ts +0 -52
- package/lib/aggregates.js +0 -930
- package/lib/aggregates.mjs +0 -713
- package/lib/aggregates.ts +0 -833
- package/lib/config.d.ts +0 -10
- package/lib/config.js +0 -16
- package/lib/config.mjs +0 -16
- package/lib/config.ts +0 -26
- package/lib/databases.d.ts +0 -2
- package/lib/databases.js +0 -26
- package/lib/databases.mjs +0 -57
- package/lib/databases.ts +0 -71
- package/lib/datasets.mjs +0 -78
- package/lib/datasets.ts +0 -118
- package/lib/fields.d.ts +0 -10
- package/lib/fields.js +0 -68
- package/lib/fields.mjs +0 -22
- package/lib/fields.ts +0 -29
- package/lib/index.d.ts +0 -13
- package/lib/index.js +0 -1
- package/lib/index.mjs +0 -7
- package/lib/index.ts +0 -64
- package/lib/inserters.d.ts +0 -98
- package/lib/inserters.js +0 -500
- package/lib/inserters.mjs +0 -360
- package/lib/inserters.ts +0 -521
- package/lib/legislatures.json +0 -38
- package/lib/loaders.mjs +0 -158
- package/lib/loaders.ts +0 -271
- package/lib/model/ameli.d.ts +0 -51
- package/lib/model/ameli.js +0 -149
- package/lib/model/ameli.mjs +0 -84
- package/lib/model/ameli.ts +0 -100
- package/lib/model/debats.d.ts +0 -67
- package/lib/model/debats.js +0 -95
- package/lib/model/debats.mjs +0 -43
- package/lib/model/debats.ts +0 -68
- package/lib/model/documents.d.ts +0 -12
- package/lib/model/documents.js +0 -151
- package/lib/model/dosleg.d.ts +0 -7
- package/lib/model/dosleg.js +0 -326
- package/lib/model/dosleg.mjs +0 -196
- package/lib/model/dosleg.ts +0 -240
- package/lib/model/index.d.ts +0 -7
- package/lib/model/index.js +0 -7
- package/lib/model/index.mjs +0 -5
- package/lib/model/index.ts +0 -15
- package/lib/model/questions.d.ts +0 -45
- package/lib/model/questions.js +0 -89
- package/lib/model/questions.mjs +0 -71
- package/lib/model/questions.ts +0 -93
- package/lib/model/scrutins.d.ts +0 -13
- package/lib/model/scrutins.js +0 -114
- package/lib/model/sens.d.ts +0 -146
- package/lib/model/sens.js +0 -454
- package/lib/model/sens.mjs +0 -415
- package/lib/model/sens.ts +0 -516
- package/lib/model/texte.d.ts +0 -7
- package/lib/model/texte.js +0 -256
- package/lib/model/texte.mjs +0 -208
- package/lib/model/texte.ts +0 -229
- package/lib/model/util.d.ts +0 -9
- package/lib/model/util.js +0 -38
- package/lib/model/util.mjs +0 -19
- package/lib/model/util.ts +0 -32
- package/lib/parsers/texte.d.ts +0 -7
- package/lib/parsers/texte.js +0 -228
- package/lib/raw_types/ameli.d.ts +0 -914
- package/lib/raw_types/ameli.js +0 -5
- package/lib/raw_types/ameli.mjs +0 -163
- package/lib/raw_types/debats.d.ts +0 -207
- package/lib/raw_types/debats.js +0 -5
- package/lib/raw_types/debats.mjs +0 -58
- package/lib/raw_types/dosleg.d.ts +0 -1619
- package/lib/raw_types/dosleg.js +0 -5
- package/lib/raw_types/dosleg.mjs +0 -438
- package/lib/raw_types/questions.d.ts +0 -419
- package/lib/raw_types/questions.js +0 -5
- package/lib/raw_types/questions.mjs +0 -11
- package/lib/raw_types/senat.d.ts +0 -11368
- package/lib/raw_types/senat.js +0 -5
- package/lib/raw_types/sens.d.ts +0 -8248
- package/lib/raw_types/sens.js +0 -5
- package/lib/raw_types/sens.mjs +0 -508
- package/lib/raw_types_kysely/ameli.d.ts +0 -915
- package/lib/raw_types_kysely/ameli.js +0 -7
- package/lib/raw_types_kysely/ameli.mjs +0 -5
- package/lib/raw_types_kysely/ameli.ts +0 -951
- package/lib/raw_types_kysely/debats.d.ts +0 -207
- package/lib/raw_types_kysely/debats.js +0 -7
- package/lib/raw_types_kysely/debats.mjs +0 -5
- package/lib/raw_types_kysely/debats.ts +0 -222
- package/lib/raw_types_kysely/dosleg.d.ts +0 -3532
- package/lib/raw_types_kysely/dosleg.js +0 -7
- package/lib/raw_types_kysely/dosleg.mjs +0 -5
- package/lib/raw_types_kysely/dosleg.ts +0 -3621
- package/lib/raw_types_kysely/questions.d.ts +0 -414
- package/lib/raw_types_kysely/questions.js +0 -7
- package/lib/raw_types_kysely/questions.mjs +0 -5
- package/lib/raw_types_kysely/questions.ts +0 -426
- package/lib/raw_types_kysely/sens.d.ts +0 -4394
- package/lib/raw_types_kysely/sens.js +0 -7
- package/lib/raw_types_kysely/sens.mjs +0 -5
- package/lib/raw_types_kysely/sens.ts +0 -4499
- package/lib/raw_types_schemats/ameli.d.ts +0 -539
- package/lib/raw_types_schemats/ameli.js +0 -2
- package/lib/raw_types_schemats/ameli.mjs +0 -2
- package/lib/raw_types_schemats/ameli.ts +0 -601
- package/lib/raw_types_schemats/debats.d.ts +0 -127
- package/lib/raw_types_schemats/debats.js +0 -2
- package/lib/raw_types_schemats/debats.mjs +0 -2
- package/lib/raw_types_schemats/debats.ts +0 -145
- package/lib/raw_types_schemats/dosleg.d.ts +0 -977
- package/lib/raw_types_schemats/dosleg.js +0 -2
- package/lib/raw_types_schemats/dosleg.mjs +0 -2
- package/lib/raw_types_schemats/dosleg.ts +0 -2193
- package/lib/raw_types_schemats/questions.d.ts +0 -235
- package/lib/raw_types_schemats/questions.js +0 -2
- package/lib/raw_types_schemats/questions.mjs +0 -2
- package/lib/raw_types_schemats/questions.ts +0 -249
- package/lib/raw_types_schemats/sens.d.ts +0 -6915
- package/lib/raw_types_schemats/sens.js +0 -2
- package/lib/raw_types_schemats/sens.mjs +0 -2
- package/lib/raw_types_schemats/sens.ts +0 -2907
- package/lib/scripts/convert_data.js +0 -354
- package/lib/scripts/convert_data.mjs +0 -181
- package/lib/scripts/convert_data.ts +0 -243
- package/lib/scripts/data-download.d.ts +0 -1
- package/lib/scripts/data-download.js +0 -12
- package/lib/scripts/datautil.d.ts +0 -8
- package/lib/scripts/datautil.js +0 -34
- package/lib/scripts/datautil.mjs +0 -16
- package/lib/scripts/datautil.ts +0 -19
- package/lib/scripts/images/transparent_150x192.jpg +0 -0
- package/lib/scripts/images/transparent_155x225.jpg +0 -0
- package/lib/scripts/parse_textes.d.ts +0 -1
- package/lib/scripts/parse_textes.js +0 -44
- package/lib/scripts/parse_textes.mjs +0 -46
- package/lib/scripts/parse_textes.ts +0 -65
- package/lib/scripts/retrieve_agenda.d.ts +0 -1
- package/lib/scripts/retrieve_agenda.js +0 -132
- package/lib/scripts/retrieve_cr_commission.d.ts +0 -1
- package/lib/scripts/retrieve_cr_commission.js +0 -364
- package/lib/scripts/retrieve_cr_seance.d.ts +0 -6
- package/lib/scripts/retrieve_cr_seance.js +0 -347
- package/lib/scripts/retrieve_documents.d.ts +0 -3
- package/lib/scripts/retrieve_documents.js +0 -219
- package/lib/scripts/retrieve_documents.mjs +0 -249
- package/lib/scripts/retrieve_documents.ts +0 -298
- package/lib/scripts/retrieve_open_data.d.ts +0 -1
- package/lib/scripts/retrieve_open_data.js +0 -315
- package/lib/scripts/retrieve_open_data.mjs +0 -217
- package/lib/scripts/retrieve_open_data.ts +0 -268
- package/lib/scripts/retrieve_senateurs_photos.d.ts +0 -1
- package/lib/scripts/retrieve_senateurs_photos.js +0 -147
- package/lib/scripts/retrieve_senateurs_photos.mjs +0 -147
- package/lib/scripts/retrieve_senateurs_photos.ts +0 -177
- package/lib/scripts/retrieve_videos.d.ts +0 -1
- package/lib/scripts/retrieve_videos.js +0 -461
- package/lib/scripts/shared/cli_helpers.d.ts +0 -95
- package/lib/scripts/shared/cli_helpers.js +0 -91
- package/lib/scripts/shared/cli_helpers.ts +0 -36
- package/lib/scripts/shared/util.d.ts +0 -4
- package/lib/scripts/shared/util.js +0 -35
- package/lib/scripts/shared/util.ts +0 -33
- package/lib/scripts/test_iter_load.d.ts +0 -1
- package/lib/scripts/test_iter_load.js +0 -12
- package/lib/src/databases.d.ts +0 -3
- package/lib/src/databases.js +0 -26
- package/lib/src/model/ameli_postgres.js +0 -150
- package/lib/src/raw_types/senat.d.ts +0 -11372
- package/lib/src/raw_types/senat.js +0 -5
- package/lib/src/scripts/test_iter_load.d.ts +0 -1
- package/lib/src/scripts/test_iter_load.js +0 -12
- package/lib/strings.d.ts +0 -1
- package/lib/strings.js +0 -18
- package/lib/strings.mjs +0 -18
- package/lib/strings.ts +0 -26
- package/lib/types/ameli.d.ts +0 -5
- package/lib/types/ameli.mjs +0 -13
- package/lib/types/ameli.ts +0 -21
- package/lib/types/debats.d.ts +0 -2
- package/lib/types/debats.mjs +0 -2
- package/lib/types/debats.ts +0 -6
- package/lib/types/dosleg.d.ts +0 -70
- package/lib/types/dosleg.js +0 -1
- package/lib/types/dosleg.mjs +0 -151
- package/lib/types/dosleg.ts +0 -284
- package/lib/types/questions.d.ts +0 -2
- package/lib/types/questions.mjs +0 -1
- package/lib/types/questions.ts +0 -3
- package/lib/types/sens.mjs +0 -1
- package/lib/types/sens.ts +0 -12
- package/lib/types/sessions.d.ts +0 -5
- package/lib/types/sessions.js +0 -84
- package/lib/types/sessions.mjs +0 -43
- package/lib/types/sessions.ts +0 -42
- package/lib/types/texte.mjs +0 -16
- package/lib/types/texte.ts +0 -76
- package/lib/typings/windows-1252.d.js +0 -2
- package/lib/typings/windows-1252.d.mjs +0 -2
- package/lib/typings/windows-1252.d.ts +0 -11
- package/lib/utils/cr_spliting.d.ts +0 -28
- package/lib/utils/cr_spliting.js +0 -265
- package/lib/utils/date.d.ts +0 -10
- package/lib/utils/date.js +0 -100
- package/lib/utils/nvs-timecode.d.ts +0 -7
- package/lib/utils/nvs-timecode.js +0 -79
- package/lib/utils/reunion_grouping.d.ts +0 -9
- package/lib/utils/reunion_grouping.js +0 -361
- package/lib/utils/reunion_odj_building.d.ts +0 -5
- package/lib/utils/reunion_odj_building.js +0 -154
- package/lib/utils/reunion_parsing.d.ts +0 -23
- package/lib/utils/reunion_parsing.js +0 -209
- package/lib/utils/scoring.d.ts +0 -14
- package/lib/utils/scoring.js +0 -147
- package/lib/utils/string_cleaning.d.ts +0 -7
- package/lib/utils/string_cleaning.js +0 -57
- package/lib/validators/config.mjs +0 -54
- package/lib/validators/config.ts +0 -79
- package/lib/validators/senat.d.ts +0 -0
- package/lib/validators/senat.js +0 -28
- package/lib/validators/senat.mjs +0 -24
- package/lib/validators/senat.ts +0 -26
- /package/lib/{add-js-extensions-v2.d.ts → src/documents.js} +0 -0
- /package/lib/{types → src/other_types}/agenda.js +0 -0
- /package/lib/{types → src/other_types}/compte_rendu.d.ts +0 -0
- /package/lib/{types → src/other_types}/compte_rendu.js +0 -0
- /package/lib/{types → src/other_types}/sens.js +0 -0
- /package/lib/{types → src/rich_types}/ameli.js +0 -0
- /package/lib/{types → src/rich_types}/debats.js +0 -0
- /package/lib/{types → src/rich_types}/questions.js +0 -0
- /package/lib/{add-js-extensions.d.ts → src/rich_types/sens.js} +0 -0
- /package/lib/{validators → src/schemas}/config.d.ts +0 -0
- /package/lib/{validators → src/schemas}/config.js +0 -0
- /package/lib/{scripts/convert_data.d.ts → src/scrutins.js} +0 -0
package/lib/model/dosleg.ts
DELETED
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
import { Expression, InferResult, NotNull, sql } from "kysely"
|
|
2
|
-
import { jsonArrayFrom } from "kysely/helpers/postgres"
|
|
3
|
-
|
|
4
|
-
import { dbDosleg } from "../databases"
|
|
5
|
-
import { concat, removeSubstring, rtrim, toDateString } from "./util"
|
|
6
|
-
|
|
7
|
-
function orderOrdreOrigineTexte (expr: Expression<string | null | undefined>) {
|
|
8
|
-
return sql`array_position(array['0','2','1'], ${expr})`
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
function datesSeances (lectureAssembleeId: Expression<string>) {
|
|
12
|
-
return jsonArrayFrom(
|
|
13
|
-
dbDosleg.selectFrom("date_seance")
|
|
14
|
-
.where("date_seance.lecidt", "=", lectureAssembleeId)
|
|
15
|
-
.select(({ ref }) => [
|
|
16
|
-
toDateString(ref("date_seance.date_s")).as("date"),
|
|
17
|
-
]),
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
function organismesRapport (rapportId: Expression<string>) {
|
|
22
|
-
return jsonArrayFrom(
|
|
23
|
-
dbDosleg.selectFrom("org")
|
|
24
|
-
.leftJoin("raporg", "raporg.orgcod", "org.orgcod")
|
|
25
|
-
.where("raporg.rapcod", "=", rapportId)
|
|
26
|
-
.select([
|
|
27
|
-
"org.orgnom as libelle",
|
|
28
|
-
]),
|
|
29
|
-
)
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
function auteursRapport (rapportId: Expression<string>) {
|
|
33
|
-
return jsonArrayFrom(
|
|
34
|
-
dbDosleg.selectFrom("auteur")
|
|
35
|
-
.leftJoin("ecr", "ecr.autcod", "auteur.autcod")
|
|
36
|
-
.where("ecr.rapcod", "=", rapportId)
|
|
37
|
-
.select([
|
|
38
|
-
"auteur.prenom as prenom",
|
|
39
|
-
"auteur.nomuse as nom_usuel",
|
|
40
|
-
"auteur.autmat as matricule",
|
|
41
|
-
])
|
|
42
|
-
.orderBy("ecr.ecrnumtri", "asc"),
|
|
43
|
-
)
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function rapports (lectureAssembleeId: Expression<string>) {
|
|
47
|
-
return jsonArrayFrom(
|
|
48
|
-
dbDosleg.selectFrom("rap")
|
|
49
|
-
.leftJoin("lecassrap", "lecassrap.rapcod", "rap.rapcod")
|
|
50
|
-
.leftJoin("denrap", "denrap.coddenrap", "rap.coddenrap")
|
|
51
|
-
.where("lecassrap.lecassidt", "=", lectureAssembleeId)
|
|
52
|
-
.select(({ eb, ref, val }) => [
|
|
53
|
-
"rap.rapnum as numero",
|
|
54
|
-
rtrim(ref("denrap.libdenrap")).as("type_rapport"),
|
|
55
|
-
eb.case()
|
|
56
|
-
.when("rap.typurl", "=", "I")
|
|
57
|
-
.then(concat(val("https://www.senat.fr/rap/"), rtrim(ref("rap.rapurl"))))
|
|
58
|
-
.else(rtrim(ref("rap.rapurl")))
|
|
59
|
-
.end()
|
|
60
|
-
.as("url"),
|
|
61
|
-
toDateString(ref("rap.date_depot")).as("date_depot"),
|
|
62
|
-
auteursRapport(ref("rap.rapcod")).as("auteurs"),
|
|
63
|
-
organismesRapport(ref("rap.rapcod")).as("organismes"),
|
|
64
|
-
]),
|
|
65
|
-
)
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
function auteursTexte (texteId: Expression<string>) {
|
|
69
|
-
return jsonArrayFrom(
|
|
70
|
-
dbDosleg.selectFrom("auteur")
|
|
71
|
-
.leftJoin("ecr", "ecr.autcod", "auteur.autcod")
|
|
72
|
-
.where("ecr.texcod", "=", texteId)
|
|
73
|
-
.select([
|
|
74
|
-
"auteur.prenom as prenom",
|
|
75
|
-
"auteur.nomuse as nom_usuel",
|
|
76
|
-
"auteur.autmat as matricule",
|
|
77
|
-
])
|
|
78
|
-
.orderBy("ecr.ecrnumtri", "asc"),
|
|
79
|
-
)
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
function textes (lectureAssembleeId: Expression<string>) {
|
|
83
|
-
return jsonArrayFrom(
|
|
84
|
-
dbDosleg.selectFrom("texte")
|
|
85
|
-
.leftJoin("oritxt", "oritxt.oritxtcod", "texte.oritxtcod")
|
|
86
|
-
.leftJoin("typtxt", "typtxt.typtxtcod", "texte.typtxtcod")
|
|
87
|
-
.where("texte.lecassidt", "=", lectureAssembleeId)
|
|
88
|
-
.select(({ eb, ref, val }) => [
|
|
89
|
-
"texte.texnum as numero",
|
|
90
|
-
eb.case()
|
|
91
|
-
.when("texte.typurl", "=", "I")
|
|
92
|
-
.then(removeSubstring(ref("texte.texurl"), val(".html")))
|
|
93
|
-
.else(null)
|
|
94
|
-
.end()
|
|
95
|
-
.as("id"),
|
|
96
|
-
eb.case()
|
|
97
|
-
.when("texte.typurl", "=", "I")
|
|
98
|
-
.then(concat(val("https://www.senat.fr/leg/"), rtrim(ref("texte.texurl"))))
|
|
99
|
-
.else(rtrim(ref("texte.texurl")))
|
|
100
|
-
.end()
|
|
101
|
-
.as("url"),
|
|
102
|
-
rtrim(ref("oritxt.oritxtlib")).as("origine_texte"),
|
|
103
|
-
rtrim(ref("typtxt.typtxtlib")).as("type_texte"),
|
|
104
|
-
toDateString(ref("texte.txtoritxtdat")).as("date"),
|
|
105
|
-
"sesann as session",
|
|
106
|
-
auteursTexte(ref("texte.texcod")).as("auteurs"),
|
|
107
|
-
])
|
|
108
|
-
.orderBy(({ ref }) => orderOrdreOrigineTexte(ref("oritxt.oriordre")))
|
|
109
|
-
)
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
function lecturesAssemblee (lectureId: Expression<string>) {
|
|
113
|
-
return jsonArrayFrom(
|
|
114
|
-
dbDosleg.selectFrom("lecass")
|
|
115
|
-
.where("lecass.lecidt", "=", lectureId)
|
|
116
|
-
.leftJoin("ass", "ass.codass", "lecass.codass")
|
|
117
|
-
.leftJoin("org", "org.orgcod", "lecass.orgcod")
|
|
118
|
-
.select(({ ref }) => [
|
|
119
|
-
rtrim(ref("ass.libass")).as("assemblee"),
|
|
120
|
-
"org.orgnom as libelle_organisme",
|
|
121
|
-
"org.orgcod as code_organisme",
|
|
122
|
-
"lecass.ordreass as ordre_lecture_assemblee",
|
|
123
|
-
textes(ref("lecass.lecassidt")).as("textes"),
|
|
124
|
-
rapports(ref("lecass.lecassidt")).as("rapports"),
|
|
125
|
-
datesSeances(ref("lecass.lecassidt")).as("dates_seances"),
|
|
126
|
-
])
|
|
127
|
-
.orderBy("lecass.ordreass", "asc"),
|
|
128
|
-
)
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
function lectures (loiId: Expression<string>) {
|
|
132
|
-
return jsonArrayFrom(
|
|
133
|
-
dbDosleg.selectFrom("lecture")
|
|
134
|
-
.leftJoin("typlec", "typlec.typleccod", "lecture.typleccod")
|
|
135
|
-
.where("lecture.loicod", "=", loiId)
|
|
136
|
-
.select(({ ref }) => [
|
|
137
|
-
rtrim(ref("typlec.typleclib")).as("type_lecture"),
|
|
138
|
-
rtrim(ref("lecture.leccom")).as("libelle"),
|
|
139
|
-
"typlec.typlecord as ordre_lecture",
|
|
140
|
-
lecturesAssemblee(ref("lecture.lecidt")).as("lectures_assemblee"),
|
|
141
|
-
])
|
|
142
|
-
.orderBy("typlec.typlecord", "asc"),
|
|
143
|
-
)
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
function themes (loiId: Expression<string>) {
|
|
147
|
-
return jsonArrayFrom(
|
|
148
|
-
dbDosleg.selectFrom("the")
|
|
149
|
-
.leftJoin("loithe", "loithe.thecle", "the.thecle")
|
|
150
|
-
.where("loithe.loicod", "=", loiId)
|
|
151
|
-
.select([
|
|
152
|
-
"the.thelib as libelle",
|
|
153
|
-
]),
|
|
154
|
-
)
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
const findAllQuery = dbDosleg
|
|
158
|
-
.selectFrom("loi")
|
|
159
|
-
.leftJoin("typloi", "typloi.typloicod", "loi.typloicod")
|
|
160
|
-
.leftJoin("etaloi", "etaloi.etaloicod", "loi.etaloicod")
|
|
161
|
-
.select(({ eb, ref, val }) => [
|
|
162
|
-
"loi.signet as signet",
|
|
163
|
-
concat(val("https://www.senat.fr/dossier-legislatif/"), ref("loi.signet"), val(".html")).as("url"),
|
|
164
|
-
concat(rtrim(ref("typloi.typloiden")), val(" "), rtrim(ref("loi.loitit"))).as("titre"),
|
|
165
|
-
rtrim(ref("loi.loient")).as("titre_court"),
|
|
166
|
-
rtrim(ref("typloi.groupe")).as("code_nature_dossier"),
|
|
167
|
-
rtrim(ref("typloi.typloilib")).as("libelle_type_dossier"),
|
|
168
|
-
rtrim(ref("etaloi.etaloilib")).as("etat_dossier"),
|
|
169
|
-
"loi.url_an as url_dossier_assemblee_nationale",
|
|
170
|
-
toDateString(ref("loi.date_decision")).as("date_decision_CoC"),
|
|
171
|
-
"loi.num_decision as num_decision_CoC",
|
|
172
|
-
"loi.deccocurl as url_decision_CoC",
|
|
173
|
-
toDateString(ref("loi.saisine_date")).as("date_saisine_CoC"),
|
|
174
|
-
"loi.saisine_par as condition_saisine_CoC",
|
|
175
|
-
toDateString(ref("loi.date_loi")).as("date_promulgation"),
|
|
176
|
-
"loi.numero as numero_loi",
|
|
177
|
-
eb.case()
|
|
178
|
-
.when("loi.loititjo", "is not", null)
|
|
179
|
-
.then(concat(rtrim(ref("typloi.typloiden")), val(" "), rtrim(ref("loi.loititjo"))))
|
|
180
|
-
.else("")
|
|
181
|
-
.end()
|
|
182
|
-
.as("titre_JO"),
|
|
183
|
-
toDateString(ref("loi.loidatjo")).as("date_publication_JO"),
|
|
184
|
-
"loi.loinumjo as numero_JO",
|
|
185
|
-
"loi.url_jo as url_JO",
|
|
186
|
-
lectures(ref("loi.loicod")).as("lectures"),
|
|
187
|
-
themes(ref("loi.loicod")).as("themes"),
|
|
188
|
-
])
|
|
189
|
-
.$narrowType<{ signet: NotNull }>()
|
|
190
|
-
|
|
191
|
-
export function findAll () {
|
|
192
|
-
return findAllQuery.stream()
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
export function findSenatTexteUrls (sessions: string[] = []): AsyncIterableIterator<{
|
|
196
|
-
session: string | null | undefined,
|
|
197
|
-
url: string,
|
|
198
|
-
hasExposeDesMotifs: boolean,
|
|
199
|
-
}> {
|
|
200
|
-
return dbDosleg
|
|
201
|
-
.selectFrom("texte")
|
|
202
|
-
.where("texurl", "is not", null)
|
|
203
|
-
.where("typurl", "=", "I")
|
|
204
|
-
.$if(sessions.length > 0, (qb) => qb
|
|
205
|
-
.where("sesann", "in", sessions),
|
|
206
|
-
)
|
|
207
|
-
.select(({ eb, ref }) => [
|
|
208
|
-
"sesann as session",
|
|
209
|
-
rtrim(ref("texurl")).as("url"),
|
|
210
|
-
eb.case()
|
|
211
|
-
.when("oritxtcod", "=", "1")
|
|
212
|
-
.then(true)
|
|
213
|
-
.else(false)
|
|
214
|
-
.end()
|
|
215
|
-
.as("hasExposeDesMotifs"),
|
|
216
|
-
])
|
|
217
|
-
.$narrowType<{ url: NotNull }>()
|
|
218
|
-
.stream()
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
export function findSenatRapportUrls (sessions: string[] = []): AsyncIterableIterator<{
|
|
222
|
-
url: string,
|
|
223
|
-
session: string | null | undefined
|
|
224
|
-
}> {
|
|
225
|
-
return dbDosleg
|
|
226
|
-
.selectFrom("rap")
|
|
227
|
-
.where("rapurl", "is not", null)
|
|
228
|
-
.where("typurl", "=", "I")
|
|
229
|
-
.$if(sessions.length > 0, (qb) => qb
|
|
230
|
-
.where("sesann", "in", sessions),
|
|
231
|
-
)
|
|
232
|
-
.select(({ ref }) => [
|
|
233
|
-
rtrim(ref("rapurl")).as("url"),
|
|
234
|
-
"sesann as session",
|
|
235
|
-
])
|
|
236
|
-
.$narrowType<{ url: NotNull }>()
|
|
237
|
-
.stream()
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
export type DossierLegislatifResult = InferResult<typeof findAllQuery>[0]
|
package/lib/model/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { findAllAmendements } from "./ameli";
|
|
2
|
-
export { findAll as findAllDebats } from "./debats";
|
|
3
|
-
export { findAllDossiers } from "./dosleg";
|
|
4
|
-
export { findAllTextes, findAllRapports } from "./documents";
|
|
5
|
-
export { findAllScrutins } from "./scrutins";
|
|
6
|
-
export { findAll as findAllQuestions } from "./questions";
|
|
7
|
-
export { findAll as findAllSens, findAllCirconscriptions, findAllOrganismes } from "./sens";
|
package/lib/model/index.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { findAllAmendements } from "./ameli";
|
|
2
|
-
export { findAll as findAllDebats } from "./debats";
|
|
3
|
-
export { findAllDossiers } from "./dosleg";
|
|
4
|
-
export { findAllTextes, findAllRapports } from "./documents";
|
|
5
|
-
export { findAllScrutins } from "./scrutins";
|
|
6
|
-
export { findAll as findAllQuestions } from "./questions";
|
|
7
|
-
export { findAll as findAllSens, findAllCirconscriptions, findAllOrganismes } from "./sens";
|
package/lib/model/index.mjs
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { findAll as findAllAmendements, } from "./ameli";
|
|
2
|
-
export { findAll as findAllLois, } from "./dosleg";
|
|
3
|
-
export { findAll as findAllQuestions, } from "./questions";
|
|
4
|
-
export { findAll as findAllSens, findAllCirconscriptions, findAllOrganismes, } from "./sens";
|
|
5
|
-
export { allFollows, Aggregator } from "../aggregates";
|
package/lib/model/index.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export {
|
|
2
|
-
findAll as findAllAmendements,
|
|
3
|
-
} from "./ameli"
|
|
4
|
-
export {
|
|
5
|
-
findAll as findAllLois,
|
|
6
|
-
} from "./dosleg"
|
|
7
|
-
export {
|
|
8
|
-
findAll as findAllQuestions,
|
|
9
|
-
} from "./questions"
|
|
10
|
-
export {
|
|
11
|
-
findAll as findAllSens,
|
|
12
|
-
findAllCirconscriptions,
|
|
13
|
-
findAllOrganismes,
|
|
14
|
-
} from "./sens"
|
|
15
|
-
export { allFollows, Aggregator } from "../aggregates"
|
package/lib/model/questions.d.ts
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { InferResult } from "kysely";
|
|
2
|
-
export type QuestionResult = InferResult<typeof findAllQuery>[0];
|
|
3
|
-
declare const findAllQuery: import("kysely").SelectQueryBuilder<{
|
|
4
|
-
[x: string]: any;
|
|
5
|
-
[x: number]: any;
|
|
6
|
-
[x: symbol]: any;
|
|
7
|
-
}, "tam_questions" | "sortquestion" | "etatquestion" | "tam_ministeres" | "naturequestion", {
|
|
8
|
-
[x: string]: any;
|
|
9
|
-
date_publication_JO: string;
|
|
10
|
-
ministere_depot: string;
|
|
11
|
-
ministere_depot_date_debut: string;
|
|
12
|
-
date_transmission: string;
|
|
13
|
-
date_reponse_JO: string;
|
|
14
|
-
date_erratum_JO: string;
|
|
15
|
-
date_cloture: string;
|
|
16
|
-
date_signalement: string;
|
|
17
|
-
themes: {
|
|
18
|
-
libelle: any;
|
|
19
|
-
}[];
|
|
20
|
-
reponses: {
|
|
21
|
-
[x: string]: any;
|
|
22
|
-
date_reponse_JO: string;
|
|
23
|
-
date_erratum_JO: string;
|
|
24
|
-
}[];
|
|
25
|
-
}>;
|
|
26
|
-
export declare function findAll(): AsyncIterableIterator<{
|
|
27
|
-
[x: string]: any;
|
|
28
|
-
date_publication_JO: string;
|
|
29
|
-
ministere_depot: string;
|
|
30
|
-
ministere_depot_date_debut: string;
|
|
31
|
-
date_transmission: string;
|
|
32
|
-
date_reponse_JO: string;
|
|
33
|
-
date_erratum_JO: string;
|
|
34
|
-
date_cloture: string;
|
|
35
|
-
date_signalement: string;
|
|
36
|
-
themes: {
|
|
37
|
-
libelle: any;
|
|
38
|
-
}[];
|
|
39
|
-
reponses: {
|
|
40
|
-
[x: string]: any;
|
|
41
|
-
date_reponse_JO: string;
|
|
42
|
-
date_erratum_JO: string;
|
|
43
|
-
}[];
|
|
44
|
-
}>;
|
|
45
|
-
export {};
|
package/lib/model/questions.js
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { jsonArrayFrom } from "kysely/helpers/postgres";
|
|
2
|
-
import { dbSenat } from "../databases";
|
|
3
|
-
import { expandToRows, rtrim, toDateString } from "./util";
|
|
4
|
-
function reponses(questionId) {
|
|
5
|
-
return jsonArrayFrom(dbSenat
|
|
6
|
-
.withSchema("questions")
|
|
7
|
-
.selectFrom("tam_reponses")
|
|
8
|
-
.where("tam_reponses.idque", "=", questionId)
|
|
9
|
-
.select(({ ref }) => [
|
|
10
|
-
toDateString(ref("tam_reponses.datejorep")).as("date_reponse_JO"),
|
|
11
|
-
"tam_reponses.pagejorep as page_JO",
|
|
12
|
-
toDateString(ref("tam_reponses.errdate")).as("date_erratum_JO"),
|
|
13
|
-
"tam_reponses.minreplib as ministere_reponse",
|
|
14
|
-
"tam_reponses.minrepid as ministere_reponse_id",
|
|
15
|
-
"tam_reponses.urlrep as url",
|
|
16
|
-
"tam_reponses.txtrep as texte",
|
|
17
|
-
"tam_reponses.txterrrep as texte_erratum",
|
|
18
|
-
])
|
|
19
|
-
.orderBy("tam_reponses.datejorep", "asc"));
|
|
20
|
-
}
|
|
21
|
-
function themes(questionId) {
|
|
22
|
-
return jsonArrayFrom(dbSenat
|
|
23
|
-
.withSchema("questions")
|
|
24
|
-
.with("question_theme", (db) => db
|
|
25
|
-
.selectFrom("tam_questions")
|
|
26
|
-
.select(({ eb, ref, val }) => [
|
|
27
|
-
"id as question_id",
|
|
28
|
-
eb.cast(expandToRows(ref("tam_questions.themes"), val("#(\\d+)")), "smallint").as("theme_id"),
|
|
29
|
-
]))
|
|
30
|
-
.selectFrom("the")
|
|
31
|
-
.leftJoin("question_theme", "the.thenouidt", "question_theme.theme_id")
|
|
32
|
-
.where("question_theme.question_id", "=", questionId)
|
|
33
|
-
.select("the.thelib as libelle")
|
|
34
|
-
.orderBy("the.thenouidt", "asc"));
|
|
35
|
-
}
|
|
36
|
-
const findAllQuery = dbSenat
|
|
37
|
-
.withSchema("questions")
|
|
38
|
-
.selectFrom("tam_questions")
|
|
39
|
-
.leftJoin("tam_ministeres", "tam_questions.mindepotid", "tam_ministeres.minid")
|
|
40
|
-
.leftJoin("sortquestion", (join) => join.onRef("tam_questions.sorquecod", "=", (eb) => eb.cast("sortquestion.sorquecod", "bigint")))
|
|
41
|
-
.leftJoin("naturequestion", "tam_questions.natquecod", "naturequestion.natquecod")
|
|
42
|
-
.leftJoin("etatquestion", (join) => join.onRef("tam_questions.etaquecod", "=", (eb) => eb.cast("etatquestion.etaquecod", "bigint")))
|
|
43
|
-
.select(({ ref }) => [
|
|
44
|
-
"tam_questions.repub as republique",
|
|
45
|
-
"tam_questions.legislature as legislature",
|
|
46
|
-
"tam_questions.natquecod as nature",
|
|
47
|
-
"naturequestion.natquelib as nature_libelle",
|
|
48
|
-
"tam_questions.numero as numero",
|
|
49
|
-
"tam_questions.reference as reference",
|
|
50
|
-
"tam_questions.titre as titre",
|
|
51
|
-
"tam_questions.nom as nom",
|
|
52
|
-
"tam_questions.prenom as prenom",
|
|
53
|
-
"tam_questions.nomtechnique as nom_technique",
|
|
54
|
-
"tam_questions.codequalite as civilite",
|
|
55
|
-
"tam_questions.matricule as matricule",
|
|
56
|
-
"tam_questions.cirnum as circonscription_numero",
|
|
57
|
-
"tam_questions.circonscription as circonscription",
|
|
58
|
-
"tam_questions.groupe as groupe",
|
|
59
|
-
"tam_questions.ratgrp as type_appartenance",
|
|
60
|
-
toDateString(ref("tam_questions.datejodepot")).as("date_publication_JO"),
|
|
61
|
-
"tam_questions.pagejodepot as page_JO",
|
|
62
|
-
rtrim(ref("tam_questions.mindepotlib")).as("ministere_depot"),
|
|
63
|
-
"tam_questions.mindepotid as ministere_depot_id",
|
|
64
|
-
toDateString(ref("tam_ministeres.datedebut")).as("ministere_depot_date_debut"),
|
|
65
|
-
toDateString(ref("tam_questions.datejotran")).as("date_transmission"),
|
|
66
|
-
"tam_questions.mintranlib as ministere_transmission",
|
|
67
|
-
toDateString(ref("tam_questions.datejorep1")).as("date_reponse_JO"),
|
|
68
|
-
toDateString(ref("tam_questions.dateerr")).as("date_erratum_JO"),
|
|
69
|
-
"tam_questions.pageerr as page_erratum_JO",
|
|
70
|
-
"tam_questions.minreplib1 as ministere_reponse",
|
|
71
|
-
toDateString(ref("tam_questions.datecloture")).as("date_cloture"),
|
|
72
|
-
toDateString(ref("tam_questions.datesignal")).as("date_signalement"),
|
|
73
|
-
"tam_questions.refquerappelee as reference_question_rappelee",
|
|
74
|
-
//"tam_questions.url as url", // TODO ?
|
|
75
|
-
"tam_questions.txtque as texte",
|
|
76
|
-
"tam_questions.txterrque as texte_erratum",
|
|
77
|
-
"tam_questions.rubrique as rubrique",
|
|
78
|
-
"sortquestion.sorquelib as sort",
|
|
79
|
-
"sortquestion.sorquecod as sort_code",
|
|
80
|
-
"sortquestion.sorquenumtri as sort_tri",
|
|
81
|
-
"etatquestion.etaquelib as etat_libelle",
|
|
82
|
-
"etatquestion.etaquecod as etat_code",
|
|
83
|
-
"etatquestion.etaquenumtri as etat_tri",
|
|
84
|
-
themes(ref("tam_questions.id")).as("themes"),
|
|
85
|
-
reponses(ref("tam_questions.id")).as("reponses"),
|
|
86
|
-
]);
|
|
87
|
-
export function findAll() {
|
|
88
|
-
return findAllQuery.stream();
|
|
89
|
-
}
|
package/lib/model/questions.mjs
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { jsonArrayFrom } from "kysely/helpers/postgres";
|
|
2
|
-
import { dbQuestions } from "../databases";
|
|
3
|
-
import { expandToRows, rtrim, toDateString } from "./util";
|
|
4
|
-
function reponses(questionId) {
|
|
5
|
-
return jsonArrayFrom(dbQuestions.selectFrom("tam_reponses")
|
|
6
|
-
.where("tam_reponses.idque", "=", questionId)
|
|
7
|
-
.select(({ ref }) => [
|
|
8
|
-
toDateString(ref("tam_reponses.datejorep")).as("date_reponse_JO"),
|
|
9
|
-
"tam_reponses.minreplib as ministere_reponse",
|
|
10
|
-
"tam_reponses.txtrep as texte",
|
|
11
|
-
"tam_reponses.txterrrep as texte_erratum",
|
|
12
|
-
])
|
|
13
|
-
.orderBy("tam_reponses.datejorep asc"));
|
|
14
|
-
}
|
|
15
|
-
function themes(questionId) {
|
|
16
|
-
return jsonArrayFrom(dbQuestions.with("question_theme", (db) => db
|
|
17
|
-
.selectFrom("tam_questions")
|
|
18
|
-
.select(({ eb, ref, val }) => [
|
|
19
|
-
"id as question_id",
|
|
20
|
-
eb.cast(expandToRows(ref("tam_questions.themes"), val("#(\\d+)")), "smallint").as("theme_id"),
|
|
21
|
-
]))
|
|
22
|
-
.selectFrom("the")
|
|
23
|
-
.leftJoin("question_theme", "the.thenouidt", "question_theme.theme_id")
|
|
24
|
-
.where("question_theme.question_id", "=", questionId)
|
|
25
|
-
.select("the.thelib as libelle")
|
|
26
|
-
.orderBy("the.thenouidt asc"));
|
|
27
|
-
}
|
|
28
|
-
const findAllQuery = dbQuestions
|
|
29
|
-
.selectFrom("tam_questions")
|
|
30
|
-
.leftJoin("tam_ministeres", "tam_questions.mindepotid", "tam_ministeres.minid")
|
|
31
|
-
.leftJoin("sortquestion", (join) => join
|
|
32
|
-
.onRef("tam_questions.sorquecod", "=", eb => eb.cast("sortquestion.sorquecod", "bigint")))
|
|
33
|
-
.leftJoin("naturequestion", "tam_questions.natquecod", "naturequestion.natquecod")
|
|
34
|
-
.leftJoin("etatquestion", (join) => join
|
|
35
|
-
.onRef("tam_questions.etaquecod", "=", eb => eb.cast("etatquestion.etaquecod", "bigint")))
|
|
36
|
-
.select(({ ref }) => [
|
|
37
|
-
"tam_questions.repub as republique",
|
|
38
|
-
"tam_questions.legislature as legislature",
|
|
39
|
-
"sortquestion.sorquelib as sort",
|
|
40
|
-
"tam_questions.natquecod as nature",
|
|
41
|
-
"tam_questions.numero as numero",
|
|
42
|
-
"tam_questions.reference as reference",
|
|
43
|
-
"tam_questions.titre as titre",
|
|
44
|
-
"tam_questions.nom as nom",
|
|
45
|
-
"tam_questions.prenom as prenom",
|
|
46
|
-
"tam_questions.codequalite as civilite",
|
|
47
|
-
"tam_questions.matricule as matricule",
|
|
48
|
-
"tam_questions.circonscription as circonscription",
|
|
49
|
-
"tam_questions.groupe as groupe",
|
|
50
|
-
"tam_questions.ratgrp as type_appartenance",
|
|
51
|
-
toDateString(ref("tam_questions.datejodepot")).as("date_publication_JO"),
|
|
52
|
-
rtrim(ref("tam_questions.mindepotlib")).as("ministere_depot"),
|
|
53
|
-
toDateString(ref("tam_ministeres.datedebut")).as("ministere_depot_date_debut"),
|
|
54
|
-
toDateString(ref("tam_questions.datejotran")).as("date_transmission"),
|
|
55
|
-
"tam_questions.mintranlib as ministere_transmission",
|
|
56
|
-
toDateString(ref("tam_questions.datejorep1")).as("date_reponse_JO"),
|
|
57
|
-
"tam_questions.minreplib1 as ministere_reponse",
|
|
58
|
-
toDateString(ref("tam_questions.datecloture")).as("date_cloture"),
|
|
59
|
-
"tam_questions.refquerappelee as reference_question_rappelee",
|
|
60
|
-
//"tam_questions.url as url", // TODO ?
|
|
61
|
-
"tam_questions.txtque as texte",
|
|
62
|
-
"tam_questions.txtque as texte_erratum",
|
|
63
|
-
"tam_questions.rubrique as rubrique",
|
|
64
|
-
])
|
|
65
|
-
.select(({ ref }) => [
|
|
66
|
-
themes(ref("tam_questions.id")).as("themes"),
|
|
67
|
-
reponses(ref("tam_questions.id")).as("reponses"),
|
|
68
|
-
]);
|
|
69
|
-
export function findAll() {
|
|
70
|
-
return findAllQuery.stream();
|
|
71
|
-
}
|
package/lib/model/questions.ts
DELETED
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { Expression, InferResult } from "kysely"
|
|
2
|
-
import { jsonArrayFrom } from "kysely/helpers/postgres"
|
|
3
|
-
import { dbQuestions } from "../databases"
|
|
4
|
-
import { expandToRows, rtrim, toDateString } from "./util"
|
|
5
|
-
|
|
6
|
-
function reponses (questionId: Expression<string>) {
|
|
7
|
-
return jsonArrayFrom(
|
|
8
|
-
dbQuestions.selectFrom("tam_reponses")
|
|
9
|
-
.where("tam_reponses.idque", "=", questionId)
|
|
10
|
-
.select(({ ref }) => [
|
|
11
|
-
toDateString(ref("tam_reponses.datejorep")).as("date_reponse_JO"),
|
|
12
|
-
"tam_reponses.minreplib as ministere_reponse",
|
|
13
|
-
"tam_reponses.txtrep as texte",
|
|
14
|
-
"tam_reponses.txterrrep as texte_erratum",
|
|
15
|
-
])
|
|
16
|
-
.orderBy("tam_reponses.datejorep asc"),
|
|
17
|
-
)
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
function themes (questionId: Expression<string>) {
|
|
21
|
-
return jsonArrayFrom(
|
|
22
|
-
dbQuestions.with("question_theme", (db) => db
|
|
23
|
-
.selectFrom("tam_questions")
|
|
24
|
-
.select(({ eb, ref, val }) => [
|
|
25
|
-
"id as question_id",
|
|
26
|
-
eb.cast<number>(expandToRows(ref("tam_questions.themes"), val("#(\\d+)")), "smallint").as("theme_id"),
|
|
27
|
-
]),
|
|
28
|
-
)
|
|
29
|
-
.selectFrom("the")
|
|
30
|
-
.leftJoin("question_theme", "the.thenouidt", "question_theme.theme_id")
|
|
31
|
-
.where("question_theme.question_id", "=", questionId)
|
|
32
|
-
.select("the.thelib as libelle")
|
|
33
|
-
.orderBy("the.thenouidt asc"),
|
|
34
|
-
)
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
const findAllQuery = dbQuestions
|
|
38
|
-
.selectFrom("tam_questions")
|
|
39
|
-
.leftJoin("tam_ministeres", "tam_questions.mindepotid", "tam_ministeres.minid")
|
|
40
|
-
.leftJoin("sortquestion", (join) => join
|
|
41
|
-
.onRef(
|
|
42
|
-
"tam_questions.sorquecod",
|
|
43
|
-
"=",
|
|
44
|
-
eb => eb.cast<number>("sortquestion.sorquecod", "bigint"),
|
|
45
|
-
),
|
|
46
|
-
)
|
|
47
|
-
.leftJoin("naturequestion", "tam_questions.natquecod", "naturequestion.natquecod")
|
|
48
|
-
.leftJoin("etatquestion", (join) => join
|
|
49
|
-
.onRef(
|
|
50
|
-
"tam_questions.etaquecod",
|
|
51
|
-
"=",
|
|
52
|
-
eb => eb.cast<number>("etatquestion.etaquecod", "bigint"),
|
|
53
|
-
),
|
|
54
|
-
)
|
|
55
|
-
.select(({ ref }) => [
|
|
56
|
-
"tam_questions.repub as republique",
|
|
57
|
-
"tam_questions.legislature as legislature",
|
|
58
|
-
"sortquestion.sorquelib as sort",
|
|
59
|
-
"tam_questions.natquecod as nature",
|
|
60
|
-
"tam_questions.numero as numero",
|
|
61
|
-
"tam_questions.reference as reference",
|
|
62
|
-
"tam_questions.titre as titre",
|
|
63
|
-
"tam_questions.nom as nom",
|
|
64
|
-
"tam_questions.prenom as prenom",
|
|
65
|
-
"tam_questions.codequalite as civilite",
|
|
66
|
-
"tam_questions.matricule as matricule",
|
|
67
|
-
"tam_questions.circonscription as circonscription",
|
|
68
|
-
"tam_questions.groupe as groupe",
|
|
69
|
-
"tam_questions.ratgrp as type_appartenance",
|
|
70
|
-
toDateString(ref("tam_questions.datejodepot")).as("date_publication_JO"),
|
|
71
|
-
rtrim(ref("tam_questions.mindepotlib")).as("ministere_depot"),
|
|
72
|
-
toDateString(ref("tam_ministeres.datedebut")).as("ministere_depot_date_debut"),
|
|
73
|
-
toDateString(ref("tam_questions.datejotran")).as("date_transmission"),
|
|
74
|
-
"tam_questions.mintranlib as ministere_transmission",
|
|
75
|
-
toDateString(ref("tam_questions.datejorep1")).as("date_reponse_JO"),
|
|
76
|
-
"tam_questions.minreplib1 as ministere_reponse",
|
|
77
|
-
toDateString(ref("tam_questions.datecloture")).as("date_cloture"),
|
|
78
|
-
"tam_questions.refquerappelee as reference_question_rappelee",
|
|
79
|
-
//"tam_questions.url as url", // TODO ?
|
|
80
|
-
"tam_questions.txtque as texte",
|
|
81
|
-
"tam_questions.txtque as texte_erratum",
|
|
82
|
-
"tam_questions.rubrique as rubrique",
|
|
83
|
-
])
|
|
84
|
-
.select(({ ref }) => [
|
|
85
|
-
themes(ref("tam_questions.id")).as("themes"),
|
|
86
|
-
reponses(ref("tam_questions.id")).as("reponses"),
|
|
87
|
-
])
|
|
88
|
-
|
|
89
|
-
export type QuestionResult = InferResult<typeof findAllQuery>[0]
|
|
90
|
-
|
|
91
|
-
export function findAll () {
|
|
92
|
-
return findAllQuery.stream()
|
|
93
|
-
}
|
package/lib/model/scrutins.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { InferResult } from "kysely";
|
|
2
|
-
export type ScrutinResult = InferResult<typeof findAllScrutinsQuery>[0];
|
|
3
|
-
declare const findAllScrutinsQuery: import("kysely").SelectQueryBuilder<{
|
|
4
|
-
[x: string]: any;
|
|
5
|
-
[x: number]: any;
|
|
6
|
-
[x: symbol]: any;
|
|
7
|
-
}, "date_seance" | "lecass" | "lecture" | "loi" | "scr" | "typlec", {
|
|
8
|
-
[x: string]: any;
|
|
9
|
-
}>;
|
|
10
|
-
export declare function findAllScrutins(fromSession?: number): AsyncIterableIterator<{
|
|
11
|
-
[x: string]: any;
|
|
12
|
-
}>;
|
|
13
|
-
export {};
|