@tricoteuses/senat 2.22.16 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. package/README.md +168 -0
  2. package/lib/aggregates.d.ts +52 -0
  3. package/lib/aggregates.js +930 -0
  4. package/lib/aggregates.mjs +713 -0
  5. package/lib/aggregates.ts +833 -0
  6. package/lib/config.d.ts +10 -0
  7. package/lib/config.js +16 -0
  8. package/lib/config.mjs +16 -0
  9. package/lib/config.ts +26 -0
  10. package/lib/databases.d.ts +2 -0
  11. package/lib/databases.js +26 -0
  12. package/lib/databases.mjs +57 -0
  13. package/lib/databases.ts +71 -0
  14. package/lib/datasets.d.ts +34 -0
  15. package/lib/datasets.js +233 -0
  16. package/lib/datasets.mjs +78 -0
  17. package/lib/datasets.ts +118 -0
  18. package/lib/fields.d.ts +10 -0
  19. package/lib/fields.js +68 -0
  20. package/lib/fields.mjs +22 -0
  21. package/lib/fields.ts +29 -0
  22. package/lib/git.d.ts +26 -0
  23. package/lib/git.js +167 -0
  24. package/lib/index.d.ts +13 -0
  25. package/lib/index.js +1 -0
  26. package/lib/index.mjs +7 -0
  27. package/lib/index.ts +64 -0
  28. package/lib/inserters.d.ts +98 -0
  29. package/lib/inserters.js +500 -0
  30. package/lib/inserters.mjs +360 -0
  31. package/lib/inserters.ts +521 -0
  32. package/lib/legislatures.json +38 -0
  33. package/lib/loaders.d.ts +58 -0
  34. package/lib/loaders.js +286 -0
  35. package/lib/loaders.mjs +158 -0
  36. package/lib/loaders.ts +271 -0
  37. package/lib/model/agenda.d.ts +6 -0
  38. package/lib/model/agenda.js +148 -0
  39. package/lib/model/ameli.d.ts +51 -0
  40. package/lib/model/ameli.js +149 -0
  41. package/lib/model/ameli.mjs +84 -0
  42. package/lib/model/ameli.ts +100 -0
  43. package/lib/model/commission.d.ts +18 -0
  44. package/lib/model/commission.js +269 -0
  45. package/lib/model/debats.d.ts +67 -0
  46. package/lib/model/debats.js +95 -0
  47. package/lib/model/debats.mjs +43 -0
  48. package/lib/model/debats.ts +68 -0
  49. package/lib/model/documents.d.ts +12 -0
  50. package/lib/model/documents.js +151 -0
  51. package/lib/model/dosleg.d.ts +7 -0
  52. package/lib/model/dosleg.js +326 -0
  53. package/lib/model/dosleg.mjs +196 -0
  54. package/lib/model/dosleg.ts +240 -0
  55. package/lib/model/index.d.ts +7 -0
  56. package/lib/model/index.js +7 -0
  57. package/lib/model/index.mjs +5 -0
  58. package/lib/model/index.ts +15 -0
  59. package/lib/model/questions.d.ts +45 -0
  60. package/lib/model/questions.js +89 -0
  61. package/lib/model/questions.mjs +71 -0
  62. package/lib/model/questions.ts +93 -0
  63. package/lib/model/scrutins.d.ts +13 -0
  64. package/lib/model/scrutins.js +114 -0
  65. package/lib/model/seance.d.ts +3 -0
  66. package/lib/model/seance.js +267 -0
  67. package/lib/model/sens.d.ts +146 -0
  68. package/lib/model/sens.js +454 -0
  69. package/lib/model/sens.mjs +415 -0
  70. package/lib/model/sens.ts +516 -0
  71. package/lib/model/texte.d.ts +7 -0
  72. package/lib/model/texte.js +256 -0
  73. package/lib/model/texte.mjs +208 -0
  74. package/lib/model/texte.ts +229 -0
  75. package/lib/model/util.d.ts +9 -0
  76. package/lib/model/util.js +38 -0
  77. package/lib/model/util.mjs +19 -0
  78. package/lib/model/util.ts +32 -0
  79. package/lib/parsers/texte.d.ts +7 -0
  80. package/lib/parsers/texte.js +228 -0
  81. package/lib/raw_types/ameli.d.ts +914 -0
  82. package/lib/raw_types/ameli.js +5 -0
  83. package/lib/raw_types/ameli.mjs +163 -0
  84. package/lib/raw_types/debats.d.ts +207 -0
  85. package/lib/raw_types/debats.js +5 -0
  86. package/lib/raw_types/debats.mjs +58 -0
  87. package/lib/raw_types/dosleg.d.ts +1619 -0
  88. package/lib/raw_types/dosleg.js +5 -0
  89. package/lib/raw_types/dosleg.mjs +438 -0
  90. package/lib/raw_types/questions.d.ts +419 -0
  91. package/lib/raw_types/questions.js +5 -0
  92. package/lib/raw_types/questions.mjs +11 -0
  93. package/lib/raw_types/senat.d.ts +11368 -0
  94. package/lib/raw_types/senat.js +5 -0
  95. package/lib/raw_types/sens.d.ts +8248 -0
  96. package/lib/raw_types/sens.js +5 -0
  97. package/lib/raw_types/sens.mjs +508 -0
  98. package/lib/raw_types_kysely/ameli.d.ts +915 -0
  99. package/lib/raw_types_kysely/ameli.js +7 -0
  100. package/lib/raw_types_kysely/ameli.mjs +5 -0
  101. package/lib/raw_types_kysely/ameli.ts +951 -0
  102. package/lib/raw_types_kysely/debats.d.ts +207 -0
  103. package/lib/raw_types_kysely/debats.js +7 -0
  104. package/lib/raw_types_kysely/debats.mjs +5 -0
  105. package/lib/raw_types_kysely/debats.ts +222 -0
  106. package/lib/raw_types_kysely/dosleg.d.ts +3532 -0
  107. package/lib/raw_types_kysely/dosleg.js +7 -0
  108. package/lib/raw_types_kysely/dosleg.mjs +5 -0
  109. package/lib/raw_types_kysely/dosleg.ts +3621 -0
  110. package/lib/raw_types_kysely/questions.d.ts +414 -0
  111. package/lib/raw_types_kysely/questions.js +7 -0
  112. package/lib/raw_types_kysely/questions.mjs +5 -0
  113. package/lib/raw_types_kysely/questions.ts +426 -0
  114. package/lib/raw_types_kysely/sens.d.ts +4394 -0
  115. package/lib/raw_types_kysely/sens.js +7 -0
  116. package/lib/raw_types_kysely/sens.mjs +5 -0
  117. package/lib/raw_types_kysely/sens.ts +4499 -0
  118. package/lib/raw_types_schemats/ameli.d.ts +539 -0
  119. package/lib/raw_types_schemats/ameli.js +2 -0
  120. package/lib/raw_types_schemats/ameli.mjs +2 -0
  121. package/lib/raw_types_schemats/ameli.ts +601 -0
  122. package/lib/raw_types_schemats/debats.d.ts +127 -0
  123. package/lib/raw_types_schemats/debats.js +2 -0
  124. package/lib/raw_types_schemats/debats.mjs +2 -0
  125. package/lib/raw_types_schemats/debats.ts +145 -0
  126. package/lib/raw_types_schemats/dosleg.d.ts +977 -0
  127. package/lib/raw_types_schemats/dosleg.js +2 -0
  128. package/lib/raw_types_schemats/dosleg.mjs +2 -0
  129. package/lib/raw_types_schemats/dosleg.ts +2193 -0
  130. package/lib/raw_types_schemats/questions.d.ts +235 -0
  131. package/lib/raw_types_schemats/questions.js +2 -0
  132. package/lib/raw_types_schemats/questions.mjs +2 -0
  133. package/lib/raw_types_schemats/questions.ts +249 -0
  134. package/lib/raw_types_schemats/sens.d.ts +6915 -0
  135. package/lib/raw_types_schemats/sens.js +2 -0
  136. package/lib/raw_types_schemats/sens.mjs +2 -0
  137. package/lib/raw_types_schemats/sens.ts +2907 -0
  138. package/lib/scripts/convert_data.d.ts +1 -0
  139. package/lib/scripts/convert_data.js +354 -0
  140. package/lib/scripts/convert_data.mjs +181 -0
  141. package/lib/scripts/convert_data.ts +243 -0
  142. package/lib/scripts/data-download.d.ts +1 -0
  143. package/lib/scripts/data-download.js +12 -0
  144. package/lib/scripts/datautil.d.ts +8 -0
  145. package/lib/scripts/datautil.js +34 -0
  146. package/lib/scripts/datautil.mjs +16 -0
  147. package/lib/scripts/datautil.ts +19 -0
  148. package/lib/scripts/images/transparent_150x192.jpg +0 -0
  149. package/lib/scripts/images/transparent_155x225.jpg +0 -0
  150. package/lib/scripts/parse_textes.d.ts +1 -0
  151. package/lib/scripts/parse_textes.js +44 -0
  152. package/lib/scripts/parse_textes.mjs +46 -0
  153. package/lib/scripts/parse_textes.ts +65 -0
  154. package/lib/scripts/retrieve_agenda.d.ts +1 -0
  155. package/lib/scripts/retrieve_agenda.js +132 -0
  156. package/lib/scripts/retrieve_cr_commission.d.ts +1 -0
  157. package/lib/scripts/retrieve_cr_commission.js +364 -0
  158. package/lib/scripts/retrieve_cr_seance.d.ts +6 -0
  159. package/lib/scripts/retrieve_cr_seance.js +347 -0
  160. package/lib/scripts/retrieve_documents.d.ts +3 -0
  161. package/lib/scripts/retrieve_documents.js +219 -0
  162. package/lib/scripts/retrieve_documents.mjs +249 -0
  163. package/lib/scripts/retrieve_documents.ts +298 -0
  164. package/lib/scripts/retrieve_open_data.d.ts +1 -0
  165. package/lib/scripts/retrieve_open_data.js +315 -0
  166. package/lib/scripts/retrieve_open_data.mjs +217 -0
  167. package/lib/scripts/retrieve_open_data.ts +268 -0
  168. package/lib/scripts/retrieve_senateurs_photos.d.ts +1 -0
  169. package/lib/scripts/retrieve_senateurs_photos.js +147 -0
  170. package/lib/scripts/retrieve_senateurs_photos.mjs +147 -0
  171. package/lib/scripts/retrieve_senateurs_photos.ts +177 -0
  172. package/lib/scripts/retrieve_videos.d.ts +1 -0
  173. package/lib/scripts/retrieve_videos.js +461 -0
  174. package/lib/scripts/shared/cli_helpers.d.ts +95 -0
  175. package/lib/scripts/shared/cli_helpers.js +91 -0
  176. package/lib/scripts/shared/cli_helpers.ts +36 -0
  177. package/lib/scripts/shared/util.d.ts +4 -0
  178. package/lib/scripts/shared/util.js +35 -0
  179. package/lib/scripts/shared/util.ts +33 -0
  180. package/lib/scripts/test_iter_load.d.ts +1 -0
  181. package/lib/scripts/test_iter_load.js +12 -0
  182. package/lib/src/config.d.ts +22 -0
  183. package/lib/src/config.js +17 -7
  184. package/lib/src/conversion_textes.js +5 -1
  185. package/lib/src/databases.d.ts +2 -1
  186. package/lib/src/databases_postgres.d.ts +4 -0
  187. package/lib/src/databases_postgres.js +23 -0
  188. package/lib/src/datasets.d.ts +4 -0
  189. package/lib/src/datasets.js +16 -2
  190. package/lib/src/git.d.ts +1 -0
  191. package/lib/src/git.js +45 -11
  192. package/lib/src/index.d.ts +19 -8
  193. package/lib/src/index.js +6 -1
  194. package/lib/src/loaders.js +10 -4
  195. package/lib/src/model/agenda.js +2 -2
  196. package/lib/src/model/ameli.d.ts +64 -52
  197. package/lib/src/model/ameli.js +147 -145
  198. package/lib/src/model/ameli_postgres.d.ts +67 -0
  199. package/lib/src/model/ameli_postgres.js +150 -0
  200. package/lib/src/model/commission.d.ts +3 -2
  201. package/lib/src/model/commission.js +2 -2
  202. package/lib/src/model/debats.d.ts +38 -66
  203. package/lib/src/model/debats.js +110 -93
  204. package/lib/src/model/documents.d.ts +32 -12
  205. package/lib/src/model/documents.js +171 -130
  206. package/lib/src/model/dosleg.d.ts +142 -5
  207. package/lib/src/model/dosleg.js +298 -156
  208. package/lib/src/model/questions.d.ts +54 -45
  209. package/lib/src/model/questions.js +89 -87
  210. package/lib/src/model/scrutins.d.ts +48 -13
  211. package/lib/src/model/scrutins.js +118 -111
  212. package/lib/src/model/seance.js +3 -3
  213. package/lib/src/model/sens.d.ts +109 -179
  214. package/lib/src/model/sens.js +384 -484
  215. package/lib/src/model/util.d.ts +0 -8
  216. package/lib/src/model/util.js +0 -23
  217. package/lib/src/parsers/texte.js +7 -7
  218. package/lib/src/raw_types/ameli.d.ts +1651 -803
  219. package/lib/src/raw_types/ameli.js +1816 -5
  220. package/lib/src/raw_types/debats.d.ts +353 -180
  221. package/lib/src/raw_types/debats.js +517 -5
  222. package/lib/src/raw_types/dosleg.d.ts +2862 -1527
  223. package/lib/src/raw_types/dosleg.js +4354 -5
  224. package/lib/src/raw_types/questions.d.ts +671 -395
  225. package/lib/src/raw_types/questions.js +1303 -5
  226. package/lib/src/raw_types/sens.d.ts +7743 -8148
  227. package/lib/src/raw_types/sens.js +10429 -5
  228. package/lib/src/raw_types_schemats/ameli.d.ts +4 -2
  229. package/lib/src/raw_types_schemats/debats.d.ts +2 -2
  230. package/lib/src/raw_types_schemats/dosleg.d.ts +2 -2
  231. package/lib/src/raw_types_schemats/questions.d.ts +2 -2
  232. package/lib/src/raw_types_schemats/sens.d.ts +10 -4216
  233. package/lib/src/scripts/convert_data.js +7 -6
  234. package/lib/src/scripts/convert_xml_to_html.js +2 -2
  235. package/lib/src/scripts/data-download.js +3 -2
  236. package/lib/src/scripts/retrieve_agenda.js +21 -9
  237. package/lib/src/scripts/retrieve_cr_commission.js +17 -17
  238. package/lib/src/scripts/retrieve_cr_seance.d.ts +14 -1
  239. package/lib/src/scripts/retrieve_cr_seance.js +10 -11
  240. package/lib/src/scripts/retrieve_documents.d.ts +11 -2
  241. package/lib/src/scripts/retrieve_documents.js +25 -14
  242. package/lib/src/scripts/retrieve_open_data.js +514 -153
  243. package/lib/src/scripts/retrieve_senateurs_photos.js +25 -11
  244. package/lib/src/scripts/retrieve_videos.js +12 -11
  245. package/lib/src/scripts/shared/cli_helpers.d.ts +1 -6
  246. package/lib/src/scripts/shared/cli_helpers.js +9 -8
  247. package/lib/src/scripts/shared/incremental_import_sql.d.ts +2 -0
  248. package/lib/src/scripts/shared/incremental_import_sql.js +894 -0
  249. package/lib/src/scripts/shared/prefixed_tables.d.ts +10 -0
  250. package/lib/src/scripts/shared/prefixed_tables.js +36 -0
  251. package/lib/src/scripts/shared/schema_version.d.ts +3 -0
  252. package/lib/src/scripts/shared/schema_version.js +97 -0
  253. package/lib/src/scripts/shared/staging_import.d.ts +3 -0
  254. package/lib/src/scripts/shared/staging_import.js +80 -0
  255. package/lib/src/scripts/shared/staging_metadata_sql.d.ts +1 -0
  256. package/lib/src/scripts/shared/staging_metadata_sql.js +221 -0
  257. package/lib/src/scripts/validate_prefixed_tables.d.ts +1 -0
  258. package/lib/src/scripts/validate_prefixed_tables.js +101 -0
  259. package/lib/src/types/ameli.d.ts +4 -4
  260. package/lib/src/types/debats.d.ts +2 -2
  261. package/lib/src/types/dosleg.d.ts +39 -39
  262. package/lib/src/types/questions.d.ts +2 -2
  263. package/lib/src/types/sens.d.ts +0 -2
  264. package/lib/src/types/texte.d.ts +1 -1
  265. package/lib/src/utils/cr_spliting.d.ts +9 -6
  266. package/lib/src/utils/cr_spliting.js +6 -101
  267. package/lib/src/utils/reunion_odj_building.d.ts +7 -3
  268. package/lib/src/utils/reunion_parsing.d.ts +2 -1
  269. package/lib/src/utils/reunion_parsing.js +2 -2
  270. package/lib/src/videos/match.js +8 -5
  271. package/lib/src/videos/pipeline.d.ts +6 -2
  272. package/lib/src/videos/pipeline.js +21 -8
  273. package/lib/src/videos/search.js +6 -2
  274. package/lib/strings.d.ts +1 -0
  275. package/lib/strings.js +18 -0
  276. package/lib/strings.mjs +18 -0
  277. package/lib/strings.ts +26 -0
  278. package/lib/tests/incrementalImportSql.test.d.ts +1 -0
  279. package/lib/tests/incrementalImportSql.test.js +155 -0
  280. package/lib/tests/prefixedTables.test.d.ts +1 -0
  281. package/lib/tests/prefixedTables.test.js +22 -0
  282. package/lib/tests/schemaVersion.test.d.ts +1 -0
  283. package/lib/tests/schemaVersion.test.js +23 -0
  284. package/lib/tests/validatePrefixedTables.test.d.ts +1 -0
  285. package/lib/tests/validatePrefixedTables.test.js +14 -0
  286. package/lib/types/agenda.d.ts +44 -0
  287. package/lib/types/agenda.js +1 -0
  288. package/lib/types/ameli.d.ts +5 -0
  289. package/lib/types/ameli.js +1 -0
  290. package/lib/types/ameli.mjs +13 -0
  291. package/lib/types/ameli.ts +21 -0
  292. package/lib/types/compte_rendu.d.ts +83 -0
  293. package/lib/types/compte_rendu.js +1 -0
  294. package/lib/types/debats.d.ts +2 -0
  295. package/lib/types/debats.js +1 -0
  296. package/lib/types/debats.mjs +2 -0
  297. package/lib/types/debats.ts +6 -0
  298. package/lib/types/dosleg.d.ts +70 -0
  299. package/lib/types/dosleg.js +1 -0
  300. package/lib/types/dosleg.mjs +151 -0
  301. package/lib/types/dosleg.ts +284 -0
  302. package/lib/types/questions.d.ts +2 -0
  303. package/lib/types/questions.js +1 -0
  304. package/lib/types/questions.mjs +1 -0
  305. package/lib/types/questions.ts +3 -0
  306. package/lib/types/sens.d.ts +10 -0
  307. package/lib/types/sens.js +1 -0
  308. package/lib/types/sens.mjs +1 -0
  309. package/lib/types/sens.ts +12 -0
  310. package/lib/types/sessions.d.ts +5 -0
  311. package/lib/types/sessions.js +84 -0
  312. package/lib/types/sessions.mjs +43 -0
  313. package/lib/types/sessions.ts +42 -0
  314. package/lib/types/texte.d.ts +74 -0
  315. package/lib/types/texte.js +16 -0
  316. package/lib/types/texte.mjs +16 -0
  317. package/lib/types/texte.ts +76 -0
  318. package/lib/typings/windows-1252.d.js +2 -0
  319. package/lib/typings/windows-1252.d.mjs +2 -0
  320. package/lib/typings/windows-1252.d.ts +11 -0
  321. package/lib/utils/cr_spliting.d.ts +28 -0
  322. package/lib/utils/cr_spliting.js +265 -0
  323. package/lib/utils/date.d.ts +10 -0
  324. package/lib/utils/date.js +100 -0
  325. package/lib/utils/nvs-timecode.d.ts +7 -0
  326. package/lib/utils/nvs-timecode.js +79 -0
  327. package/lib/utils/reunion_grouping.d.ts +9 -0
  328. package/lib/utils/reunion_grouping.js +361 -0
  329. package/lib/utils/reunion_odj_building.d.ts +5 -0
  330. package/lib/utils/reunion_odj_building.js +154 -0
  331. package/lib/utils/reunion_parsing.d.ts +23 -0
  332. package/lib/utils/reunion_parsing.js +209 -0
  333. package/lib/utils/scoring.d.ts +14 -0
  334. package/lib/utils/scoring.js +147 -0
  335. package/lib/utils/string_cleaning.d.ts +7 -0
  336. package/lib/utils/string_cleaning.js +57 -0
  337. package/lib/validators/config.d.ts +9 -0
  338. package/lib/validators/config.js +10 -0
  339. package/lib/validators/config.mjs +54 -0
  340. package/lib/validators/config.ts +79 -0
  341. package/lib/validators/senat.d.ts +0 -0
  342. package/lib/validators/senat.js +28 -0
  343. package/lib/validators/senat.mjs +24 -0
  344. package/lib/validators/senat.ts +26 -0
  345. package/package.json +11 -11
@@ -1,30 +1,10 @@
1
1
  /**
2
2
  * AUTO-GENERATED FILE - DO NOT EDIT!
3
3
  *
4
- * This file was automatically generated by schemats v.2.20.33
5
- * $ schemats generate -c postgres://username:password@localhost:5432/senat -t acr -t activite -t activite_audit -t activite_delegation -t activite_delegation_audit -t activite_loi -t activite_loi_audit -t activite_obligatoire -t activite_participant -t activite_participant_audit -t activite_senateur -t activite_senateur_audit -t activite_senateur_params -t activite_senateur_params_audit -t activites_liees -t activites_liees_audit -t actpro -t adhgrpsen -t adr -t adresse -t adrsen -t app -t assparint -t asster -t autgrpsen -t autorisation_profil -t autorisations -t avis_nomination_art13 -t basdes -t bur -t bur3r -t bur4r -t cad -t candid -t candidat -t candtodelete -t categorie_activite -t catpro -t catpro2e -t catterrit -t cible_categorie_periode -t cirdep -t com -t con -t cotgip -t csp -t cspfam -t databasechangelog -t databasechangeloglock -t delega -t derogation -t derogation_audit -t derogation_senateur -t derogation_senateur_audit -t design -t designoep -t designorg -t discou -t div -t dpt -t dpt_seuil_presence -t dptele -t dptele_files -t dptele_processing -t dptele_processing_type -t dpttypman -t droits_acces -t droits_acces_audit -t droits_type_derogation -t ele -t eleloc -t elucan -t eludep -t eludiv -t elueur -t elueur_apf -t elumet -t elureg -t elusen -t elusen2e -t elusen3r -t elusen4r -t elusencommu -t elusenpair -t eluter -t elutit -t eluvil -t etadebman -t etadebman3r -t etadebman4r -t etafinman -t etafinman3r -t etafinman4r -t etaprr -t etarpm -t etasen -t ext2e_bio -t ext2e_csp -t ext2e_mandats -t ext2e_minist -t extsencom_identite -t extsencom_mandat -t fonact_participant -t foncandid -t foncom -t fondelega -t fongrppol -t fongrpsen -t fonmemcom -t fonmemdelega -t fonmemextpar -t fonmemgrppol -t fonmemgrpsen -t fonmemorg -t fonorg -t grppol -t grppol4r -t grpsenami -t grpsenamiadh -t grpsenamiadhreq -t grpsenamiadhreqeta -t grpsenamiunadh -t grpsim -t gvt -t insee_pays2008 -t jhi_authority -t jhi_user -t jhi_user_authority -t lanetr -t libcom -t libdelega -t libgrppol -t libgrpsen -t liborg -t lisdptele -t mel -t memcom -t memcomsea -t memdelega -t memextpar -t memgrppol -t memgrpsen -t memorg -t met -t minind -t minist -t mis -t misetafin -t mismin -t misrapeta -t missen -t moddes -t mode_acces_elusenpair -t nation -t nationgrpsen -t nivlan -t org -t orgext -t orgextpres -t orgthe -t pairie_elusenpair -t parpol -t parpolglo -t participa -t pcs -t pcs24 -t pcs42 -t pcs8 -t pcscatpro -t per -t per_sen -t perapp -t periode_presence -t perpolglo -t perrol -t pj_justificatif -t pj_justificatif_audit -t plaind -t plan_table -t plsql_profiler_runs -t plsql_profiler_units -t poicon -t posvot -t presences_scrutin_surcharge -t presencesrevisionentity -t profil_applicatif -t qua -t rap_the -t reg -t reladr -t requetes_profil -t reslis -t resultat -t reu -t revchanges -t rne_mandat -t rne_mandat_diff -t rne_sen -t rne_sen_diff -t rne_type_mandat -t rol -t sal -t scr -t scrusoldelega -t sea -t sec -t sec2e -t secexe -t sen -t senbur -t senbur3r -t senbur4r -t sennom -t senpj -t sensim -t sentablenom -t senurl -t seuil_presence -t sirpas_elusen -t sirpas_fonmemcom -t sirpas_fonmemdelega -t sirpas_fonmemgrppol -t sirpas_memcom -t sirpas_memdelega -t sirpas_memgrppol -t sirpas_mvt -t sirpas_mvtcm -t sirpas_mvttri -t sirpas_sen -t sirpas_senbur -t sirpas_trf -t srv -t stajur -t stavot -t suspensiontravaux -t suspensiontravaux_audit -t sysage -t syscognos -t sysevt -t sysvar -t sysvar_sendev -t sysvar_senprod -t tapsenrevchanges -t tapsenrevisionentity -t telephone -t temval -t tenpol -t territ -t testoracle -t titele -t titelerne -t titmin -t titnob -t tmpsd -t toutes -t turelu -t typadr -t typapppol -t typbister -t typcandid -t type_activite -t type_activite_participant -t type_activite_rol -t type_activite_senateur -t type_categorie -t type_derogation -t type_droit_acces -t type_pj_justificatif -t type_rne_diff -t type_type_derogation -t typele -t typgrpsen -t typman -t typmin -t typmoddes -t typorg -t typorgext -t typparpol -t typpoicon -t typprs -t typprssta -t typscr -t typtel -t typurl -t typvoi -t uploaded_file -t uploaded_file_type -t validation -t validation_defview_profil -t validation_profil -t vercand -t verres -t votes -t zongeo -s sens
4
+ * This file was automatically generated by schemats v.2.22.16
5
+ * $ schemats generate -c postgres://username:password@localhost:5432/senat -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 senat
6
6
  *
7
7
  */
8
- export declare namespace acrFields {
9
- type acrcachflag = number;
10
- type acrcod = string;
11
- type acrmotpas = string;
12
- type acrnom = string;
13
- type acrnum = string;
14
- type srvcod = string;
15
- type syscredat = Date | null;
16
- type sysmajdat = Date | null;
17
- }
18
- export interface acr {
19
- acrcachflag: acrFields.acrcachflag;
20
- acrcod: acrFields.acrcod;
21
- acrmotpas: acrFields.acrmotpas;
22
- acrnom: acrFields.acrnom;
23
- acrnum: acrFields.acrnum;
24
- srvcod: acrFields.srvcod;
25
- syscredat: acrFields.syscredat;
26
- sysmajdat: acrFields.sysmajdat;
27
- }
28
8
  export declare namespace activiteFields {
29
9
  type actid = number;
30
10
  type actlib = string | null;
@@ -61,106 +41,6 @@ export interface activite {
61
41
  typactcod: activiteFields.typactcod;
62
42
  validdat: activiteFields.validdat;
63
43
  }
64
- export declare namespace activite_auditFields {
65
- type actid = number;
66
- type activiteslieesdroite_mod = number | null;
67
- type activiteslieesgauche_mod = number | null;
68
- type actlib = string | null;
69
- type actlib_mod = number | null;
70
- type actlic = string | null;
71
- type actlic_mod = number | null;
72
- type catact_mod = number | null;
73
- type catactcod = string | null;
74
- type com_mod = number | null;
75
- type comcod = string | null;
76
- type datdeb = Date | null;
77
- type datdeb_mod = number | null;
78
- type datfin = Date | null;
79
- type datfin_mod = number | null;
80
- type delega_mod = number | null;
81
- type delegacod = string | null;
82
- type delegants_mod = number | null;
83
- type derogationliee_mod = number | null;
84
- type envjodat = Date | null;
85
- type envjodat_mod = number | null;
86
- type envjolog = string | null;
87
- type envjolog_mod = number | null;
88
- type gecod = string | null;
89
- type gia_mod = number | null;
90
- type giacod = string | null;
91
- type groupeetude_mod = number | null;
92
- type lois_mod = number | null;
93
- type nb_delegations = number | null;
94
- type nb_participants = number | null;
95
- type nbdelegations_mod = number | null;
96
- type nbparticipants_mod = number | null;
97
- type participants_mod = number | null;
98
- type rev = number;
99
- type revend = number | null;
100
- type revtype = number | null;
101
- type scr_mod = number | null;
102
- type scrid = number | null;
103
- type supprimedat = Date | null;
104
- type supprimedat_mod = number | null;
105
- type supprimelog = string | null;
106
- type supprimelog_mod = number | null;
107
- type typact_mod = number | null;
108
- type typactcod = string | null;
109
- type validdat = Date | null;
110
- type validdat_mod = number | null;
111
- type validlog = string | null;
112
- type validlog_mod = number | null;
113
- }
114
- export interface activite_audit {
115
- actid: activite_auditFields.actid;
116
- activiteslieesdroite_mod: activite_auditFields.activiteslieesdroite_mod;
117
- activiteslieesgauche_mod: activite_auditFields.activiteslieesgauche_mod;
118
- actlib: activite_auditFields.actlib;
119
- actlib_mod: activite_auditFields.actlib_mod;
120
- actlic: activite_auditFields.actlic;
121
- actlic_mod: activite_auditFields.actlic_mod;
122
- catact_mod: activite_auditFields.catact_mod;
123
- catactcod: activite_auditFields.catactcod;
124
- com_mod: activite_auditFields.com_mod;
125
- comcod: activite_auditFields.comcod;
126
- datdeb: activite_auditFields.datdeb;
127
- datdeb_mod: activite_auditFields.datdeb_mod;
128
- datfin: activite_auditFields.datfin;
129
- datfin_mod: activite_auditFields.datfin_mod;
130
- delega_mod: activite_auditFields.delega_mod;
131
- delegacod: activite_auditFields.delegacod;
132
- delegants_mod: activite_auditFields.delegants_mod;
133
- derogationliee_mod: activite_auditFields.derogationliee_mod;
134
- envjodat: activite_auditFields.envjodat;
135
- envjodat_mod: activite_auditFields.envjodat_mod;
136
- envjolog: activite_auditFields.envjolog;
137
- envjolog_mod: activite_auditFields.envjolog_mod;
138
- gecod: activite_auditFields.gecod;
139
- gia_mod: activite_auditFields.gia_mod;
140
- giacod: activite_auditFields.giacod;
141
- groupeetude_mod: activite_auditFields.groupeetude_mod;
142
- lois_mod: activite_auditFields.lois_mod;
143
- nb_delegations: activite_auditFields.nb_delegations;
144
- nb_participants: activite_auditFields.nb_participants;
145
- nbdelegations_mod: activite_auditFields.nbdelegations_mod;
146
- nbparticipants_mod: activite_auditFields.nbparticipants_mod;
147
- participants_mod: activite_auditFields.participants_mod;
148
- rev: activite_auditFields.rev;
149
- revend: activite_auditFields.revend;
150
- revtype: activite_auditFields.revtype;
151
- scr_mod: activite_auditFields.scr_mod;
152
- scrid: activite_auditFields.scrid;
153
- supprimedat: activite_auditFields.supprimedat;
154
- supprimedat_mod: activite_auditFields.supprimedat_mod;
155
- supprimelog: activite_auditFields.supprimelog;
156
- supprimelog_mod: activite_auditFields.supprimelog_mod;
157
- typact_mod: activite_auditFields.typact_mod;
158
- typactcod: activite_auditFields.typactcod;
159
- validdat: activite_auditFields.validdat;
160
- validdat_mod: activite_auditFields.validdat_mod;
161
- validlog: activite_auditFields.validlog;
162
- validlog_mod: activite_auditFields.validlog_mod;
163
- }
164
44
  export declare namespace activite_delegationFields {
165
45
  type actid = number;
166
46
  type delegactid = number;
@@ -175,34 +55,6 @@ export interface activite_delegation {
175
55
  senmat: activite_delegationFields.senmat;
176
56
  senmat_delegue: activite_delegationFields.senmat_delegue;
177
57
  }
178
- export declare namespace activite_delegation_auditFields {
179
- type act_mod = number | null;
180
- type actid = number | null;
181
- type delegactid = number;
182
- type delegant_mod = number | null;
183
- type delegidx = number | null;
184
- type delegue_mod = number | null;
185
- type index_mod = number | null;
186
- type rev = number;
187
- type revend = number | null;
188
- type revtype = number | null;
189
- type senmat = string | null;
190
- type senmat_delegue = string | null;
191
- }
192
- export interface activite_delegation_audit {
193
- act_mod: activite_delegation_auditFields.act_mod;
194
- actid: activite_delegation_auditFields.actid;
195
- delegactid: activite_delegation_auditFields.delegactid;
196
- delegant_mod: activite_delegation_auditFields.delegant_mod;
197
- delegidx: activite_delegation_auditFields.delegidx;
198
- delegue_mod: activite_delegation_auditFields.delegue_mod;
199
- index_mod: activite_delegation_auditFields.index_mod;
200
- rev: activite_delegation_auditFields.rev;
201
- revend: activite_delegation_auditFields.revend;
202
- revtype: activite_delegation_auditFields.revtype;
203
- senmat: activite_delegation_auditFields.senmat;
204
- senmat_delegue: activite_delegation_auditFields.senmat_delegue;
205
- }
206
58
  export declare namespace activite_loiFields {
207
59
  type actid = number;
208
60
  type loicod = string;
@@ -211,30 +63,6 @@ export interface activite_loi {
211
63
  actid: activite_loiFields.actid;
212
64
  loicod: activite_loiFields.loicod;
213
65
  }
214
- export declare namespace activite_loi_auditFields {
215
- type actid = number;
216
- type loicod = string;
217
- type rev = number;
218
- type revend = number | null;
219
- type revtype = number | null;
220
- }
221
- export interface activite_loi_audit {
222
- actid: activite_loi_auditFields.actid;
223
- loicod: activite_loi_auditFields.loicod;
224
- rev: activite_loi_auditFields.rev;
225
- revend: activite_loi_auditFields.revend;
226
- revtype: activite_loi_auditFields.revtype;
227
- }
228
- export declare namespace activite_obligatoireFields {
229
- type actoblid = number;
230
- type catactcod = string;
231
- type typactcod = string;
232
- }
233
- export interface activite_obligatoire {
234
- actoblid: activite_obligatoireFields.actoblid;
235
- catactcod: activite_obligatoireFields.catactcod;
236
- typactcod: activite_obligatoireFields.typactcod;
237
- }
238
66
  export declare namespace activite_participantFields {
239
67
  type actid = number;
240
68
  type actparid = number;
@@ -253,42 +81,6 @@ export interface activite_participant {
253
81
  teleparticipation: activite_participantFields.teleparticipation;
254
82
  typactparcod: activite_participantFields.typactparcod;
255
83
  }
256
- export declare namespace activite_participant_auditFields {
257
- type act_mod = number | null;
258
- type actid = number | null;
259
- type actparid = number;
260
- type fapcod = string | null;
261
- type fapidx = number | null;
262
- type fonctionactivite_mod = number | null;
263
- type indexfonction_mod = number | null;
264
- type rev = number;
265
- type revend = number | null;
266
- type revtype = number | null;
267
- type sen_mod = number | null;
268
- type senmat = string | null;
269
- type teleparticipation = number | null;
270
- type teleparticipation_mod = number | null;
271
- type typactpar_mod = number | null;
272
- type typactparcod = string | null;
273
- }
274
- export interface activite_participant_audit {
275
- act_mod: activite_participant_auditFields.act_mod;
276
- actid: activite_participant_auditFields.actid;
277
- actparid: activite_participant_auditFields.actparid;
278
- fapcod: activite_participant_auditFields.fapcod;
279
- fapidx: activite_participant_auditFields.fapidx;
280
- fonctionactivite_mod: activite_participant_auditFields.fonctionactivite_mod;
281
- indexfonction_mod: activite_participant_auditFields.indexfonction_mod;
282
- rev: activite_participant_auditFields.rev;
283
- revend: activite_participant_auditFields.revend;
284
- revtype: activite_participant_auditFields.revtype;
285
- sen_mod: activite_participant_auditFields.sen_mod;
286
- senmat: activite_participant_auditFields.senmat;
287
- teleparticipation: activite_participant_auditFields.teleparticipation;
288
- teleparticipation_mod: activite_participant_auditFields.teleparticipation_mod;
289
- typactpar_mod: activite_participant_auditFields.typactpar_mod;
290
- typactparcod: activite_participant_auditFields.typactparcod;
291
- }
292
84
  export declare namespace activite_senateurFields {
293
85
  type actsenid = number;
294
86
  type datdeb = Date;
@@ -305,76 +97,6 @@ export interface activite_senateur {
305
97
  senmat: activite_senateurFields.senmat;
306
98
  typactsencod: activite_senateurFields.typactsencod;
307
99
  }
308
- export declare namespace activite_senateur_auditFields {
309
- type actsenid = number | null;
310
- type datdeb = Date | null;
311
- type datdeb_mod = number | null;
312
- type datfin = Date | null;
313
- type datfin_mod = number | null;
314
- type libelle = string | null;
315
- type libelle_mod = number | null;
316
- type rev = number;
317
- type revend = number | null;
318
- type revtype = number | null;
319
- type sen_mod = number | null;
320
- type senmat = string | null;
321
- type typactsen_mod = number | null;
322
- type typactsencod = string | null;
323
- }
324
- export interface activite_senateur_audit {
325
- actsenid: activite_senateur_auditFields.actsenid;
326
- datdeb: activite_senateur_auditFields.datdeb;
327
- datdeb_mod: activite_senateur_auditFields.datdeb_mod;
328
- datfin: activite_senateur_auditFields.datfin;
329
- datfin_mod: activite_senateur_auditFields.datfin_mod;
330
- libelle: activite_senateur_auditFields.libelle;
331
- libelle_mod: activite_senateur_auditFields.libelle_mod;
332
- rev: activite_senateur_auditFields.rev;
333
- revend: activite_senateur_auditFields.revend;
334
- revtype: activite_senateur_auditFields.revtype;
335
- sen_mod: activite_senateur_auditFields.sen_mod;
336
- senmat: activite_senateur_auditFields.senmat;
337
- typactsen_mod: activite_senateur_auditFields.typactsen_mod;
338
- typactsencod: activite_senateur_auditFields.typactsencod;
339
- }
340
- export declare namespace activite_senateur_paramsFields {
341
- type actsenparid = number;
342
- type full_json_utf8 = string | null;
343
- type publie_lundi = number;
344
- type publie_vendredi = number;
345
- type senmat = string;
346
- }
347
- export interface activite_senateur_params {
348
- actsenparid: activite_senateur_paramsFields.actsenparid;
349
- full_json_utf8: activite_senateur_paramsFields.full_json_utf8;
350
- publie_lundi: activite_senateur_paramsFields.publie_lundi;
351
- publie_vendredi: activite_senateur_paramsFields.publie_vendredi;
352
- senmat: activite_senateur_paramsFields.senmat;
353
- }
354
- export declare namespace activite_senateur_params_auditFields {
355
- type actsenparid = number;
356
- type publie_lundi = number | null;
357
- type publie_vendredi = number | null;
358
- type publielundi_mod = number | null;
359
- type publievendredi_mod = number | null;
360
- type rev = number;
361
- type revend = number | null;
362
- type revtype = number | null;
363
- type sen_mod = number | null;
364
- type senmat = string | null;
365
- }
366
- export interface activite_senateur_params_audit {
367
- actsenparid: activite_senateur_params_auditFields.actsenparid;
368
- publie_lundi: activite_senateur_params_auditFields.publie_lundi;
369
- publie_vendredi: activite_senateur_params_auditFields.publie_vendredi;
370
- publielundi_mod: activite_senateur_params_auditFields.publielundi_mod;
371
- publievendredi_mod: activite_senateur_params_auditFields.publievendredi_mod;
372
- rev: activite_senateur_params_auditFields.rev;
373
- revend: activite_senateur_params_auditFields.revend;
374
- revtype: activite_senateur_params_auditFields.revtype;
375
- sen_mod: activite_senateur_params_auditFields.sen_mod;
376
- senmat: activite_senateur_params_auditFields.senmat;
377
- }
378
100
  export declare namespace activites_lieesFields {
379
101
  type droite = number;
380
102
  type gauche = number;
@@ -383,20 +105,6 @@ export interface activites_liees {
383
105
  droite: activites_lieesFields.droite;
384
106
  gauche: activites_lieesFields.gauche;
385
107
  }
386
- export declare namespace activites_liees_auditFields {
387
- type droite = number;
388
- type gauche = number;
389
- type rev = number;
390
- type revend = number | null;
391
- type revtype = number | null;
392
- }
393
- export interface activites_liees_audit {
394
- droite: activites_liees_auditFields.droite;
395
- gauche: activites_liees_auditFields.gauche;
396
- rev: activites_liees_auditFields.rev;
397
- revend: activites_liees_auditFields.revend;
398
- revtype: activites_liees_auditFields.revtype;
399
- }
400
108
  export declare namespace actproFields {
401
109
  type actprocod = string;
402
110
  type actprolib = string;
@@ -411,76 +119,6 @@ export interface actpro {
411
119
  syscredat: actproFields.syscredat;
412
120
  sysmajdat: actproFields.sysmajdat;
413
121
  }
414
- export declare namespace adhgrpsenFields {
415
- type adhesion = string | null;
416
- type adhgrpsenid = number;
417
- type evelic = string | null;
418
- type fonction = string | null;
419
- type orgcod = string | null;
420
- type senateur = string | null;
421
- type senmat = string | null;
422
- type sennomtec = string | null;
423
- }
424
- export interface adhgrpsen {
425
- adhesion: adhgrpsenFields.adhesion;
426
- adhgrpsenid: adhgrpsenFields.adhgrpsenid;
427
- evelic: adhgrpsenFields.evelic;
428
- fonction: adhgrpsenFields.fonction;
429
- orgcod: adhgrpsenFields.orgcod;
430
- senateur: adhgrpsenFields.senateur;
431
- senmat: adhgrpsenFields.senmat;
432
- sennomtec: adhgrpsenFields.sennomtec;
433
- }
434
- export declare namespace adrFields {
435
- type adrbister = string | null;
436
- type adrburdis = string | null;
437
- type adrcdxcod = string | null;
438
- type adrcdxlib = string | null;
439
- type adrcmp = string | null;
440
- type adrcmp2 = string | null;
441
- type adrcodpos = string | null;
442
- type adrcom = string | null;
443
- type adrema = string | null;
444
- type adrfax = string | null;
445
- type adrid = number;
446
- type adrnomvoi = string | null;
447
- type adrnumvoi = string | null;
448
- type adrtel = string | null;
449
- type adrtelmob = string | null;
450
- type evelib = string | null;
451
- type evelic = string | null;
452
- type evelil = string | null;
453
- type eveobs = string | null;
454
- type reladrcod = string | null;
455
- type syscredat = Date | null;
456
- type sysmajdat = Date | null;
457
- type temvalcod = string | null;
458
- }
459
- export interface adr {
460
- adrbister: adrFields.adrbister;
461
- adrburdis: adrFields.adrburdis;
462
- adrcdxcod: adrFields.adrcdxcod;
463
- adrcdxlib: adrFields.adrcdxlib;
464
- adrcmp: adrFields.adrcmp;
465
- adrcmp2: adrFields.adrcmp2;
466
- adrcodpos: adrFields.adrcodpos;
467
- adrcom: adrFields.adrcom;
468
- adrema: adrFields.adrema;
469
- adrfax: adrFields.adrfax;
470
- adrid: adrFields.adrid;
471
- adrnomvoi: adrFields.adrnomvoi;
472
- adrnumvoi: adrFields.adrnumvoi;
473
- adrtel: adrFields.adrtel;
474
- adrtelmob: adrFields.adrtelmob;
475
- evelib: adrFields.evelib;
476
- evelic: adrFields.evelic;
477
- evelil: adrFields.evelil;
478
- eveobs: adrFields.eveobs;
479
- reladrcod: adrFields.reladrcod;
480
- syscredat: adrFields.syscredat;
481
- sysmajdat: adrFields.sysmajdat;
482
- temvalcod: adrFields.temvalcod;
483
- }
484
122
  export declare namespace adresseFields {
485
123
  type adrburdis = string | null;
486
124
  type adrcdxcod = string | null;
@@ -517,48 +155,6 @@ export interface adresse {
517
155
  typbistercod: adresseFields.typbistercod;
518
156
  typvoicod: adresseFields.typvoicod;
519
157
  }
520
- export declare namespace adrsenFields {
521
- type adrid = number;
522
- type adrsenid = number;
523
- type adrsennumtri = number | null;
524
- type senmat = string;
525
- type syscredat = Date | null;
526
- type sysmajdat = Date | null;
527
- type typadrcod = string;
528
- }
529
- export interface adrsen {
530
- adrid: adrsenFields.adrid;
531
- adrsenid: adrsenFields.adrsenid;
532
- adrsennumtri: adrsenFields.adrsennumtri;
533
- senmat: adrsenFields.senmat;
534
- syscredat: adrsenFields.syscredat;
535
- sysmajdat: adrsenFields.sysmajdat;
536
- typadrcod: adrsenFields.typadrcod;
537
- }
538
- export declare namespace appFields {
539
- type appcod = string;
540
- type applib = string | null;
541
- type oralog = string | null;
542
- type syscredat = Date | null;
543
- type sysmajdat = Date | null;
544
- }
545
- export interface app {
546
- appcod: appFields.appcod;
547
- applib: appFields.applib;
548
- oralog: appFields.oralog;
549
- syscredat: appFields.syscredat;
550
- sysmajdat: appFields.sysmajdat;
551
- }
552
- export declare namespace assparintFields {
553
- type assparintid = number;
554
- type delegacod = string;
555
- type rolcod = string;
556
- }
557
- export interface assparint {
558
- assparintid: assparintFields.assparintid;
559
- delegacod: assparintFields.delegacod;
560
- rolcod: assparintFields.rolcod;
561
- }
562
158
  export declare namespace assterFields {
563
159
  type assterart = string | null;
564
160
  type asstercod = string;
@@ -579,72 +175,6 @@ export interface asster {
579
175
  syscredat: assterFields.syscredat;
580
176
  sysmajdat: assterFields.sysmajdat;
581
177
  }
582
- export declare namespace autgrpsenFields {
583
- type autgrpsencod = string;
584
- type autgrpsenlib = string | null;
585
- type autgrpsenlic = string | null;
586
- type autgrpsennumtri = number | null;
587
- }
588
- export interface autgrpsen {
589
- autgrpsencod: autgrpsenFields.autgrpsencod;
590
- autgrpsenlib: autgrpsenFields.autgrpsenlib;
591
- autgrpsenlic: autgrpsenFields.autgrpsenlic;
592
- autgrpsennumtri: autgrpsenFields.autgrpsennumtri;
593
- }
594
- export declare namespace autorisation_profilFields {
595
- type autcod = string;
596
- type autprofilid = number;
597
- type autpronum = number | null;
598
- type procod = string;
599
- type syscredat = Date | null;
600
- type sysmajdat = Date | null;
601
- }
602
- export interface autorisation_profil {
603
- autcod: autorisation_profilFields.autcod;
604
- autprofilid: autorisation_profilFields.autprofilid;
605
- autpronum: autorisation_profilFields.autpronum;
606
- procod: autorisation_profilFields.procod;
607
- syscredat: autorisation_profilFields.syscredat;
608
- sysmajdat: autorisation_profilFields.sysmajdat;
609
- }
610
- export declare namespace autorisationsFields {
611
- type autcod = string;
612
- type autlil = string | null;
613
- type syscredat = Date | null;
614
- type sysmajdat = Date | null;
615
- }
616
- export interface autorisations {
617
- autcod: autorisationsFields.autcod;
618
- autlil: autorisationsFields.autlil;
619
- syscredat: autorisationsFields.syscredat;
620
- sysmajdat: autorisationsFields.sysmajdat;
621
- }
622
- export declare namespace avis_nomination_art13Fields {
623
- type avinomart13cod = string;
624
- type avinomart13lib = string;
625
- type avinomart13lic = string | null;
626
- }
627
- export interface avis_nomination_art13 {
628
- avinomart13cod: avis_nomination_art13Fields.avinomart13cod;
629
- avinomart13lib: avis_nomination_art13Fields.avinomart13lib;
630
- avinomart13lic: avis_nomination_art13Fields.avinomart13lic;
631
- }
632
- export declare namespace basdesFields {
633
- type basdescod = string;
634
- type basdeslib = string | null;
635
- type basdeslic = string | null;
636
- type basdesnumtri = number | null;
637
- type syscredat = Date | null;
638
- type sysmajdat = Date | null;
639
- }
640
- export interface basdes {
641
- basdescod: basdesFields.basdescod;
642
- basdeslib: basdesFields.basdeslib;
643
- basdeslic: basdesFields.basdeslic;
644
- basdesnumtri: basdesFields.basdesnumtri;
645
- syscredat: basdesFields.syscredat;
646
- sysmajdat: basdesFields.sysmajdat;
647
- }
648
178
  export declare namespace burFields {
649
179
  type burcod = string;
650
180
  type burlib = string | null;
@@ -687,236 +217,6 @@ export interface bur {
687
217
  syscredat: burFields.syscredat;
688
218
  sysmajdat: burFields.sysmajdat;
689
219
  }
690
- export declare namespace bur3rFields {
691
- type burcod = string;
692
- type burlib = string | null;
693
- type burlibfem = string | null;
694
- type burlibhon = string | null;
695
- type burlibhonfem = string | null;
696
- type burlibhonplu = string | null;
697
- type burlibplu = string | null;
698
- type burlic = string | null;
699
- type burlicfem = string | null;
700
- type burlicplu = string | null;
701
- type burlil = string | null;
702
- type burlilfem = string | null;
703
- type burlilplu = string | null;
704
- type burnumtri = number | null;
705
- type syscredat = Date | null;
706
- type sysmajdat = Date | null;
707
- }
708
- export interface bur3r {
709
- burcod: bur3rFields.burcod;
710
- burlib: bur3rFields.burlib;
711
- burlibfem: bur3rFields.burlibfem;
712
- burlibhon: bur3rFields.burlibhon;
713
- burlibhonfem: bur3rFields.burlibhonfem;
714
- burlibhonplu: bur3rFields.burlibhonplu;
715
- burlibplu: bur3rFields.burlibplu;
716
- burlic: bur3rFields.burlic;
717
- burlicfem: bur3rFields.burlicfem;
718
- burlicplu: bur3rFields.burlicplu;
719
- burlil: bur3rFields.burlil;
720
- burlilfem: bur3rFields.burlilfem;
721
- burlilplu: bur3rFields.burlilplu;
722
- burnumtri: bur3rFields.burnumtri;
723
- syscredat: bur3rFields.syscredat;
724
- sysmajdat: bur3rFields.sysmajdat;
725
- }
726
- export declare namespace bur4rFields {
727
- type burcod = string;
728
- type burlib = string | null;
729
- type burlibfem = string | null;
730
- type burlibhon = string | null;
731
- type burlibhonfem = string | null;
732
- type burlibhonplu = string | null;
733
- type burlibplu = string | null;
734
- type burlic = string | null;
735
- type burlicfem = string | null;
736
- type burlicplu = string | null;
737
- type burlil = string | null;
738
- type burlilfem = string | null;
739
- type burlilplu = string | null;
740
- type burnumtri = number | null;
741
- type syscredat = Date | null;
742
- type sysmajdat = Date | null;
743
- }
744
- export interface bur4r {
745
- burcod: bur4rFields.burcod;
746
- burlib: bur4rFields.burlib;
747
- burlibfem: bur4rFields.burlibfem;
748
- burlibhon: bur4rFields.burlibhon;
749
- burlibhonfem: bur4rFields.burlibhonfem;
750
- burlibhonplu: bur4rFields.burlibhonplu;
751
- burlibplu: bur4rFields.burlibplu;
752
- burlic: bur4rFields.burlic;
753
- burlicfem: bur4rFields.burlicfem;
754
- burlicplu: bur4rFields.burlicplu;
755
- burlil: bur4rFields.burlil;
756
- burlilfem: bur4rFields.burlilfem;
757
- burlilplu: bur4rFields.burlilplu;
758
- burnumtri: bur4rFields.burnumtri;
759
- syscredat: bur4rFields.syscredat;
760
- sysmajdat: bur4rFields.sysmajdat;
761
- }
762
- export declare namespace cadFields {
763
- type cadcod = string;
764
- type cadlib = string;
765
- type cadlic = string;
766
- type cadnumtri = number | null;
767
- type syscredat = Date | null;
768
- type sysmajdat = Date | null;
769
- }
770
- export interface cad {
771
- cadcod: cadFields.cadcod;
772
- cadlib: cadFields.cadlib;
773
- cadlic: cadFields.cadlic;
774
- cadnumtri: cadFields.cadnumtri;
775
- syscredat: cadFields.syscredat;
776
- sysmajdat: cadFields.sysmajdat;
777
- }
778
- export declare namespace candidFields {
779
- type candidcmp = string;
780
- type candiddatnai = Date | null;
781
- type candidelu = string | null;
782
- type candidid = number;
783
- type candidinst2 = string | null;
784
- type candidlisind = number | null;
785
- type candidmaintenu = string | null;
786
- type candidnom = string;
787
- type candidnum = number | null;
788
- type candidpers1 = string | null;
789
- type candidpers2 = string | null;
790
- type candidprenom = string;
791
- type candidsortant = string | null;
792
- type candidsupdatnai = Date | null;
793
- type candidsupnom = string | null;
794
- type candidsupprenom = string | null;
795
- type cspcod = string | null;
796
- type dpteleid = number | null;
797
- type etasencodold = string | null;
798
- type foncandidcod1 = string | null;
799
- type foncandidcod2 = string | null;
800
- type foncandsupcod1 = string | null;
801
- type foncandsupcod2 = string | null;
802
- type lisdpteleid = number | null;
803
- type parpolorgcod = string;
804
- type parpolorgprvcod = string | null;
805
- type quacod = string;
806
- type quacodsup = string | null;
807
- type reselumajt1 = string | null;
808
- type reselumajt2 = string | null;
809
- type resnbrvoimajt1 = number | null;
810
- type resnbrvoimajt2 = number | null;
811
- type senmat = string;
812
- type syscredat = Date | null;
813
- type sysmajdat = Date | null;
814
- type typcandidcod = string;
815
- }
816
- export interface candid {
817
- candidcmp: candidFields.candidcmp;
818
- candiddatnai: candidFields.candiddatnai;
819
- candidelu: candidFields.candidelu;
820
- candidid: candidFields.candidid;
821
- candidinst2: candidFields.candidinst2;
822
- candidlisind: candidFields.candidlisind;
823
- candidmaintenu: candidFields.candidmaintenu;
824
- candidnom: candidFields.candidnom;
825
- candidnum: candidFields.candidnum;
826
- candidpers1: candidFields.candidpers1;
827
- candidpers2: candidFields.candidpers2;
828
- candidprenom: candidFields.candidprenom;
829
- candidsortant: candidFields.candidsortant;
830
- candidsupdatnai: candidFields.candidsupdatnai;
831
- candidsupnom: candidFields.candidsupnom;
832
- candidsupprenom: candidFields.candidsupprenom;
833
- cspcod: candidFields.cspcod;
834
- dpteleid: candidFields.dpteleid;
835
- etasencodold: candidFields.etasencodold;
836
- foncandidcod1: candidFields.foncandidcod1;
837
- foncandidcod2: candidFields.foncandidcod2;
838
- foncandsupcod1: candidFields.foncandsupcod1;
839
- foncandsupcod2: candidFields.foncandsupcod2;
840
- lisdpteleid: candidFields.lisdpteleid;
841
- parpolorgcod: candidFields.parpolorgcod;
842
- parpolorgprvcod: candidFields.parpolorgprvcod;
843
- quacod: candidFields.quacod;
844
- quacodsup: candidFields.quacodsup;
845
- reselumajt1: candidFields.reselumajt1;
846
- reselumajt2: candidFields.reselumajt2;
847
- resnbrvoimajt1: candidFields.resnbrvoimajt1;
848
- resnbrvoimajt2: candidFields.resnbrvoimajt2;
849
- senmat: candidFields.senmat;
850
- syscredat: candidFields.syscredat;
851
- sysmajdat: candidFields.sysmajdat;
852
- typcandidcod: candidFields.typcandidcod;
853
- }
854
- export declare namespace candidatFields {
855
- type circonscription = string | null;
856
- type codecirconscription = string | null;
857
- type csp = string | null;
858
- type datedenaissance = string | null;
859
- type elu = number;
860
- type etiquettepolitique = string | null;
861
- type id = number | null;
862
- type libelleabregedeliste = string | null;
863
- type libelledelaliste = string | null;
864
- type lieudenaissance = string | null;
865
- type mail = string | null;
866
- type matricule = string | null;
867
- type nationalite = string | null;
868
- type nomdenaissance = string | null;
869
- type nomsurlebulletindevote = string | null;
870
- type nuance = string | null;
871
- type nuancedeliste = string | null;
872
- type numerodepanneau = string | null;
873
- type ordre = string | null;
874
- type perso = string | null;
875
- type prenomdenaissance = string | null;
876
- type prenomsurlebulletindevote = string | null;
877
- type profession = string | null;
878
- type sexe = string | null;
879
- type sortant = string | null;
880
- type telephone = string | null;
881
- type tetedeliste = string | null;
882
- type warning = string | null;
883
- }
884
- export interface candidat {
885
- circonscription: candidatFields.circonscription;
886
- codecirconscription: candidatFields.codecirconscription;
887
- csp: candidatFields.csp;
888
- datedenaissance: candidatFields.datedenaissance;
889
- elu: candidatFields.elu;
890
- etiquettepolitique: candidatFields.etiquettepolitique;
891
- id: candidatFields.id;
892
- libelleabregedeliste: candidatFields.libelleabregedeliste;
893
- libelledelaliste: candidatFields.libelledelaliste;
894
- lieudenaissance: candidatFields.lieudenaissance;
895
- mail: candidatFields.mail;
896
- matricule: candidatFields.matricule;
897
- nationalite: candidatFields.nationalite;
898
- nomdenaissance: candidatFields.nomdenaissance;
899
- nomsurlebulletindevote: candidatFields.nomsurlebulletindevote;
900
- nuance: candidatFields.nuance;
901
- nuancedeliste: candidatFields.nuancedeliste;
902
- numerodepanneau: candidatFields.numerodepanneau;
903
- ordre: candidatFields.ordre;
904
- perso: candidatFields.perso;
905
- prenomdenaissance: candidatFields.prenomdenaissance;
906
- prenomsurlebulletindevote: candidatFields.prenomsurlebulletindevote;
907
- profession: candidatFields.profession;
908
- sexe: candidatFields.sexe;
909
- sortant: candidatFields.sortant;
910
- telephone: candidatFields.telephone;
911
- tetedeliste: candidatFields.tetedeliste;
912
- warning: candidatFields.warning;
913
- }
914
- export declare namespace candtodeleteFields {
915
- type senmat = string;
916
- }
917
- export interface candtodelete {
918
- senmat: candtodeleteFields.senmat;
919
- }
920
220
  export declare namespace categorie_activiteFields {
921
221
  type catactcod = string;
922
222
  type catactlib = string;
@@ -933,88 +233,6 @@ export interface categorie_activite {
933
233
  pleniere: categorie_activiteFields.pleniere;
934
234
  publiee_jo: categorie_activiteFields.publiee_jo;
935
235
  }
936
- export declare namespace catproFields {
937
- type actprocod = string;
938
- type catprocod = string;
939
- type catprolib = string;
940
- type catprolic = string;
941
- type catprolil = string | null;
942
- type catpronumtri = number | null;
943
- type seccod = string;
944
- type syscredat = Date | null;
945
- type sysmajdat = Date | null;
946
- }
947
- export interface catpro {
948
- actprocod: catproFields.actprocod;
949
- catprocod: catproFields.catprocod;
950
- catprolib: catproFields.catprolib;
951
- catprolic: catproFields.catprolic;
952
- catprolil: catproFields.catprolil;
953
- catpronumtri: catproFields.catpronumtri;
954
- seccod: catproFields.seccod;
955
- syscredat: catproFields.syscredat;
956
- sysmajdat: catproFields.sysmajdat;
957
- }
958
- export declare namespace catpro2eFields {
959
- type catprocod = string;
960
- type catprolib = string;
961
- type catprolic = string;
962
- type catprolil = string | null;
963
- type catpronumtri = number | null;
964
- type seccod = string;
965
- }
966
- export interface catpro2e {
967
- catprocod: catpro2eFields.catprocod;
968
- catprolib: catpro2eFields.catprolib;
969
- catprolic: catpro2eFields.catprolic;
970
- catprolil: catpro2eFields.catprolil;
971
- catpronumtri: catpro2eFields.catpronumtri;
972
- seccod: catpro2eFields.seccod;
973
- }
974
- export declare namespace catterritFields {
975
- type catterritcod = string;
976
- type catterritlib = string | null;
977
- type catterritlic = string | null;
978
- type catterritlil = string | null;
979
- type catterritnumtri = number | null;
980
- }
981
- export interface catterrit {
982
- catterritcod: catterritFields.catterritcod;
983
- catterritlib: catterritFields.catterritlib;
984
- catterritlic: catterritFields.catterritlic;
985
- catterritlil: catterritFields.catterritlil;
986
- catterritnumtri: catterritFields.catterritnumtri;
987
- }
988
- export declare namespace cible_categorie_periodeFields {
989
- type catactcod = string;
990
- type ccpid = number;
991
- type cible = number;
992
- type comcod = string | null;
993
- type perid = number;
994
- }
995
- export interface cible_categorie_periode {
996
- catactcod: cible_categorie_periodeFields.catactcod;
997
- ccpid: cible_categorie_periodeFields.ccpid;
998
- cible: cible_categorie_periodeFields.cible;
999
- comcod: cible_categorie_periodeFields.comcod;
1000
- perid: cible_categorie_periodeFields.perid;
1001
- }
1002
- export declare namespace cirdepFields {
1003
- type depcod = string;
1004
- type deplib = string;
1005
- type depnumtri = number | null;
1006
- type depurlcmp = string | null;
1007
- type syscredat = Date | null;
1008
- type sysmajdat = Date | null;
1009
- }
1010
- export interface cirdep {
1011
- depcod: cirdepFields.depcod;
1012
- deplib: cirdepFields.deplib;
1013
- depnumtri: cirdepFields.depnumtri;
1014
- depurlcmp: cirdepFields.depurlcmp;
1015
- syscredat: cirdepFields.syscredat;
1016
- sysmajdat: cirdepFields.sysmajdat;
1017
- }
1018
236
  export declare namespace comFields {
1019
237
  type comcodameli = string | null;
1020
238
  type comlibameli = string | null;
@@ -1057,48 +275,6 @@ export interface com {
1057
275
  temvalcod: comFields.temvalcod;
1058
276
  typorgcod: comFields.typorgcod;
1059
277
  }
1060
- export declare namespace conFields {
1061
- type concod = string;
1062
- type conlib = string;
1063
- type conlic = string;
1064
- type connumtri = number | null;
1065
- type syscredat = Date | null;
1066
- type sysmajdat = Date | null;
1067
- }
1068
- export interface con {
1069
- concod: conFields.concod;
1070
- conlib: conFields.conlib;
1071
- conlic: conFields.conlic;
1072
- connumtri: conFields.connumtri;
1073
- syscredat: conFields.syscredat;
1074
- sysmajdat: conFields.sysmajdat;
1075
- }
1076
- export declare namespace cotgipFields {
1077
- type cotgrpsendat = Date;
1078
- type cotgrpsendatgip = Date | null;
1079
- type cotgrpsendatprl = Date | null;
1080
- type cotgrpsengipid = number;
1081
- type cotgrpsenmnteur = number | null;
1082
- type cotgrpsenmntfra = number | null;
1083
- type cotgrpsenmoiprl = string;
1084
- type cotgrpsentemgip = string;
1085
- type memgrpsenid = number;
1086
- type syscredat = Date | null;
1087
- type sysmajdat = Date | null;
1088
- }
1089
- export interface cotgip {
1090
- cotgrpsendat: cotgipFields.cotgrpsendat;
1091
- cotgrpsendatgip: cotgipFields.cotgrpsendatgip;
1092
- cotgrpsendatprl: cotgipFields.cotgrpsendatprl;
1093
- cotgrpsengipid: cotgipFields.cotgrpsengipid;
1094
- cotgrpsenmnteur: cotgipFields.cotgrpsenmnteur;
1095
- cotgrpsenmntfra: cotgipFields.cotgrpsenmntfra;
1096
- cotgrpsenmoiprl: cotgipFields.cotgrpsenmoiprl;
1097
- cotgrpsentemgip: cotgipFields.cotgrpsentemgip;
1098
- memgrpsenid: cotgipFields.memgrpsenid;
1099
- syscredat: cotgipFields.syscredat;
1100
- sysmajdat: cotgipFields.sysmajdat;
1101
- }
1102
278
  export declare namespace cspFields {
1103
279
  type catprocod = string;
1104
280
  type cspcod = string;
@@ -1117,64 +293,6 @@ export interface csp {
1117
293
  syscredat: cspFields.syscredat;
1118
294
  sysmajdat: cspFields.sysmajdat;
1119
295
  }
1120
- export declare namespace cspfamFields {
1121
- type cspfamcod = string;
1122
- type cspfamlib = string | null;
1123
- type cspfamnumtri = number | null;
1124
- type syscredat = Date | null;
1125
- type sysmajdat = Date | null;
1126
- }
1127
- export interface cspfam {
1128
- cspfamcod: cspfamFields.cspfamcod;
1129
- cspfamlib: cspfamFields.cspfamlib;
1130
- cspfamnumtri: cspfamFields.cspfamnumtri;
1131
- syscredat: cspfamFields.syscredat;
1132
- sysmajdat: cspfamFields.sysmajdat;
1133
- }
1134
- export declare namespace databasechangelogFields {
1135
- type author = string;
1136
- type comments = string | null;
1137
- type contexts = string | null;
1138
- type dateexecuted = Date;
1139
- type deployment_id = string | null;
1140
- type description = string | null;
1141
- type exectype = string;
1142
- type filename = string;
1143
- type id = string;
1144
- type labels = string | null;
1145
- type liquibase = string | null;
1146
- type md5sum = string | null;
1147
- type orderexecuted = number;
1148
- type tag = string | null;
1149
- }
1150
- export interface databasechangelog {
1151
- author: databasechangelogFields.author;
1152
- comments: databasechangelogFields.comments;
1153
- contexts: databasechangelogFields.contexts;
1154
- dateexecuted: databasechangelogFields.dateexecuted;
1155
- deployment_id: databasechangelogFields.deployment_id;
1156
- description: databasechangelogFields.description;
1157
- exectype: databasechangelogFields.exectype;
1158
- filename: databasechangelogFields.filename;
1159
- id: databasechangelogFields.id;
1160
- labels: databasechangelogFields.labels;
1161
- liquibase: databasechangelogFields.liquibase;
1162
- md5sum: databasechangelogFields.md5sum;
1163
- orderexecuted: databasechangelogFields.orderexecuted;
1164
- tag: databasechangelogFields.tag;
1165
- }
1166
- export declare namespace databasechangeloglockFields {
1167
- type id = number;
1168
- type locked = number;
1169
- type lockedby = string | null;
1170
- type lockgranted = Date | null;
1171
- }
1172
- export interface databasechangeloglock {
1173
- id: databasechangeloglockFields.id;
1174
- locked: databasechangeloglockFields.locked;
1175
- lockedby: databasechangeloglockFields.lockedby;
1176
- lockgranted: databasechangeloglockFields.lockgranted;
1177
- }
1178
296
  export declare namespace delegaFields {
1179
297
  type evelib = string | null;
1180
298
  type evelic = string | null;
@@ -1215,128 +333,6 @@ export interface delega {
1215
333
  temvalcod: delegaFields.temvalcod;
1216
334
  typorgcod: delegaFields.typorgcod;
1217
335
  }
1218
- export declare namespace derogationFields {
1219
- type actlieeid = number | null;
1220
- type comcod = string | null;
1221
- type datdeb = Date;
1222
- type datfin = Date;
1223
- type delegacod = string | null;
1224
- type derogationid = number;
1225
- type derogationlic = string;
1226
- type derogationlil = string;
1227
- type libelle_court_tap = number;
1228
- type tdcod = string;
1229
- type tdcod_mod = string | null;
1230
- }
1231
- export interface derogation {
1232
- actlieeid: derogationFields.actlieeid;
1233
- comcod: derogationFields.comcod;
1234
- datdeb: derogationFields.datdeb;
1235
- datfin: derogationFields.datfin;
1236
- delegacod: derogationFields.delegacod;
1237
- derogationid: derogationFields.derogationid;
1238
- derogationlic: derogationFields.derogationlic;
1239
- derogationlil: derogationFields.derogationlil;
1240
- libelle_court_tap: derogationFields.libelle_court_tap;
1241
- tdcod: derogationFields.tdcod;
1242
- tdcod_mod: derogationFields.tdcod_mod;
1243
- }
1244
- export declare namespace derogation_auditFields {
1245
- type activiteliee_mod = number | null;
1246
- type actlieeid = number | null;
1247
- type beneficiaires_mod = number | null;
1248
- type com_mod = number | null;
1249
- type comcod = string | null;
1250
- type datdeb = Date | null;
1251
- type datdeb_mod = number | null;
1252
- type datfin = Date | null;
1253
- type datfin_mod = number | null;
1254
- type delega_mod = number | null;
1255
- type delegacod = string | null;
1256
- type derogationid = number;
1257
- type derogationlic = string | null;
1258
- type derogationlic_mod = number | null;
1259
- type derogationlil = string | null;
1260
- type derogationlil_mod = number | null;
1261
- type justificatifs_mod = number | null;
1262
- type libelle_court_tap = number | null;
1263
- type libellecourttap_mod = number | null;
1264
- type rev = number;
1265
- type revend = number | null;
1266
- type revtype = number | null;
1267
- type tdcod = string | null;
1268
- type tdcod_mod = string | null;
1269
- type typederogation_mod = number | null;
1270
- }
1271
- export interface derogation_audit {
1272
- activiteliee_mod: derogation_auditFields.activiteliee_mod;
1273
- actlieeid: derogation_auditFields.actlieeid;
1274
- beneficiaires_mod: derogation_auditFields.beneficiaires_mod;
1275
- com_mod: derogation_auditFields.com_mod;
1276
- comcod: derogation_auditFields.comcod;
1277
- datdeb: derogation_auditFields.datdeb;
1278
- datdeb_mod: derogation_auditFields.datdeb_mod;
1279
- datfin: derogation_auditFields.datfin;
1280
- datfin_mod: derogation_auditFields.datfin_mod;
1281
- delega_mod: derogation_auditFields.delega_mod;
1282
- delegacod: derogation_auditFields.delegacod;
1283
- derogationid: derogation_auditFields.derogationid;
1284
- derogationlic: derogation_auditFields.derogationlic;
1285
- derogationlic_mod: derogation_auditFields.derogationlic_mod;
1286
- derogationlil: derogation_auditFields.derogationlil;
1287
- derogationlil_mod: derogation_auditFields.derogationlil_mod;
1288
- justificatifs_mod: derogation_auditFields.justificatifs_mod;
1289
- libelle_court_tap: derogation_auditFields.libelle_court_tap;
1290
- libellecourttap_mod: derogation_auditFields.libellecourttap_mod;
1291
- rev: derogation_auditFields.rev;
1292
- revend: derogation_auditFields.revend;
1293
- revtype: derogation_auditFields.revtype;
1294
- tdcod: derogation_auditFields.tdcod;
1295
- tdcod_mod: derogation_auditFields.tdcod_mod;
1296
- typederogation_mod: derogation_auditFields.typederogation_mod;
1297
- }
1298
- export declare namespace derogation_senateurFields {
1299
- type datdebpar = Date | null;
1300
- type datfinpar = Date | null;
1301
- type derogationid = number;
1302
- type derogsenid = number;
1303
- type senmat = string;
1304
- }
1305
- export interface derogation_senateur {
1306
- datdebpar: derogation_senateurFields.datdebpar;
1307
- datfinpar: derogation_senateurFields.datfinpar;
1308
- derogationid: derogation_senateurFields.derogationid;
1309
- derogsenid: derogation_senateurFields.derogsenid;
1310
- senmat: derogation_senateurFields.senmat;
1311
- }
1312
- export declare namespace derogation_senateur_auditFields {
1313
- type datdebpar = Date | null;
1314
- type datdebpar_mod = number | null;
1315
- type datfinpar = Date | null;
1316
- type datfinpar_mod = number | null;
1317
- type derogation_mod = number | null;
1318
- type derogationid = number | null;
1319
- type derogsenid = number;
1320
- type rev = number;
1321
- type revend = number | null;
1322
- type revtype = number | null;
1323
- type sen_mod = number | null;
1324
- type senmat = string | null;
1325
- }
1326
- export interface derogation_senateur_audit {
1327
- datdebpar: derogation_senateur_auditFields.datdebpar;
1328
- datdebpar_mod: derogation_senateur_auditFields.datdebpar_mod;
1329
- datfinpar: derogation_senateur_auditFields.datfinpar;
1330
- datfinpar_mod: derogation_senateur_auditFields.datfinpar_mod;
1331
- derogation_mod: derogation_senateur_auditFields.derogation_mod;
1332
- derogationid: derogation_senateur_auditFields.derogationid;
1333
- derogsenid: derogation_senateur_auditFields.derogsenid;
1334
- rev: derogation_senateur_auditFields.rev;
1335
- revend: derogation_senateur_auditFields.revend;
1336
- revtype: derogation_senateur_auditFields.revtype;
1337
- sen_mod: derogation_senateur_auditFields.sen_mod;
1338
- senmat: derogation_senateur_auditFields.senmat;
1339
- }
1340
336
  export declare namespace designFields {
1341
337
  type designcod = string;
1342
338
  type designnumtri = number | null;
@@ -1437,40 +433,6 @@ export interface designorg {
1437
433
  sysmajdat: designorgFields.sysmajdat;
1438
434
  temvalcod: designorgFields.temvalcod;
1439
435
  }
1440
- export declare namespace discouFields {
1441
- type discoucod = string;
1442
- type discoulib = string | null;
1443
- type discoulic = string | null;
1444
- type discounumtri = number | null;
1445
- type syscredat = Date | null;
1446
- type sysmajdat = Date | null;
1447
- }
1448
- export interface discou {
1449
- discoucod: discouFields.discoucod;
1450
- discoulib: discouFields.discoulib;
1451
- discoulic: discouFields.discoulic;
1452
- discounumtri: discouFields.discounumtri;
1453
- syscredat: discouFields.syscredat;
1454
- sysmajdat: discouFields.sysmajdat;
1455
- }
1456
- export declare namespace divFields {
1457
- type divcod = string;
1458
- type divlib = string | null;
1459
- type divlic = string | null;
1460
- type divlil = string | null;
1461
- type divnumtri = number | null;
1462
- type syscredat = Date | null;
1463
- type sysmajdat = Date | null;
1464
- }
1465
- export interface div {
1466
- divcod: divFields.divcod;
1467
- divlib: divFields.divlib;
1468
- divlic: divFields.divlic;
1469
- divlil: divFields.divlil;
1470
- divnumtri: divFields.divnumtri;
1471
- syscredat: divFields.syscredat;
1472
- sysmajdat: divFields.sysmajdat;
1473
- }
1474
436
  export declare namespace dptFields {
1475
437
  type dptart = string | null;
1476
438
  type dptcmt = string | null;
@@ -1519,14 +481,6 @@ export interface dpt {
1519
481
  sysmajdat: dptFields.sysmajdat;
1520
482
  temvalcod: dptFields.temvalcod;
1521
483
  }
1522
- export declare namespace dpt_seuil_presenceFields {
1523
- type dptnum = number;
1524
- type spid = number;
1525
- }
1526
- export interface dpt_seuil_presence {
1527
- dptnum: dpt_seuil_presenceFields.dptnum;
1528
- spid: dpt_seuil_presenceFields.spid;
1529
- }
1530
484
  export declare namespace dpteleFields {
1531
485
  type dptelecmt = string | null;
1532
486
  type dpteleid = number;
@@ -1557,52 +511,6 @@ export interface dptele {
1557
511
  valid2cod: dpteleFields.valid2cod;
1558
512
  validcod: dpteleFields.validcod;
1559
513
  }
1560
- export declare namespace dptele_filesFields {
1561
- type dpteleid = number;
1562
- type syscredat = Date | null;
1563
- type sysmajdat = Date | null;
1564
- type uplfilid = number;
1565
- }
1566
- export interface dptele_files {
1567
- dpteleid: dptele_filesFields.dpteleid;
1568
- syscredat: dptele_filesFields.syscredat;
1569
- sysmajdat: dptele_filesFields.sysmajdat;
1570
- uplfilid: dptele_filesFields.uplfilid;
1571
- }
1572
- export declare namespace dptele_processingFields {
1573
- type dpteleid = number;
1574
- type dpteleproid = number;
1575
- type dpteleprotypcod = string;
1576
- type permat = string;
1577
- type prodatdeb = Date | null;
1578
- type prodatfin = Date | null;
1579
- type syscredat = Date | null;
1580
- type sysmajdat = Date | null;
1581
- type uplfilid = number | null;
1582
- }
1583
- export interface dptele_processing {
1584
- dpteleid: dptele_processingFields.dpteleid;
1585
- dpteleproid: dptele_processingFields.dpteleproid;
1586
- dpteleprotypcod: dptele_processingFields.dpteleprotypcod;
1587
- permat: dptele_processingFields.permat;
1588
- prodatdeb: dptele_processingFields.prodatdeb;
1589
- prodatfin: dptele_processingFields.prodatfin;
1590
- syscredat: dptele_processingFields.syscredat;
1591
- sysmajdat: dptele_processingFields.sysmajdat;
1592
- uplfilid: dptele_processingFields.uplfilid;
1593
- }
1594
- export declare namespace dptele_processing_typeFields {
1595
- type dpteleprotypcod = string;
1596
- type dpteleprotypnumtri = number | null;
1597
- type evelib = string | null;
1598
- type evelic = string | null;
1599
- }
1600
- export interface dptele_processing_type {
1601
- dpteleprotypcod: dptele_processing_typeFields.dpteleprotypcod;
1602
- dpteleprotypnumtri: dptele_processing_typeFields.dpteleprotypnumtri;
1603
- evelib: dptele_processing_typeFields.evelib;
1604
- evelic: dptele_processing_typeFields.evelic;
1605
- }
1606
514
  export declare namespace dpttypmanFields {
1607
515
  type dptnum = number;
1608
516
  type dpttypmanid = number;
@@ -1613,56 +521,6 @@ export interface dpttypman {
1613
521
  dpttypmanid: dpttypmanFields.dpttypmanid;
1614
522
  typmancod: dpttypmanFields.typmancod;
1615
523
  }
1616
- export declare namespace droits_accesFields {
1617
- type cadcod = string | null;
1618
- type codval = string;
1619
- type daid = number;
1620
- type rolcod = string;
1621
- type tdacod = string;
1622
- }
1623
- export interface droits_acces {
1624
- cadcod: droits_accesFields.cadcod;
1625
- codval: droits_accesFields.codval;
1626
- daid: droits_accesFields.daid;
1627
- rolcod: droits_accesFields.rolcod;
1628
- tdacod: droits_accesFields.tdacod;
1629
- }
1630
- export declare namespace droits_acces_auditFields {
1631
- type cad_mod = number | null;
1632
- type cadcod = string | null;
1633
- type codval = string | null;
1634
- type codval_mod = number | null;
1635
- type daid = number;
1636
- type rev = number;
1637
- type revend = number | null;
1638
- type revtype = number | null;
1639
- type rol_mod = number | null;
1640
- type rolcod = string | null;
1641
- type tda_mod = number | null;
1642
- type tdacod = string | null;
1643
- }
1644
- export interface droits_acces_audit {
1645
- cad_mod: droits_acces_auditFields.cad_mod;
1646
- cadcod: droits_acces_auditFields.cadcod;
1647
- codval: droits_acces_auditFields.codval;
1648
- codval_mod: droits_acces_auditFields.codval_mod;
1649
- daid: droits_acces_auditFields.daid;
1650
- rev: droits_acces_auditFields.rev;
1651
- revend: droits_acces_auditFields.revend;
1652
- revtype: droits_acces_auditFields.revtype;
1653
- rol_mod: droits_acces_auditFields.rol_mod;
1654
- rolcod: droits_acces_auditFields.rolcod;
1655
- tda_mod: droits_acces_auditFields.tda_mod;
1656
- tdacod: droits_acces_auditFields.tdacod;
1657
- }
1658
- export declare namespace droits_type_derogationFields {
1659
- type rolcod = string;
1660
- type tdcod = string;
1661
- }
1662
- export interface droits_type_derogation {
1663
- rolcod: droits_type_derogationFields.rolcod;
1664
- tdcod: droits_type_derogationFields.tdcod;
1665
- }
1666
524
  export declare namespace eleFields {
1667
525
  type eleann = string;
1668
526
  type eledat = Date | null;
@@ -1693,24 +551,6 @@ export interface ele {
1693
551
  sysmajdat: eleFields.sysmajdat;
1694
552
  typmancod: eleFields.typmancod;
1695
553
  }
1696
- export declare namespace elelocFields {
1697
- type eleid = number;
1698
- type elelocnbrapr = number | null;
1699
- type elelocnbravt = number | null;
1700
- type syscredat = Date | null;
1701
- type sysmajdat = Date | null;
1702
- type titelecod = string;
1703
- type typmancod = string;
1704
- }
1705
- export interface eleloc {
1706
- eleid: elelocFields.eleid;
1707
- elelocnbrapr: elelocFields.elelocnbrapr;
1708
- elelocnbravt: elelocFields.elelocnbravt;
1709
- syscredat: elelocFields.syscredat;
1710
- sysmajdat: elelocFields.sysmajdat;
1711
- titelecod: elelocFields.titelecod;
1712
- typmancod: elelocFields.typmancod;
1713
- }
1714
554
  export declare namespace elucanFields {
1715
555
  type canart = string | null;
1716
556
  type dptnum = number | null;
@@ -1879,66 +719,6 @@ export interface elueur {
1879
719
  temvalcod: elueurFields.temvalcod;
1880
720
  typmancod: elueurFields.typmancod;
1881
721
  }
1882
- export declare namespace elueur_apfFields {
1883
- type eluanndeb = number | null;
1884
- type eluannfin = number | null;
1885
- type eludatcum = Date | null;
1886
- type eludatdeb = Date | null;
1887
- type eludatelu = Date | null;
1888
- type eludatfin = Date | null;
1889
- type eluid = number;
1890
- type elunbrhab = number | null;
1891
- type elunbrvoi = number | null;
1892
- type etadebmancod = string;
1893
- type etafinmancod = string | null;
1894
- type evelib = string | null;
1895
- type evelic = string | null;
1896
- type evelil = string | null;
1897
- type eveobs = string | null;
1898
- type nationcod = string | null;
1899
- type senmat = string;
1900
- type temvalcod = string | null;
1901
- type typmancod = string | null;
1902
- }
1903
- export interface elueur_apf {
1904
- eluanndeb: elueur_apfFields.eluanndeb;
1905
- eluannfin: elueur_apfFields.eluannfin;
1906
- eludatcum: elueur_apfFields.eludatcum;
1907
- eludatdeb: elueur_apfFields.eludatdeb;
1908
- eludatelu: elueur_apfFields.eludatelu;
1909
- eludatfin: elueur_apfFields.eludatfin;
1910
- eluid: elueur_apfFields.eluid;
1911
- elunbrhab: elueur_apfFields.elunbrhab;
1912
- elunbrvoi: elueur_apfFields.elunbrvoi;
1913
- etadebmancod: elueur_apfFields.etadebmancod;
1914
- etafinmancod: elueur_apfFields.etafinmancod;
1915
- evelib: elueur_apfFields.evelib;
1916
- evelic: elueur_apfFields.evelic;
1917
- evelil: elueur_apfFields.evelil;
1918
- eveobs: elueur_apfFields.eveobs;
1919
- nationcod: elueur_apfFields.nationcod;
1920
- senmat: elueur_apfFields.senmat;
1921
- temvalcod: elueur_apfFields.temvalcod;
1922
- typmancod: elueur_apfFields.typmancod;
1923
- }
1924
- export declare namespace elumetFields {
1925
- type eludatdeb = Date | null;
1926
- type eludatfin = Date | null;
1927
- type eluid = number;
1928
- type metcod = string;
1929
- type senmat = string;
1930
- type syscredat = Date | null;
1931
- type sysmajdat = Date | null;
1932
- }
1933
- export interface elumet {
1934
- eludatdeb: elumetFields.eludatdeb;
1935
- eludatfin: elumetFields.eludatfin;
1936
- eluid: elumetFields.eluid;
1937
- metcod: elumetFields.metcod;
1938
- senmat: elumetFields.senmat;
1939
- syscredat: elumetFields.syscredat;
1940
- sysmajdat: elumetFields.sysmajdat;
1941
- }
1942
722
  export declare namespace eluregFields {
1943
723
  type eluanndeb = number | null;
1944
724
  type eluannfin = number | null;
@@ -2021,208 +801,8 @@ export interface elusen {
2021
801
  turelucod: elusenFields.turelucod;
2022
802
  typmancod: elusenFields.typmancod;
2023
803
  }
2024
- export declare namespace elusen2eFields {
2025
- type eluanndeb = number | null;
2026
- type eluannfin = number | null;
2027
- type eludatcum = Date | null;
2028
- type eludatdeb = Date | null;
2029
- type eludatelu = Date | null;
2030
- type eludatfin = Date | null;
2031
- type eludem = string | null;
2032
- type eluid = number;
2033
- type elunbrhab = number | null;
2034
- type evelib = string | null;
2035
- type evelic = string | null;
2036
- type evelil = string | null;
2037
- type eveobs = string | null;
2038
- type senmat = string;
2039
- type syscredat = Date | null;
2040
- type sysmajdat = Date | null;
2041
- type temvalcod = string | null;
2042
- type typmancod = string | null;
2043
- }
2044
- export interface elusen2e {
2045
- eluanndeb: elusen2eFields.eluanndeb;
2046
- eluannfin: elusen2eFields.eluannfin;
2047
- eludatcum: elusen2eFields.eludatcum;
2048
- eludatdeb: elusen2eFields.eludatdeb;
2049
- eludatelu: elusen2eFields.eludatelu;
2050
- eludatfin: elusen2eFields.eludatfin;
2051
- eludem: elusen2eFields.eludem;
2052
- eluid: elusen2eFields.eluid;
2053
- elunbrhab: elusen2eFields.elunbrhab;
2054
- evelib: elusen2eFields.evelib;
2055
- evelic: elusen2eFields.evelic;
2056
- evelil: elusen2eFields.evelil;
2057
- eveobs: elusen2eFields.eveobs;
2058
- senmat: elusen2eFields.senmat;
2059
- syscredat: elusen2eFields.syscredat;
2060
- sysmajdat: elusen2eFields.sysmajdat;
2061
- temvalcod: elusen2eFields.temvalcod;
2062
- typmancod: elusen2eFields.typmancod;
2063
- }
2064
- export declare namespace elusen3rFields {
2065
- type dptnum = number;
2066
- type eluanndeb = number | null;
2067
- type eluannfin = number | null;
2068
- type eludatdeb = Date | null;
2069
- type eludatelu = Date | null;
2070
- type eludatfin = Date | null;
2071
- type eluid = number;
2072
- type elunbrhab = number | null;
2073
- type etadebmancod = string | null;
2074
- type etafinmancod = string | null;
2075
- type evelib = string | null;
2076
- type evelic = string | null;
2077
- type evelil = string | null;
2078
- type eveobs = string | null;
2079
- type senmat = string | null;
2080
- type syscredat = Date | null;
2081
- type sysmajdat = Date | null;
2082
- type temvalcod = string | null;
2083
- type typmancod = string | null;
2084
- }
2085
- export interface elusen3r {
2086
- dptnum: elusen3rFields.dptnum;
2087
- eluanndeb: elusen3rFields.eluanndeb;
2088
- eluannfin: elusen3rFields.eluannfin;
2089
- eludatdeb: elusen3rFields.eludatdeb;
2090
- eludatelu: elusen3rFields.eludatelu;
2091
- eludatfin: elusen3rFields.eludatfin;
2092
- eluid: elusen3rFields.eluid;
2093
- elunbrhab: elusen3rFields.elunbrhab;
2094
- etadebmancod: elusen3rFields.etadebmancod;
2095
- etafinmancod: elusen3rFields.etafinmancod;
2096
- evelib: elusen3rFields.evelib;
2097
- evelic: elusen3rFields.evelic;
2098
- evelil: elusen3rFields.evelil;
2099
- eveobs: elusen3rFields.eveobs;
2100
- senmat: elusen3rFields.senmat;
2101
- syscredat: elusen3rFields.syscredat;
2102
- sysmajdat: elusen3rFields.sysmajdat;
2103
- temvalcod: elusen3rFields.temvalcod;
2104
- typmancod: elusen3rFields.typmancod;
2105
- }
2106
- export declare namespace elusen4rFields {
2107
- type dptnum = number;
2108
- type eluanndeb = number | null;
2109
- type eluannfin = number | null;
2110
- type eludatdeb = Date | null;
2111
- type eludatelu = Date | null;
2112
- type eludatfin = Date | null;
2113
- type eluid = number;
2114
- type elunbrhab = number | null;
2115
- type etadebmancod = string | null;
2116
- type etafinmancod = string | null;
2117
- type evelib = string | null;
2118
- type evelic = string | null;
2119
- type evelil = string | null;
2120
- type eveobs = string | null;
2121
- type senmat = string | null;
2122
- type syscredat = Date | null;
2123
- type sysmajdat = Date | null;
2124
- type temvalcod = string | null;
2125
- type typmancod = string | null;
2126
- }
2127
- export interface elusen4r {
2128
- dptnum: elusen4rFields.dptnum;
2129
- eluanndeb: elusen4rFields.eluanndeb;
2130
- eluannfin: elusen4rFields.eluannfin;
2131
- eludatdeb: elusen4rFields.eludatdeb;
2132
- eludatelu: elusen4rFields.eludatelu;
2133
- eludatfin: elusen4rFields.eludatfin;
2134
- eluid: elusen4rFields.eluid;
2135
- elunbrhab: elusen4rFields.elunbrhab;
2136
- etadebmancod: elusen4rFields.etadebmancod;
2137
- etafinmancod: elusen4rFields.etafinmancod;
2138
- evelib: elusen4rFields.evelib;
2139
- evelic: elusen4rFields.evelic;
2140
- evelil: elusen4rFields.evelil;
2141
- eveobs: elusen4rFields.eveobs;
2142
- senmat: elusen4rFields.senmat;
2143
- syscredat: elusen4rFields.syscredat;
2144
- sysmajdat: elusen4rFields.sysmajdat;
2145
- temvalcod: elusen4rFields.temvalcod;
2146
- typmancod: elusen4rFields.typmancod;
2147
- }
2148
- export declare namespace elusencommuFields {
2149
- type dptnum = number | null;
2150
- type eluanndeb = number | null;
2151
- type eluannfin = number | null;
2152
- type eludatcum = Date | null;
2153
- type eludatdeb = Date | null;
2154
- type eludatelu = Date | null;
2155
- type eludatfin = Date | null;
2156
- type eluid = number;
2157
- type elunbrhab = number | null;
2158
- type elusencommudelpar = string | null;
2159
- type evelib = string | null;
2160
- type evelic = string | null;
2161
- type evelil = string | null;
2162
- type eveobs = string | null;
2163
- type nationcod = string | null;
2164
- type senmat = string;
2165
- type syscredat = Date | null;
2166
- type sysmajdat = Date | null;
2167
- type temvalcod = string | null;
2168
- type typmancod = string | null;
2169
- }
2170
- export interface elusencommu {
2171
- dptnum: elusencommuFields.dptnum;
2172
- eluanndeb: elusencommuFields.eluanndeb;
2173
- eluannfin: elusencommuFields.eluannfin;
2174
- eludatcum: elusencommuFields.eludatcum;
2175
- eludatdeb: elusencommuFields.eludatdeb;
2176
- eludatelu: elusencommuFields.eludatelu;
2177
- eludatfin: elusencommuFields.eludatfin;
2178
- eluid: elusencommuFields.eluid;
2179
- elunbrhab: elusencommuFields.elunbrhab;
2180
- elusencommudelpar: elusencommuFields.elusencommudelpar;
2181
- evelib: elusencommuFields.evelib;
2182
- evelic: elusencommuFields.evelic;
2183
- evelil: elusencommuFields.evelil;
2184
- eveobs: elusencommuFields.eveobs;
2185
- nationcod: elusencommuFields.nationcod;
2186
- senmat: elusencommuFields.senmat;
2187
- syscredat: elusencommuFields.syscredat;
2188
- sysmajdat: elusencommuFields.sysmajdat;
2189
- temvalcod: elusencommuFields.temvalcod;
2190
- typmancod: elusencommuFields.typmancod;
2191
- }
2192
- export declare namespace elusenpairFields {
2193
- type ancien_senateur = number;
2194
- type code_mode_acces = string;
2195
- type code_pairie = string;
2196
- type demission1831 = number;
2197
- type ecclesiastique = number;
2198
- type eluid = number;
2199
- type exclusion1830 = number;
2200
- type fin = Date | null;
2201
- type marechal_d_empire = number;
2202
- type matricule = string;
2203
- type nomination = Date | null;
2204
- type pair_hereditaire = number;
2205
- type refus_serment1830 = number;
2206
- type revoque1815 = number;
2207
- }
2208
- export interface elusenpair {
2209
- ancien_senateur: elusenpairFields.ancien_senateur;
2210
- code_mode_acces: elusenpairFields.code_mode_acces;
2211
- code_pairie: elusenpairFields.code_pairie;
2212
- demission1831: elusenpairFields.demission1831;
2213
- ecclesiastique: elusenpairFields.ecclesiastique;
2214
- eluid: elusenpairFields.eluid;
2215
- exclusion1830: elusenpairFields.exclusion1830;
2216
- fin: elusenpairFields.fin;
2217
- marechal_d_empire: elusenpairFields.marechal_d_empire;
2218
- matricule: elusenpairFields.matricule;
2219
- nomination: elusenpairFields.nomination;
2220
- pair_hereditaire: elusenpairFields.pair_hereditaire;
2221
- refus_serment1830: elusenpairFields.refus_serment1830;
2222
- revoque1815: elusenpairFields.revoque1815;
2223
- }
2224
- export declare namespace eluterFields {
2225
- type asstercod = string | null;
804
+ export declare namespace eluterFields {
805
+ type asstercod = string | null;
2226
806
  type eluanndeb = number | null;
2227
807
  type eluannfin = number | null;
2228
808
  type eludatcum = Date | null;
@@ -2367,40 +947,6 @@ export interface etadebman {
2367
947
  syscredat: etadebmanFields.syscredat;
2368
948
  sysmajdat: etadebmanFields.sysmajdat;
2369
949
  }
2370
- export declare namespace etadebman3rFields {
2371
- type etadebmancod = string;
2372
- type etadebmanlib = string;
2373
- type etadebmanlic = string;
2374
- type etadebmannumtri = number | null;
2375
- type syscredat = Date | null;
2376
- type sysmajdat = Date | null;
2377
- }
2378
- export interface etadebman3r {
2379
- etadebmancod: etadebman3rFields.etadebmancod;
2380
- etadebmanlib: etadebman3rFields.etadebmanlib;
2381
- etadebmanlic: etadebman3rFields.etadebmanlic;
2382
- etadebmannumtri: etadebman3rFields.etadebmannumtri;
2383
- syscredat: etadebman3rFields.syscredat;
2384
- sysmajdat: etadebman3rFields.sysmajdat;
2385
- }
2386
- export declare namespace etadebman4rFields {
2387
- type etadebmancod = string;
2388
- type etadebmanlib = string;
2389
- type etadebmanlic = string;
2390
- type etadebmanlil = string | null;
2391
- type etadebmannumtri = number | null;
2392
- type syscredat = Date | null;
2393
- type sysmajdat = Date | null;
2394
- }
2395
- export interface etadebman4r {
2396
- etadebmancod: etadebman4rFields.etadebmancod;
2397
- etadebmanlib: etadebman4rFields.etadebmanlib;
2398
- etadebmanlic: etadebman4rFields.etadebmanlic;
2399
- etadebmanlil: etadebman4rFields.etadebmanlil;
2400
- etadebmannumtri: etadebman4rFields.etadebmannumtri;
2401
- syscredat: etadebman4rFields.syscredat;
2402
- sysmajdat: etadebman4rFields.sysmajdat;
2403
- }
2404
950
  export declare namespace etafinmanFields {
2405
951
  type etafinman = string;
2406
952
  type etafinmancod = string;
@@ -2431,76 +977,6 @@ export interface etafinman {
2431
977
  syscredat: etafinmanFields.syscredat;
2432
978
  sysmajdat: etafinmanFields.sysmajdat;
2433
979
  }
2434
- export declare namespace etafinman3rFields {
2435
- type etafinman = string;
2436
- type etafinmancod = string;
2437
- type etafinmanlic = string;
2438
- type etafinmannumtri = number | null;
2439
- type syscredat = Date | null;
2440
- type sysmajdat = Date | null;
2441
- }
2442
- export interface etafinman3r {
2443
- etafinman: etafinman3rFields.etafinman;
2444
- etafinmancod: etafinman3rFields.etafinmancod;
2445
- etafinmanlic: etafinman3rFields.etafinmanlic;
2446
- etafinmannumtri: etafinman3rFields.etafinmannumtri;
2447
- syscredat: etafinman3rFields.syscredat;
2448
- sysmajdat: etafinman3rFields.sysmajdat;
2449
- }
2450
- export declare namespace etafinman4rFields {
2451
- type etafinman = string;
2452
- type etafinmancod = string;
2453
- type etafinmanlic = string;
2454
- type etafinmanlil = string | null;
2455
- type etafinmannumtri = number | null;
2456
- type syscredat = Date | null;
2457
- type sysmajdat = Date | null;
2458
- }
2459
- export interface etafinman4r {
2460
- etafinman: etafinman4rFields.etafinman;
2461
- etafinmancod: etafinman4rFields.etafinmancod;
2462
- etafinmanlic: etafinman4rFields.etafinmanlic;
2463
- etafinmanlil: etafinman4rFields.etafinmanlil;
2464
- etafinmannumtri: etafinman4rFields.etafinmannumtri;
2465
- syscredat: etafinman4rFields.syscredat;
2466
- sysmajdat: etafinman4rFields.sysmajdat;
2467
- }
2468
- export declare namespace etaprrFields {
2469
- type etaprrcod = string;
2470
- type etaprrlib = string | null;
2471
- type etaprrlic = string | null;
2472
- type etaprrnumtri = number | null;
2473
- type syscredat = Date | null;
2474
- type sysmajdat = Date | null;
2475
- }
2476
- export interface etaprr {
2477
- etaprrcod: etaprrFields.etaprrcod;
2478
- etaprrlib: etaprrFields.etaprrlib;
2479
- etaprrlic: etaprrFields.etaprrlic;
2480
- etaprrnumtri: etaprrFields.etaprrnumtri;
2481
- syscredat: etaprrFields.syscredat;
2482
- sysmajdat: etaprrFields.sysmajdat;
2483
- }
2484
- export declare namespace etarpmFields {
2485
- type etarpmcod = string;
2486
- type etarpmlib = string | null;
2487
- type etarpmlic = string | null;
2488
- type etarpmlil = string | null;
2489
- type etarpmnumtri = number | null;
2490
- type etarpmobs = string | null;
2491
- type syscredat = Date | null;
2492
- type sysmajdat = Date | null;
2493
- }
2494
- export interface etarpm {
2495
- etarpmcod: etarpmFields.etarpmcod;
2496
- etarpmlib: etarpmFields.etarpmlib;
2497
- etarpmlic: etarpmFields.etarpmlic;
2498
- etarpmlil: etarpmFields.etarpmlil;
2499
- etarpmnumtri: etarpmFields.etarpmnumtri;
2500
- etarpmobs: etarpmFields.etarpmobs;
2501
- syscredat: etarpmFields.syscredat;
2502
- sysmajdat: etarpmFields.sysmajdat;
2503
- }
2504
980
  export declare namespace etasenFields {
2505
981
  type etasencod = string;
2506
982
  type etasenlib = string | null;
@@ -2531,240 +1007,6 @@ export interface etasen {
2531
1007
  syscredat: etasenFields.syscredat;
2532
1008
  sysmajdat: etasenFields.sysmajdat;
2533
1009
  }
2534
- export declare namespace ext2e_bioFields {
2535
- type bioid = number;
2536
- type deb2ndmandat = Date | null;
2537
- type debmanannee = number | null;
2538
- type debmandat = Date | null;
2539
- type debmanjour = number | null;
2540
- type debmanmois = string | null;
2541
- type decannee = number | null;
2542
- type decdat = Date | null;
2543
- type decdpt = string | null;
2544
- type decdptnum = number | null;
2545
- type decjour = number | null;
2546
- type declieu = string | null;
2547
- type decmois = string | null;
2548
- type decpays = string | null;
2549
- type demission = string | null;
2550
- type fin2ndmandat = Date | null;
2551
- type finmanannee = number | null;
2552
- type finmandat = Date | null;
2553
- type finmanjour = number | null;
2554
- type finmanmois = string | null;
2555
- type naiannee = number | null;
2556
- type naidat = Date | null;
2557
- type naidpt = string | null;
2558
- type naidptnum = number | null;
2559
- type naijour = number | null;
2560
- type nailieu = string | null;
2561
- type naimois = string | null;
2562
- type naipays = string | null;
2563
- type nom = string | null;
2564
- type nomdit = string | null;
2565
- type nommin = string | null;
2566
- type prenoms = string | null;
2567
- type senmat = string | null;
2568
- type supprimer = string | null;
2569
- type surnom = string | null;
2570
- type titcod = string | null;
2571
- type titre = string | null;
2572
- }
2573
- export interface ext2e_bio {
2574
- bioid: ext2e_bioFields.bioid;
2575
- deb2ndmandat: ext2e_bioFields.deb2ndmandat;
2576
- debmanannee: ext2e_bioFields.debmanannee;
2577
- debmandat: ext2e_bioFields.debmandat;
2578
- debmanjour: ext2e_bioFields.debmanjour;
2579
- debmanmois: ext2e_bioFields.debmanmois;
2580
- decannee: ext2e_bioFields.decannee;
2581
- decdat: ext2e_bioFields.decdat;
2582
- decdpt: ext2e_bioFields.decdpt;
2583
- decdptnum: ext2e_bioFields.decdptnum;
2584
- decjour: ext2e_bioFields.decjour;
2585
- declieu: ext2e_bioFields.declieu;
2586
- decmois: ext2e_bioFields.decmois;
2587
- decpays: ext2e_bioFields.decpays;
2588
- demission: ext2e_bioFields.demission;
2589
- fin2ndmandat: ext2e_bioFields.fin2ndmandat;
2590
- finmanannee: ext2e_bioFields.finmanannee;
2591
- finmandat: ext2e_bioFields.finmandat;
2592
- finmanjour: ext2e_bioFields.finmanjour;
2593
- finmanmois: ext2e_bioFields.finmanmois;
2594
- naiannee: ext2e_bioFields.naiannee;
2595
- naidat: ext2e_bioFields.naidat;
2596
- naidpt: ext2e_bioFields.naidpt;
2597
- naidptnum: ext2e_bioFields.naidptnum;
2598
- naijour: ext2e_bioFields.naijour;
2599
- nailieu: ext2e_bioFields.nailieu;
2600
- naimois: ext2e_bioFields.naimois;
2601
- naipays: ext2e_bioFields.naipays;
2602
- nom: ext2e_bioFields.nom;
2603
- nomdit: ext2e_bioFields.nomdit;
2604
- nommin: ext2e_bioFields.nommin;
2605
- prenoms: ext2e_bioFields.prenoms;
2606
- senmat: ext2e_bioFields.senmat;
2607
- supprimer: ext2e_bioFields.supprimer;
2608
- surnom: ext2e_bioFields.surnom;
2609
- titcod: ext2e_bioFields.titcod;
2610
- titre: ext2e_bioFields.titre;
2611
- }
2612
- export declare namespace ext2e_cspFields {
2613
- type catcsp = string | null;
2614
- type catcspcod = string | null;
2615
- type cspid = number;
2616
- type despro = string | null;
2617
- type minist = string | null;
2618
- type nom = string | null;
2619
- type prenoms = string | null;
2620
- type sec = string | null;
2621
- type seccod = string | null;
2622
- type senmat = string | null;
2623
- }
2624
- export interface ext2e_csp {
2625
- catcsp: ext2e_cspFields.catcsp;
2626
- catcspcod: ext2e_cspFields.catcspcod;
2627
- cspid: ext2e_cspFields.cspid;
2628
- despro: ext2e_cspFields.despro;
2629
- minist: ext2e_cspFields.minist;
2630
- nom: ext2e_cspFields.nom;
2631
- prenoms: ext2e_cspFields.prenoms;
2632
- sec: ext2e_cspFields.sec;
2633
- seccod: ext2e_cspFields.seccod;
2634
- senmat: ext2e_cspFields.senmat;
2635
- }
2636
- export declare namespace ext2e_mandatsFields {
2637
- type debmanannee = number | null;
2638
- type debmandat = Date | null;
2639
- type debmanjour = number | null;
2640
- type debmanmois = string | null;
2641
- type finmanannee = number | null;
2642
- type finmandat = Date | null;
2643
- type finmanjour = number | null;
2644
- type finmanmois = string | null;
2645
- type mandatid = number;
2646
- type nom = string | null;
2647
- type prenoms = string | null;
2648
- type senmat = string | null;
2649
- type typmancod = string | null;
2650
- type typmandat = string | null;
2651
- }
2652
- export interface ext2e_mandats {
2653
- debmanannee: ext2e_mandatsFields.debmanannee;
2654
- debmandat: ext2e_mandatsFields.debmandat;
2655
- debmanjour: ext2e_mandatsFields.debmanjour;
2656
- debmanmois: ext2e_mandatsFields.debmanmois;
2657
- finmanannee: ext2e_mandatsFields.finmanannee;
2658
- finmandat: ext2e_mandatsFields.finmandat;
2659
- finmanjour: ext2e_mandatsFields.finmanjour;
2660
- finmanmois: ext2e_mandatsFields.finmanmois;
2661
- mandatid: ext2e_mandatsFields.mandatid;
2662
- nom: ext2e_mandatsFields.nom;
2663
- prenoms: ext2e_mandatsFields.prenoms;
2664
- senmat: ext2e_mandatsFields.senmat;
2665
- typmancod: ext2e_mandatsFields.typmancod;
2666
- typmandat: ext2e_mandatsFields.typmandat;
2667
- }
2668
- export declare namespace ext2e_ministFields {
2669
- type debminannee = number | null;
2670
- type debmindat = Date | null;
2671
- type debminjour = number | null;
2672
- type debminmois = string | null;
2673
- type finminannee = number | null;
2674
- type finmindat = Date | null;
2675
- type finminjour = number | null;
2676
- type finminmois = string | null;
2677
- type minist = string | null;
2678
- type ministid = number;
2679
- type nom = string | null;
2680
- type prenoms = string | null;
2681
- type senmat = string | null;
2682
- }
2683
- export interface ext2e_minist {
2684
- debminannee: ext2e_ministFields.debminannee;
2685
- debmindat: ext2e_ministFields.debmindat;
2686
- debminjour: ext2e_ministFields.debminjour;
2687
- debminmois: ext2e_ministFields.debminmois;
2688
- finminannee: ext2e_ministFields.finminannee;
2689
- finmindat: ext2e_ministFields.finmindat;
2690
- finminjour: ext2e_ministFields.finminjour;
2691
- finminmois: ext2e_ministFields.finminmois;
2692
- minist: ext2e_ministFields.minist;
2693
- ministid: ext2e_ministFields.ministid;
2694
- nom: ext2e_ministFields.nom;
2695
- prenoms: ext2e_ministFields.prenoms;
2696
- senmat: ext2e_ministFields.senmat;
2697
- }
2698
- export declare namespace extsencom_identiteFields {
2699
- type annnai = number | null;
2700
- type bureau = string | null;
2701
- type datdesign = Date | null;
2702
- type datfin = Date | null;
2703
- type datnai = Date | null;
2704
- type dptlib = string | null;
2705
- type dptnum = number | null;
2706
- type groupe = string | null;
2707
- type ideid = number;
2708
- type nationcod = string | null;
2709
- type nom = string | null;
2710
- type nomcmp = string | null;
2711
- type nomtri = string | null;
2712
- type pays = string | null;
2713
- type prenom = string | null;
2714
- type remarque = string | null;
2715
- type senateur = string | null;
2716
- type sendelpar = string | null;
2717
- type senmat = string | null;
2718
- }
2719
- export interface extsencom_identite {
2720
- annnai: extsencom_identiteFields.annnai;
2721
- bureau: extsencom_identiteFields.bureau;
2722
- datdesign: extsencom_identiteFields.datdesign;
2723
- datfin: extsencom_identiteFields.datfin;
2724
- datnai: extsencom_identiteFields.datnai;
2725
- dptlib: extsencom_identiteFields.dptlib;
2726
- dptnum: extsencom_identiteFields.dptnum;
2727
- groupe: extsencom_identiteFields.groupe;
2728
- ideid: extsencom_identiteFields.ideid;
2729
- nationcod: extsencom_identiteFields.nationcod;
2730
- nom: extsencom_identiteFields.nom;
2731
- nomcmp: extsencom_identiteFields.nomcmp;
2732
- nomtri: extsencom_identiteFields.nomtri;
2733
- pays: extsencom_identiteFields.pays;
2734
- prenom: extsencom_identiteFields.prenom;
2735
- remarque: extsencom_identiteFields.remarque;
2736
- senateur: extsencom_identiteFields.senateur;
2737
- sendelpar: extsencom_identiteFields.sendelpar;
2738
- senmat: extsencom_identiteFields.senmat;
2739
- }
2740
- export declare namespace extsencom_mandatFields {
2741
- type comcod = string | null;
2742
- type comlib = string | null;
2743
- type foncomcod = string | null;
2744
- type foncomlib = string | null;
2745
- type lib = string | null;
2746
- type mandatid = number;
2747
- type nom = string | null;
2748
- type nomcmp = string | null;
2749
- type prenom = string | null;
2750
- type rubcod = string | null;
2751
- type rubrique = string | null;
2752
- type senmat = string | null;
2753
- }
2754
- export interface extsencom_mandat {
2755
- comcod: extsencom_mandatFields.comcod;
2756
- comlib: extsencom_mandatFields.comlib;
2757
- foncomcod: extsencom_mandatFields.foncomcod;
2758
- foncomlib: extsencom_mandatFields.foncomlib;
2759
- lib: extsencom_mandatFields.lib;
2760
- mandatid: extsencom_mandatFields.mandatid;
2761
- nom: extsencom_mandatFields.nom;
2762
- nomcmp: extsencom_mandatFields.nomcmp;
2763
- prenom: extsencom_mandatFields.prenom;
2764
- rubcod: extsencom_mandatFields.rubcod;
2765
- rubrique: extsencom_mandatFields.rubrique;
2766
- senmat: extsencom_mandatFields.senmat;
2767
- }
2768
1010
  export declare namespace fonact_participantFields {
2769
1011
  type fapcod = string;
2770
1012
  type faplib = string;
@@ -2787,20 +1029,6 @@ export interface fonact_participant {
2787
1029
  faplicfemplu: fonact_participantFields.faplicfemplu;
2788
1030
  faplicplu: fonact_participantFields.faplicplu;
2789
1031
  }
2790
- export declare namespace foncandidFields {
2791
- type foncandidcod = string;
2792
- type foncandidlib = string | null;
2793
- type foncandidlibfem = string | null;
2794
- type foncandidlic = string | null;
2795
- type foncandidlicfem = string | null;
2796
- }
2797
- export interface foncandid {
2798
- foncandidcod: foncandidFields.foncandidcod;
2799
- foncandidlib: foncandidFields.foncandidlib;
2800
- foncandidlibfem: foncandidFields.foncandidlibfem;
2801
- foncandidlic: foncandidFields.foncandidlic;
2802
- foncandidlicfem: foncandidFields.foncandidlicfem;
2803
- }
2804
1032
  export declare namespace foncomFields {
2805
1033
  type foncomcod = string;
2806
1034
  type foncomlib = string;
@@ -3005,38 +1233,6 @@ export interface fonmemdelega {
3005
1233
  sysmajdat: fonmemdelegaFields.sysmajdat;
3006
1234
  temvalcod: fonmemdelegaFields.temvalcod;
3007
1235
  }
3008
- export declare namespace fonmemextparFields {
3009
- type fonmemextparcod = string;
3010
- type fonmemextparlib = string | null;
3011
- type fonmemextparlibfem = string | null;
3012
- type fonmemextparlibfemplu = string | null;
3013
- type fonmemextparlibplu = string | null;
3014
- type fonmemextparlic = string;
3015
- type fonmemextparlicfem = string | null;
3016
- type fonmemextparlicfemplu = string | null;
3017
- type fonmemextparlicplu = string | null;
3018
- type fonmemextparlil = string | null;
3019
- type fonmemextparlilfem = string | null;
3020
- type fonmemextparlilfemplu = string | null;
3021
- type fonmemextparlilplu = string | null;
3022
- type fonmemextparnumtri = number;
3023
- }
3024
- export interface fonmemextpar {
3025
- fonmemextparcod: fonmemextparFields.fonmemextparcod;
3026
- fonmemextparlib: fonmemextparFields.fonmemextparlib;
3027
- fonmemextparlibfem: fonmemextparFields.fonmemextparlibfem;
3028
- fonmemextparlibfemplu: fonmemextparFields.fonmemextparlibfemplu;
3029
- fonmemextparlibplu: fonmemextparFields.fonmemextparlibplu;
3030
- fonmemextparlic: fonmemextparFields.fonmemextparlic;
3031
- fonmemextparlicfem: fonmemextparFields.fonmemextparlicfem;
3032
- fonmemextparlicfemplu: fonmemextparFields.fonmemextparlicfemplu;
3033
- fonmemextparlicplu: fonmemextparFields.fonmemextparlicplu;
3034
- fonmemextparlil: fonmemextparFields.fonmemextparlil;
3035
- fonmemextparlilfem: fonmemextparFields.fonmemextparlilfem;
3036
- fonmemextparlilfemplu: fonmemextparFields.fonmemextparlilfemplu;
3037
- fonmemextparlilplu: fonmemextparFields.fonmemextparlilplu;
3038
- fonmemextparnumtri: fonmemextparFields.fonmemextparnumtri;
3039
- }
3040
1236
  export declare namespace fonmemgrppolFields {
3041
1237
  type evelib = string | null;
3042
1238
  type evelic = string | null;
@@ -3205,42 +1401,6 @@ export interface grppol {
3205
1401
  temvalcod: grppolFields.temvalcod;
3206
1402
  typorgcod: grppolFields.typorgcod;
3207
1403
  }
3208
- export declare namespace grppol4rFields {
3209
- type eveobs = string | null;
3210
- type grppolart = string | null;
3211
- type grppolcod = string;
3212
- type grppoldatcre = Date | null;
3213
- type grppoldatfin = Date | null;
3214
- type grppollibcou = string | null;
3215
- type grppolliccou = string | null;
3216
- type grppollilcou = string | null;
3217
- type grppolnumtri = number | null;
3218
- type grppolpre = string | null;
3219
- type grppolurlcmp = string | null;
3220
- type grppolurlsim = string | null;
3221
- type syscredat = Date | null;
3222
- type sysmajdat = Date | null;
3223
- type temvalcod = string | null;
3224
- type typorgcod = string;
3225
- }
3226
- export interface grppol4r {
3227
- eveobs: grppol4rFields.eveobs;
3228
- grppolart: grppol4rFields.grppolart;
3229
- grppolcod: grppol4rFields.grppolcod;
3230
- grppoldatcre: grppol4rFields.grppoldatcre;
3231
- grppoldatfin: grppol4rFields.grppoldatfin;
3232
- grppollibcou: grppol4rFields.grppollibcou;
3233
- grppolliccou: grppol4rFields.grppolliccou;
3234
- grppollilcou: grppol4rFields.grppollilcou;
3235
- grppolnumtri: grppol4rFields.grppolnumtri;
3236
- grppolpre: grppol4rFields.grppolpre;
3237
- grppolurlcmp: grppol4rFields.grppolurlcmp;
3238
- grppolurlsim: grppol4rFields.grppolurlsim;
3239
- syscredat: grppol4rFields.syscredat;
3240
- sysmajdat: grppol4rFields.sysmajdat;
3241
- temvalcod: grppol4rFields.temvalcod;
3242
- typorgcod: grppol4rFields.typorgcod;
3243
- }
3244
1404
  export declare namespace grpsenamiFields {
3245
1405
  type comorgcod = string;
3246
1406
  type evelib = string | null;
@@ -3289,208 +1449,6 @@ export interface grpsenami {
3289
1449
  typgrpsencod: grpsenamiFields.typgrpsencod;
3290
1450
  typorgcod: grpsenamiFields.typorgcod;
3291
1451
  }
3292
- export declare namespace grpsenamiadhFields {
3293
- type orgcod = string;
3294
- type reqid = number;
3295
- type syscredat = Date | null;
3296
- type sysmajdat = Date | null;
3297
- }
3298
- export interface grpsenamiadh {
3299
- orgcod: grpsenamiadhFields.orgcod;
3300
- reqid: grpsenamiadhFields.reqid;
3301
- syscredat: grpsenamiadhFields.syscredat;
3302
- sysmajdat: grpsenamiadhFields.sysmajdat;
3303
- }
3304
- export declare namespace grpsenamiadhreqFields {
3305
- type etareqcod = string;
3306
- type reqdatcre = Date;
3307
- type reqdatpro = Date | null;
3308
- type reqid = number;
3309
- type reqprocom = string | null;
3310
- type senmat = string;
3311
- type syscredat = Date | null;
3312
- type sysmajdat = Date | null;
3313
- }
3314
- export interface grpsenamiadhreq {
3315
- etareqcod: grpsenamiadhreqFields.etareqcod;
3316
- reqdatcre: grpsenamiadhreqFields.reqdatcre;
3317
- reqdatpro: grpsenamiadhreqFields.reqdatpro;
3318
- reqid: grpsenamiadhreqFields.reqid;
3319
- reqprocom: grpsenamiadhreqFields.reqprocom;
3320
- senmat: grpsenamiadhreqFields.senmat;
3321
- syscredat: grpsenamiadhreqFields.syscredat;
3322
- sysmajdat: grpsenamiadhreqFields.sysmajdat;
3323
- }
3324
- export declare namespace grpsenamiadhreqetaFields {
3325
- type etareqcod = string;
3326
- type etareqlib = string;
3327
- type etareqlic = string;
3328
- type etareqnumtri = number | null;
3329
- type syscredat = Date | null;
3330
- type sysmajdat = Date | null;
3331
- }
3332
- export interface grpsenamiadhreqeta {
3333
- etareqcod: grpsenamiadhreqetaFields.etareqcod;
3334
- etareqlib: grpsenamiadhreqetaFields.etareqlib;
3335
- etareqlic: grpsenamiadhreqetaFields.etareqlic;
3336
- etareqnumtri: grpsenamiadhreqetaFields.etareqnumtri;
3337
- syscredat: grpsenamiadhreqetaFields.syscredat;
3338
- sysmajdat: grpsenamiadhreqetaFields.sysmajdat;
3339
- }
3340
- export declare namespace grpsenamiunadhFields {
3341
- type memgrpsenid = number;
3342
- type reqid = number;
3343
- type syscredat = Date | null;
3344
- type sysmajdat = Date | null;
3345
- }
3346
- export interface grpsenamiunadh {
3347
- memgrpsenid: grpsenamiunadhFields.memgrpsenid;
3348
- reqid: grpsenamiunadhFields.reqid;
3349
- syscredat: grpsenamiunadhFields.syscredat;
3350
- sysmajdat: grpsenamiunadhFields.sysmajdat;
3351
- }
3352
- export declare namespace grpsimFields {
3353
- type fongrppollibpre = string | null;
3354
- type grppolcod = string;
3355
- type grppollilcou = string | null;
3356
- type grppolnumtri = number | null;
3357
- type matpre = string | null;
3358
- type nbrapp = number | null;
3359
- type nbrmem = number | null;
3360
- type nbrrat = number | null;
3361
- type nomdispre = string | null;
3362
- type nomusecappre = string | null;
3363
- type prenomusepre = string | null;
3364
- type quacodpre = string | null;
3365
- type typorgcod = string | null;
3366
- }
3367
- export interface grpsim {
3368
- fongrppollibpre: grpsimFields.fongrppollibpre;
3369
- grppolcod: grpsimFields.grppolcod;
3370
- grppollilcou: grpsimFields.grppollilcou;
3371
- grppolnumtri: grpsimFields.grppolnumtri;
3372
- matpre: grpsimFields.matpre;
3373
- nbrapp: grpsimFields.nbrapp;
3374
- nbrmem: grpsimFields.nbrmem;
3375
- nbrrat: grpsimFields.nbrrat;
3376
- nomdispre: grpsimFields.nomdispre;
3377
- nomusecappre: grpsimFields.nomusecappre;
3378
- prenomusepre: grpsimFields.prenomusepre;
3379
- quacodpre: grpsimFields.quacodpre;
3380
- typorgcod: grpsimFields.typorgcod;
3381
- }
3382
- export declare namespace gvtFields {
3383
- type eluid = number;
3384
- type evelib = string | null;
3385
- type evelic = string | null;
3386
- type evelil = string | null;
3387
- type eveobs = string | null;
3388
- type gvtdatdeb = Date | null;
3389
- type gvtdatfin = Date | null;
3390
- type gvtid = number;
3391
- type syscredat = Date | null;
3392
- type sysmajdat = Date | null;
3393
- type temvalcod = string;
3394
- }
3395
- export interface gvt {
3396
- eluid: gvtFields.eluid;
3397
- evelib: gvtFields.evelib;
3398
- evelic: gvtFields.evelic;
3399
- evelil: gvtFields.evelil;
3400
- eveobs: gvtFields.eveobs;
3401
- gvtdatdeb: gvtFields.gvtdatdeb;
3402
- gvtdatfin: gvtFields.gvtdatfin;
3403
- gvtid: gvtFields.gvtid;
3404
- syscredat: gvtFields.syscredat;
3405
- sysmajdat: gvtFields.sysmajdat;
3406
- temvalcod: gvtFields.temvalcod;
3407
- }
3408
- export declare namespace insee_pays2008Fields {
3409
- type actual = string | null;
3410
- type ancnom = string | null;
3411
- type ani = string | null;
3412
- type capay = string | null;
3413
- type cod = string;
3414
- type cog = string;
3415
- type crpay = string | null;
3416
- type libcog = string | null;
3417
- type libenr = string | null;
3418
- }
3419
- export interface insee_pays2008 {
3420
- actual: insee_pays2008Fields.actual;
3421
- ancnom: insee_pays2008Fields.ancnom;
3422
- ani: insee_pays2008Fields.ani;
3423
- capay: insee_pays2008Fields.capay;
3424
- cod: insee_pays2008Fields.cod;
3425
- cog: insee_pays2008Fields.cog;
3426
- crpay: insee_pays2008Fields.crpay;
3427
- libcog: insee_pays2008Fields.libcog;
3428
- libenr: insee_pays2008Fields.libenr;
3429
- }
3430
- export declare namespace jhi_authorityFields {
3431
- type name = string | null;
3432
- }
3433
- export interface jhi_authority {
3434
- name: jhi_authorityFields.name;
3435
- }
3436
- export declare namespace jhi_userFields {
3437
- type activated = number | null;
3438
- type activation_key = string | null;
3439
- type created_by = string | null;
3440
- type created_date = Date | null;
3441
- type email = string | null;
3442
- type first_name = string | null;
3443
- type id = number | null;
3444
- type image_url = string | null;
3445
- type lang_key = string | null;
3446
- type last_modified_by = string | null;
3447
- type last_modified_date = Date | null;
3448
- type last_name = string | null;
3449
- type login = string | null;
3450
- type password_hash = string | null;
3451
- type reset_date = Date | null;
3452
- type reset_key = string | null;
3453
- }
3454
- export interface jhi_user {
3455
- activated: jhi_userFields.activated;
3456
- activation_key: jhi_userFields.activation_key;
3457
- created_by: jhi_userFields.created_by;
3458
- created_date: jhi_userFields.created_date;
3459
- email: jhi_userFields.email;
3460
- first_name: jhi_userFields.first_name;
3461
- id: jhi_userFields.id;
3462
- image_url: jhi_userFields.image_url;
3463
- lang_key: jhi_userFields.lang_key;
3464
- last_modified_by: jhi_userFields.last_modified_by;
3465
- last_modified_date: jhi_userFields.last_modified_date;
3466
- last_name: jhi_userFields.last_name;
3467
- login: jhi_userFields.login;
3468
- password_hash: jhi_userFields.password_hash;
3469
- reset_date: jhi_userFields.reset_date;
3470
- reset_key: jhi_userFields.reset_key;
3471
- }
3472
- export declare namespace jhi_user_authorityFields {
3473
- type authority_name = string | null;
3474
- type user_id = number | null;
3475
- }
3476
- export interface jhi_user_authority {
3477
- authority_name: jhi_user_authorityFields.authority_name;
3478
- user_id: jhi_user_authorityFields.user_id;
3479
- }
3480
- export declare namespace lanetrFields {
3481
- type lancod = string;
3482
- type lanlib = string;
3483
- type lannumtri = number | null;
3484
- type syscredat = Date | null;
3485
- type sysmajdat = Date | null;
3486
- }
3487
- export interface lanetr {
3488
- lancod: lanetrFields.lancod;
3489
- lanlib: lanetrFields.lanlib;
3490
- lannumtri: lanetrFields.lannumtri;
3491
- syscredat: lanetrFields.syscredat;
3492
- sysmajdat: lanetrFields.sysmajdat;
3493
- }
3494
1452
  export declare namespace libcomFields {
3495
1453
  type evelib = string | null;
3496
1454
  type evelic = string | null;
@@ -3631,28 +1589,6 @@ export interface liborg {
3631
1589
  sysmajdat: liborgFields.sysmajdat;
3632
1590
  temvalcod: liborgFields.temvalcod;
3633
1591
  }
3634
- export declare namespace lisdpteleFields {
3635
- type dpteleid = number;
3636
- type lisdpteleid = number;
3637
- type lisdptelelib = string | null;
3638
- type lisdptelenum = number | null;
3639
- type orgcod = string;
3640
- type reslisnbrelus = number | null;
3641
- type reslisnbrvoi = number | null;
3642
- type syscredat = Date | null;
3643
- type sysmajdat = Date | null;
3644
- }
3645
- export interface lisdptele {
3646
- dpteleid: lisdpteleFields.dpteleid;
3647
- lisdpteleid: lisdpteleFields.lisdpteleid;
3648
- lisdptelelib: lisdpteleFields.lisdptelelib;
3649
- lisdptelenum: lisdpteleFields.lisdptelenum;
3650
- orgcod: lisdpteleFields.orgcod;
3651
- reslisnbrelus: lisdpteleFields.reslisnbrelus;
3652
- reslisnbrvoi: lisdpteleFields.reslisnbrvoi;
3653
- syscredat: lisdpteleFields.syscredat;
3654
- sysmajdat: lisdpteleFields.sysmajdat;
3655
- }
3656
1592
  export declare namespace melFields {
3657
1593
  type melema = string | null;
3658
1594
  type melid = number;
@@ -3699,24 +1635,6 @@ export interface memcom {
3699
1635
  sysmajdat: memcomFields.sysmajdat;
3700
1636
  temvalcod: memcomFields.temvalcod;
3701
1637
  }
3702
- export declare namespace memcomseaFields {
3703
- type delsenmat = string | null;
3704
- type memcomseaid = number;
3705
- type seaid = number;
3706
- type senmat = string;
3707
- type syscredat = Date | null;
3708
- type sysmajdat = Date | null;
3709
- type typprscod = string;
3710
- }
3711
- export interface memcomsea {
3712
- delsenmat: memcomseaFields.delsenmat;
3713
- memcomseaid: memcomseaFields.memcomseaid;
3714
- seaid: memcomseaFields.seaid;
3715
- senmat: memcomseaFields.senmat;
3716
- syscredat: memcomseaFields.syscredat;
3717
- sysmajdat: memcomseaFields.sysmajdat;
3718
- typprscod: memcomseaFields.typprscod;
3719
- }
3720
1638
  export declare namespace memdelegaFields {
3721
1639
  type designcod = string;
3722
1640
  type evelib = string | null;
@@ -3901,24 +1819,6 @@ export interface memorg {
3901
1819
  sysmajdat: memorgFields.sysmajdat;
3902
1820
  temvalcod: memorgFields.temvalcod;
3903
1821
  }
3904
- export declare namespace metFields {
3905
- type metart = string | null;
3906
- type metcod = string;
3907
- type metlib = string | null;
3908
- type metlic = string | null;
3909
- type metlil = string | null;
3910
- type metnumtri = number | null;
3911
- type meturlcmp = string | null;
3912
- }
3913
- export interface met {
3914
- metart: metFields.metart;
3915
- metcod: metFields.metcod;
3916
- metlib: metFields.metlib;
3917
- metlic: metFields.metlic;
3918
- metlil: metFields.metlil;
3919
- metnumtri: metFields.metnumtri;
3920
- meturlcmp: metFields.meturlcmp;
3921
- }
3922
1822
  export declare namespace minindFields {
3923
1823
  type evelib = string | null;
3924
1824
  type evelic = string | null;
@@ -3963,96 +1863,6 @@ export interface minind {
3963
1863
  titmincod: minindFields.titmincod;
3964
1864
  typmincod: minindFields.typmincod;
3965
1865
  }
3966
- export declare namespace ministFields {
3967
- type evelib = string | null;
3968
- type evelic = string | null;
3969
- type evelil = string | null;
3970
- type eveobs = string | null;
3971
- type orgart = string | null;
3972
- type orgcod = string;
3973
- type orgdatcre = Date | null;
3974
- type orgdatfin = Date | null;
3975
- type orgnumtie = string | null;
3976
- type orgnumtri = number | null;
3977
- type orgtemannu = string | null;
3978
- type orgurlcmp = string | null;
3979
- type orgurlsim = string | null;
3980
- type syscredat = Date | null;
3981
- type sysmajdat = Date | null;
3982
- type temvalcod = string | null;
3983
- type typorgcod = string;
3984
- }
3985
- export interface minist {
3986
- evelib: ministFields.evelib;
3987
- evelic: ministFields.evelic;
3988
- evelil: ministFields.evelil;
3989
- eveobs: ministFields.eveobs;
3990
- orgart: ministFields.orgart;
3991
- orgcod: ministFields.orgcod;
3992
- orgdatcre: ministFields.orgdatcre;
3993
- orgdatfin: ministFields.orgdatfin;
3994
- orgnumtie: ministFields.orgnumtie;
3995
- orgnumtri: ministFields.orgnumtri;
3996
- orgtemannu: ministFields.orgtemannu;
3997
- orgurlcmp: ministFields.orgurlcmp;
3998
- orgurlsim: ministFields.orgurlsim;
3999
- syscredat: ministFields.syscredat;
4000
- sysmajdat: ministFields.sysmajdat;
4001
- temvalcod: ministFields.temvalcod;
4002
- typorgcod: ministFields.typorgcod;
4003
- }
4004
- export declare namespace misFields {
4005
- type evelib = string | null;
4006
- type evelic = string | null;
4007
- type evelil = string | null;
4008
- type eveobs = string | null;
4009
- type misann = number | null;
4010
- type misdatdeb = Date | null;
4011
- type misdatfin = Date | null;
4012
- type misetafin = string | null;
4013
- type misid = number;
4014
- type mismin = string | null;
4015
- type misrapdat = Date | null;
4016
- type misrappub = string | null;
4017
- type misraptem = string;
4018
- type misraptit = string | null;
4019
- type misrapurl1 = string | null;
4020
- type misrapurl2 = string | null;
4021
- type syscredat = Date | null;
4022
- type sysmajdat = Date | null;
4023
- type temvalcod = string | null;
4024
- }
4025
- export interface mis {
4026
- evelib: misFields.evelib;
4027
- evelic: misFields.evelic;
4028
- evelil: misFields.evelil;
4029
- eveobs: misFields.eveobs;
4030
- misann: misFields.misann;
4031
- misdatdeb: misFields.misdatdeb;
4032
- misdatfin: misFields.misdatfin;
4033
- misetafin: misFields.misetafin;
4034
- misid: misFields.misid;
4035
- mismin: misFields.mismin;
4036
- misrapdat: misFields.misrapdat;
4037
- misrappub: misFields.misrappub;
4038
- misraptem: misFields.misraptem;
4039
- misraptit: misFields.misraptit;
4040
- misrapurl1: misFields.misrapurl1;
4041
- misrapurl2: misFields.misrapurl2;
4042
- syscredat: misFields.syscredat;
4043
- sysmajdat: misFields.sysmajdat;
4044
- temvalcod: misFields.temvalcod;
4045
- }
4046
- export declare namespace misetafinFields {
4047
- type misetafincod = string;
4048
- type misetafinlib = string | null;
4049
- type misetafinlic = string | null;
4050
- }
4051
- export interface misetafin {
4052
- misetafincod: misetafinFields.misetafincod;
4053
- misetafinlib: misetafinFields.misetafinlib;
4054
- misetafinlic: misetafinFields.misetafinlic;
4055
- }
4056
1866
  export declare namespace misminFields {
4057
1867
  type minid = number;
4058
1868
  type misid = number;
@@ -4065,16 +1875,6 @@ export interface mismin {
4065
1875
  syscredat: misminFields.syscredat;
4066
1876
  sysmajdat: misminFields.sysmajdat;
4067
1877
  }
4068
- export declare namespace misrapetaFields {
4069
- type misrapetacod = string;
4070
- type misrapetalib = string | null;
4071
- type misrapetalic = string | null;
4072
- }
4073
- export interface misrapeta {
4074
- misrapetacod: misrapetaFields.misrapetacod;
4075
- misrapetalib: misrapetaFields.misrapetalib;
4076
- misrapetalic: misrapetaFields.misrapetalic;
4077
- }
4078
1878
  export declare namespace missenFields {
4079
1879
  type misid = number;
4080
1880
  type senmat = string;
@@ -4115,20 +1915,6 @@ export interface moddes {
4115
1915
  temvalcod: moddesFields.temvalcod;
4116
1916
  typmoddescod: moddesFields.typmoddescod;
4117
1917
  }
4118
- export declare namespace mode_acces_elusenpairFields {
4119
- type code = string;
4120
- type code_parent = string | null;
4121
- type libelle = string;
4122
- type libelle_court = string;
4123
- type requiert_date = number;
4124
- }
4125
- export interface mode_acces_elusenpair {
4126
- code: mode_acces_elusenpairFields.code;
4127
- code_parent: mode_acces_elusenpairFields.code_parent;
4128
- libelle: mode_acces_elusenpairFields.libelle;
4129
- libelle_court: mode_acces_elusenpairFields.libelle_court;
4130
- requiert_date: mode_acces_elusenpairFields.requiert_date;
4131
- }
4132
1918
  export declare namespace nationFields {
4133
1919
  type nationactual = string | null;
4134
1920
  type nationancnom = string | null;
@@ -4189,20 +1975,6 @@ export interface nationgrpsen {
4189
1975
  sysmajdat: nationgrpsenFields.sysmajdat;
4190
1976
  temvalcod: nationgrpsenFields.temvalcod;
4191
1977
  }
4192
- export declare namespace nivlanFields {
4193
- type nivlancod = string;
4194
- type nivlanlib = string;
4195
- type nivlannumtri = number | null;
4196
- type syscredat = Date | null;
4197
- type sysmajdat = Date | null;
4198
- }
4199
- export interface nivlan {
4200
- nivlancod: nivlanFields.nivlancod;
4201
- nivlanlib: nivlanFields.nivlanlib;
4202
- nivlannumtri: nivlanFields.nivlannumtri;
4203
- syscredat: nivlanFields.syscredat;
4204
- sysmajdat: nivlanFields.sysmajdat;
4205
- }
4206
1978
  export declare namespace orgFields {
4207
1979
  type evelib = string | null;
4208
1980
  type evelic = string | null;
@@ -4311,16 +2083,6 @@ export interface orgext {
4311
2083
  typorgcod: orgextFields.typorgcod;
4312
2084
  typorgextcod: orgextFields.typorgextcod;
4313
2085
  }
4314
- export declare namespace orgextpresFields {
4315
- type code = string;
4316
- type libelle = string;
4317
- type libelle_court = string;
4318
- }
4319
- export interface orgextpres {
4320
- code: orgextpresFields.code;
4321
- libelle: orgextpresFields.libelle;
4322
- libelle_court: orgextpresFields.libelle_court;
4323
- }
4324
2086
  export declare namespace orgtheFields {
4325
2087
  type orgcod = string;
4326
2088
  type thecle = number;
@@ -4329,108 +2091,6 @@ export interface orgthe {
4329
2091
  orgcod: orgtheFields.orgcod;
4330
2092
  thecle: orgtheFields.thecle;
4331
2093
  }
4332
- export declare namespace pairie_elusenpairFields {
4333
- type code = string;
4334
- type code_excel = string | null;
4335
- type debut = Date | null;
4336
- type fin = Date | null;
4337
- type libelle = string;
4338
- type libelle_court = string;
4339
- type ordre = number | null;
4340
- }
4341
- export interface pairie_elusenpair {
4342
- code: pairie_elusenpairFields.code;
4343
- code_excel: pairie_elusenpairFields.code_excel;
4344
- debut: pairie_elusenpairFields.debut;
4345
- fin: pairie_elusenpairFields.fin;
4346
- libelle: pairie_elusenpairFields.libelle;
4347
- libelle_court: pairie_elusenpairFields.libelle_court;
4348
- ordre: pairie_elusenpairFields.ordre;
4349
- }
4350
- export declare namespace parpolFields {
4351
- type evelib = string | null;
4352
- type evelic = string | null;
4353
- type evelil = string | null;
4354
- type eveobs = string | null;
4355
- type orgart = string | null;
4356
- type orgcod = string;
4357
- type orgdatcre = Date | null;
4358
- type orgdatfin = Date | null;
4359
- type orgnumtie = string | null;
4360
- type orgnumtri = number | null;
4361
- type orgtemannu = string | null;
4362
- type orgurlcmp = string | null;
4363
- type orgurlsim = string | null;
4364
- type syscredat = Date | null;
4365
- type sysmajdat = Date | null;
4366
- type temvalcod = string | null;
4367
- type tenpolcod = string;
4368
- type typorgcod = string;
4369
- type typparpolcod = string;
4370
- }
4371
- export interface parpol {
4372
- evelib: parpolFields.evelib;
4373
- evelic: parpolFields.evelic;
4374
- evelil: parpolFields.evelil;
4375
- eveobs: parpolFields.eveobs;
4376
- orgart: parpolFields.orgart;
4377
- orgcod: parpolFields.orgcod;
4378
- orgdatcre: parpolFields.orgdatcre;
4379
- orgdatfin: parpolFields.orgdatfin;
4380
- orgnumtie: parpolFields.orgnumtie;
4381
- orgnumtri: parpolFields.orgnumtri;
4382
- orgtemannu: parpolFields.orgtemannu;
4383
- orgurlcmp: parpolFields.orgurlcmp;
4384
- orgurlsim: parpolFields.orgurlsim;
4385
- syscredat: parpolFields.syscredat;
4386
- sysmajdat: parpolFields.sysmajdat;
4387
- temvalcod: parpolFields.temvalcod;
4388
- tenpolcod: parpolFields.tenpolcod;
4389
- typorgcod: parpolFields.typorgcod;
4390
- typparpolcod: parpolFields.typparpolcod;
4391
- }
4392
- export declare namespace parpolgloFields {
4393
- type lancod = string;
4394
- type nivlancod = string;
4395
- type parpolgloid = number;
4396
- type senmat = string;
4397
- type syscredat = Date | null;
4398
- type sysmajdat = Date | null;
4399
- }
4400
- export interface parpolglo {
4401
- lancod: parpolgloFields.lancod;
4402
- nivlancod: parpolgloFields.nivlancod;
4403
- parpolgloid: parpolgloFields.parpolgloid;
4404
- senmat: parpolgloFields.senmat;
4405
- syscredat: parpolgloFields.syscredat;
4406
- sysmajdat: parpolgloFields.sysmajdat;
4407
- }
4408
- export declare namespace participaFields {
4409
- type participaabs = number | null;
4410
- type participabla = number | null;
4411
- type participaexp = number | null;
4412
- type participaid = number;
4413
- type participains = number | null;
4414
- type participanul = number | null;
4415
- type participasie = number | null;
4416
- type participavot = number | null;
4417
- type syscredat = Date | null;
4418
- type sysmajdat = Date | null;
4419
- type verrescod = string | null;
4420
- }
4421
- export interface participa {
4422
- participaabs: participaFields.participaabs;
4423
- participabla: participaFields.participabla;
4424
- participaexp: participaFields.participaexp;
4425
- participaid: participaFields.participaid;
4426
- participains: participaFields.participains;
4427
- participanul: participaFields.participanul;
4428
- participasie: participaFields.participasie;
4429
- participavot: participaFields.participavot;
4430
- syscredat: participaFields.syscredat;
4431
- sysmajdat: participaFields.sysmajdat;
4432
- verrescod: participaFields.verrescod;
4433
- }
4434
2094
  export declare namespace pcsFields {
4435
2095
  type pcs42cod = string;
4436
2096
  type pcscod = string;
@@ -4481,322 +2141,14 @@ export interface pcscatpro {
4481
2141
  pcscod: pcscatproFields.pcscod;
4482
2142
  procatprodef: pcscatproFields.procatprodef;
4483
2143
  }
4484
- export declare namespace perFields {
4485
- type cadcod = string;
4486
- type discoucod = string;
4487
- type divcod = string | null;
4488
- type perdatent = Date | null;
4489
- type perdatsor = Date | null;
4490
- type peredirep = string | null;
4491
- type perema = string | null;
4492
- type perhompag = string | null;
4493
- type perlogldap = string | null;
4494
- type permat = string;
4495
- type pernomtec = string;
4496
- type pernomuse = string;
4497
- type pernumtel = string | null;
4498
- type pernumtelext = string | null;
4499
- type perprenom = string;
4500
- type quacod = string;
4501
- type srvcod = string;
4502
- type syscredat = Date | null;
4503
- type sysmajdat = Date | null;
4504
- }
4505
- export interface per {
4506
- cadcod: perFields.cadcod;
4507
- discoucod: perFields.discoucod;
4508
- divcod: perFields.divcod;
4509
- perdatent: perFields.perdatent;
4510
- perdatsor: perFields.perdatsor;
4511
- peredirep: perFields.peredirep;
4512
- perema: perFields.perema;
4513
- perhompag: perFields.perhompag;
4514
- perlogldap: perFields.perlogldap;
4515
- permat: perFields.permat;
4516
- pernomtec: perFields.pernomtec;
4517
- pernomuse: perFields.pernomuse;
4518
- pernumtel: perFields.pernumtel;
4519
- pernumtelext: perFields.pernumtelext;
4520
- perprenom: perFields.perprenom;
4521
- quacod: perFields.quacod;
4522
- srvcod: perFields.srvcod;
4523
- syscredat: perFields.syscredat;
4524
- sysmajdat: perFields.sysmajdat;
4525
- }
4526
- export declare namespace per_senFields {
4527
- type cadcod = string;
4528
- type discoucod = string;
4529
- type divcod = string | null;
4530
- type perdatent = Date | null;
4531
- type perdatsor = Date | null;
4532
- type peredirep = string | null;
4533
- type perema = string | null;
4534
- type perlogldap = string | null;
4535
- type permat = string;
4536
- type pernomtec = string;
4537
- type pernomuse = string;
4538
- type pernumtel = string | null;
4539
- type pernumtelext = string | null;
4540
- type perprenom = string;
4541
- type quacod = string;
4542
- type srvcod = string;
4543
- type syscredat = Date | null;
4544
- type sysmajdat = Date | null;
4545
- }
4546
- export interface per_sen {
4547
- cadcod: per_senFields.cadcod;
4548
- discoucod: per_senFields.discoucod;
4549
- divcod: per_senFields.divcod;
4550
- perdatent: per_senFields.perdatent;
4551
- perdatsor: per_senFields.perdatsor;
4552
- peredirep: per_senFields.peredirep;
4553
- perema: per_senFields.perema;
4554
- perlogldap: per_senFields.perlogldap;
4555
- permat: per_senFields.permat;
4556
- pernomtec: per_senFields.pernomtec;
4557
- pernomuse: per_senFields.pernomuse;
4558
- pernumtel: per_senFields.pernumtel;
4559
- pernumtelext: per_senFields.pernumtelext;
4560
- perprenom: per_senFields.perprenom;
4561
- quacod: per_senFields.quacod;
4562
- srvcod: per_senFields.srvcod;
4563
- syscredat: per_senFields.syscredat;
4564
- sysmajdat: per_senFields.sysmajdat;
4565
- }
4566
- export declare namespace perappFields {
4567
- type appcod = string;
4568
- type perappdatcre = Date | null;
4569
- type perappdatderacc = Date | null;
4570
- type perappdatfin = Date | null;
4571
- type perappid = number;
4572
- type perappobs = string | null;
4573
- type perapppwd = string | null;
4574
- type perapprol = string | null;
4575
- type perappusr = string | null;
4576
- type permat = string;
4577
- }
4578
- export interface perapp {
4579
- appcod: perappFields.appcod;
4580
- perappdatcre: perappFields.perappdatcre;
4581
- perappdatderacc: perappFields.perappdatderacc;
4582
- perappdatfin: perappFields.perappdatfin;
4583
- perappid: perappFields.perappid;
4584
- perappobs: perappFields.perappobs;
4585
- perapppwd: perappFields.perapppwd;
4586
- perapprol: perappFields.perapprol;
4587
- perappusr: perappFields.perappusr;
4588
- permat: perappFields.permat;
4589
- }
4590
- export declare namespace periode_presenceFields {
4591
- type deb = Date | null;
4592
- type fin = Date | null;
4593
- type lic = string;
4594
- type perid = number;
4595
- }
4596
- export interface periode_presence {
4597
- deb: periode_presenceFields.deb;
4598
- fin: periode_presenceFields.fin;
4599
- lic: periode_presenceFields.lic;
4600
- perid: periode_presenceFields.perid;
4601
- }
4602
- export declare namespace perpolgloFields {
4603
- type lancod = string;
4604
- type nivlancod = string;
4605
- type permat = string;
4606
- type perpolgloid = number;
2144
+ export declare namespace poiconFields {
2145
+ type poiconid = number;
2146
+ type poiconlib = string | null;
2147
+ type poiconnumtri = number | null;
2148
+ type senmat = string;
4607
2149
  type syscredat = Date | null;
4608
2150
  type sysmajdat = Date | null;
4609
- }
4610
- export interface perpolglo {
4611
- lancod: perpolgloFields.lancod;
4612
- nivlancod: perpolgloFields.nivlancod;
4613
- permat: perpolgloFields.permat;
4614
- perpolgloid: perpolgloFields.perpolgloid;
4615
- syscredat: perpolgloFields.syscredat;
4616
- sysmajdat: perpolgloFields.sysmajdat;
4617
- }
4618
- export declare namespace perrolFields {
4619
- type perlogldap = string;
4620
- type rolcod = string;
4621
- type syscredat = Date | null;
4622
- type sysmajdat = Date | null;
4623
- }
4624
- export interface perrol {
4625
- perlogldap: perrolFields.perlogldap;
4626
- rolcod: perrolFields.rolcod;
4627
- syscredat: perrolFields.syscredat;
4628
- sysmajdat: perrolFields.sysmajdat;
4629
- }
4630
- export declare namespace pj_justificatifFields {
4631
- type derogationid = number;
4632
- type pjjdata = string | null;
4633
- type pjjid = number;
4634
- type pjjlib = string | null;
4635
- type pjjoriname = string | null;
4636
- type tpjjcod = string;
4637
- }
4638
- export interface pj_justificatif {
4639
- derogationid: pj_justificatifFields.derogationid;
4640
- pjjdata: pj_justificatifFields.pjjdata;
4641
- pjjid: pj_justificatifFields.pjjid;
4642
- pjjlib: pj_justificatifFields.pjjlib;
4643
- pjjoriname: pj_justificatifFields.pjjoriname;
4644
- tpjjcod: pj_justificatifFields.tpjjcod;
4645
- }
4646
- export declare namespace pj_justificatif_auditFields {
4647
- type derogation_mod = number | null;
4648
- type derogationid = number;
4649
- type pjjdata = string | null;
4650
- type pjjdata_mod = number | null;
4651
- type pjjid = number;
4652
- type pjjlib = string | null;
4653
- type pjjlib_mod = number | null;
4654
- type pjjoriname = string | null;
4655
- type pjjoriname_mod = number | null;
4656
- type rev = number;
4657
- type revend = number | null;
4658
- type revtype = number | null;
4659
- type tpjjcod = string | null;
4660
- type tpjjcod_mod = number | null;
4661
- }
4662
- export interface pj_justificatif_audit {
4663
- derogation_mod: pj_justificatif_auditFields.derogation_mod;
4664
- derogationid: pj_justificatif_auditFields.derogationid;
4665
- pjjdata: pj_justificatif_auditFields.pjjdata;
4666
- pjjdata_mod: pj_justificatif_auditFields.pjjdata_mod;
4667
- pjjid: pj_justificatif_auditFields.pjjid;
4668
- pjjlib: pj_justificatif_auditFields.pjjlib;
4669
- pjjlib_mod: pj_justificatif_auditFields.pjjlib_mod;
4670
- pjjoriname: pj_justificatif_auditFields.pjjoriname;
4671
- pjjoriname_mod: pj_justificatif_auditFields.pjjoriname_mod;
4672
- rev: pj_justificatif_auditFields.rev;
4673
- revend: pj_justificatif_auditFields.revend;
4674
- revtype: pj_justificatif_auditFields.revtype;
4675
- tpjjcod: pj_justificatif_auditFields.tpjjcod;
4676
- tpjjcod_mod: pj_justificatif_auditFields.tpjjcod_mod;
4677
- }
4678
- export declare namespace plaindFields {
4679
- type plaindcod = string;
4680
- type plaindlib = string | null;
4681
- type plaindlic = string | null;
4682
- type plaindmnt = number | null;
4683
- type plaindnumtri = number | null;
4684
- type syscredat = Date | null;
4685
- type sysmajdat = Date | null;
4686
- }
4687
- export interface plaind {
4688
- plaindcod: plaindFields.plaindcod;
4689
- plaindlib: plaindFields.plaindlib;
4690
- plaindlic: plaindFields.plaindlic;
4691
- plaindmnt: plaindFields.plaindmnt;
4692
- plaindnumtri: plaindFields.plaindnumtri;
4693
- syscredat: plaindFields.syscredat;
4694
- sysmajdat: plaindFields.sysmajdat;
4695
- }
4696
- export declare namespace plan_tableFields {
4697
- type bytes = number | null;
4698
- type cardinality = number | null;
4699
- type cost = number | null;
4700
- type id = number | null;
4701
- type object_instance = number | null;
4702
- type object_name = string | null;
4703
- type object_node = string | null;
4704
- type object_owner = string | null;
4705
- type object_type = string | null;
4706
- type operation = string | null;
4707
- type optimizer = string | null;
4708
- type options = string | null;
4709
- type other = string | null;
4710
- type other_tag = string | null;
4711
- type parent_id = number | null;
4712
- type partition_id = number | null;
4713
- type partition_start = string | null;
4714
- type partition_stop = string | null;
4715
- type position = number | null;
4716
- type remarks = string | null;
4717
- type search_columns = number | null;
4718
- type statement_id = string | null;
4719
- type timestamp = Date | null;
4720
- }
4721
- export interface plan_table {
4722
- bytes: plan_tableFields.bytes;
4723
- cardinality: plan_tableFields.cardinality;
4724
- cost: plan_tableFields.cost;
4725
- id: plan_tableFields.id;
4726
- object_instance: plan_tableFields.object_instance;
4727
- object_name: plan_tableFields.object_name;
4728
- object_node: plan_tableFields.object_node;
4729
- object_owner: plan_tableFields.object_owner;
4730
- object_type: plan_tableFields.object_type;
4731
- operation: plan_tableFields.operation;
4732
- optimizer: plan_tableFields.optimizer;
4733
- options: plan_tableFields.options;
4734
- other: plan_tableFields.other;
4735
- other_tag: plan_tableFields.other_tag;
4736
- parent_id: plan_tableFields.parent_id;
4737
- partition_id: plan_tableFields.partition_id;
4738
- partition_start: plan_tableFields.partition_start;
4739
- partition_stop: plan_tableFields.partition_stop;
4740
- position: plan_tableFields.position;
4741
- remarks: plan_tableFields.remarks;
4742
- search_columns: plan_tableFields.search_columns;
4743
- statement_id: plan_tableFields.statement_id;
4744
- timestamp: plan_tableFields.timestamp;
4745
- }
4746
- export declare namespace plsql_profiler_runsFields {
4747
- type related_run = number | null;
4748
- type run_comment = string | null;
4749
- type run_comment1 = string | null;
4750
- type run_date = Date | null;
4751
- type run_owner = string | null;
4752
- type run_proc = string | null;
4753
- type run_system_info = string | null;
4754
- type run_total_time = number | null;
4755
- type runid = number;
4756
- type spare1 = string | null;
4757
- }
4758
- export interface plsql_profiler_runs {
4759
- related_run: plsql_profiler_runsFields.related_run;
4760
- run_comment: plsql_profiler_runsFields.run_comment;
4761
- run_comment1: plsql_profiler_runsFields.run_comment1;
4762
- run_date: plsql_profiler_runsFields.run_date;
4763
- run_owner: plsql_profiler_runsFields.run_owner;
4764
- run_proc: plsql_profiler_runsFields.run_proc;
4765
- run_system_info: plsql_profiler_runsFields.run_system_info;
4766
- run_total_time: plsql_profiler_runsFields.run_total_time;
4767
- runid: plsql_profiler_runsFields.runid;
4768
- spare1: plsql_profiler_runsFields.spare1;
4769
- }
4770
- export declare namespace plsql_profiler_unitsFields {
4771
- type runid = number;
4772
- type spare1 = number | null;
4773
- type spare2 = number | null;
4774
- type total_time = number;
4775
- type unit_name = string | null;
4776
- type unit_number = number;
4777
- type unit_owner = string | null;
4778
- type unit_timestamp = Date | null;
4779
- type unit_type = string | null;
4780
- }
4781
- export interface plsql_profiler_units {
4782
- runid: plsql_profiler_unitsFields.runid;
4783
- spare1: plsql_profiler_unitsFields.spare1;
4784
- spare2: plsql_profiler_unitsFields.spare2;
4785
- total_time: plsql_profiler_unitsFields.total_time;
4786
- unit_name: plsql_profiler_unitsFields.unit_name;
4787
- unit_number: plsql_profiler_unitsFields.unit_number;
4788
- unit_owner: plsql_profiler_unitsFields.unit_owner;
4789
- unit_timestamp: plsql_profiler_unitsFields.unit_timestamp;
4790
- unit_type: plsql_profiler_unitsFields.unit_type;
4791
- }
4792
- export declare namespace poiconFields {
4793
- type poiconid = number;
4794
- type poiconlib = string | null;
4795
- type poiconnumtri = number | null;
4796
- type senmat = string;
4797
- type syscredat = Date | null;
4798
- type sysmajdat = Date | null;
4799
- type typpoiconcod = string;
2151
+ type typpoiconcod = string;
4800
2152
  }
4801
2153
  export interface poicon {
4802
2154
  poiconid: poiconFields.poiconid;
@@ -4807,58 +2159,6 @@ export interface poicon {
4807
2159
  sysmajdat: poiconFields.sysmajdat;
4808
2160
  typpoiconcod: poiconFields.typpoiconcod;
4809
2161
  }
4810
- export declare namespace posvotFields {
4811
- type libana = string | null;
4812
- type libanaplu = string | null;
4813
- type posvotcod = string;
4814
- type posvotlib = string | null;
4815
- type syscredat = Date | null;
4816
- type sysmajdat = Date | null;
4817
- }
4818
- export interface posvot {
4819
- libana: posvotFields.libana;
4820
- libanaplu: posvotFields.libanaplu;
4821
- posvotcod: posvotFields.posvotcod;
4822
- posvotlib: posvotFields.posvotlib;
4823
- syscredat: posvotFields.syscredat;
4824
- sysmajdat: posvotFields.sysmajdat;
4825
- }
4826
- export declare namespace presences_scrutin_surchargeFields {
4827
- type scrnum = number;
4828
- type senmat = string;
4829
- type sesann = number;
4830
- }
4831
- export interface presences_scrutin_surcharge {
4832
- scrnum: presences_scrutin_surchargeFields.scrnum;
4833
- senmat: presences_scrutin_surchargeFields.senmat;
4834
- sesann: presences_scrutin_surchargeFields.sesann;
4835
- }
4836
- export declare namespace presencesrevisionentityFields {
4837
- type humandate = Date | null;
4838
- type id = number;
4839
- type ip = string | null;
4840
- type timestamp = number;
4841
- type username = string | null;
4842
- }
4843
- export interface presencesrevisionentity {
4844
- humandate: presencesrevisionentityFields.humandate;
4845
- id: presencesrevisionentityFields.id;
4846
- ip: presencesrevisionentityFields.ip;
4847
- timestamp: presencesrevisionentityFields.timestamp;
4848
- username: presencesrevisionentityFields.username;
4849
- }
4850
- export declare namespace profil_applicatifFields {
4851
- type procod = string;
4852
- type prolib = string;
4853
- type syscredat = Date | null;
4854
- type sysmajdat = Date | null;
4855
- }
4856
- export interface profil_applicatif {
4857
- procod: profil_applicatifFields.procod;
4858
- prolib: profil_applicatifFields.prolib;
4859
- syscredat: profil_applicatifFields.syscredat;
4860
- sysmajdat: profil_applicatifFields.sysmajdat;
4861
- }
4862
2162
  export declare namespace quaFields {
4863
2163
  type quacod = string;
4864
2164
  type quacodsex = string | null;
@@ -4885,18 +2185,6 @@ export interface qua {
4885
2185
  syscredat: quaFields.syscredat;
4886
2186
  sysmajdat: quaFields.sysmajdat;
4887
2187
  }
4888
- export declare namespace rap_theFields {
4889
- type theali = string | null;
4890
- type thecle = number;
4891
- type thelib = string;
4892
- type thenouidt = number | null;
4893
- }
4894
- export interface rap_the {
4895
- theali: rap_theFields.theali;
4896
- thecle: rap_theFields.thecle;
4897
- thelib: rap_theFields.thelib;
4898
- thenouidt: rap_theFields.thenouidt;
4899
- }
4900
2188
  export declare namespace regFields {
4901
2189
  type artreg = string | null;
4902
2190
  type regcod = string;
@@ -4931,344 +2219,6 @@ export interface reg {
4931
2219
  sysmajdat: regFields.sysmajdat;
4932
2220
  territcod: regFields.territcod;
4933
2221
  }
4934
- export declare namespace reladrFields {
4935
- type adrid = number;
4936
- type reladrcod = string;
4937
- type reladrlib = string | null;
4938
- type reladrlic = string | null;
4939
- type syscredat = Date | null;
4940
- type sysmajdat = Date | null;
4941
- }
4942
- export interface reladr {
4943
- adrid: reladrFields.adrid;
4944
- reladrcod: reladrFields.reladrcod;
4945
- reladrlib: reladrFields.reladrlib;
4946
- reladrlic: reladrFields.reladrlic;
4947
- syscredat: reladrFields.syscredat;
4948
- sysmajdat: reladrFields.sysmajdat;
4949
- }
4950
- export declare namespace requetes_profilFields {
4951
- type procod = string;
4952
- type requete_ldap = string;
4953
- type requetes_profilid = number;
4954
- }
4955
- export interface requetes_profil {
4956
- procod: requetes_profilFields.procod;
4957
- requete_ldap: requetes_profilFields.requete_ldap;
4958
- requetes_profilid: requetes_profilFields.requetes_profilid;
4959
- }
4960
- export declare namespace reslisFields {
4961
- type reslisid = number;
4962
- type reslisnbelus = number | null;
4963
- type reslisnbrvoi = number | null;
4964
- type syscredat = Date | null;
4965
- type sysmajdat = Date | null;
4966
- type verrescod = string | null;
4967
- }
4968
- export interface reslis {
4969
- reslisid: reslisFields.reslisid;
4970
- reslisnbelus: reslisFields.reslisnbelus;
4971
- reslisnbrvoi: reslisFields.reslisnbrvoi;
4972
- syscredat: reslisFields.syscredat;
4973
- sysmajdat: reslisFields.sysmajdat;
4974
- verrescod: reslisFields.verrescod;
4975
- }
4976
- export declare namespace resultatFields {
4977
- type reselu = string | null;
4978
- type resid = number;
4979
- type resnbrvoi = number | null;
4980
- type syscredat = Date | null;
4981
- type sysmajdat = Date | null;
4982
- type verrescod = string | null;
4983
- }
4984
- export interface resultat {
4985
- reselu: resultatFields.reselu;
4986
- resid: resultatFields.resid;
4987
- resnbrvoi: resultatFields.resnbrvoi;
4988
- syscredat: resultatFields.syscredat;
4989
- sysmajdat: resultatFields.sysmajdat;
4990
- verrescod: resultatFields.verrescod;
4991
- }
4992
- export declare namespace reuFields {
4993
- type orgcod = string;
4994
- type reudat = Date;
4995
- type reuheu = string | null;
4996
- type reuid = number;
4997
- type reuobj = string | null;
4998
- type syscredat = Date | null;
4999
- type sysmajdat = Date | null;
5000
- }
5001
- export interface reu {
5002
- orgcod: reuFields.orgcod;
5003
- reudat: reuFields.reudat;
5004
- reuheu: reuFields.reuheu;
5005
- reuid: reuFields.reuid;
5006
- reuobj: reuFields.reuobj;
5007
- syscredat: reuFields.syscredat;
5008
- sysmajdat: reuFields.sysmajdat;
5009
- }
5010
- export declare namespace revchangesFields {
5011
- type entityname = string | null;
5012
- type rev = number;
5013
- }
5014
- export interface revchanges {
5015
- entityname: revchangesFields.entityname;
5016
- rev: revchangesFields.rev;
5017
- }
5018
- export declare namespace rne_mandatFields {
5019
- type code_circo = string;
5020
- type code_sous_circo = string | null;
5021
- type date_naissance = string | null;
5022
- type id = number;
5023
- type libelle_fonction = string | null;
5024
- type nom = string;
5025
- type nom_circo = string;
5026
- type nom_sous_circo = string | null;
5027
- type nuance = string | null;
5028
- type num_rne = string;
5029
- type prenom = string;
5030
- type sexe = string;
5031
- type type_mandat = string;
5032
- }
5033
- export interface rne_mandat {
5034
- code_circo: rne_mandatFields.code_circo;
5035
- code_sous_circo: rne_mandatFields.code_sous_circo;
5036
- date_naissance: rne_mandatFields.date_naissance;
5037
- id: rne_mandatFields.id;
5038
- libelle_fonction: rne_mandatFields.libelle_fonction;
5039
- nom: rne_mandatFields.nom;
5040
- nom_circo: rne_mandatFields.nom_circo;
5041
- nom_sous_circo: rne_mandatFields.nom_sous_circo;
5042
- nuance: rne_mandatFields.nuance;
5043
- num_rne: rne_mandatFields.num_rne;
5044
- prenom: rne_mandatFields.prenom;
5045
- sexe: rne_mandatFields.sexe;
5046
- type_mandat: rne_mandatFields.type_mandat;
5047
- }
5048
- export declare namespace rne_mandat_diffFields {
5049
- type codediff = string;
5050
- type id = number;
5051
- type rne_mandat_id = number | null;
5052
- type sen_mandat_id = number | null;
5053
- type type_mandat = string;
5054
- }
5055
- export interface rne_mandat_diff {
5056
- codediff: rne_mandat_diffFields.codediff;
5057
- id: rne_mandat_diffFields.id;
5058
- rne_mandat_id: rne_mandat_diffFields.rne_mandat_id;
5059
- sen_mandat_id: rne_mandat_diffFields.sen_mandat_id;
5060
- type_mandat: rne_mandat_diffFields.type_mandat;
5061
- }
5062
- export declare namespace rne_senFields {
5063
- type code_circo = string;
5064
- type date_naissance = string;
5065
- type id = number;
5066
- type nom = string;
5067
- type nom_circo = string;
5068
- type nuance = string | null;
5069
- type num_rne = string;
5070
- type prenom = string;
5071
- type sexe = string;
5072
- }
5073
- export interface rne_sen {
5074
- code_circo: rne_senFields.code_circo;
5075
- date_naissance: rne_senFields.date_naissance;
5076
- id: rne_senFields.id;
5077
- nom: rne_senFields.nom;
5078
- nom_circo: rne_senFields.nom_circo;
5079
- nuance: rne_senFields.nuance;
5080
- num_rne: rne_senFields.num_rne;
5081
- prenom: rne_senFields.prenom;
5082
- sexe: rne_senFields.sexe;
5083
- }
5084
- export declare namespace rne_sen_diffFields {
5085
- type codediff = string;
5086
- type id = number;
5087
- type matricule = string | null;
5088
- type rne_sen_id = number | null;
5089
- }
5090
- export interface rne_sen_diff {
5091
- codediff: rne_sen_diffFields.codediff;
5092
- id: rne_sen_diffFields.id;
5093
- matricule: rne_sen_diffFields.matricule;
5094
- rne_sen_id: rne_sen_diffFields.rne_sen_id;
5095
- }
5096
- export declare namespace rne_type_mandatFields {
5097
- type code = string;
5098
- type libelle = string;
5099
- type libelle_court = string;
5100
- }
5101
- export interface rne_type_mandat {
5102
- code: rne_type_mandatFields.code;
5103
- libelle: rne_type_mandatFields.libelle;
5104
- libelle_court: rne_type_mandatFields.libelle_court;
5105
- }
5106
- export declare namespace rolFields {
5107
- type rolcod = string;
5108
- type rolhompag = string | null;
5109
- type rollib = string | null;
5110
- type rollic = string | null;
5111
- type rolnumtri = number | null;
5112
- type syscredat = Date | null;
5113
- type sysmajdat = Date | null;
5114
- }
5115
- export interface rol {
5116
- rolcod: rolFields.rolcod;
5117
- rolhompag: rolFields.rolhompag;
5118
- rollib: rolFields.rollib;
5119
- rollic: rolFields.rollic;
5120
- rolnumtri: rolFields.rolnumtri;
5121
- syscredat: rolFields.syscredat;
5122
- sysmajdat: rolFields.sysmajdat;
5123
- }
5124
- export declare namespace salFields {
5125
- type salnom = string;
5126
- type salnomlil = string | null;
5127
- type salnum = string;
5128
- type syscredat = Date | null;
5129
- type sysmajdat = Date | null;
5130
- }
5131
- export interface sal {
5132
- salnom: salFields.salnom;
5133
- salnomlil: salFields.salnomlil;
5134
- salnum: salFields.salnum;
5135
- syscredat: salFields.syscredat;
5136
- sysmajdat: salFields.sysmajdat;
5137
- }
5138
- export declare namespace scrFields {
5139
- type scrcon = number | null;
5140
- type scrconsea = number | null;
5141
- type scrcptsea = string | null;
5142
- type scrdat = Date | null;
5143
- type scrid = number;
5144
- type scrint = string | null;
5145
- type scrintext = string | null;
5146
- type scrmaj = number | null;
5147
- type scrmajsea = number | null;
5148
- type scrnbrbur = number | null;
5149
- type scrnum = number;
5150
- type scrpou = number | null;
5151
- type scrpousea = number | null;
5152
- type scrrecsea = string | null;
5153
- type scrsuf = number | null;
5154
- type scrsufsea = number | null;
5155
- type scrvot = number | null;
5156
- type scrvotsea = number | null;
5157
- type sesann = number;
5158
- type syscredat = Date | null;
5159
- type sysmajdat = Date | null;
5160
- type typscrcod = string;
5161
- }
5162
- export interface scr {
5163
- scrcon: scrFields.scrcon;
5164
- scrconsea: scrFields.scrconsea;
5165
- scrcptsea: scrFields.scrcptsea;
5166
- scrdat: scrFields.scrdat;
5167
- scrid: scrFields.scrid;
5168
- scrint: scrFields.scrint;
5169
- scrintext: scrFields.scrintext;
5170
- scrmaj: scrFields.scrmaj;
5171
- scrmajsea: scrFields.scrmajsea;
5172
- scrnbrbur: scrFields.scrnbrbur;
5173
- scrnum: scrFields.scrnum;
5174
- scrpou: scrFields.scrpou;
5175
- scrpousea: scrFields.scrpousea;
5176
- scrrecsea: scrFields.scrrecsea;
5177
- scrsuf: scrFields.scrsuf;
5178
- scrsufsea: scrFields.scrsufsea;
5179
- scrvot: scrFields.scrvot;
5180
- scrvotsea: scrFields.scrvotsea;
5181
- sesann: scrFields.sesann;
5182
- syscredat: scrFields.syscredat;
5183
- sysmajdat: scrFields.sysmajdat;
5184
- typscrcod: scrFields.typscrcod;
5185
- }
5186
- export declare namespace scrusoldelegaFields {
5187
- type delegant = string;
5188
- type delegue = string;
5189
- type scrid = number;
5190
- }
5191
- export interface scrusoldelega {
5192
- delegant: scrusoldelegaFields.delegant;
5193
- delegue: scrusoldelegaFields.delegue;
5194
- scrid: scrusoldelegaFields.scrid;
5195
- }
5196
- export declare namespace seaFields {
5197
- type reuid = number;
5198
- type salnum = string;
5199
- type seaheu = string | null;
5200
- type seaid = number;
5201
- type seanum = number;
5202
- type seatemval = string | null;
5203
- type syscredat = Date | null;
5204
- type sysmajdat = Date | null;
5205
- }
5206
- export interface sea {
5207
- reuid: seaFields.reuid;
5208
- salnum: seaFields.salnum;
5209
- seaheu: seaFields.seaheu;
5210
- seaid: seaFields.seaid;
5211
- seanum: seaFields.seanum;
5212
- seatemval: seaFields.seatemval;
5213
- syscredat: seaFields.syscredat;
5214
- sysmajdat: seaFields.sysmajdat;
5215
- }
5216
- export declare namespace secFields {
5217
- type seccod = string;
5218
- type seclib = string;
5219
- type secnumtri = number | null;
5220
- type syscredat = Date | null;
5221
- type sysmajdat = Date | null;
5222
- }
5223
- export interface sec {
5224
- seccod: secFields.seccod;
5225
- seclib: secFields.seclib;
5226
- secnumtri: secFields.secnumtri;
5227
- syscredat: secFields.syscredat;
5228
- sysmajdat: secFields.sysmajdat;
5229
- }
5230
- export declare namespace sec2eFields {
5231
- type seccod = string;
5232
- type seclib = string;
5233
- type secnumtri = number | null;
5234
- }
5235
- export interface sec2e {
5236
- seccod: sec2eFields.seccod;
5237
- seclib: sec2eFields.seclib;
5238
- secnumtri: sec2eFields.secnumtri;
5239
- }
5240
- export declare namespace secexeFields {
5241
- type evelib = string | null;
5242
- type evelic = string | null;
5243
- type evelil = string | null;
5244
- type eveobs = string | null;
5245
- type orgcod = string;
5246
- type permat = string;
5247
- type secexeanndeb = number | null;
5248
- type secexeannfin = number | null;
5249
- type secexedatdeb = Date | null;
5250
- type secexedatfin = Date | null;
5251
- type secexeid = number;
5252
- type syscredat = Date | null;
5253
- type sysmajdat = Date | null;
5254
- type temvalcod = string | null;
5255
- }
5256
- export interface secexe {
5257
- evelib: secexeFields.evelib;
5258
- evelic: secexeFields.evelic;
5259
- evelil: secexeFields.evelil;
5260
- eveobs: secexeFields.eveobs;
5261
- orgcod: secexeFields.orgcod;
5262
- permat: secexeFields.permat;
5263
- secexeanndeb: secexeFields.secexeanndeb;
5264
- secexeannfin: secexeFields.secexeannfin;
5265
- secexedatdeb: secexeFields.secexedatdeb;
5266
- secexedatfin: secexeFields.secexedatfin;
5267
- secexeid: secexeFields.secexeid;
5268
- syscredat: secexeFields.syscredat;
5269
- sysmajdat: secexeFields.sysmajdat;
5270
- temvalcod: secexeFields.temvalcod;
5271
- }
5272
2222
  export declare namespace senFields {
5273
2223
  type catprocod = string;
5274
2224
  type etasencod = string;
@@ -5359,54 +2309,6 @@ export interface senbur {
5359
2309
  sysmajdat: senburFields.sysmajdat;
5360
2310
  temvalcod: senburFields.temvalcod;
5361
2311
  }
5362
- export declare namespace senbur3rFields {
5363
- type burcod = string;
5364
- type senburdatdeb = Date | null;
5365
- type senburdatfin = Date | null;
5366
- type senburhon = string | null;
5367
- type senburid = number;
5368
- type senburrelint = string | null;
5369
- type senburrngele = number | null;
5370
- type senmat = string;
5371
- type syscredat = Date | null;
5372
- type sysmajdat = Date | null;
5373
- }
5374
- export interface senbur3r {
5375
- burcod: senbur3rFields.burcod;
5376
- senburdatdeb: senbur3rFields.senburdatdeb;
5377
- senburdatfin: senbur3rFields.senburdatfin;
5378
- senburhon: senbur3rFields.senburhon;
5379
- senburid: senbur3rFields.senburid;
5380
- senburrelint: senbur3rFields.senburrelint;
5381
- senburrngele: senbur3rFields.senburrngele;
5382
- senmat: senbur3rFields.senmat;
5383
- syscredat: senbur3rFields.syscredat;
5384
- sysmajdat: senbur3rFields.sysmajdat;
5385
- }
5386
- export declare namespace senbur4rFields {
5387
- type burcod = string;
5388
- type senburdatdeb = Date | null;
5389
- type senburdatfin = Date | null;
5390
- type senburhon = string | null;
5391
- type senburid = number;
5392
- type senburrelint = string | null;
5393
- type senburrngele = number | null;
5394
- type senmat = string;
5395
- type syscredat = Date | null;
5396
- type sysmajdat = Date | null;
5397
- }
5398
- export interface senbur4r {
5399
- burcod: senbur4rFields.burcod;
5400
- senburdatdeb: senbur4rFields.senburdatdeb;
5401
- senburdatfin: senbur4rFields.senburdatfin;
5402
- senburhon: senbur4rFields.senburhon;
5403
- senburid: senbur4rFields.senburid;
5404
- senburrelint: senbur4rFields.senburrelint;
5405
- senburrngele: senbur4rFields.senburrngele;
5406
- senmat: senbur4rFields.senmat;
5407
- syscredat: senbur4rFields.syscredat;
5408
- sysmajdat: senbur4rFields.sysmajdat;
5409
- }
5410
2312
  export declare namespace sennomFields {
5411
2313
  type quacod = string;
5412
2314
  type senmat = string;
@@ -5433,186 +2335,6 @@ export interface sennom {
5433
2335
  syscredat: sennomFields.syscredat;
5434
2336
  sysmajdat: sennomFields.sysmajdat;
5435
2337
  }
5436
- export declare namespace senpjFields {
5437
- type categorie = string;
5438
- type cible = string;
5439
- type image_lien = string | null;
5440
- type matricule = string;
5441
- type pjid = number;
5442
- type texte_lien = string | null;
5443
- }
5444
- export interface senpj {
5445
- categorie: senpjFields.categorie;
5446
- cible: senpjFields.cible;
5447
- image_lien: senpjFields.image_lien;
5448
- matricule: senpjFields.matricule;
5449
- pjid: senpjFields.pjid;
5450
- texte_lien: senpjFields.texte_lien;
5451
- }
5452
- export declare namespace sensimFields {
5453
- type artreg = string | null;
5454
- type autgrpsencod = string;
5455
- type cirregcod = string;
5456
- type cirreglib = string;
5457
- type cirregnumtri = number | null;
5458
- type dptart = string | null;
5459
- type dpturlcmpcan = string | null;
5460
- type eluseneludatdeb = Date | null;
5461
- type evelibcan = string | null;
5462
- type evelibmet = string | null;
5463
- type evelibter = string | null;
5464
- type evelibvil = string | null;
5465
- type evelibvilhon = string | null;
5466
- type foncomlib = string | null;
5467
- type fongrppolcod = string | null;
5468
- type fongrppollib = string | null;
5469
- type manlibreg = string | null;
5470
- type metart = string | null;
5471
- type meturlcmp = string | null;
5472
- type mintitmincod = string | null;
5473
- type quacod = string;
5474
- type regurlcmpreg = string | null;
5475
- type senautema = string;
5476
- type senautpagper = string;
5477
- type senauttra = string;
5478
- type senburlibcou = string | null;
5479
- type senburliccou = string | null;
5480
- type sencircodcou = string | null;
5481
- type sencircou = string | null;
5482
- type sencirnumcou = number | null;
5483
- type sencomcodcou = string | null;
5484
- type sencomevelib = string | null;
5485
- type sencomliccou = string | null;
5486
- type sencomlilmin = string | null;
5487
- type sencomurlsim = string | null;
5488
- type sendaiurl = string | null;
5489
- type sendatnai = Date;
5490
- type sendatpreele = Date | null;
5491
- type sendespro = string | null;
5492
- type senema = string | null;
5493
- type senfem = string;
5494
- type sengrppolcodcou = string | null;
5495
- type sengrppollibcou = string | null;
5496
- type sengrppolliccou = string | null;
5497
- type sengrppollilcou = string | null;
5498
- type sengrppolnumtricou = number | null;
5499
- type sengrppolurlcmp = string | null;
5500
- type senmat = string;
5501
- type sennbrque = number | null;
5502
- type sennbrvid = number | null;
5503
- type sennomdis = string | null;
5504
- type sennomtec = string;
5505
- type sennomuse = string | null;
5506
- type sennomusecap = string | null;
5507
- type sennumsie = number | null;
5508
- type senpagper = string | null;
5509
- type senprenomuse = string;
5510
- type sentypappcou = string | null;
5511
- type terart = string | null;
5512
- type terurlcmp = string | null;
5513
- type titelecodcan = string | null;
5514
- type titelecodmet = string | null;
5515
- type titelecodreg = string | null;
5516
- type titelecodter = string | null;
5517
- type titelecodvil = string | null;
5518
- type titelecodvilhon = string | null;
5519
- type titelelilcan = string | null;
5520
- type titelelilmet = string | null;
5521
- type titelelilreg = string | null;
5522
- type titelelilter = string | null;
5523
- type titelelilvil = string | null;
5524
- type titelelilvilhon = string | null;
5525
- type typapppolcod = string | null;
5526
- type vilart = string | null;
5527
- type vilarthon = string | null;
5528
- type vilurlcmp = string | null;
5529
- }
5530
- export interface sensim {
5531
- artreg: sensimFields.artreg;
5532
- autgrpsencod: sensimFields.autgrpsencod;
5533
- cirregcod: sensimFields.cirregcod;
5534
- cirreglib: sensimFields.cirreglib;
5535
- cirregnumtri: sensimFields.cirregnumtri;
5536
- dptart: sensimFields.dptart;
5537
- dpturlcmpcan: sensimFields.dpturlcmpcan;
5538
- eluseneludatdeb: sensimFields.eluseneludatdeb;
5539
- evelibcan: sensimFields.evelibcan;
5540
- evelibmet: sensimFields.evelibmet;
5541
- evelibter: sensimFields.evelibter;
5542
- evelibvil: sensimFields.evelibvil;
5543
- evelibvilhon: sensimFields.evelibvilhon;
5544
- foncomlib: sensimFields.foncomlib;
5545
- fongrppolcod: sensimFields.fongrppolcod;
5546
- fongrppollib: sensimFields.fongrppollib;
5547
- manlibreg: sensimFields.manlibreg;
5548
- metart: sensimFields.metart;
5549
- meturlcmp: sensimFields.meturlcmp;
5550
- mintitmincod: sensimFields.mintitmincod;
5551
- quacod: sensimFields.quacod;
5552
- regurlcmpreg: sensimFields.regurlcmpreg;
5553
- senautema: sensimFields.senautema;
5554
- senautpagper: sensimFields.senautpagper;
5555
- senauttra: sensimFields.senauttra;
5556
- senburlibcou: sensimFields.senburlibcou;
5557
- senburliccou: sensimFields.senburliccou;
5558
- sencircodcou: sensimFields.sencircodcou;
5559
- sencircou: sensimFields.sencircou;
5560
- sencirnumcou: sensimFields.sencirnumcou;
5561
- sencomcodcou: sensimFields.sencomcodcou;
5562
- sencomevelib: sensimFields.sencomevelib;
5563
- sencomliccou: sensimFields.sencomliccou;
5564
- sencomlilmin: sensimFields.sencomlilmin;
5565
- sencomurlsim: sensimFields.sencomurlsim;
5566
- sendaiurl: sensimFields.sendaiurl;
5567
- sendatnai: sensimFields.sendatnai;
5568
- sendatpreele: sensimFields.sendatpreele;
5569
- sendespro: sensimFields.sendespro;
5570
- senema: sensimFields.senema;
5571
- senfem: sensimFields.senfem;
5572
- sengrppolcodcou: sensimFields.sengrppolcodcou;
5573
- sengrppollibcou: sensimFields.sengrppollibcou;
5574
- sengrppolliccou: sensimFields.sengrppolliccou;
5575
- sengrppollilcou: sensimFields.sengrppollilcou;
5576
- sengrppolnumtricou: sensimFields.sengrppolnumtricou;
5577
- sengrppolurlcmp: sensimFields.sengrppolurlcmp;
5578
- senmat: sensimFields.senmat;
5579
- sennbrque: sensimFields.sennbrque;
5580
- sennbrvid: sensimFields.sennbrvid;
5581
- sennomdis: sensimFields.sennomdis;
5582
- sennomtec: sensimFields.sennomtec;
5583
- sennomuse: sensimFields.sennomuse;
5584
- sennomusecap: sensimFields.sennomusecap;
5585
- sennumsie: sensimFields.sennumsie;
5586
- senpagper: sensimFields.senpagper;
5587
- senprenomuse: sensimFields.senprenomuse;
5588
- sentypappcou: sensimFields.sentypappcou;
5589
- terart: sensimFields.terart;
5590
- terurlcmp: sensimFields.terurlcmp;
5591
- titelecodcan: sensimFields.titelecodcan;
5592
- titelecodmet: sensimFields.titelecodmet;
5593
- titelecodreg: sensimFields.titelecodreg;
5594
- titelecodter: sensimFields.titelecodter;
5595
- titelecodvil: sensimFields.titelecodvil;
5596
- titelecodvilhon: sensimFields.titelecodvilhon;
5597
- titelelilcan: sensimFields.titelelilcan;
5598
- titelelilmet: sensimFields.titelelilmet;
5599
- titelelilreg: sensimFields.titelelilreg;
5600
- titelelilter: sensimFields.titelelilter;
5601
- titelelilvil: sensimFields.titelelilvil;
5602
- titelelilvilhon: sensimFields.titelelilvilhon;
5603
- typapppolcod: sensimFields.typapppolcod;
5604
- vilart: sensimFields.vilart;
5605
- vilarthon: sensimFields.vilarthon;
5606
- vilurlcmp: sensimFields.vilurlcmp;
5607
- }
5608
- export declare namespace sentablenomFields {
5609
- type annee = number | null;
5610
- type nomfic = string | null;
5611
- }
5612
- export interface sentablenom {
5613
- annee: sentablenomFields.annee;
5614
- nomfic: sentablenomFields.nomfic;
5615
- }
5616
2338
  export declare namespace senurlFields {
5617
2339
  type evelib = string | null;
5618
2340
  type evelic = string | null;
@@ -5641,314 +2363,6 @@ export interface senurl {
5641
2363
  temvalcod: senurlFields.temvalcod;
5642
2364
  typurlcod: senurlFields.typurlcod;
5643
2365
  }
5644
- export declare namespace seuil_presenceFields {
5645
- type deb = Date | null;
5646
- type fin = Date | null;
5647
- type lic = string;
5648
- type pctmml = number | null;
5649
- type pctqag = number | null;
5650
- type pctscrusol = number | null;
5651
- type pcttotal = number | null;
5652
- type spid = number;
5653
- }
5654
- export interface seuil_presence {
5655
- deb: seuil_presenceFields.deb;
5656
- fin: seuil_presenceFields.fin;
5657
- lic: seuil_presenceFields.lic;
5658
- pctmml: seuil_presenceFields.pctmml;
5659
- pctqag: seuil_presenceFields.pctqag;
5660
- pctscrusol: seuil_presenceFields.pctscrusol;
5661
- pcttotal: seuil_presenceFields.pcttotal;
5662
- spid: seuil_presenceFields.spid;
5663
- }
5664
- export declare namespace sirpas_elusenFields {
5665
- type dptnum = number;
5666
- type eludatdeb = Date | null;
5667
- type eludatfin = Date | null;
5668
- type eluid = number;
5669
- type etadebmancod = string;
5670
- type etafinmancod = string | null;
5671
- type senmat = string;
5672
- type temvalcod = string | null;
5673
- type trfsirpasid = number;
5674
- }
5675
- export interface sirpas_elusen {
5676
- dptnum: sirpas_elusenFields.dptnum;
5677
- eludatdeb: sirpas_elusenFields.eludatdeb;
5678
- eludatfin: sirpas_elusenFields.eludatfin;
5679
- eluid: sirpas_elusenFields.eluid;
5680
- etadebmancod: sirpas_elusenFields.etadebmancod;
5681
- etafinmancod: sirpas_elusenFields.etafinmancod;
5682
- senmat: sirpas_elusenFields.senmat;
5683
- temvalcod: sirpas_elusenFields.temvalcod;
5684
- trfsirpasid: sirpas_elusenFields.trfsirpasid;
5685
- }
5686
- export declare namespace sirpas_fonmemcomFields {
5687
- type foncomcod = string;
5688
- type fonmemcomdatdeb = Date | null;
5689
- type fonmemcomdatfin = Date | null;
5690
- type fonmemcomid = number;
5691
- type memcomid = number;
5692
- type trfsirpasid = number;
5693
- }
5694
- export interface sirpas_fonmemcom {
5695
- foncomcod: sirpas_fonmemcomFields.foncomcod;
5696
- fonmemcomdatdeb: sirpas_fonmemcomFields.fonmemcomdatdeb;
5697
- fonmemcomdatfin: sirpas_fonmemcomFields.fonmemcomdatfin;
5698
- fonmemcomid: sirpas_fonmemcomFields.fonmemcomid;
5699
- memcomid: sirpas_fonmemcomFields.memcomid;
5700
- trfsirpasid: sirpas_fonmemcomFields.trfsirpasid;
5701
- }
5702
- export declare namespace sirpas_fonmemdelegaFields {
5703
- type fondelcod = string;
5704
- type fonmemdeldatdeb = Date | null;
5705
- type fonmemdeldatfin = Date | null;
5706
- type fonmemdelid = number;
5707
- type memdelegaid = number;
5708
- type trfsirpasid = number;
5709
- }
5710
- export interface sirpas_fonmemdelega {
5711
- fondelcod: sirpas_fonmemdelegaFields.fondelcod;
5712
- fonmemdeldatdeb: sirpas_fonmemdelegaFields.fonmemdeldatdeb;
5713
- fonmemdeldatfin: sirpas_fonmemdelegaFields.fonmemdeldatfin;
5714
- fonmemdelid: sirpas_fonmemdelegaFields.fonmemdelid;
5715
- memdelegaid: sirpas_fonmemdelegaFields.memdelegaid;
5716
- trfsirpasid: sirpas_fonmemdelegaFields.trfsirpasid;
5717
- }
5718
- export declare namespace sirpas_fonmemgrppolFields {
5719
- type fongrppolcod = string | null;
5720
- type fonmemgrppoldatdeb = Date | null;
5721
- type fonmemgrppoldatfin = Date | null;
5722
- type fonmemgrppolid = number;
5723
- type memgrppolid = number;
5724
- type trfsirpasid = number;
5725
- }
5726
- export interface sirpas_fonmemgrppol {
5727
- fongrppolcod: sirpas_fonmemgrppolFields.fongrppolcod;
5728
- fonmemgrppoldatdeb: sirpas_fonmemgrppolFields.fonmemgrppoldatdeb;
5729
- fonmemgrppoldatfin: sirpas_fonmemgrppolFields.fonmemgrppoldatfin;
5730
- fonmemgrppolid: sirpas_fonmemgrppolFields.fonmemgrppolid;
5731
- memgrppolid: sirpas_fonmemgrppolFields.memgrppolid;
5732
- trfsirpasid: sirpas_fonmemgrppolFields.trfsirpasid;
5733
- }
5734
- export declare namespace sirpas_memcomFields {
5735
- type memcomdatdeb = Date | null;
5736
- type memcomdatfin = Date | null;
5737
- type memcomid = number;
5738
- type orgcod = string;
5739
- type senmat = string;
5740
- type trfsirpasid = number;
5741
- type typorgcod = string;
5742
- }
5743
- export interface sirpas_memcom {
5744
- memcomdatdeb: sirpas_memcomFields.memcomdatdeb;
5745
- memcomdatfin: sirpas_memcomFields.memcomdatfin;
5746
- memcomid: sirpas_memcomFields.memcomid;
5747
- orgcod: sirpas_memcomFields.orgcod;
5748
- senmat: sirpas_memcomFields.senmat;
5749
- trfsirpasid: sirpas_memcomFields.trfsirpasid;
5750
- typorgcod: sirpas_memcomFields.typorgcod;
5751
- }
5752
- export declare namespace sirpas_memdelegaFields {
5753
- type memdelegadatdeb = Date | null;
5754
- type memdelegadatfin = Date | null;
5755
- type memdelegaid = number;
5756
- type orgcod = string;
5757
- type senmat = string;
5758
- type trfsirpasid = number;
5759
- type typorgcod = string;
5760
- }
5761
- export interface sirpas_memdelega {
5762
- memdelegadatdeb: sirpas_memdelegaFields.memdelegadatdeb;
5763
- memdelegadatfin: sirpas_memdelegaFields.memdelegadatfin;
5764
- memdelegaid: sirpas_memdelegaFields.memdelegaid;
5765
- orgcod: sirpas_memdelegaFields.orgcod;
5766
- senmat: sirpas_memdelegaFields.senmat;
5767
- trfsirpasid: sirpas_memdelegaFields.trfsirpasid;
5768
- typorgcod: sirpas_memdelegaFields.typorgcod;
5769
- }
5770
- export declare namespace sirpas_memgrppolFields {
5771
- type grppolcod = string;
5772
- type memgrppoldatdeb = Date | null;
5773
- type memgrppoldatfin = Date | null;
5774
- type memgrppolid = number;
5775
- type senmat = string;
5776
- type trfsirpasid = number;
5777
- type typapppolcod = string;
5778
- }
5779
- export interface sirpas_memgrppol {
5780
- grppolcod: sirpas_memgrppolFields.grppolcod;
5781
- memgrppoldatdeb: sirpas_memgrppolFields.memgrppoldatdeb;
5782
- memgrppoldatfin: sirpas_memgrppolFields.memgrppoldatfin;
5783
- memgrppolid: sirpas_memgrppolFields.memgrppolid;
5784
- senmat: sirpas_memgrppolFields.senmat;
5785
- trfsirpasid: sirpas_memgrppolFields.trfsirpasid;
5786
- typapppolcod: sirpas_memgrppolFields.typapppolcod;
5787
- }
5788
- export declare namespace sirpas_mvtFields {
5789
- type mvtcod = string | null;
5790
- type mvtcodbor45 = string | null;
5791
- type mvtcodbor47 = string | null;
5792
- type mvtcodbor49 = string | null;
5793
- type mvtgrpbor = string | null;
5794
- type mvtidedos = string | null;
5795
- type mvttemctl = string | null;
5796
- type mvtzon = string | null;
5797
- type mvtzontri10 = string | null;
5798
- type mvtzontri13 = string | null;
5799
- type mvtzontri22 = string | null;
5800
- type mvtzonusr1 = string | null;
5801
- type mvtzonusr2 = string | null;
5802
- type senmat = string | null;
5803
- type trfsirpasid = number;
5804
- }
5805
- export interface sirpas_mvt {
5806
- mvtcod: sirpas_mvtFields.mvtcod;
5807
- mvtcodbor45: sirpas_mvtFields.mvtcodbor45;
5808
- mvtcodbor47: sirpas_mvtFields.mvtcodbor47;
5809
- mvtcodbor49: sirpas_mvtFields.mvtcodbor49;
5810
- mvtgrpbor: sirpas_mvtFields.mvtgrpbor;
5811
- mvtidedos: sirpas_mvtFields.mvtidedos;
5812
- mvttemctl: sirpas_mvtFields.mvttemctl;
5813
- mvtzon: sirpas_mvtFields.mvtzon;
5814
- mvtzontri10: sirpas_mvtFields.mvtzontri10;
5815
- mvtzontri13: sirpas_mvtFields.mvtzontri13;
5816
- mvtzontri22: sirpas_mvtFields.mvtzontri22;
5817
- mvtzonusr1: sirpas_mvtFields.mvtzonusr1;
5818
- mvtzonusr2: sirpas_mvtFields.mvtzonusr2;
5819
- senmat: sirpas_mvtFields.senmat;
5820
- trfsirpasid: sirpas_mvtFields.trfsirpasid;
5821
- }
5822
- export declare namespace sirpas_mvtcmFields {
5823
- type mvtcod = string | null;
5824
- type mvtcodbor45 = string | null;
5825
- type mvtcodbor47 = string | null;
5826
- type mvtcodbor49 = string | null;
5827
- type mvtgrpbor = string | null;
5828
- type mvtidedos = string | null;
5829
- type mvttemctl = string | null;
5830
- type mvtzon = string | null;
5831
- type mvtzontri10 = string | null;
5832
- type mvtzontri13 = string | null;
5833
- type mvtzontri22 = string | null;
5834
- type mvtzonusr1 = string | null;
5835
- type mvtzonusr2 = string | null;
5836
- type senmat = string | null;
5837
- type trfsirpasid = number;
5838
- }
5839
- export interface sirpas_mvtcm {
5840
- mvtcod: sirpas_mvtcmFields.mvtcod;
5841
- mvtcodbor45: sirpas_mvtcmFields.mvtcodbor45;
5842
- mvtcodbor47: sirpas_mvtcmFields.mvtcodbor47;
5843
- mvtcodbor49: sirpas_mvtcmFields.mvtcodbor49;
5844
- mvtgrpbor: sirpas_mvtcmFields.mvtgrpbor;
5845
- mvtidedos: sirpas_mvtcmFields.mvtidedos;
5846
- mvttemctl: sirpas_mvtcmFields.mvttemctl;
5847
- mvtzon: sirpas_mvtcmFields.mvtzon;
5848
- mvtzontri10: sirpas_mvtcmFields.mvtzontri10;
5849
- mvtzontri13: sirpas_mvtcmFields.mvtzontri13;
5850
- mvtzontri22: sirpas_mvtcmFields.mvtzontri22;
5851
- mvtzonusr1: sirpas_mvtcmFields.mvtzonusr1;
5852
- mvtzonusr2: sirpas_mvtcmFields.mvtzonusr2;
5853
- senmat: sirpas_mvtcmFields.senmat;
5854
- trfsirpasid: sirpas_mvtcmFields.trfsirpasid;
5855
- }
5856
- export declare namespace sirpas_mvttriFields {
5857
- type mvtcod = string;
5858
- type mvtlib = string | null;
5859
- type mvttri = number;
5860
- }
5861
- export interface sirpas_mvttri {
5862
- mvtcod: sirpas_mvttriFields.mvtcod;
5863
- mvtlib: sirpas_mvttriFields.mvtlib;
5864
- mvttri: sirpas_mvttriFields.mvttri;
5865
- }
5866
- export declare namespace sirpas_senFields {
5867
- type catrgpcod = string;
5868
- type etasencod = string;
5869
- type quacod = string;
5870
- type sendatdec = Date | null;
5871
- type sendatnai = Date;
5872
- type sendatpreele = Date | null;
5873
- type senlienai = string | null;
5874
- type senmat = string;
5875
- type sennommar = string | null;
5876
- type sennompat = string | null;
5877
- type sennomtec = string;
5878
- type sennomuse = string;
5879
- type sennomusecap = string | null;
5880
- type senprenomciv = string | null;
5881
- type senprenomuse = string;
5882
- type trfsirpasid = number;
5883
- }
5884
- export interface sirpas_sen {
5885
- catrgpcod: sirpas_senFields.catrgpcod;
5886
- etasencod: sirpas_senFields.etasencod;
5887
- quacod: sirpas_senFields.quacod;
5888
- sendatdec: sirpas_senFields.sendatdec;
5889
- sendatnai: sirpas_senFields.sendatnai;
5890
- sendatpreele: sirpas_senFields.sendatpreele;
5891
- senlienai: sirpas_senFields.senlienai;
5892
- senmat: sirpas_senFields.senmat;
5893
- sennommar: sirpas_senFields.sennommar;
5894
- sennompat: sirpas_senFields.sennompat;
5895
- sennomtec: sirpas_senFields.sennomtec;
5896
- sennomuse: sirpas_senFields.sennomuse;
5897
- sennomusecap: sirpas_senFields.sennomusecap;
5898
- senprenomciv: sirpas_senFields.senprenomciv;
5899
- senprenomuse: sirpas_senFields.senprenomuse;
5900
- trfsirpasid: sirpas_senFields.trfsirpasid;
5901
- }
5902
- export declare namespace sirpas_senburFields {
5903
- type burcod = string;
5904
- type senburdatdeb = Date | null;
5905
- type senburdatfin = Date | null;
5906
- type senburid = number;
5907
- type senburrelint = string | null;
5908
- type senmat = string;
5909
- type trfsirpasid = number;
5910
- }
5911
- export interface sirpas_senbur {
5912
- burcod: sirpas_senburFields.burcod;
5913
- senburdatdeb: sirpas_senburFields.senburdatdeb;
5914
- senburdatfin: sirpas_senburFields.senburdatfin;
5915
- senburid: sirpas_senburFields.senburid;
5916
- senburrelint: sirpas_senburFields.senburrelint;
5917
- senmat: sirpas_senburFields.senmat;
5918
- trfsirpasid: sirpas_senburFields.trfsirpasid;
5919
- }
5920
- export declare namespace sirpas_trfFields {
5921
- type trfsirpasdat = Date;
5922
- type trfsirpasid = number;
5923
- type trfsirpasobs = string | null;
5924
- type trfsirpasok = string | null;
5925
- type trfsirpastyp = string | null;
5926
- }
5927
- export interface sirpas_trf {
5928
- trfsirpasdat: sirpas_trfFields.trfsirpasdat;
5929
- trfsirpasid: sirpas_trfFields.trfsirpasid;
5930
- trfsirpasobs: sirpas_trfFields.trfsirpasobs;
5931
- trfsirpasok: sirpas_trfFields.trfsirpasok;
5932
- trfsirpastyp: sirpas_trfFields.trfsirpastyp;
5933
- }
5934
- export declare namespace srvFields {
5935
- type srvcod = string;
5936
- type srvlib = string;
5937
- type srvlic = string;
5938
- type srvlil = string;
5939
- type srvnumtri = number | null;
5940
- type syscredat = Date | null;
5941
- type sysmajdat = Date | null;
5942
- }
5943
- export interface srv {
5944
- srvcod: srvFields.srvcod;
5945
- srvlib: srvFields.srvlib;
5946
- srvlic: srvFields.srvlic;
5947
- srvlil: srvFields.srvlil;
5948
- srvnumtri: srvFields.srvnumtri;
5949
- syscredat: srvFields.syscredat;
5950
- sysmajdat: srvFields.sysmajdat;
5951
- }
5952
2366
  export declare namespace stajurFields {
5953
2367
  type stajurcod = string;
5954
2368
  type stajurlib = string | null;
@@ -5965,150 +2379,6 @@ export interface stajur {
5965
2379
  syscredat: stajurFields.syscredat;
5966
2380
  sysmajdat: stajurFields.sysmajdat;
5967
2381
  }
5968
- export declare namespace stavotFields {
5969
- type stavotid = number;
5970
- type stavotlib = string;
5971
- type syscredat = Date | null;
5972
- type sysmajdat = Date | null;
5973
- }
5974
- export interface stavot {
5975
- stavotid: stavotFields.stavotid;
5976
- stavotlib: stavotFields.stavotlib;
5977
- syscredat: stavotFields.syscredat;
5978
- sysmajdat: stavotFields.sysmajdat;
5979
- }
5980
- export declare namespace suspensiontravauxFields {
5981
- type datdeb = Date;
5982
- type datfin = Date;
5983
- type lib = string;
5984
- type stid = number;
5985
- }
5986
- export interface suspensiontravaux {
5987
- datdeb: suspensiontravauxFields.datdeb;
5988
- datfin: suspensiontravauxFields.datfin;
5989
- lib: suspensiontravauxFields.lib;
5990
- stid: suspensiontravauxFields.stid;
5991
- }
5992
- export declare namespace suspensiontravaux_auditFields {
5993
- type datdeb = Date | null;
5994
- type datdeb_mod = number | null;
5995
- type datfin = Date | null;
5996
- type datfin_mod = number | null;
5997
- type lib = string | null;
5998
- type lib_mod = number | null;
5999
- type rev = number;
6000
- type revend = number | null;
6001
- type revtype = number | null;
6002
- type stid = number;
6003
- }
6004
- export interface suspensiontravaux_audit {
6005
- datdeb: suspensiontravaux_auditFields.datdeb;
6006
- datdeb_mod: suspensiontravaux_auditFields.datdeb_mod;
6007
- datfin: suspensiontravaux_auditFields.datfin;
6008
- datfin_mod: suspensiontravaux_auditFields.datfin_mod;
6009
- lib: suspensiontravaux_auditFields.lib;
6010
- lib_mod: suspensiontravaux_auditFields.lib_mod;
6011
- rev: suspensiontravaux_auditFields.rev;
6012
- revend: suspensiontravaux_auditFields.revend;
6013
- revtype: suspensiontravaux_auditFields.revtype;
6014
- stid: suspensiontravaux_auditFields.stid;
6015
- }
6016
- export declare namespace sysageFields {
6017
- type sysageid = number;
6018
- type sysagelib = string;
6019
- type sysagelic = string;
6020
- type sysagelil = string | null;
6021
- type sysagemax = number;
6022
- type sysagemin = number;
6023
- type sysagenumtri = number | null;
6024
- }
6025
- export interface sysage {
6026
- sysageid: sysageFields.sysageid;
6027
- sysagelib: sysageFields.sysagelib;
6028
- sysagelic: sysageFields.sysagelic;
6029
- sysagelil: sysageFields.sysagelil;
6030
- sysagemax: sysageFields.sysagemax;
6031
- sysagemin: sysageFields.sysagemin;
6032
- sysagenumtri: sysageFields.sysagenumtri;
6033
- }
6034
- export declare namespace syscognosFields {
6035
- type syscognoscod = string;
6036
- type syscognoslib = string;
6037
- type syscognosval = string;
6038
- }
6039
- export interface syscognos {
6040
- syscognoscod: syscognosFields.syscognoscod;
6041
- syscognoslib: syscognosFields.syscognoslib;
6042
- syscognosval: syscognosFields.syscognosval;
6043
- }
6044
- export declare namespace sysevtFields {
6045
- type sysevtapp = string | null;
6046
- type sysevtdat = Date | null;
6047
- type sysevtid = number;
6048
- type sysevtlog = string | null;
6049
- type sysevttyp = string | null;
6050
- type sysevtval = string | null;
6051
- }
6052
- export interface sysevt {
6053
- sysevtapp: sysevtFields.sysevtapp;
6054
- sysevtdat: sysevtFields.sysevtdat;
6055
- sysevtid: sysevtFields.sysevtid;
6056
- sysevtlog: sysevtFields.sysevtlog;
6057
- sysevttyp: sysevtFields.sysevttyp;
6058
- sysevtval: sysevtFields.sysevtval;
6059
- }
6060
- export declare namespace sysvarFields {
6061
- type sysvarcod = string;
6062
- type sysvarlib = string;
6063
- type sysvarval = string;
6064
- }
6065
- export interface sysvar {
6066
- sysvarcod: sysvarFields.sysvarcod;
6067
- sysvarlib: sysvarFields.sysvarlib;
6068
- sysvarval: sysvarFields.sysvarval;
6069
- }
6070
- export declare namespace sysvar_sendevFields {
6071
- type sysvarcod = string;
6072
- type sysvarlib = string;
6073
- type sysvarval = string;
6074
- }
6075
- export interface sysvar_sendev {
6076
- sysvarcod: sysvar_sendevFields.sysvarcod;
6077
- sysvarlib: sysvar_sendevFields.sysvarlib;
6078
- sysvarval: sysvar_sendevFields.sysvarval;
6079
- }
6080
- export declare namespace sysvar_senprodFields {
6081
- type sysvarcod = string;
6082
- type sysvarlib = string;
6083
- type sysvarval = string;
6084
- }
6085
- export interface sysvar_senprod {
6086
- sysvarcod: sysvar_senprodFields.sysvarcod;
6087
- sysvarlib: sysvar_senprodFields.sysvarlib;
6088
- sysvarval: sysvar_senprodFields.sysvarval;
6089
- }
6090
- export declare namespace tapsenrevchangesFields {
6091
- type entityname = string | null;
6092
- type rev = number;
6093
- }
6094
- export interface tapsenrevchanges {
6095
- entityname: tapsenrevchangesFields.entityname;
6096
- rev: tapsenrevchangesFields.rev;
6097
- }
6098
- export declare namespace tapsenrevisionentityFields {
6099
- type humandate = Date | null;
6100
- type id = number;
6101
- type ip = string | null;
6102
- type timestamp = number;
6103
- type username = string | null;
6104
- }
6105
- export interface tapsenrevisionentity {
6106
- humandate: tapsenrevisionentityFields.humandate;
6107
- id: tapsenrevisionentityFields.id;
6108
- ip: tapsenrevisionentityFields.ip;
6109
- timestamp: tapsenrevisionentityFields.timestamp;
6110
- username: tapsenrevisionentityFields.username;
6111
- }
6112
2382
  export declare namespace telephoneFields {
6113
2383
  type poiconid = number;
6114
2384
  type syscredat = Date | null;
@@ -6137,28 +2407,6 @@ export interface temval {
6137
2407
  temvallib: temvalFields.temvallib;
6138
2408
  temvallic: temvalFields.temvallic;
6139
2409
  }
6140
- export declare namespace tenpolFields {
6141
- type evelib = string | null;
6142
- type evelic = string | null;
6143
- type evelil = string | null;
6144
- type eveobs = string | null;
6145
- type syscredat = Date | null;
6146
- type sysmajdat = Date | null;
6147
- type temvalcod = string | null;
6148
- type tenpolcod = string;
6149
- type tenpolnumtri = number | null;
6150
- }
6151
- export interface tenpol {
6152
- evelib: tenpolFields.evelib;
6153
- evelic: tenpolFields.evelic;
6154
- evelil: tenpolFields.evelil;
6155
- eveobs: tenpolFields.eveobs;
6156
- syscredat: tenpolFields.syscredat;
6157
- sysmajdat: tenpolFields.sysmajdat;
6158
- temvalcod: tenpolFields.temvalcod;
6159
- tenpolcod: tenpolFields.tenpolcod;
6160
- tenpolnumtri: tenpolFields.tenpolnumtri;
6161
- }
6162
2410
  export declare namespace territFields {
6163
2411
  type catterritcod = string;
6164
2412
  type syscredat = Date | null;
@@ -6183,12 +2431,6 @@ export interface territ {
6183
2431
  territnumtri: territFields.territnumtri;
6184
2432
  territurlcmp: territFields.territurlcmp;
6185
2433
  }
6186
- export declare namespace testoracleFields {
6187
- type nom = string | null;
6188
- }
6189
- export interface testoracle {
6190
- nom: testoracleFields.nom;
6191
- }
6192
2434
  export declare namespace titeleFields {
6193
2435
  type syscredat = Date | null;
6194
2436
  type sysmajdat = Date | null;
@@ -6231,136 +2473,6 @@ export interface titele {
6231
2473
  titeleurltempub: titeleFields.titeleurltempub;
6232
2474
  typmancod: titeleFields.typmancod;
6233
2475
  }
6234
- export declare namespace titelerneFields {
6235
- type code = string;
6236
- type code_type_mandat = string;
6237
- type rang = number;
6238
- type regex_fonction_rne = string;
6239
- type titelecod = string;
6240
- }
6241
- export interface titelerne {
6242
- code: titelerneFields.code;
6243
- code_type_mandat: titelerneFields.code_type_mandat;
6244
- rang: titelerneFields.rang;
6245
- regex_fonction_rne: titelerneFields.regex_fonction_rne;
6246
- titelecod: titelerneFields.titelecod;
6247
- }
6248
- export declare namespace titminFields {
6249
- type syscredat = Date | null;
6250
- type sysmajdat = Date | null;
6251
- type titmincod = string;
6252
- type titminlib = string | null;
6253
- type titminlibfem = string | null;
6254
- type titminlibplu = string | null;
6255
- type titminlic = string | null;
6256
- type titminlicfem = string | null;
6257
- type titminlicplu = string | null;
6258
- type titminlil = string | null;
6259
- type titminlilfem = string | null;
6260
- type titminlilplu = string | null;
6261
- type titminnumtri = number | null;
6262
- }
6263
- export interface titmin {
6264
- syscredat: titminFields.syscredat;
6265
- sysmajdat: titminFields.sysmajdat;
6266
- titmincod: titminFields.titmincod;
6267
- titminlib: titminFields.titminlib;
6268
- titminlibfem: titminFields.titminlibfem;
6269
- titminlibplu: titminFields.titminlibplu;
6270
- titminlic: titminFields.titminlic;
6271
- titminlicfem: titminFields.titminlicfem;
6272
- titminlicplu: titminFields.titminlicplu;
6273
- titminlil: titminFields.titminlil;
6274
- titminlilfem: titminFields.titminlilfem;
6275
- titminlilplu: titminFields.titminlilplu;
6276
- titminnumtri: titminFields.titminnumtri;
6277
- }
6278
- export declare namespace titnobFields {
6279
- type syscredat = Date | null;
6280
- type sysmajdat = Date | null;
6281
- type titnobcod = string;
6282
- type titnoblib = string;
6283
- type titnoblic = string;
6284
- type titnoblil = string | null;
6285
- type titnobnumtri = number | null;
6286
- }
6287
- export interface titnob {
6288
- syscredat: titnobFields.syscredat;
6289
- sysmajdat: titnobFields.sysmajdat;
6290
- titnobcod: titnobFields.titnobcod;
6291
- titnoblib: titnobFields.titnoblib;
6292
- titnoblic: titnobFields.titnoblic;
6293
- titnoblil: titnobFields.titnoblil;
6294
- titnobnumtri: titnobFields.titnobnumtri;
6295
- }
6296
- export declare namespace tmpsdFields {
6297
- type senmat = string;
6298
- type sennomuse = string | null;
6299
- type titelecod = string;
6300
- type titre2 = string | null;
6301
- }
6302
- export interface tmpsd {
6303
- senmat: tmpsdFields.senmat;
6304
- sennomuse: tmpsdFields.sennomuse;
6305
- titelecod: tmpsdFields.titelecod;
6306
- titre2: tmpsdFields.titre2;
6307
- }
6308
- export declare namespace toutesFields {
6309
- type aliasname = string | null;
6310
- type createdate = Date | null;
6311
- type destobjid = number | null;
6312
- type destversion = number | null;
6313
- type infoblob = string | null;
6314
- type lastupdate = Date | null;
6315
- type miscinfo1 = number | null;
6316
- type miscinfo2 = number | null;
6317
- type miscinfo3 = number | null;
6318
- type name = string | null;
6319
- type objid = number | null;
6320
- type outofdate = string | null;
6321
- type srcobjid = number | null;
6322
- type srcversion = number | null;
6323
- type typeid = number | null;
6324
- type version = number | null;
6325
- }
6326
- export interface toutes {
6327
- aliasname: toutesFields.aliasname;
6328
- createdate: toutesFields.createdate;
6329
- destobjid: toutesFields.destobjid;
6330
- destversion: toutesFields.destversion;
6331
- infoblob: toutesFields.infoblob;
6332
- lastupdate: toutesFields.lastupdate;
6333
- miscinfo1: toutesFields.miscinfo1;
6334
- miscinfo2: toutesFields.miscinfo2;
6335
- miscinfo3: toutesFields.miscinfo3;
6336
- name: toutesFields.name;
6337
- objid: toutesFields.objid;
6338
- outofdate: toutesFields.outofdate;
6339
- srcobjid: toutesFields.srcobjid;
6340
- srcversion: toutesFields.srcversion;
6341
- typeid: toutesFields.typeid;
6342
- version: toutesFields.version;
6343
- }
6344
- export declare namespace tureluFields {
6345
- type syscredat = Date | null;
6346
- type sysmajdat = Date | null;
6347
- type turelucod = string;
6348
- type turelulib = string | null;
6349
- type turelulic = string | null;
6350
- type turelulil = string | null;
6351
- type turelunumtri = number | null;
6352
- type tureluobs = string | null;
6353
- }
6354
- export interface turelu {
6355
- syscredat: tureluFields.syscredat;
6356
- sysmajdat: tureluFields.sysmajdat;
6357
- turelucod: tureluFields.turelucod;
6358
- turelulib: tureluFields.turelulib;
6359
- turelulic: tureluFields.turelulic;
6360
- turelulil: tureluFields.turelulil;
6361
- turelunumtri: tureluFields.turelunumtri;
6362
- tureluobs: tureluFields.tureluobs;
6363
- }
6364
2476
  export declare namespace typadrFields {
6365
2477
  type syscredat = Date | null;
6366
2478
  type sysmajdat = Date | null;
@@ -6419,16 +2531,6 @@ export interface typbister {
6419
2531
  typbisterlic: typbisterFields.typbisterlic;
6420
2532
  typbisternumtri: typbisterFields.typbisternumtri;
6421
2533
  }
6422
- export declare namespace typcandidFields {
6423
- type typcandidcod = string;
6424
- type typcandidlib = string | null;
6425
- type typcandidlic = string | null;
6426
- }
6427
- export interface typcandid {
6428
- typcandidcod: typcandidFields.typcandidcod;
6429
- typcandidlib: typcandidFields.typcandidlib;
6430
- typcandidlic: typcandidFields.typcandidlic;
6431
- }
6432
2534
  export declare namespace type_activiteFields {
6433
2535
  type typactcod = string;
6434
2536
  type typactlib = string;
@@ -6451,14 +2553,6 @@ export interface type_activite_participant {
6451
2553
  typactparlib: type_activite_participantFields.typactparlib;
6452
2554
  typactparlibfem: type_activite_participantFields.typactparlibfem;
6453
2555
  }
6454
- export declare namespace type_activite_rolFields {
6455
- type rolcod = string;
6456
- type typactcod = string;
6457
- }
6458
- export interface type_activite_rol {
6459
- rolcod: type_activite_rolFields.rolcod;
6460
- typactcod: type_activite_rolFields.typactcod;
6461
- }
6462
2556
  export declare namespace type_activite_senateurFields {
6463
2557
  type numtri = number;
6464
2558
  type typactsencod = string;
@@ -6481,56 +2575,6 @@ export interface type_categorie {
6481
2575
  par_defaut: type_categorieFields.par_defaut;
6482
2576
  typactcod: type_categorieFields.typactcod;
6483
2577
  }
6484
- export declare namespace type_derogationFields {
6485
- type tdcod = string;
6486
- type tdlib = string;
6487
- type tdlic = string;
6488
- type ttdcod = string | null;
6489
- }
6490
- export interface type_derogation {
6491
- tdcod: type_derogationFields.tdcod;
6492
- tdlib: type_derogationFields.tdlib;
6493
- tdlic: type_derogationFields.tdlic;
6494
- ttdcod: type_derogationFields.ttdcod;
6495
- }
6496
- export declare namespace type_droit_accesFields {
6497
- type tdacod = string;
6498
- type tdalib = string;
6499
- }
6500
- export interface type_droit_acces {
6501
- tdacod: type_droit_accesFields.tdacod;
6502
- tdalib: type_droit_accesFields.tdalib;
6503
- }
6504
- export declare namespace type_pj_justificatifFields {
6505
- type tpjjcod = string;
6506
- type tpjjlib = string;
6507
- type tpjjlic = string;
6508
- }
6509
- export interface type_pj_justificatif {
6510
- tpjjcod: type_pj_justificatifFields.tpjjcod;
6511
- tpjjlib: type_pj_justificatifFields.tpjjlib;
6512
- tpjjlic: type_pj_justificatifFields.tpjjlic;
6513
- }
6514
- export declare namespace type_rne_diffFields {
6515
- type code = string;
6516
- type libelle = string;
6517
- type libelle_court = string;
6518
- }
6519
- export interface type_rne_diff {
6520
- code: type_rne_diffFields.code;
6521
- libelle: type_rne_diffFields.libelle;
6522
- libelle_court: type_rne_diffFields.libelle_court;
6523
- }
6524
- export declare namespace type_type_derogationFields {
6525
- type ttdcod = string;
6526
- type ttdlib = string;
6527
- type ttdlic = string;
6528
- }
6529
- export interface type_type_derogation {
6530
- ttdcod: type_type_derogationFields.ttdcod;
6531
- ttdlib: type_type_derogationFields.ttdlib;
6532
- ttdlic: type_type_derogationFields.ttdlic;
6533
- }
6534
2578
  export declare namespace typeleFields {
6535
2579
  type syscredat = Date | null;
6536
2580
  type sysmajdat = Date | null;
@@ -6585,34 +2629,6 @@ export interface typman {
6585
2629
  typmannumtri: typmanFields.typmannumtri;
6586
2630
  typmantypele: typmanFields.typmantypele;
6587
2631
  }
6588
- export declare namespace typminFields {
6589
- type syscredat = Date | null;
6590
- type sysmajdat = Date | null;
6591
- type typmincod = string;
6592
- type typminlib = string | null;
6593
- type typminlic = string | null;
6594
- type typminnumtri = number | null;
6595
- }
6596
- export interface typmin {
6597
- syscredat: typminFields.syscredat;
6598
- sysmajdat: typminFields.sysmajdat;
6599
- typmincod: typminFields.typmincod;
6600
- typminlib: typminFields.typminlib;
6601
- typminlic: typminFields.typminlic;
6602
- typminnumtri: typminFields.typminnumtri;
6603
- }
6604
- export declare namespace typmoddesFields {
6605
- type typmoddescod = string;
6606
- type typmoddeslib = string;
6607
- type typmoddeslic = string;
6608
- type typmoddeslil = string;
6609
- }
6610
- export interface typmoddes {
6611
- typmoddescod: typmoddesFields.typmoddescod;
6612
- typmoddeslib: typmoddesFields.typmoddeslib;
6613
- typmoddeslic: typmoddesFields.typmoddeslic;
6614
- typmoddeslil: typmoddesFields.typmoddeslil;
6615
- }
6616
2632
  export declare namespace typorgFields {
6617
2633
  type syscredat = Date | null;
6618
2634
  type sysmajdat = Date | null;
@@ -6635,104 +2651,6 @@ export interface typorg {
6635
2651
  typorgurlcmp: typorgFields.typorgurlcmp;
6636
2652
  typorgurlsim: typorgFields.typorgurlsim;
6637
2653
  }
6638
- export declare namespace typorgextFields {
6639
- type evelib = string;
6640
- type evelic = string;
6641
- type typorgextcod = string;
6642
- type typorgincompat = string | null;
6643
- }
6644
- export interface typorgext {
6645
- evelib: typorgextFields.evelib;
6646
- evelic: typorgextFields.evelic;
6647
- typorgextcod: typorgextFields.typorgextcod;
6648
- typorgincompat: typorgextFields.typorgincompat;
6649
- }
6650
- export declare namespace typparpolFields {
6651
- type syscredat = Date | null;
6652
- type sysmajdat = Date | null;
6653
- type typparpolcod = string;
6654
- type typparpollib = string | null;
6655
- }
6656
- export interface typparpol {
6657
- syscredat: typparpolFields.syscredat;
6658
- sysmajdat: typparpolFields.sysmajdat;
6659
- typparpolcod: typparpolFields.typparpolcod;
6660
- typparpollib: typparpolFields.typparpollib;
6661
- }
6662
- export declare namespace typpoiconFields {
6663
- type syscredat = Date | null;
6664
- type sysmajdat = Date | null;
6665
- type typpoiconcod = string;
6666
- type typpoiconlib = string | null;
6667
- type typpoiconnumtri = number | null;
6668
- }
6669
- export interface typpoicon {
6670
- syscredat: typpoiconFields.syscredat;
6671
- sysmajdat: typpoiconFields.sysmajdat;
6672
- typpoiconcod: typpoiconFields.typpoiconcod;
6673
- typpoiconlib: typpoiconFields.typpoiconlib;
6674
- typpoiconnumtri: typpoiconFields.typpoiconnumtri;
6675
- }
6676
- export declare namespace typprsFields {
6677
- type syscredat = Date | null;
6678
- type sysmajdat = Date | null;
6679
- type typprscod = string;
6680
- type typprslib = string | null;
6681
- type typprslic = string;
6682
- type typprsnumtri = number | null;
6683
- type typprsstacod = string;
6684
- }
6685
- export interface typprs {
6686
- syscredat: typprsFields.syscredat;
6687
- sysmajdat: typprsFields.sysmajdat;
6688
- typprscod: typprsFields.typprscod;
6689
- typprslib: typprsFields.typprslib;
6690
- typprslic: typprsFields.typprslic;
6691
- typprsnumtri: typprsFields.typprsnumtri;
6692
- typprsstacod: typprsFields.typprsstacod;
6693
- }
6694
- export declare namespace typprsstaFields {
6695
- type syscredat = Date | null;
6696
- type sysmajdat = Date | null;
6697
- type typprsstacod = string;
6698
- type typprsstalib = string;
6699
- type typprsstalic = string;
6700
- type typprsstanumtri = number | null;
6701
- }
6702
- export interface typprssta {
6703
- syscredat: typprsstaFields.syscredat;
6704
- sysmajdat: typprsstaFields.sysmajdat;
6705
- typprsstacod: typprsstaFields.typprsstacod;
6706
- typprsstalib: typprsstaFields.typprsstalib;
6707
- typprsstalic: typprsstaFields.typprsstalic;
6708
- typprsstanumtri: typprsstaFields.typprsstanumtri;
6709
- }
6710
- export declare namespace typscrFields {
6711
- type syscredat = Date | null;
6712
- type sysmajdat = Date | null;
6713
- type typscrcod = string;
6714
- type typscrlib = string | null;
6715
- }
6716
- export interface typscr {
6717
- syscredat: typscrFields.syscredat;
6718
- sysmajdat: typscrFields.sysmajdat;
6719
- typscrcod: typscrFields.typscrcod;
6720
- typscrlib: typscrFields.typscrlib;
6721
- }
6722
- export declare namespace typtelFields {
6723
- type syscredat = Date | null;
6724
- type sysmajdat = Date | null;
6725
- type typtelcod = string;
6726
- type typtellib = string | null;
6727
- type typtelnumtri = number | null;
6728
- }
6729
- export interface typtel {
6730
- syscredat: typtelFields.syscredat;
6731
- sysmajdat: typtelFields.sysmajdat;
6732
- typtelcod: typtelFields.typtelcod;
6733
- typtellib: typtelFields.typtellib;
6734
- typtelnumtri: typtelFields.typtelnumtri;
6735
- }
6736
2654
  export declare namespace typurlFields {
6737
2655
  type evelib = string | null;
6738
2656
  type evelic = string | null;
@@ -6771,130 +2689,6 @@ export interface typvoi {
6771
2689
  typvoilic: typvoiFields.typvoilic;
6772
2690
  typvoinumtri: typvoiFields.typvoinumtri;
6773
2691
  }
6774
- export declare namespace uploaded_fileFields {
6775
- type syscredat = Date | null;
6776
- type sysmajdat = Date | null;
6777
- type uplfildata = string | null;
6778
- type uplfilid = number;
6779
- type uplfiloriname = string | null;
6780
- type uplfiltypcod = string;
6781
- type uplfilupldat = Date | null;
6782
- }
6783
- export interface uploaded_file {
6784
- syscredat: uploaded_fileFields.syscredat;
6785
- sysmajdat: uploaded_fileFields.sysmajdat;
6786
- uplfildata: uploaded_fileFields.uplfildata;
6787
- uplfilid: uploaded_fileFields.uplfilid;
6788
- uplfiloriname: uploaded_fileFields.uplfiloriname;
6789
- uplfiltypcod: uploaded_fileFields.uplfiltypcod;
6790
- uplfilupldat: uploaded_fileFields.uplfilupldat;
6791
- }
6792
- export declare namespace uploaded_file_typeFields {
6793
- type syscredat = Date | null;
6794
- type sysmajdat = Date | null;
6795
- type uplfiltypcod = string;
6796
- type uplfiltyplib = string | null;
6797
- type uplfiltyplic = string | null;
6798
- }
6799
- export interface uploaded_file_type {
6800
- syscredat: uploaded_file_typeFields.syscredat;
6801
- sysmajdat: uploaded_file_typeFields.sysmajdat;
6802
- uplfiltypcod: uploaded_file_typeFields.uplfiltypcod;
6803
- uplfiltyplib: uploaded_file_typeFields.uplfiltyplib;
6804
- uplfiltyplic: uploaded_file_typeFields.uplfiltyplic;
6805
- }
6806
- export declare namespace validationFields {
6807
- type numtri = number | null;
6808
- type syscredat = Date | null;
6809
- type sysmajdat = Date | null;
6810
- type validcod = string;
6811
- type validlib = string;
6812
- type validlic = string;
6813
- }
6814
- export interface validation {
6815
- numtri: validationFields.numtri;
6816
- syscredat: validationFields.syscredat;
6817
- sysmajdat: validationFields.sysmajdat;
6818
- validcod: validationFields.validcod;
6819
- validlib: validationFields.validlib;
6820
- validlic: validationFields.validlic;
6821
- }
6822
- export declare namespace validation_defview_profilFields {
6823
- type procod = string;
6824
- type syscredat = Date | null;
6825
- type sysmajdat = Date | null;
6826
- type valdefproid = number;
6827
- type validcod = string;
6828
- }
6829
- export interface validation_defview_profil {
6830
- procod: validation_defview_profilFields.procod;
6831
- syscredat: validation_defview_profilFields.syscredat;
6832
- sysmajdat: validation_defview_profilFields.sysmajdat;
6833
- valdefproid: validation_defview_profilFields.valdefproid;
6834
- validcod: validation_defview_profilFields.validcod;
6835
- }
6836
- export declare namespace validation_profilFields {
6837
- type procod = string;
6838
- type syscredat = Date | null;
6839
- type sysmajdat = Date | null;
6840
- type validnewcod = string;
6841
- type validoldcod = string;
6842
- type valproid = number;
6843
- }
6844
- export interface validation_profil {
6845
- procod: validation_profilFields.procod;
6846
- syscredat: validation_profilFields.syscredat;
6847
- sysmajdat: validation_profilFields.sysmajdat;
6848
- validnewcod: validation_profilFields.validnewcod;
6849
- validoldcod: validation_profilFields.validoldcod;
6850
- valproid: validation_profilFields.valproid;
6851
- }
6852
- export declare namespace vercandFields {
6853
- type vercandcod = string;
6854
- type vercandlic = string | null;
6855
- type vercandnumtri = number | null;
6856
- }
6857
- export interface vercand {
6858
- vercandcod: vercandFields.vercandcod;
6859
- vercandlic: vercandFields.vercandlic;
6860
- vercandnumtri: vercandFields.vercandnumtri;
6861
- }
6862
- export declare namespace verresFields {
6863
- type syscredat = Date | null;
6864
- type sysmajdat = Date | null;
6865
- type verrescod = string;
6866
- type verreslic = string | null;
6867
- type verresnumtri = number | null;
6868
- }
6869
- export interface verres {
6870
- syscredat: verresFields.syscredat;
6871
- sysmajdat: verresFields.sysmajdat;
6872
- verrescod: verresFields.verrescod;
6873
- verreslic: verresFields.verreslic;
6874
- verresnumtri: verresFields.verresnumtri;
6875
- }
6876
- export declare namespace votesFields {
6877
- type posvotcod = string;
6878
- type scrid = number;
6879
- type senmat = string;
6880
- type senmatdel = string | null;
6881
- type sesann = number | null;
6882
- type stavotid = number;
6883
- type syscredat = Date | null;
6884
- type sysmajdat = Date | null;
6885
- type votesid = number;
6886
- }
6887
- export interface votes {
6888
- posvotcod: votesFields.posvotcod;
6889
- scrid: votesFields.scrid;
6890
- senmat: votesFields.senmat;
6891
- senmatdel: votesFields.senmatdel;
6892
- sesann: votesFields.sesann;
6893
- stavotid: votesFields.stavotid;
6894
- syscredat: votesFields.syscredat;
6895
- sysmajdat: votesFields.sysmajdat;
6896
- votesid: votesFields.votesid;
6897
- }
6898
2692
  export declare namespace zongeoFields {
6899
2693
  type concod = string;
6900
2694
  type syscredat = Date | null;