UNPKG

@tricoteuses/senat

Version:

Handle French Sénat's open data

1,387 lines 95.3 kB
/** * AUTO-GENERATED FILE - DO NOT EDIT! * * This file was automatically generated by schemats v.0.3.2 * $ schemats generate -c postgres://username:password@localhost:5432/sens -t activite -t activite_delegation -t activite_loi -t activite_participant -t activite_senateur -t activites_liees -t actpro -t adresse -t asster -t bur -t categorie_activite -t com -t csp -t delega -t design -t designoep -t designorg -t dpt -t dptele -t dpttypman -t ele -t elucan -t eludep -t eludiv -t elueur -t elureg -t elusen -t eluter -t elutit -t eluvil -t etadebman -t etafinman -t etasen -t fonact_participant -t foncom -t fondelega -t fongrppol -t fongrpsen -t fonmemcom -t fonmemdelega -t fonmemgrppol -t fonmemgrpsen -t fonmemorg -t fonorg -t grppol -t grpsenami -t libcom -t libdelega -t libgrppol -t libgrpsen -t liborg -t mel -t memcom -t memdelega -t memextpar -t memgrppol -t memgrpsen -t memorg -t minind -t mismin -t missen -t moddes -t nation -t nationgrpsen -t org -t orgext -t orgthe -t pcs -t pcs24 -t pcs42 -t pcs8 -t pcscatpro -t poicon -t qua -t reg -t sen -t senbur -t sennom -t senurl -t stajur -t telephone -t temval -t territ -t titele -t typadr -t typapppol -t typbister -t type_activite -t type_activite_participant -t type_activite_senateur -t type_categorie -t typele -t typgrpsen -t typman -t typorg -t typurl -t typvoi -t zongeo -s public * */ export declare namespace activiteFields { type actid = number; type actlib = string | null; type actlic = string | null; type catactcod = string; type comcod = string | null; type datdeb = Date; type datfin = Date; type delegacod = string | null; type envjodat = Date | null; type gecod = string | null; type giacod = string | null; type nb_delegations = number; type nb_participants = number; type scrid = number | null; type typactcod = string; type validdat = Date | null; } export interface activite { actid: activiteFields.actid; actlib: activiteFields.actlib; actlic: activiteFields.actlic; catactcod: activiteFields.catactcod; comcod: activiteFields.comcod; datdeb: activiteFields.datdeb; datfin: activiteFields.datfin; delegacod: activiteFields.delegacod; envjodat: activiteFields.envjodat; gecod: activiteFields.gecod; giacod: activiteFields.giacod; nb_delegations: activiteFields.nb_delegations; nb_participants: activiteFields.nb_participants; scrid: activiteFields.scrid; typactcod: activiteFields.typactcod; validdat: activiteFields.validdat; } export declare namespace activite_delegationFields { type actid = number; type delegactid = number; type delegidx = number; type senmat = string; type senmat_delegue = string | null; } export interface activite_delegation { actid: activite_delegationFields.actid; delegactid: activite_delegationFields.delegactid; delegidx: activite_delegationFields.delegidx; senmat: activite_delegationFields.senmat; senmat_delegue: activite_delegationFields.senmat_delegue; } export declare namespace activite_loiFields { type actid = number; type loicod = string; } export interface activite_loi { actid: activite_loiFields.actid; loicod: activite_loiFields.loicod; } export declare namespace activite_participantFields { type actid = number; type actparid = number; type fapcod = string; type fapidx = number | null; type senmat = string; type teleparticipation = number | null; type typactparcod = string; } export interface activite_participant { actid: activite_participantFields.actid; actparid: activite_participantFields.actparid; fapcod: activite_participantFields.fapcod; fapidx: activite_participantFields.fapidx; senmat: activite_participantFields.senmat; teleparticipation: activite_participantFields.teleparticipation; typactparcod: activite_participantFields.typactparcod; } export declare namespace activite_senateurFields { type actsenid = number; type datdeb = Date; type datfin = Date; type libelle = string | null; type senmat = string; type typactsencod = string; } export interface activite_senateur { actsenid: activite_senateurFields.actsenid; datdeb: activite_senateurFields.datdeb; datfin: activite_senateurFields.datfin; libelle: activite_senateurFields.libelle; senmat: activite_senateurFields.senmat; typactsencod: activite_senateurFields.typactsencod; } export declare namespace activites_lieesFields { type droite = number; type gauche = number; } export interface activites_liees { droite: activites_lieesFields.droite; gauche: activites_lieesFields.gauche; } export declare namespace actproFields { type actprocod = string; type actprolib = string; type actpronumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface actpro { actprocod: actproFields.actprocod; actprolib: actproFields.actprolib; actpronumtri: actproFields.actpronumtri; syscredat: actproFields.syscredat; sysmajdat: actproFields.sysmajdat; } export declare namespace adresseFields { type adrburdis = string | null; type adrcdxcod = string | null; type adrcdxlib = string | null; type adrcmp = string | null; type adrcmp2 = string | null; type adrcodpos = string | null; type adrcom = string | null; type adrid = number; type adrnomvoi = string | null; type adrnumtri = number | null; type adrnumvoi = string | null; type poiconid = number; type syscredat = Date | null; type sysmajdat = Date | null; type typbistercod = string; type typvoicod = string; } export interface adresse { adrburdis: adresseFields.adrburdis; adrcdxcod: adresseFields.adrcdxcod; adrcdxlib: adresseFields.adrcdxlib; adrcmp: adresseFields.adrcmp; adrcmp2: adresseFields.adrcmp2; adrcodpos: adresseFields.adrcodpos; adrcom: adresseFields.adrcom; adrid: adresseFields.adrid; adrnomvoi: adresseFields.adrnomvoi; adrnumtri: adresseFields.adrnumtri; adrnumvoi: adresseFields.adrnumvoi; poiconid: adresseFields.poiconid; syscredat: adresseFields.syscredat; sysmajdat: adresseFields.sysmajdat; typbistercod: adresseFields.typbistercod; typvoicod: adresseFields.typvoicod; } export declare namespace assterFields { type assterart = string | null; type asstercod = string; type assterlib = string | null; type assterlic = string | null; type assternumtri = number | null; type assterurlcmp = string | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface asster { assterart: assterFields.assterart; asstercod: assterFields.asstercod; assterlib: assterFields.assterlib; assterlic: assterFields.assterlic; assternumtri: assterFields.assternumtri; assterurlcmp: assterFields.assterurlcmp; syscredat: assterFields.syscredat; sysmajdat: assterFields.sysmajdat; } export declare namespace burFields { type burcod = string; type burlib = string | null; type burlibfem = string | null; type burlibfemplu = string | null; type burlibhon = string | null; type burlibhonfem = string | null; type burlibhonplu = string | null; type burlibplu = string | null; type burlic = string | null; type burlicfem = string | null; type burlicfemplu = string | null; type burlicplu = string | null; type burlil = string | null; type burlilfem = string | null; type burlilfemplu = string | null; type burlilplu = string | null; type burnumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface bur { burcod: burFields.burcod; burlib: burFields.burlib; burlibfem: burFields.burlibfem; burlibfemplu: burFields.burlibfemplu; burlibhon: burFields.burlibhon; burlibhonfem: burFields.burlibhonfem; burlibhonplu: burFields.burlibhonplu; burlibplu: burFields.burlibplu; burlic: burFields.burlic; burlicfem: burFields.burlicfem; burlicfemplu: burFields.burlicfemplu; burlicplu: burFields.burlicplu; burlil: burFields.burlil; burlilfem: burFields.burlilfem; burlilfemplu: burFields.burlilfemplu; burlilplu: burFields.burlilplu; burnumtri: burFields.burnumtri; syscredat: burFields.syscredat; sysmajdat: burFields.sysmajdat; } export declare namespace categorie_activiteFields { type catactcod = string; type catactlib = string; type catactlibtap = string | null; type catactlic = string; type pleniere = number | null; type publiee_jo = number | null; } export interface categorie_activite { catactcod: categorie_activiteFields.catactcod; catactlib: categorie_activiteFields.catactlib; catactlibtap: categorie_activiteFields.catactlibtap; catactlic: categorie_activiteFields.catactlic; pleniere: categorie_activiteFields.pleniere; publiee_jo: categorie_activiteFields.publiee_jo; } export declare namespace comFields { type comcodameli = string | null; type comlibameli = string | null; type comlilmin = string | null; type divcod = string | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type orgart = string | null; type orgcod = string; type orgdatcre = Date | null; type orgdatfin = Date | null; type orgnumtie = string | null; type orgnumtri = number | null; type orgurlcmp = string | null; type orgurlsim = string | null; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typorgcod = string; } export interface com { comcodameli: comFields.comcodameli; comlibameli: comFields.comlibameli; comlilmin: comFields.comlilmin; divcod: comFields.divcod; evelib: comFields.evelib; evelic: comFields.evelic; evelil: comFields.evelil; orgart: comFields.orgart; orgcod: comFields.orgcod; orgdatcre: comFields.orgdatcre; orgdatfin: comFields.orgdatfin; orgnumtie: comFields.orgnumtie; orgnumtri: comFields.orgnumtri; orgurlcmp: comFields.orgurlcmp; orgurlsim: comFields.orgurlsim; syscredat: comFields.syscredat; sysmajdat: comFields.sysmajdat; temvalcod: comFields.temvalcod; typorgcod: comFields.typorgcod; } export declare namespace cspFields { type catprocod = string; type cspcod = string; type cspfamcod = string; type csplib = string | null; type cspnumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface csp { catprocod: cspFields.catprocod; cspcod: cspFields.cspcod; cspfamcod: cspFields.cspfamcod; csplib: cspFields.csplib; cspnumtri: cspFields.cspnumtri; syscredat: cspFields.syscredat; sysmajdat: cspFields.sysmajdat; } export declare namespace delegaFields { type evelib = string | null; type evelic = string | null; type evelil = string | null; type orgart = string | null; type orgcod = string; type orgdatcre = Date | null; type orgdatfin = Date | null; type orgmemdep = string | null; type orgmoddes = string | null; type orgnumtie = string | null; type orgnumtri = number | null; type orgregjur = string | null; type orgurlcmp = string | null; type orgurlsim = string | null; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typorgcod = string; } export interface delega { evelib: delegaFields.evelib; evelic: delegaFields.evelic; evelil: delegaFields.evelil; orgart: delegaFields.orgart; orgcod: delegaFields.orgcod; orgdatcre: delegaFields.orgdatcre; orgdatfin: delegaFields.orgdatfin; orgmemdep: delegaFields.orgmemdep; orgmoddes: delegaFields.orgmoddes; orgnumtie: delegaFields.orgnumtie; orgnumtri: delegaFields.orgnumtri; orgregjur: delegaFields.orgregjur; orgurlcmp: delegaFields.orgurlcmp; orgurlsim: delegaFields.orgurlsim; syscredat: delegaFields.syscredat; sysmajdat: delegaFields.sysmajdat; temvalcod: delegaFields.temvalcod; typorgcod: delegaFields.typorgcod; } export declare namespace designFields { type designcod = string; type designnumtri = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type moddescod = string; type orgcod = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; } export interface design { designcod: designFields.designcod; designnumtri: designFields.designnumtri; evelib: designFields.evelib; evelic: designFields.evelic; evelil: designFields.evelil; eveobs: designFields.eveobs; moddescod: designFields.moddescod; orgcod: designFields.orgcod; syscredat: designFields.syscredat; sysmajdat: designFields.sysmajdat; temvalcod: designFields.temvalcod; } export declare namespace designoepFields { type designcod = string; type designoepdatdeb = Date | null; type designoepdatfin = Date | null; type designoepid = number; type designoepnbrsup = number | null; type designoepnbrtit = number | null; type designoepnumtri = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type fonmemextparcod = string; type fonremlil = string | null; type fontemrem = string | null; type incompat = string | null; type orgcod = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; } export interface designoep { designcod: designoepFields.designcod; designoepdatdeb: designoepFields.designoepdatdeb; designoepdatfin: designoepFields.designoepdatfin; designoepid: designoepFields.designoepid; designoepnbrsup: designoepFields.designoepnbrsup; designoepnbrtit: designoepFields.designoepnbrtit; designoepnumtri: designoepFields.designoepnumtri; evelib: designoepFields.evelib; evelic: designoepFields.evelic; evelil: designoepFields.evelil; fonmemextparcod: designoepFields.fonmemextparcod; fonremlil: designoepFields.fonremlil; fontemrem: designoepFields.fontemrem; incompat: designoepFields.incompat; orgcod: designoepFields.orgcod; syscredat: designoepFields.syscredat; sysmajdat: designoepFields.sysmajdat; temvalcod: designoepFields.temvalcod; } export declare namespace designorgFields { type designcod = string; type designlib = string | null; type designlibfem = string | null; type designlic = string | null; type designlicfem = string | null; type designlil = string | null; type designlilfem = string | null; type designnumtri = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; } export interface designorg { designcod: designorgFields.designcod; designlib: designorgFields.designlib; designlibfem: designorgFields.designlibfem; designlic: designorgFields.designlic; designlicfem: designorgFields.designlicfem; designlil: designorgFields.designlil; designlilfem: designorgFields.designlilfem; designnumtri: designorgFields.designnumtri; evelib: designorgFields.evelib; evelic: designorgFields.evelic; evelil: designorgFields.evelil; eveobs: designorgFields.eveobs; syscredat: designorgFields.syscredat; sysmajdat: designorgFields.sysmajdat; temvalcod: designorgFields.temvalcod; } export declare namespace dptFields { type dptart = string | null; type dptcmt = string | null; type dptcod = string; type dptdatdeb = Date | null; type dptdatfin = Date | null; type dptlib = string; type dptlibtri = string | null; type dptlic = string | null; type dptmodscrsen = string | null; type dptnbrsen = number | null; type dptnum = number; type dptnumtri = number; type dptser = string; type dptser2004 = string | null; type dpturlcmp = string | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type regcod = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; } export interface dpt { dptart: dptFields.dptart; dptcmt: dptFields.dptcmt; dptcod: dptFields.dptcod; dptdatdeb: dptFields.dptdatdeb; dptdatfin: dptFields.dptdatfin; dptlib: dptFields.dptlib; dptlibtri: dptFields.dptlibtri; dptlic: dptFields.dptlic; dptmodscrsen: dptFields.dptmodscrsen; dptnbrsen: dptFields.dptnbrsen; dptnum: dptFields.dptnum; dptnumtri: dptFields.dptnumtri; dptser: dptFields.dptser; dptser2004: dptFields.dptser2004; dpturlcmp: dptFields.dpturlcmp; evelib: dptFields.evelib; evelic: dptFields.evelic; evelil: dptFields.evelil; regcod: dptFields.regcod; syscredat: dptFields.syscredat; sysmajdat: dptFields.sysmajdat; temvalcod: dptFields.temvalcod; } export declare namespace dpteleFields { type dptelecmt = string | null; type dpteleid = number; type dptelenbrsie = number | null; type dptelenbrsiepvr = number | null; type dptnum = number; type eleid = number; type participaidt1 = number | null; type participaidt2 = number | null; type syscredat = Date | null; type sysmajdat = Date | null; type typelecod = string; type valid2cod = string; type validcod = string; } export interface dptele { dptelecmt: dpteleFields.dptelecmt; dpteleid: dpteleFields.dpteleid; dptelenbrsie: dpteleFields.dptelenbrsie; dptelenbrsiepvr: dpteleFields.dptelenbrsiepvr; dptnum: dpteleFields.dptnum; eleid: dpteleFields.eleid; participaidt1: dpteleFields.participaidt1; participaidt2: dpteleFields.participaidt2; syscredat: dpteleFields.syscredat; sysmajdat: dpteleFields.sysmajdat; typelecod: dpteleFields.typelecod; valid2cod: dpteleFields.valid2cod; validcod: dpteleFields.validcod; } export declare namespace dpttypmanFields { type dptnum = number; type dpttypmanid = number; type typmancod = string; } export interface dpttypman { dptnum: dpttypmanFields.dptnum; dpttypmanid: dpttypmanFields.dpttypmanid; typmancod: dpttypmanFields.typmancod; } export declare namespace eleFields { type eleann = string; type eledat = Date | null; type eledatdeb = Date | null; type eledatfinpre = Date | null; type eleid = number; type elelib = string | null; type elelic = string | null; type elelil = string | null; type elepar = string | null; type eleser = string | null; type syscredat = Date | null; type sysmajdat = Date | null; type typmancod = string; } export interface ele { eleann: eleFields.eleann; eledat: eleFields.eledat; eledatdeb: eleFields.eledatdeb; eledatfinpre: eleFields.eledatfinpre; eleid: eleFields.eleid; elelib: eleFields.elelib; elelic: eleFields.elelic; elelil: eleFields.elelil; elepar: eleFields.elepar; eleser: eleFields.eleser; syscredat: eleFields.syscredat; sysmajdat: eleFields.sysmajdat; typmancod: eleFields.typmancod; } export declare namespace elucanFields { type canart = string | null; type dptnum = number | null; type eluanndeb = number | null; type eluannfin = number | null; type eludatcum = Date | null; type eludatdeb = Date | null; type eludatelu = Date | null; type eludatfin = Date | null; type eluid = number; type elunbrhab = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type senmat = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typmancod = string | null; } export interface elucan { canart: elucanFields.canart; dptnum: elucanFields.dptnum; eluanndeb: elucanFields.eluanndeb; eluannfin: elucanFields.eluannfin; eludatcum: elucanFields.eludatcum; eludatdeb: elucanFields.eludatdeb; eludatelu: elucanFields.eludatelu; eludatfin: elucanFields.eludatfin; eluid: elucanFields.eluid; elunbrhab: elucanFields.elunbrhab; evelib: elucanFields.evelib; evelic: elucanFields.evelic; evelil: elucanFields.evelil; eveobs: elucanFields.eveobs; senmat: elucanFields.senmat; syscredat: elucanFields.syscredat; sysmajdat: elucanFields.sysmajdat; temvalcod: elucanFields.temvalcod; typmancod: elucanFields.typmancod; } export declare namespace eludepFields { type circo = number | null; type depcod = string | null; type eluanndeb = number | null; type eluannfin = number | null; type eludatcum = Date | null; type eludatdeb = Date | null; type eludatelu = Date | null; type eludatfin = Date | null; type eluid = number; type elunbrhab = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type id_organe_assnat = string | null; type senmat = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typmancod = string | null; } export interface eludep { circo: eludepFields.circo; depcod: eludepFields.depcod; eluanndeb: eludepFields.eluanndeb; eluannfin: eludepFields.eluannfin; eludatcum: eludepFields.eludatcum; eludatdeb: eludepFields.eludatdeb; eludatelu: eludepFields.eludatelu; eludatfin: eludepFields.eludatfin; eluid: eludepFields.eluid; elunbrhab: eludepFields.elunbrhab; evelib: eludepFields.evelib; evelic: eludepFields.evelic; evelil: eludepFields.evelil; eveobs: eludepFields.eveobs; id_organe_assnat: eludepFields.id_organe_assnat; senmat: eludepFields.senmat; syscredat: eludepFields.syscredat; sysmajdat: eludepFields.sysmajdat; temvalcod: eludepFields.temvalcod; typmancod: eludepFields.typmancod; } export declare namespace eludivFields { type eluanndeb = number | null; type eluannfin = number | null; type eludatcum = Date | null; type eludatdeb = Date | null; type eludatelu = Date | null; type eludatfin = Date | null; type eludivart = string | null; type eludivurlcmp = string | null; type eluid = number; type elunbrhab = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type senmat = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typmancod = string | null; } export interface eludiv { eluanndeb: eludivFields.eluanndeb; eluannfin: eludivFields.eluannfin; eludatcum: eludivFields.eludatcum; eludatdeb: eludivFields.eludatdeb; eludatelu: eludivFields.eludatelu; eludatfin: eludivFields.eludatfin; eludivart: eludivFields.eludivart; eludivurlcmp: eludivFields.eludivurlcmp; eluid: eludivFields.eluid; elunbrhab: eludivFields.elunbrhab; evelib: eludivFields.evelib; evelic: eludivFields.evelic; evelil: eludivFields.evelil; eveobs: eludivFields.eveobs; senmat: eludivFields.senmat; syscredat: eludivFields.syscredat; sysmajdat: eludivFields.sysmajdat; temvalcod: eludivFields.temvalcod; typmancod: eludivFields.typmancod; } export declare namespace elueurFields { type eluanndeb = number | null; type eluannfin = number | null; type eludatcum = Date | null; type eludatdeb = Date | null; type eludatelu = Date | null; type eludatfin = Date | null; type eluid = number; type elunbrhab = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type nationcod = string | null; type senmat = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typmancod = string | null; } export interface elueur { eluanndeb: elueurFields.eluanndeb; eluannfin: elueurFields.eluannfin; eludatcum: elueurFields.eludatcum; eludatdeb: elueurFields.eludatdeb; eludatelu: elueurFields.eludatelu; eludatfin: elueurFields.eludatfin; eluid: elueurFields.eluid; elunbrhab: elueurFields.elunbrhab; evelib: elueurFields.evelib; evelic: elueurFields.evelic; evelil: elueurFields.evelil; eveobs: elueurFields.eveobs; nationcod: elueurFields.nationcod; senmat: elueurFields.senmat; syscredat: elueurFields.syscredat; sysmajdat: elueurFields.sysmajdat; temvalcod: elueurFields.temvalcod; typmancod: elueurFields.typmancod; } export declare namespace eluregFields { type eluanndeb = number | null; type eluannfin = number | null; type eludatcum = Date | null; type eludatdeb = Date | null; type eludatelu = Date | null; type eludatfin = Date | null; type eluid = number; type elunbrhab = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type regcod = string | null; type senmat = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typmancod = string | null; } export interface elureg { eluanndeb: eluregFields.eluanndeb; eluannfin: eluregFields.eluannfin; eludatcum: eluregFields.eludatcum; eludatdeb: eluregFields.eludatdeb; eludatelu: eluregFields.eludatelu; eludatfin: eluregFields.eludatfin; eluid: eluregFields.eluid; elunbrhab: eluregFields.elunbrhab; evelib: eluregFields.evelib; evelic: eluregFields.evelic; evelil: eluregFields.evelil; eveobs: eluregFields.eveobs; regcod: eluregFields.regcod; senmat: eluregFields.senmat; syscredat: eluregFields.syscredat; sysmajdat: eluregFields.sysmajdat; temvalcod: eluregFields.temvalcod; typmancod: eluregFields.typmancod; } export declare namespace elusenFields { type dptnum = number; type eluanndeb = number | null; type eluannfin = number | null; type eludatcum = Date | null; type eludatdeb = Date | null; type eludatelu = Date | null; type eludatfin = Date | null; type eluid = number; type etadebmancod = string; type etafinmancod = string | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type senmat = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type turelucod = string; type typmancod = string | null; } export interface elusen { dptnum: elusenFields.dptnum; eluanndeb: elusenFields.eluanndeb; eluannfin: elusenFields.eluannfin; eludatcum: elusenFields.eludatcum; eludatdeb: elusenFields.eludatdeb; eludatelu: elusenFields.eludatelu; eludatfin: elusenFields.eludatfin; eluid: elusenFields.eluid; etadebmancod: elusenFields.etadebmancod; etafinmancod: elusenFields.etafinmancod; evelib: elusenFields.evelib; evelic: elusenFields.evelic; evelil: elusenFields.evelil; senmat: elusenFields.senmat; syscredat: elusenFields.syscredat; sysmajdat: elusenFields.sysmajdat; temvalcod: elusenFields.temvalcod; turelucod: elusenFields.turelucod; typmancod: elusenFields.typmancod; } export declare namespace eluterFields { type asstercod = string | null; type eluanndeb = number | null; type eluannfin = number | null; type eludatcum = Date | null; type eludatdeb = Date | null; type eludatelu = Date | null; type eludatfin = Date | null; type eluid = number; type elunbrhab = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type senmat = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typmancod = string | null; } export interface eluter { asstercod: eluterFields.asstercod; eluanndeb: eluterFields.eluanndeb; eluannfin: eluterFields.eluannfin; eludatcum: eluterFields.eludatcum; eludatdeb: eluterFields.eludatdeb; eludatelu: eluterFields.eludatelu; eludatfin: eluterFields.eludatfin; eluid: eluterFields.eluid; elunbrhab: eluterFields.elunbrhab; evelib: eluterFields.evelib; evelic: eluterFields.evelic; evelil: eluterFields.evelil; eveobs: eluterFields.eveobs; senmat: eluterFields.senmat; syscredat: eluterFields.syscredat; sysmajdat: eluterFields.sysmajdat; temvalcod: eluterFields.temvalcod; typmancod: eluterFields.typmancod; } export declare namespace elutitFields { type eluid = number; type evelib = string | null; type evelic = string | null; type evelil = string | null; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type titelecod = string; type titeluanndeb = number | null; type titeluannfin = number | null; type titeludatdeb = Date | null; type titeludatfin = Date | null; type titeluhon = string | null; type titeluid = number; } export interface elutit { eluid: elutitFields.eluid; evelib: elutitFields.evelib; evelic: elutitFields.evelic; evelil: elutitFields.evelil; syscredat: elutitFields.syscredat; sysmajdat: elutitFields.sysmajdat; temvalcod: elutitFields.temvalcod; titelecod: elutitFields.titelecod; titeluanndeb: elutitFields.titeluanndeb; titeluannfin: elutitFields.titeluannfin; titeludatdeb: elutitFields.titeludatdeb; titeludatfin: elutitFields.titeludatfin; titeluhon: elutitFields.titeluhon; titeluid: elutitFields.titeluid; } export declare namespace eluvilFields { type eluanndeb = number | null; type eluannfin = number | null; type eludatcum = Date | null; type eludatdeb = Date | null; type eludatelu = Date | null; type eludatfin = Date | null; type eluid = number; type elunbrhab = number | null; type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type senmat = string; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typmancod = string | null; type url = string | null; type vilart = string | null; type vilurlcmp = string | null; } export interface eluvil { eluanndeb: eluvilFields.eluanndeb; eluannfin: eluvilFields.eluannfin; eludatcum: eluvilFields.eludatcum; eludatdeb: eluvilFields.eludatdeb; eludatelu: eluvilFields.eludatelu; eludatfin: eluvilFields.eludatfin; eluid: eluvilFields.eluid; elunbrhab: eluvilFields.elunbrhab; evelib: eluvilFields.evelib; evelic: eluvilFields.evelic; evelil: eluvilFields.evelil; eveobs: eluvilFields.eveobs; senmat: eluvilFields.senmat; syscredat: eluvilFields.syscredat; sysmajdat: eluvilFields.sysmajdat; temvalcod: eluvilFields.temvalcod; typmancod: eluvilFields.typmancod; url: eluvilFields.url; vilart: eluvilFields.vilart; vilurlcmp: eluvilFields.vilurlcmp; } export declare namespace etadebmanFields { type etadebmancod = string; type etadebmanlib = string; type etadebmanlibfem = string | null; type etadebmanlibplu = string | null; type etadebmanlic = string; type etadebmanlicfem = string | null; type etadebmanlicplu = string | null; type etadebmanlil = string | null; type etadebmanlilfem = string | null; type etadebmanlilplu = string | null; type etadebmannumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface etadebman { etadebmancod: etadebmanFields.etadebmancod; etadebmanlib: etadebmanFields.etadebmanlib; etadebmanlibfem: etadebmanFields.etadebmanlibfem; etadebmanlibplu: etadebmanFields.etadebmanlibplu; etadebmanlic: etadebmanFields.etadebmanlic; etadebmanlicfem: etadebmanFields.etadebmanlicfem; etadebmanlicplu: etadebmanFields.etadebmanlicplu; etadebmanlil: etadebmanFields.etadebmanlil; etadebmanlilfem: etadebmanFields.etadebmanlilfem; etadebmanlilplu: etadebmanFields.etadebmanlilplu; etadebmannumtri: etadebmanFields.etadebmannumtri; syscredat: etadebmanFields.syscredat; sysmajdat: etadebmanFields.sysmajdat; } export declare namespace etafinmanFields { type etafinman = string; type etafinmancod = string; type etafinmanlibfem = string | null; type etafinmanlibplu = string | null; type etafinmanlic = string; type etafinmanlicfem = string | null; type etafinmanlicplu = string | null; type etafinmanlil = string | null; type etafinmanlilfem = string | null; type etafinmanlilplu = string | null; type etafinmannumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface etafinman { etafinman: etafinmanFields.etafinman; etafinmancod: etafinmanFields.etafinmancod; etafinmanlibfem: etafinmanFields.etafinmanlibfem; etafinmanlibplu: etafinmanFields.etafinmanlibplu; etafinmanlic: etafinmanFields.etafinmanlic; etafinmanlicfem: etafinmanFields.etafinmanlicfem; etafinmanlicplu: etafinmanFields.etafinmanlicplu; etafinmanlil: etafinmanFields.etafinmanlil; etafinmanlilfem: etafinmanFields.etafinmanlilfem; etafinmanlilplu: etafinmanFields.etafinmanlilplu; etafinmannumtri: etafinmanFields.etafinmannumtri; syscredat: etafinmanFields.syscredat; sysmajdat: etafinmanFields.sysmajdat; } export declare namespace etasenFields { type etasencod = string; type etasenlib = string | null; type etasenlibfem = string | null; type etasenlibplu = string | null; type etasenlic = string; type etasenlicfem = string | null; type etasenlicplu = string | null; type etasenlil = string | null; type etasenlilfem = string | null; type etasenlilplu = string | null; type etasennumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface etasen { etasencod: etasenFields.etasencod; etasenlib: etasenFields.etasenlib; etasenlibfem: etasenFields.etasenlibfem; etasenlibplu: etasenFields.etasenlibplu; etasenlic: etasenFields.etasenlic; etasenlicfem: etasenFields.etasenlicfem; etasenlicplu: etasenFields.etasenlicplu; etasenlil: etasenFields.etasenlil; etasenlilfem: etasenFields.etasenlilfem; etasenlilplu: etasenFields.etasenlilplu; etasennumtri: etasenFields.etasennumtri; syscredat: etasenFields.syscredat; sysmajdat: etasenFields.sysmajdat; } export declare namespace fonact_participantFields { type fapcod = string; type faplib = string; type faplibfem = string; type faplibfemplu = string; type faplibplu = string; type faplic = string; type faplicfem = string; type faplicfemplu = string; type faplicplu = string; } export interface fonact_participant { fapcod: fonact_participantFields.fapcod; faplib: fonact_participantFields.faplib; faplibfem: fonact_participantFields.faplibfem; faplibfemplu: fonact_participantFields.faplibfemplu; faplibplu: fonact_participantFields.faplibplu; faplic: fonact_participantFields.faplic; faplicfem: fonact_participantFields.faplicfem; faplicfemplu: fonact_participantFields.faplicfemplu; faplicplu: fonact_participantFields.faplicplu; } export declare namespace foncomFields { type foncomcod = string; type foncomlib = string; type foncomlibfem = string | null; type foncomlibfemplu = string | null; type foncomlibplu = string | null; type foncomlic = string; type foncomlicfem = string | null; type foncomlicfemplu = string | null; type foncomlicplu = string | null; type foncomlil = string | null; type foncomlilfem = string | null; type foncomlilfemplu = string | null; type foncomlilplu = string | null; type foncomnumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface foncom { foncomcod: foncomFields.foncomcod; foncomlib: foncomFields.foncomlib; foncomlibfem: foncomFields.foncomlibfem; foncomlibfemplu: foncomFields.foncomlibfemplu; foncomlibplu: foncomFields.foncomlibplu; foncomlic: foncomFields.foncomlic; foncomlicfem: foncomFields.foncomlicfem; foncomlicfemplu: foncomFields.foncomlicfemplu; foncomlicplu: foncomFields.foncomlicplu; foncomlil: foncomFields.foncomlil; foncomlilfem: foncomFields.foncomlilfem; foncomlilfemplu: foncomFields.foncomlilfemplu; foncomlilplu: foncomFields.foncomlilplu; foncomnumtri: foncomFields.foncomnumtri; syscredat: foncomFields.syscredat; sysmajdat: foncomFields.sysmajdat; } export declare namespace fondelegaFields { type fondelcod = string; type fondellib = string; type fondellibfem = string | null; type fondellibfemplu = string | null; type fondellibplu = string | null; type fondellic = string; type fondellicfem = string | null; type fondellicfemplu = string | null; type fondellicplu = string | null; type fondellil = string | null; type fondellilfem = string | null; type fondellilfemplu = string | null; type fondellilplu = string | null; type fondelnumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface fondelega { fondelcod: fondelegaFields.fondelcod; fondellib: fondelegaFields.fondellib; fondellibfem: fondelegaFields.fondellibfem; fondellibfemplu: fondelegaFields.fondellibfemplu; fondellibplu: fondelegaFields.fondellibplu; fondellic: fondelegaFields.fondellic; fondellicfem: fondelegaFields.fondellicfem; fondellicfemplu: fondelegaFields.fondellicfemplu; fondellicplu: fondelegaFields.fondellicplu; fondellil: fondelegaFields.fondellil; fondellilfem: fondelegaFields.fondellilfem; fondellilfemplu: fondelegaFields.fondellilfemplu; fondellilplu: fondelegaFields.fondellilplu; fondelnumtri: fondelegaFields.fondelnumtri; syscredat: fondelegaFields.syscredat; sysmajdat: fondelegaFields.sysmajdat; } export declare namespace fongrppolFields { type fongrppolcod = string; type fongrppollib = string; type fongrppollibfem = string | null; type fongrppollibfemplu = string | null; type fongrppollibplu = string | null; type fongrppollic = string; type fongrppollicfem = string | null; type fongrppollicfemplu = string | null; type fongrppollicplu = string | null; type fongrppollil = string | null; type fongrppollilfem = string | null; type fongrppollilfemplu = string | null; type fongrppollilplu = string | null; type fongrppolnumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface fongrppol { fongrppolcod: fongrppolFields.fongrppolcod; fongrppollib: fongrppolFields.fongrppollib; fongrppollibfem: fongrppolFields.fongrppollibfem; fongrppollibfemplu: fongrppolFields.fongrppollibfemplu; fongrppollibplu: fongrppolFields.fongrppollibplu; fongrppollic: fongrppolFields.fongrppollic; fongrppollicfem: fongrppolFields.fongrppollicfem; fongrppollicfemplu: fongrppolFields.fongrppollicfemplu; fongrppollicplu: fongrppolFields.fongrppollicplu; fongrppollil: fongrppolFields.fongrppollil; fongrppollilfem: fongrppolFields.fongrppollilfem; fongrppollilfemplu: fongrppolFields.fongrppollilfemplu; fongrppollilplu: fongrppolFields.fongrppollilplu; fongrppolnumtri: fongrppolFields.fongrppolnumtri; syscredat: fongrppolFields.syscredat; sysmajdat: fongrppolFields.sysmajdat; } export declare namespace fongrpsenFields { type fongrpsencod = string; type fongrpsenlib = string; type fongrpsenlibfem = string | null; type fongrpsenlibfemplu = string | null; type fongrpsenlibplu = string | null; type fongrpsenlic = string; type fongrpsenlicfem = string | null; type fongrpsenlicfemplu = string | null; type fongrpsenlicplu = string | null; type fongrpsenlil = string | null; type fongrpsenlilfem = string | null; type fongrpsenlilfemplu = string | null; type fongrpsenlilplu = string | null; type fongrpsennumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface fongrpsen { fongrpsencod: fongrpsenFields.fongrpsencod; fongrpsenlib: fongrpsenFields.fongrpsenlib; fongrpsenlibfem: fongrpsenFields.fongrpsenlibfem; fongrpsenlibfemplu: fongrpsenFields.fongrpsenlibfemplu; fongrpsenlibplu: fongrpsenFields.fongrpsenlibplu; fongrpsenlic: fongrpsenFields.fongrpsenlic; fongrpsenlicfem: fongrpsenFields.fongrpsenlicfem; fongrpsenlicfemplu: fongrpsenFields.fongrpsenlicfemplu; fongrpsenlicplu: fongrpsenFields.fongrpsenlicplu; fongrpsenlil: fongrpsenFields.fongrpsenlil; fongrpsenlilfem: fongrpsenFields.fongrpsenlilfem; fongrpsenlilfemplu: fongrpsenFields.fongrpsenlilfemplu; fongrpsenlilplu: fongrpsenFields.fongrpsenlilplu; fongrpsennumtri: fongrpsenFields.fongrpsennumtri; syscredat: fongrpsenFields.syscredat; sysmajdat: fongrpsenFields.sysmajdat; } export declare namespace fonmemcomFields { type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type foncomcod = string; type fonmemcomdatdeb = Date | null; type fonmemcomdatfin = Date | null; type fonmemcomid = number; type fonmemcomrngprt = number | null; type memcomid = number; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; } export interface fonmemcom { evelib: fonmemcomFields.evelib; evelic: fonmemcomFields.evelic; evelil: fonmemcomFields.evelil; eveobs: fonmemcomFields.eveobs; foncomcod: fonmemcomFields.foncomcod; fonmemcomdatdeb: fonmemcomFields.fonmemcomdatdeb; fonmemcomdatfin: fonmemcomFields.fonmemcomdatfin; fonmemcomid: fonmemcomFields.fonmemcomid; fonmemcomrngprt: fonmemcomFields.fonmemcomrngprt; memcomid: fonmemcomFields.memcomid; syscredat: fonmemcomFields.syscredat; sysmajdat: fonmemcomFields.sysmajdat; temvalcod: fonmemcomFields.temvalcod; } export declare namespace fonmemdelegaFields { type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type fondelcod = string; type fonmemdeldatdeb = Date | null; type fonmemdeldatfin = Date | null; type fonmemdelid = number; type fonmemdelrngele = number | null; type memdelegaid = number; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; } export interface fonmemdelega { evelib: fonmemdelegaFields.evelib; evelic: fonmemdelegaFields.evelic; evelil: fonmemdelegaFields.evelil; eveobs: fonmemdelegaFields.eveobs; fondelcod: fonmemdelegaFields.fondelcod; fonmemdeldatdeb: fonmemdelegaFields.fonmemdeldatdeb; fonmemdeldatfin: fonmemdelegaFields.fonmemdeldatfin; fonmemdelid: fonmemdelegaFields.fonmemdelid; fonmemdelrngele: fonmemdelegaFields.fonmemdelrngele; memdelegaid: fonmemdelegaFields.memdelegaid; syscredat: fonmemdelegaFields.syscredat; sysmajdat: fonmemdelegaFields.sysmajdat; temvalcod: fonmemdelegaFields.temvalcod; } export declare namespace fonmemgrppolFields { type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type fongrppolcod = string; type fonmemgrppoldatdeb = Date | null; type fonmemgrppoldatfin = Date | null; type fonmemgrppolid = number; type memgrppolid = number; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; } export interface fonmemgrppol { evelib: fonmemgrppolFields.evelib; evelic: fonmemgrppolFields.evelic; evelil: fonmemgrppolFields.evelil; eveobs: fonmemgrppolFields.eveobs; fongrppolcod: fonmemgrppolFields.fongrppolcod; fonmemgrppoldatdeb: fonmemgrppolFields.fonmemgrppoldatdeb; fonmemgrppoldatfin: fonmemgrppolFields.fonmemgrppoldatfin; fonmemgrppolid: fonmemgrppolFields.fonmemgrppolid; memgrppolid: fonmemgrppolFields.memgrppolid; syscredat: fonmemgrppolFields.syscredat; sysmajdat: fonmemgrppolFields.sysmajdat; temvalcod: fonmemgrppolFields.temvalcod; } export declare namespace fonmemgrpsenFields { type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type fongrpsencod = string; type fonmemgrpsendatdeb = Date; type fonmemgrpsendatfin = Date | null; type fonmemgrpsenid = number; type fonmemgrpsenrngele = number | null; type memgrpsenid = number; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; } export interface fonmemgrpsen { evelib: fonmemgrpsenFields.evelib; evelic: fonmemgrpsenFields.evelic; evelil: fonmemgrpsenFields.evelil; eveobs: fonmemgrpsenFields.eveobs; fongrpsencod: fonmemgrpsenFields.fongrpsencod; fonmemgrpsendatdeb: fonmemgrpsenFields.fonmemgrpsendatdeb; fonmemgrpsendatfin: fonmemgrpsenFields.fonmemgrpsendatfin; fonmemgrpsenid: fonmemgrpsenFields.fonmemgrpsenid; fonmemgrpsenrngele: fonmemgrpsenFields.fonmemgrpsenrngele; memgrpsenid: fonmemgrpsenFields.memgrpsenid; syscredat: fonmemgrpsenFields.syscredat; sysmajdat: fonmemgrpsenFields.sysmajdat; temvalcod: fonmemgrpsenFields.temvalcod; } export declare namespace fonmemorgFields { type evelib = string | null; type evelic = string | null; type evelil = string | null; type eveobs = string | null; type fonmemorganndeb = number | null; type fonmemorgannfin = number | null; type fonmemorgdatdeb = Date | null; type fonmemorgdatfin = Date | null; type fonmemorgid = number; type fonmemorgrngele = number | null; type fonorgcod = string; type memorgid = number; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; } export interface fonmemorg { evelib: fonmemorgFields.evelib; evelic: fonmemorgFields.evelic; evelil: fonmemorgFields.evelil; eveobs: fonmemorgFields.eveobs; fonmemorganndeb: fonmemorgFields.fonmemorganndeb; fonmemorgannfin: fonmemorgFields.fonmemorgannfin; fonmemorgdatdeb: fonmemorgFields.fonmemorgdatdeb; fonmemorgdatfin: fonmemorgFields.fonmemorgdatfin; fonmemorgid: fonmemorgFields.fonmemorgid; fonmemorgrngele: fonmemorgFields.fonmemorgrngele; fonorgcod: fonmemorgFields.fonorgcod; memorgid: fonmemorgFields.memorgid; syscredat: fonmemorgFields.syscredat; sysmajdat: fonmemorgFields.sysmajdat; temvalcod: fonmemorgFields.temvalcod; } export declare namespace fonorgFields { type fonorgcod = string; type fonorglib = string | null; type fonorglibfem = string | null; type fonorglibfemplu = string | null; type fonorglibplu = string | null; type fonorglic = string | null; type fonorglicfem = string | null; type fonorglicfemplu = string | null; type fonorglicplu = string | null; type fonorglil = string | null; type fonorglilfem = string | null; type fonorglilfemplu = string | null; type fonorglilplu = string | null; type fonorgnumtri = number | null; type syscredat = Date | null; type sysmajdat = Date | null; } export interface fonorg { fonorgcod: fonorgFields.fonorgcod; fonorglib: fonorgFields.fonorglib; fonorglibfem: fonorgFields.fonorglibfem; fonorglibfemplu: fonorgFields.fonorglibfemplu; fonorglibplu: fonorgFields.fonorglibplu; fonorglic: fonorgFields.fonorglic; fonorglicfem: fonorgFields.fonorglicfem; fonorglicfemplu: fonorgFields.fonorglicfemplu; fonorglicplu: fonorgFields.fonorglicplu; fonorglil: fonorgFields.fonorglil; fonorglilfem: fonorgFields.fonorglilfem; fonorglilfemplu: fonorgFields.fonorglilfemplu; fonorglilplu: fonorgFields.fonorglilplu; fonorgnumtri: fonorgFields.fonorgnumtri; syscredat: fonorgFields.syscredat; sysmajdat: fonorgFields.sysmajdat; } export declare namespace grppolFields { type evelib = string | null; type evelic = string | null; type evelil = string | null; type grppolart = string | null; type grppolcod = string; type grppolcodamelicou = string | null; type grppoldatcre = Date | null; type grppoldatfin = Date | null; type grppollibcou = string | null; type grppolliccou = string | null; type grppollilcou = string | null; type grppolpre = string | null; type grppolurlcmp = string | null; type grppolurlsim = string | null; type syscredat = Date | null; type sysmajdat = Date | null; type temvalcod = string | null; type typorgcod = string; } export interface grppol { evelib: grppolFields.evelib; evelic: grppolFields.evelic; evelil: