@tricoteuses/senat 3.1.22 → 3.1.24

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 (391) hide show
  1. package/LICENSE.md +32 -32
  2. package/README.md +326 -326
  3. package/lib/src/index.d.ts +1 -0
  4. package/lib/src/other_types/collaborateurs.d.ts +5 -0
  5. package/lib/src/parsers/collaborateurs.d.ts +44 -0
  6. package/lib/src/parsers/collaborateurs.js +157 -0
  7. package/lib/src/rich_types/sens.d.ts +5 -0
  8. package/lib/src/scripts/data-download.js +1 -0
  9. package/lib/src/scripts/retrieve_collaborateurs.js +166 -0
  10. package/lib/src/scripts/retrieve_cr_seance.js +34 -25
  11. package/lib/src/scripts/retrieve_videos.js +13 -8
  12. package/lib/src/scripts/shared/incremental_import_sql.js +866 -859
  13. package/lib/src/scripts/shared/schema_version.js +84 -84
  14. package/lib/src/scripts/shared/staging_metadata_sql.js +214 -214
  15. package/lib/src/scripts/validate_prefixed_tables.js +12 -12
  16. package/lib/src/server/ameli.js +14 -13
  17. package/lib/src/server/conversion_textes.js +106 -106
  18. package/lib/src/server/debats.js +10 -10
  19. package/lib/src/server/documents.js +22 -22
  20. package/lib/src/server/dosleg.js +33 -33
  21. package/lib/src/server/questions.js +10 -10
  22. package/lib/src/server/scrutins.js +3 -3
  23. package/lib/src/server/sens.js +19 -19
  24. package/lib/src/utils/reunion_odj_building.js +0 -4
  25. package/lib/src/videos/match.js +7 -5
  26. package/lib/src/videos/pipeline.js +26 -19
  27. package/lib/tests/collaborateurs.test.js +115 -0
  28. package/lib/tests/incrementalImportSql.test.js +4 -1
  29. package/package.json +121 -119
  30. package/lib/add-js-extensions-v2.js +0 -23
  31. package/lib/add-js-extensions.js +0 -17
  32. package/lib/aggregates.d.ts +0 -52
  33. package/lib/aggregates.js +0 -930
  34. package/lib/aggregates.mjs +0 -713
  35. package/lib/aggregates.ts +0 -833
  36. package/lib/config.d.ts +0 -10
  37. package/lib/config.js +0 -16
  38. package/lib/config.mjs +0 -16
  39. package/lib/config.ts +0 -26
  40. package/lib/databases.d.ts +0 -2
  41. package/lib/databases.js +0 -26
  42. package/lib/databases.mjs +0 -57
  43. package/lib/databases.ts +0 -71
  44. package/lib/datasets.d.ts +0 -34
  45. package/lib/datasets.js +0 -233
  46. package/lib/datasets.mjs +0 -78
  47. package/lib/datasets.ts +0 -118
  48. package/lib/fields.d.ts +0 -10
  49. package/lib/fields.js +0 -68
  50. package/lib/fields.mjs +0 -22
  51. package/lib/fields.ts +0 -29
  52. package/lib/git.d.ts +0 -26
  53. package/lib/git.js +0 -167
  54. package/lib/index.d.ts +0 -13
  55. package/lib/index.js +0 -1
  56. package/lib/index.mjs +0 -7
  57. package/lib/index.ts +0 -64
  58. package/lib/inserters.d.ts +0 -98
  59. package/lib/inserters.js +0 -500
  60. package/lib/inserters.mjs +0 -360
  61. package/lib/inserters.ts +0 -521
  62. package/lib/legislatures.json +0 -38
  63. package/lib/loaders.d.ts +0 -58
  64. package/lib/loaders.js +0 -286
  65. package/lib/loaders.mjs +0 -158
  66. package/lib/loaders.ts +0 -271
  67. package/lib/model/agenda.d.ts +0 -6
  68. package/lib/model/agenda.js +0 -148
  69. package/lib/model/ameli.d.ts +0 -51
  70. package/lib/model/ameli.js +0 -149
  71. package/lib/model/ameli.mjs +0 -84
  72. package/lib/model/ameli.ts +0 -100
  73. package/lib/model/commission.d.ts +0 -18
  74. package/lib/model/commission.js +0 -269
  75. package/lib/model/debats.d.ts +0 -67
  76. package/lib/model/debats.js +0 -95
  77. package/lib/model/debats.mjs +0 -43
  78. package/lib/model/debats.ts +0 -68
  79. package/lib/model/documents.d.ts +0 -12
  80. package/lib/model/documents.js +0 -151
  81. package/lib/model/dosleg.d.ts +0 -7
  82. package/lib/model/dosleg.js +0 -326
  83. package/lib/model/dosleg.mjs +0 -196
  84. package/lib/model/dosleg.ts +0 -240
  85. package/lib/model/index.d.ts +0 -7
  86. package/lib/model/index.js +0 -7
  87. package/lib/model/index.mjs +0 -5
  88. package/lib/model/index.ts +0 -15
  89. package/lib/model/questions.d.ts +0 -45
  90. package/lib/model/questions.js +0 -89
  91. package/lib/model/questions.mjs +0 -71
  92. package/lib/model/questions.ts +0 -93
  93. package/lib/model/scrutins.d.ts +0 -13
  94. package/lib/model/scrutins.js +0 -114
  95. package/lib/model/seance.d.ts +0 -3
  96. package/lib/model/seance.js +0 -267
  97. package/lib/model/sens.d.ts +0 -146
  98. package/lib/model/sens.js +0 -454
  99. package/lib/model/sens.mjs +0 -415
  100. package/lib/model/sens.ts +0 -516
  101. package/lib/model/texte.d.ts +0 -7
  102. package/lib/model/texte.js +0 -256
  103. package/lib/model/texte.mjs +0 -208
  104. package/lib/model/texte.ts +0 -229
  105. package/lib/model/util.d.ts +0 -9
  106. package/lib/model/util.js +0 -38
  107. package/lib/model/util.mjs +0 -19
  108. package/lib/model/util.ts +0 -32
  109. package/lib/parsers/texte.d.ts +0 -7
  110. package/lib/parsers/texte.js +0 -228
  111. package/lib/raw_types/ameli.d.ts +0 -914
  112. package/lib/raw_types/ameli.js +0 -5
  113. package/lib/raw_types/ameli.mjs +0 -163
  114. package/lib/raw_types/debats.d.ts +0 -207
  115. package/lib/raw_types/debats.js +0 -5
  116. package/lib/raw_types/debats.mjs +0 -58
  117. package/lib/raw_types/dosleg.d.ts +0 -1619
  118. package/lib/raw_types/dosleg.js +0 -5
  119. package/lib/raw_types/dosleg.mjs +0 -438
  120. package/lib/raw_types/questions.d.ts +0 -419
  121. package/lib/raw_types/questions.js +0 -5
  122. package/lib/raw_types/questions.mjs +0 -11
  123. package/lib/raw_types/senat.d.ts +0 -11368
  124. package/lib/raw_types/senat.js +0 -5
  125. package/lib/raw_types/sens.d.ts +0 -8248
  126. package/lib/raw_types/sens.js +0 -5
  127. package/lib/raw_types/sens.mjs +0 -508
  128. package/lib/raw_types_kysely/ameli.d.ts +0 -915
  129. package/lib/raw_types_kysely/ameli.js +0 -7
  130. package/lib/raw_types_kysely/ameli.mjs +0 -5
  131. package/lib/raw_types_kysely/ameli.ts +0 -951
  132. package/lib/raw_types_kysely/debats.d.ts +0 -207
  133. package/lib/raw_types_kysely/debats.js +0 -7
  134. package/lib/raw_types_kysely/debats.mjs +0 -5
  135. package/lib/raw_types_kysely/debats.ts +0 -222
  136. package/lib/raw_types_kysely/dosleg.d.ts +0 -3532
  137. package/lib/raw_types_kysely/dosleg.js +0 -7
  138. package/lib/raw_types_kysely/dosleg.mjs +0 -5
  139. package/lib/raw_types_kysely/dosleg.ts +0 -3621
  140. package/lib/raw_types_kysely/questions.d.ts +0 -414
  141. package/lib/raw_types_kysely/questions.js +0 -7
  142. package/lib/raw_types_kysely/questions.mjs +0 -5
  143. package/lib/raw_types_kysely/questions.ts +0 -426
  144. package/lib/raw_types_kysely/sens.d.ts +0 -4394
  145. package/lib/raw_types_kysely/sens.js +0 -7
  146. package/lib/raw_types_kysely/sens.mjs +0 -5
  147. package/lib/raw_types_kysely/sens.ts +0 -4499
  148. package/lib/raw_types_schemats/ameli.d.ts +0 -539
  149. package/lib/raw_types_schemats/ameli.js +0 -2
  150. package/lib/raw_types_schemats/ameli.mjs +0 -2
  151. package/lib/raw_types_schemats/ameli.ts +0 -601
  152. package/lib/raw_types_schemats/debats.d.ts +0 -127
  153. package/lib/raw_types_schemats/debats.js +0 -2
  154. package/lib/raw_types_schemats/debats.mjs +0 -2
  155. package/lib/raw_types_schemats/debats.ts +0 -145
  156. package/lib/raw_types_schemats/dosleg.d.ts +0 -977
  157. package/lib/raw_types_schemats/dosleg.js +0 -2
  158. package/lib/raw_types_schemats/dosleg.mjs +0 -2
  159. package/lib/raw_types_schemats/dosleg.ts +0 -2193
  160. package/lib/raw_types_schemats/questions.d.ts +0 -235
  161. package/lib/raw_types_schemats/questions.js +0 -2
  162. package/lib/raw_types_schemats/questions.mjs +0 -2
  163. package/lib/raw_types_schemats/questions.ts +0 -249
  164. package/lib/raw_types_schemats/sens.d.ts +0 -6915
  165. package/lib/raw_types_schemats/sens.js +0 -2
  166. package/lib/raw_types_schemats/sens.mjs +0 -2
  167. package/lib/raw_types_schemats/sens.ts +0 -2907
  168. package/lib/scripts/convert_data.js +0 -354
  169. package/lib/scripts/convert_data.mjs +0 -181
  170. package/lib/scripts/convert_data.ts +0 -243
  171. package/lib/scripts/data-download.d.ts +0 -1
  172. package/lib/scripts/data-download.js +0 -12
  173. package/lib/scripts/datautil.d.ts +0 -8
  174. package/lib/scripts/datautil.js +0 -34
  175. package/lib/scripts/datautil.mjs +0 -16
  176. package/lib/scripts/datautil.ts +0 -19
  177. package/lib/scripts/images/transparent_150x192.jpg +0 -0
  178. package/lib/scripts/images/transparent_155x225.jpg +0 -0
  179. package/lib/scripts/parse_textes.d.ts +0 -1
  180. package/lib/scripts/parse_textes.js +0 -44
  181. package/lib/scripts/parse_textes.mjs +0 -46
  182. package/lib/scripts/parse_textes.ts +0 -65
  183. package/lib/scripts/retrieve_agenda.d.ts +0 -1
  184. package/lib/scripts/retrieve_agenda.js +0 -132
  185. package/lib/scripts/retrieve_cr_commission.d.ts +0 -1
  186. package/lib/scripts/retrieve_cr_commission.js +0 -364
  187. package/lib/scripts/retrieve_cr_seance.d.ts +0 -6
  188. package/lib/scripts/retrieve_cr_seance.js +0 -347
  189. package/lib/scripts/retrieve_documents.d.ts +0 -3
  190. package/lib/scripts/retrieve_documents.js +0 -219
  191. package/lib/scripts/retrieve_documents.mjs +0 -249
  192. package/lib/scripts/retrieve_documents.ts +0 -298
  193. package/lib/scripts/retrieve_open_data.d.ts +0 -1
  194. package/lib/scripts/retrieve_open_data.js +0 -315
  195. package/lib/scripts/retrieve_open_data.mjs +0 -217
  196. package/lib/scripts/retrieve_open_data.ts +0 -268
  197. package/lib/scripts/retrieve_senateurs_photos.d.ts +0 -1
  198. package/lib/scripts/retrieve_senateurs_photos.js +0 -147
  199. package/lib/scripts/retrieve_senateurs_photos.mjs +0 -147
  200. package/lib/scripts/retrieve_senateurs_photos.ts +0 -177
  201. package/lib/scripts/retrieve_videos.d.ts +0 -1
  202. package/lib/scripts/retrieve_videos.js +0 -461
  203. package/lib/scripts/shared/cli_helpers.d.ts +0 -95
  204. package/lib/scripts/shared/cli_helpers.js +0 -91
  205. package/lib/scripts/shared/cli_helpers.ts +0 -36
  206. package/lib/scripts/shared/util.d.ts +0 -4
  207. package/lib/scripts/shared/util.js +0 -35
  208. package/lib/scripts/shared/util.ts +0 -33
  209. package/lib/scripts/test_iter_load.d.ts +0 -1
  210. package/lib/scripts/test_iter_load.js +0 -12
  211. package/lib/src/ameli.d.ts +0 -66
  212. package/lib/src/ameli.js +0 -1
  213. package/lib/src/config.d.ts +0 -43
  214. package/lib/src/config.js +0 -37
  215. package/lib/src/conversion_textes.d.ts +0 -11
  216. package/lib/src/conversion_textes.js +0 -320
  217. package/lib/src/databases.d.ts +0 -3
  218. package/lib/src/databases.js +0 -26
  219. package/lib/src/databases_postgres.d.ts +0 -4
  220. package/lib/src/databases_postgres.js +0 -23
  221. package/lib/src/datasets.d.ts +0 -38
  222. package/lib/src/datasets.js +0 -247
  223. package/lib/src/db_types/ameli.d.ts +0 -1762
  224. package/lib/src/db_types/ameli.js +0 -1074
  225. package/lib/src/db_types/debats.d.ts +0 -380
  226. package/lib/src/db_types/debats.js +0 -266
  227. package/lib/src/db_types/dosleg.d.ts +0 -2954
  228. package/lib/src/db_types/dosleg.js +0 -2005
  229. package/lib/src/db_types/questions.d.ts +0 -699
  230. package/lib/src/db_types/questions.js +0 -493
  231. package/lib/src/db_types/sens.d.ts +0 -7843
  232. package/lib/src/db_types/sens.js +0 -4691
  233. package/lib/src/debats.d.ts +0 -38
  234. package/lib/src/debats.js +0 -1
  235. package/lib/src/dosleg.d.ts +0 -142
  236. package/lib/src/dosleg.js +0 -193
  237. package/lib/src/git.d.ts +0 -27
  238. package/lib/src/git.js +0 -251
  239. package/lib/src/loaders.d.ts +0 -52
  240. package/lib/src/loaders.js +0 -260
  241. package/lib/src/model/agenda.d.ts +0 -6
  242. package/lib/src/model/agenda.js +0 -148
  243. package/lib/src/model/ameli.d.ts +0 -67
  244. package/lib/src/model/ameli.js +0 -150
  245. package/lib/src/model/ameli_postgres.d.ts +0 -67
  246. package/lib/src/model/ameli_postgres.js +0 -150
  247. package/lib/src/model/commission.d.ts +0 -19
  248. package/lib/src/model/commission.js +0 -269
  249. package/lib/src/model/debats.d.ts +0 -39
  250. package/lib/src/model/debats.js +0 -112
  251. package/lib/src/model/documents.d.ts +0 -32
  252. package/lib/src/model/documents.js +0 -182
  253. package/lib/src/model/dosleg.d.ts +0 -144
  254. package/lib/src/model/dosleg.js +0 -468
  255. package/lib/src/model/index.d.ts +0 -7
  256. package/lib/src/model/index.js +0 -7
  257. package/lib/src/model/questions.d.ts +0 -54
  258. package/lib/src/model/questions.js +0 -91
  259. package/lib/src/model/scrutins.d.ts +0 -48
  260. package/lib/src/model/scrutins.js +0 -121
  261. package/lib/src/model/seance.d.ts +0 -3
  262. package/lib/src/model/seance.js +0 -267
  263. package/lib/src/model/sens.d.ts +0 -112
  264. package/lib/src/model/sens.js +0 -385
  265. package/lib/src/model/util.d.ts +0 -1
  266. package/lib/src/model/util.js +0 -15
  267. package/lib/src/other_types/questions.d.ts +0 -2
  268. package/lib/src/other_types/questions.js +0 -1
  269. package/lib/src/questions.d.ts +0 -53
  270. package/lib/src/questions.js +0 -1
  271. package/lib/src/raw_types/ameli.d.ts +0 -1762
  272. package/lib/src/raw_types/ameli.js +0 -1074
  273. package/lib/src/raw_types/debats.d.ts +0 -380
  274. package/lib/src/raw_types/debats.js +0 -266
  275. package/lib/src/raw_types/dosleg.d.ts +0 -2954
  276. package/lib/src/raw_types/dosleg.js +0 -2005
  277. package/lib/src/raw_types/questions.d.ts +0 -699
  278. package/lib/src/raw_types/questions.js +0 -493
  279. package/lib/src/raw_types/senat.d.ts +0 -11372
  280. package/lib/src/raw_types/senat.js +0 -5
  281. package/lib/src/raw_types/sens.d.ts +0 -7843
  282. package/lib/src/raw_types/sens.js +0 -4691
  283. package/lib/src/raw_types_schemats/ameli.d.ts +0 -541
  284. package/lib/src/raw_types_schemats/ameli.js +0 -2
  285. package/lib/src/raw_types_schemats/debats.d.ts +0 -127
  286. package/lib/src/raw_types_schemats/debats.js +0 -2
  287. package/lib/src/raw_types_schemats/dosleg.d.ts +0 -977
  288. package/lib/src/raw_types_schemats/dosleg.js +0 -2
  289. package/lib/src/raw_types_schemats/questions.d.ts +0 -237
  290. package/lib/src/raw_types_schemats/questions.js +0 -2
  291. package/lib/src/raw_types_schemats/sens.d.ts +0 -2709
  292. package/lib/src/raw_types_schemats/sens.js +0 -2
  293. package/lib/src/rich_types/agenda.d.ts +0 -45
  294. package/lib/src/rich_types/agenda.js +0 -1
  295. package/lib/src/rich_types/compte_rendu.d.ts +0 -83
  296. package/lib/src/rich_types/compte_rendu.js +0 -1
  297. package/lib/src/rich_types/sessions.d.ts +0 -6
  298. package/lib/src/rich_types/sessions.js +0 -19
  299. package/lib/src/rich_types/texte.d.ts +0 -72
  300. package/lib/src/rich_types/texte.js +0 -15
  301. package/lib/src/scripts/test_iter_load.d.ts +0 -1
  302. package/lib/src/scripts/test_iter_load.js +0 -12
  303. package/lib/src/sens.d.ts +0 -104
  304. package/lib/src/sens.js +0 -1
  305. package/lib/src/types/agenda.d.ts +0 -45
  306. package/lib/src/types/agenda.js +0 -1
  307. package/lib/src/types/ameli.d.ts +0 -1762
  308. package/lib/src/types/ameli.js +0 -1074
  309. package/lib/src/types/compte_rendu.d.ts +0 -83
  310. package/lib/src/types/compte_rendu.js +0 -1
  311. package/lib/src/types/debats.d.ts +0 -380
  312. package/lib/src/types/debats.js +0 -266
  313. package/lib/src/types/dosleg.d.ts +0 -2954
  314. package/lib/src/types/dosleg.js +0 -2005
  315. package/lib/src/types/questions.d.ts +0 -699
  316. package/lib/src/types/questions.js +0 -493
  317. package/lib/src/types/sens.d.ts +0 -7843
  318. package/lib/src/types/sens.js +0 -4691
  319. package/lib/src/types/sessions.d.ts +0 -6
  320. package/lib/src/types/sessions.js +0 -19
  321. package/lib/src/types/texte.d.ts +0 -72
  322. package/lib/src/types/texte.js +0 -15
  323. package/lib/src/validators/config.d.ts +0 -9
  324. package/lib/src/validators/config.js +0 -10
  325. package/lib/strings.d.ts +0 -1
  326. package/lib/strings.js +0 -18
  327. package/lib/strings.mjs +0 -18
  328. package/lib/strings.ts +0 -26
  329. package/lib/tsconfig.tsbuildinfo +0 -1
  330. package/lib/types/agenda.d.ts +0 -44
  331. package/lib/types/agenda.js +0 -1
  332. package/lib/types/ameli.d.ts +0 -5
  333. package/lib/types/ameli.js +0 -1
  334. package/lib/types/ameli.mjs +0 -13
  335. package/lib/types/ameli.ts +0 -21
  336. package/lib/types/compte_rendu.d.ts +0 -83
  337. package/lib/types/compte_rendu.js +0 -1
  338. package/lib/types/debats.d.ts +0 -2
  339. package/lib/types/debats.js +0 -1
  340. package/lib/types/debats.mjs +0 -2
  341. package/lib/types/debats.ts +0 -6
  342. package/lib/types/dosleg.d.ts +0 -70
  343. package/lib/types/dosleg.js +0 -1
  344. package/lib/types/dosleg.mjs +0 -151
  345. package/lib/types/dosleg.ts +0 -284
  346. package/lib/types/questions.d.ts +0 -2
  347. package/lib/types/questions.js +0 -1
  348. package/lib/types/questions.mjs +0 -1
  349. package/lib/types/questions.ts +0 -3
  350. package/lib/types/sens.d.ts +0 -10
  351. package/lib/types/sens.js +0 -1
  352. package/lib/types/sens.mjs +0 -1
  353. package/lib/types/sens.ts +0 -12
  354. package/lib/types/sessions.d.ts +0 -5
  355. package/lib/types/sessions.js +0 -84
  356. package/lib/types/sessions.mjs +0 -43
  357. package/lib/types/sessions.ts +0 -42
  358. package/lib/types/texte.d.ts +0 -74
  359. package/lib/types/texte.js +0 -16
  360. package/lib/types/texte.mjs +0 -16
  361. package/lib/types/texte.ts +0 -76
  362. package/lib/typings/windows-1252.d.js +0 -2
  363. package/lib/typings/windows-1252.d.mjs +0 -2
  364. package/lib/typings/windows-1252.d.ts +0 -11
  365. package/lib/utils/cr_spliting.d.ts +0 -28
  366. package/lib/utils/cr_spliting.js +0 -265
  367. package/lib/utils/date.d.ts +0 -10
  368. package/lib/utils/date.js +0 -100
  369. package/lib/utils/nvs-timecode.d.ts +0 -7
  370. package/lib/utils/nvs-timecode.js +0 -79
  371. package/lib/utils/reunion_grouping.d.ts +0 -9
  372. package/lib/utils/reunion_grouping.js +0 -361
  373. package/lib/utils/reunion_odj_building.d.ts +0 -5
  374. package/lib/utils/reunion_odj_building.js +0 -154
  375. package/lib/utils/reunion_parsing.d.ts +0 -23
  376. package/lib/utils/reunion_parsing.js +0 -209
  377. package/lib/utils/scoring.d.ts +0 -14
  378. package/lib/utils/scoring.js +0 -147
  379. package/lib/utils/string_cleaning.d.ts +0 -7
  380. package/lib/utils/string_cleaning.js +0 -57
  381. package/lib/validators/config.d.ts +0 -9
  382. package/lib/validators/config.js +0 -10
  383. package/lib/validators/config.mjs +0 -54
  384. package/lib/validators/config.ts +0 -79
  385. package/lib/validators/senat.d.ts +0 -0
  386. package/lib/validators/senat.js +0 -28
  387. package/lib/validators/senat.mjs +0 -24
  388. package/lib/validators/senat.ts +0 -26
  389. /package/lib/{add-js-extensions-v2.d.ts → src/other_types/collaborateurs.js} +0 -0
  390. /package/lib/{add-js-extensions.d.ts → src/scripts/retrieve_collaborateurs.d.ts} +0 -0
  391. /package/lib/{scripts/convert_data.d.ts → tests/collaborateurs.test.d.ts} +0 -0
@@ -1,977 +0,0 @@
1
- /**
2
- * AUTO-GENERATED FILE - DO NOT EDIT!
3
- *
4
- * This file was automatically generated by schemats v.2.22.16
5
- * $ schemats generate -c postgres://username:password@localhost:5432/senat -t amescr -t ass -t aud -t auteur -t ble -t catrap -t corscr -t date_seance -t deccoc -t denrap -t doc -t docatt -t docsea -t ecr -t etaloi -t evtsea -t forpub -t gen -t lecass -t lecassrap -t lecture -t lnkrap -t loi -t loithe -t natloi -t org -t orgnomhis -t orippr -t oritxt -t posvot -t qua -t rap -t raporg -t rapthe -t rolsig -t scr -t ses -t stavot -t texte -t texte_ancien -t the -t titsen -t typatt -t typaut -t typdoc -t typevtsea -t typlec -t typloi -t typorg -t typrap -t typtxt -t typurl -t votsen -s senat
6
- *
7
- */
8
- export declare namespace amescrFields {
9
- type amescrnum = string;
10
- type scrnum = number;
11
- type sesann = number;
12
- }
13
- export interface amescr {
14
- amescrnum: amescrFields.amescrnum;
15
- scrnum: amescrFields.scrnum;
16
- sesann: amescrFields.sesann;
17
- }
18
- export declare namespace assFields {
19
- type codass = string;
20
- type libass = string;
21
- }
22
- export interface ass {
23
- codass: assFields.codass;
24
- libass: assFields.libass;
25
- }
26
- export declare namespace audFields {
27
- type audcle = number;
28
- type auddat = Date;
29
- type audtit = string;
30
- type audurl = string;
31
- type lecassidt = string;
32
- type orgcod = string;
33
- }
34
- export interface aud {
35
- audcle: audFields.audcle;
36
- auddat: audFields.auddat;
37
- audtit: audFields.audtit;
38
- audurl: audFields.audurl;
39
- lecassidt: audFields.lecassidt;
40
- orgcod: audFields.orgcod;
41
- }
42
- export declare namespace auteurFields {
43
- type autcod = string;
44
- type autfct = string | null;
45
- type autmat = string | null;
46
- type datdeb = Date | null;
47
- type datfin = Date | null;
48
- type grpapp = string | null;
49
- type grprat = string | null;
50
- type nomtec = string;
51
- type nomuse = string;
52
- type prenom = string | null;
53
- type quacod = string;
54
- type senfem = string | null;
55
- type typautcod = string;
56
- }
57
- export interface auteur {
58
- autcod: auteurFields.autcod;
59
- autfct: auteurFields.autfct;
60
- autmat: auteurFields.autmat;
61
- datdeb: auteurFields.datdeb;
62
- datfin: auteurFields.datfin;
63
- grpapp: auteurFields.grpapp;
64
- grprat: auteurFields.grprat;
65
- nomtec: auteurFields.nomtec;
66
- nomuse: auteurFields.nomuse;
67
- prenom: auteurFields.prenom;
68
- quacod: auteurFields.quacod;
69
- senfem: auteurFields.senfem;
70
- typautcod: auteurFields.typautcod;
71
- }
72
- export declare namespace bleFields {
73
- type blecod = string;
74
- type blelib = string;
75
- }
76
- export interface ble {
77
- blecod: bleFields.blecod;
78
- blelib: bleFields.blelib;
79
- }
80
- export declare namespace catrapFields {
81
- type catrapcod = string;
82
- type catraplib = string;
83
- }
84
- export interface catrap {
85
- catrapcod: catrapFields.catrapcod;
86
- catraplib: catrapFields.catraplib;
87
- }
88
- export declare namespace corscrFields {
89
- type corscrord = number | null;
90
- type corscrtxt = string;
91
- type corscrurl = string | null;
92
- type scrnum = number;
93
- type sesann = number;
94
- }
95
- export interface corscr {
96
- corscrord: corscrFields.corscrord;
97
- corscrtxt: corscrFields.corscrtxt;
98
- corscrurl: corscrFields.corscrurl;
99
- scrnum: corscrFields.scrnum;
100
- sesann: corscrFields.sesann;
101
- }
102
- export declare namespace date_seanceFields {
103
- type code = number;
104
- type date_s = Date | null;
105
- type lecidt = string | null;
106
- type statut = string | null;
107
- }
108
- export interface date_seance {
109
- code: date_seanceFields.code;
110
- date_s: date_seanceFields.date_s;
111
- lecidt: date_seanceFields.lecidt;
112
- statut: date_seanceFields.statut;
113
- }
114
- export declare namespace deccocFields {
115
- type deccoccod = string;
116
- type deccoclib = string;
117
- }
118
- export interface deccoc {
119
- deccoccod: deccocFields.deccoccod;
120
- deccoclib: deccocFields.deccoclib;
121
- }
122
- export declare namespace denrapFields {
123
- type coddenrap = string;
124
- type denrapmin = string | null;
125
- type denrapstymin = string | null;
126
- type denraptit = string | null;
127
- type gencod = string;
128
- type libdenrap = string;
129
- type ordre = number | null;
130
- type solnatrapcod = string | null;
131
- type typraprap = string;
132
- }
133
- export interface denrap {
134
- coddenrap: denrapFields.coddenrap;
135
- denrapmin: denrapFields.denrapmin;
136
- denrapstymin: denrapFields.denrapstymin;
137
- denraptit: denrapFields.denraptit;
138
- gencod: denrapFields.gencod;
139
- libdenrap: denrapFields.libdenrap;
140
- ordre: denrapFields.ordre;
141
- solnatrapcod: denrapFields.solnatrapcod;
142
- typraprap: denrapFields.typraprap;
143
- }
144
- export declare namespace docFields {
145
- type date_depot = Date | null;
146
- type docdat = Date | null;
147
- type docdatsea = Date | null;
148
- type docidt = number;
149
- type docint = string | null;
150
- type docnum = number | null;
151
- type doctitcou = string | null;
152
- type docurl = string | null;
153
- type lecidt = string | null;
154
- type sesann = number | null;
155
- type typdoccod = string | null;
156
- }
157
- export interface doc {
158
- date_depot: docFields.date_depot;
159
- docdat: docFields.docdat;
160
- docdatsea: docFields.docdatsea;
161
- docidt: docFields.docidt;
162
- docint: docFields.docint;
163
- docnum: docFields.docnum;
164
- doctitcou: docFields.doctitcou;
165
- docurl: docFields.docurl;
166
- lecidt: docFields.lecidt;
167
- sesann: docFields.sesann;
168
- typdoccod: docFields.typdoccod;
169
- }
170
- export declare namespace docattFields {
171
- type docattcle = number;
172
- type docatturl = string | null;
173
- type rapcod = number;
174
- type typattcod = string;
175
- }
176
- export interface docatt {
177
- docattcle: docattFields.docattcle;
178
- docatturl: docattFields.docatturl;
179
- rapcod: docattFields.rapcod;
180
- typattcod: docattFields.typattcod;
181
- }
182
- export declare namespace docseaFields {
183
- type docseaord = number | null;
184
- type docseaurl = string | null;
185
- type docseaurlapr = string | null;
186
- type docseaurlava = string | null;
187
- type docseaurltxt = string | null;
188
- type evtseacle = number;
189
- }
190
- export interface docsea {
191
- docseaord: docseaFields.docseaord;
192
- docseaurl: docseaFields.docseaurl;
193
- docseaurlapr: docseaFields.docseaurlapr;
194
- docseaurlava: docseaFields.docseaurlava;
195
- docseaurltxt: docseaFields.docseaurltxt;
196
- evtseacle: docseaFields.evtseacle;
197
- }
198
- export declare namespace ecrFields {
199
- type autcod = string | null;
200
- type docidt = number | null;
201
- type ecrnum = number;
202
- type ecrnumtri = number;
203
- type ecrqua = string | null;
204
- type rapcod = number | null;
205
- type signataire = string | null;
206
- type texcod = number | null;
207
- type typedoc = string | null;
208
- }
209
- export interface ecr {
210
- autcod: ecrFields.autcod;
211
- docidt: ecrFields.docidt;
212
- ecrnum: ecrFields.ecrnum;
213
- ecrnumtri: ecrFields.ecrnumtri;
214
- ecrqua: ecrFields.ecrqua;
215
- rapcod: ecrFields.rapcod;
216
- signataire: ecrFields.signataire;
217
- texcod: ecrFields.texcod;
218
- typedoc: ecrFields.typedoc;
219
- }
220
- export declare namespace etaloiFields {
221
- type etaloicod = string;
222
- type etaloilib = string;
223
- }
224
- export interface etaloi {
225
- etaloicod: etaloiFields.etaloicod;
226
- etaloilib: etaloiFields.etaloilib;
227
- }
228
- export declare namespace evtseaFields {
229
- type evtseacle = number;
230
- type evtseadat = Date | null;
231
- type lecassidt = string;
232
- type loicod = string | null;
233
- type typevtcod = string;
234
- }
235
- export interface evtsea {
236
- evtseacle: evtseaFields.evtseacle;
237
- evtseadat: evtseaFields.evtseadat;
238
- lecassidt: evtseaFields.lecassidt;
239
- loicod: evtseaFields.loicod;
240
- typevtcod: evtseaFields.typevtcod;
241
- }
242
- export declare namespace forpubFields {
243
- type forpubcod = string;
244
- type forpublib = string;
245
- }
246
- export interface forpub {
247
- forpubcod: forpubFields.forpubcod;
248
- forpublib: forpubFields.forpublib;
249
- }
250
- export declare namespace genFields {
251
- type gencod = string;
252
- type genlib = string;
253
- }
254
- export interface gen {
255
- gencod: genFields.gencod;
256
- genlib: genFields.genlib;
257
- }
258
- export declare namespace lecassFields {
259
- type aliasppr = string | null;
260
- type codass = string;
261
- type debatsurl = string | null;
262
- type depot_only = string;
263
- type lecassame = string | null;
264
- type lecassameado = string | null;
265
- type lecassameadodat = Date | null;
266
- type lecassameadoses = number | null;
267
- type lecassamecom = string | null;
268
- type lecassamecomado = string | null;
269
- type lecassamecomadodat = Date | null;
270
- type lecassamecomadoses = number | null;
271
- type lecassamecomdat = Date | null;
272
- type lecassamedat = Date | null;
273
- type lecassameses = number | null;
274
- type lecassamesescom = number | null;
275
- type lecassidt = string;
276
- type lecidt = string;
277
- type libppr = string | null;
278
- type loiintmod = string | null;
279
- type ordreass = number;
280
- type orgcod = string | null;
281
- type orippr = string | null;
282
- type ptlnot = string | null;
283
- type ptlnot2 = string | null;
284
- type ptlnot3 = string | null;
285
- type ptlnum = number | null;
286
- type ptlnumcom = number | null;
287
- type ptlnumcpl = string | null;
288
- type ptlnumcpl2 = string | null;
289
- type ptlnumcpl3 = string | null;
290
- type ptlurl = string | null;
291
- type ptlurl2 = string | null;
292
- type ptlurl3 = string | null;
293
- type ptlurlcom = string | null;
294
- type reucom = string | null;
295
- type sesann = number | null;
296
- type sesppr = number | null;
297
- }
298
- export interface lecass {
299
- aliasppr: lecassFields.aliasppr;
300
- codass: lecassFields.codass;
301
- debatsurl: lecassFields.debatsurl;
302
- depot_only: lecassFields.depot_only;
303
- lecassame: lecassFields.lecassame;
304
- lecassameado: lecassFields.lecassameado;
305
- lecassameadodat: lecassFields.lecassameadodat;
306
- lecassameadoses: lecassFields.lecassameadoses;
307
- lecassamecom: lecassFields.lecassamecom;
308
- lecassamecomado: lecassFields.lecassamecomado;
309
- lecassamecomadodat: lecassFields.lecassamecomadodat;
310
- lecassamecomadoses: lecassFields.lecassamecomadoses;
311
- lecassamecomdat: lecassFields.lecassamecomdat;
312
- lecassamedat: lecassFields.lecassamedat;
313
- lecassameses: lecassFields.lecassameses;
314
- lecassamesescom: lecassFields.lecassamesescom;
315
- lecassidt: lecassFields.lecassidt;
316
- lecidt: lecassFields.lecidt;
317
- libppr: lecassFields.libppr;
318
- loiintmod: lecassFields.loiintmod;
319
- ordreass: lecassFields.ordreass;
320
- orgcod: lecassFields.orgcod;
321
- orippr: lecassFields.orippr;
322
- ptlnot: lecassFields.ptlnot;
323
- ptlnot2: lecassFields.ptlnot2;
324
- ptlnot3: lecassFields.ptlnot3;
325
- ptlnum: lecassFields.ptlnum;
326
- ptlnumcom: lecassFields.ptlnumcom;
327
- ptlnumcpl: lecassFields.ptlnumcpl;
328
- ptlnumcpl2: lecassFields.ptlnumcpl2;
329
- ptlnumcpl3: lecassFields.ptlnumcpl3;
330
- ptlurl: lecassFields.ptlurl;
331
- ptlurl2: lecassFields.ptlurl2;
332
- ptlurl3: lecassFields.ptlurl3;
333
- ptlurlcom: lecassFields.ptlurlcom;
334
- reucom: lecassFields.reucom;
335
- sesann: lecassFields.sesann;
336
- sesppr: lecassFields.sesppr;
337
- }
338
- export declare namespace lecassrapFields {
339
- type lecassidt = string;
340
- type lecassrapord = number | null;
341
- type rapcod = number;
342
- }
343
- export interface lecassrap {
344
- lecassidt: lecassrapFields.lecassidt;
345
- lecassrapord: lecassrapFields.lecassrapord;
346
- rapcod: lecassrapFields.rapcod;
347
- }
348
- export declare namespace lectureFields {
349
- type leccom = string | null;
350
- type lecidt = string;
351
- type loicod = string;
352
- type typleccod = string;
353
- }
354
- export interface lecture {
355
- leccom: lectureFields.leccom;
356
- lecidt: lectureFields.lecidt;
357
- loicod: lectureFields.loicod;
358
- typleccod: lectureFields.typleccod;
359
- }
360
- export declare namespace lnkrapFields {
361
- type rapcodenf = number;
362
- type rapcodper = number;
363
- type rapenfdsc = string | null;
364
- type rapperdsc = string | null;
365
- }
366
- export interface lnkrap {
367
- rapcodenf: lnkrapFields.rapcodenf;
368
- rapcodper: lnkrapFields.rapcodper;
369
- rapenfdsc: lnkrapFields.rapenfdsc;
370
- rapperdsc: lnkrapFields.rapperdsc;
371
- }
372
- export declare namespace loiFields {
373
- type date_decision = Date | null;
374
- type date_loi = Date | null;
375
- type deccoccod = string | null;
376
- type deccocurl = string | null;
377
- type doscocurl = string | null;
378
- type en_clair_chapo = string | null;
379
- type en_clair_image = string | null;
380
- type en_clair_url = string | null;
381
- type etaloicod = string | null;
382
- type loicod = string;
383
- type loicodmai = string | null;
384
- type loidatjo = Date | null;
385
- type loidatjo2 = Date | null;
386
- type loidatjo3 = Date | null;
387
- type loient = string | null;
388
- type loiint = string | null;
389
- type loiintori = string | null;
390
- type loinoudelibcod = string | null;
391
- type loinumjo = string | null;
392
- type loinumjo2 = string | null;
393
- type loinumjo3 = string | null;
394
- type loitit = string | null;
395
- type loititjo = string | null;
396
- type motclef = string | null;
397
- type motionloiorigcod = string | null;
398
- type num_decision = string | null;
399
- type numero = string | null;
400
- type objet = string | null;
401
- type orgcod = string | null;
402
- type proaccdat = Date | null;
403
- type proaccoppdat = Date | null;
404
- type retproaccdat = Date | null;
405
- type saisine_date = Date | null;
406
- type saisine_par = string | null;
407
- type signet = string | null;
408
- type signetalt = string | null;
409
- type typloicod = string;
410
- type urgence = string | null;
411
- type url_an = string | null;
412
- type url_jo = string | null;
413
- type url_jo2 = string | null;
414
- type url_jo3 = string | null;
415
- type url_ordonnance = string | null;
416
- type url_presart = string | null;
417
- }
418
- export interface loi {
419
- date_decision: loiFields.date_decision;
420
- date_loi: loiFields.date_loi;
421
- deccoccod: loiFields.deccoccod;
422
- deccocurl: loiFields.deccocurl;
423
- doscocurl: loiFields.doscocurl;
424
- en_clair_chapo: loiFields.en_clair_chapo;
425
- en_clair_image: loiFields.en_clair_image;
426
- en_clair_url: loiFields.en_clair_url;
427
- etaloicod: loiFields.etaloicod;
428
- loicod: loiFields.loicod;
429
- loicodmai: loiFields.loicodmai;
430
- loidatjo: loiFields.loidatjo;
431
- loidatjo2: loiFields.loidatjo2;
432
- loidatjo3: loiFields.loidatjo3;
433
- loient: loiFields.loient;
434
- loiint: loiFields.loiint;
435
- loiintori: loiFields.loiintori;
436
- loinoudelibcod: loiFields.loinoudelibcod;
437
- loinumjo: loiFields.loinumjo;
438
- loinumjo2: loiFields.loinumjo2;
439
- loinumjo3: loiFields.loinumjo3;
440
- loitit: loiFields.loitit;
441
- loititjo: loiFields.loititjo;
442
- motclef: loiFields.motclef;
443
- motionloiorigcod: loiFields.motionloiorigcod;
444
- num_decision: loiFields.num_decision;
445
- numero: loiFields.numero;
446
- objet: loiFields.objet;
447
- orgcod: loiFields.orgcod;
448
- proaccdat: loiFields.proaccdat;
449
- proaccoppdat: loiFields.proaccoppdat;
450
- retproaccdat: loiFields.retproaccdat;
451
- saisine_date: loiFields.saisine_date;
452
- saisine_par: loiFields.saisine_par;
453
- signet: loiFields.signet;
454
- signetalt: loiFields.signetalt;
455
- typloicod: loiFields.typloicod;
456
- urgence: loiFields.urgence;
457
- url_an: loiFields.url_an;
458
- url_jo: loiFields.url_jo;
459
- url_jo2: loiFields.url_jo2;
460
- url_jo3: loiFields.url_jo3;
461
- url_ordonnance: loiFields.url_ordonnance;
462
- url_presart: loiFields.url_presart;
463
- }
464
- export declare namespace loitheFields {
465
- type loicod = string;
466
- type thecle = number;
467
- }
468
- export interface loithe {
469
- loicod: loitheFields.loicod;
470
- thecle: loitheFields.thecle;
471
- }
472
- export declare namespace natloiFields {
473
- type groupe = string;
474
- type natloilib = string;
475
- }
476
- export interface natloi {
477
- groupe: natloiFields.groupe;
478
- natloilib: natloiFields.natloilib;
479
- }
480
- export declare namespace orgFields {
481
- type codass = string | null;
482
- type html_color = string | null;
483
- type inttra = string | null;
484
- type org_de = string | null;
485
- type orgcod = string;
486
- type orgdatdeb = Date | null;
487
- type orgdatdebcop = Date | null;
488
- type orgdatfin = Date | null;
489
- type orgdatfincop = Date | null;
490
- type orggen = string | null;
491
- type orglibaff = string | null;
492
- type orglibcou = string | null;
493
- type orgliblon = string | null;
494
- type orgnom = string;
495
- type orgnomcouv = string | null;
496
- type orgord = number | null;
497
- type orgurl = string | null;
498
- type senorgcod = string | null;
499
- type typorgcod = string;
500
- type url_podcast = string | null;
501
- type urltra = string | null;
502
- }
503
- export interface org {
504
- codass: orgFields.codass;
505
- html_color: orgFields.html_color;
506
- inttra: orgFields.inttra;
507
- org_de: orgFields.org_de;
508
- orgcod: orgFields.orgcod;
509
- orgdatdeb: orgFields.orgdatdeb;
510
- orgdatdebcop: orgFields.orgdatdebcop;
511
- orgdatfin: orgFields.orgdatfin;
512
- orgdatfincop: orgFields.orgdatfincop;
513
- orggen: orgFields.orggen;
514
- orglibaff: orgFields.orglibaff;
515
- orglibcou: orgFields.orglibcou;
516
- orgliblon: orgFields.orgliblon;
517
- orgnom: orgFields.orgnom;
518
- orgnomcouv: orgFields.orgnomcouv;
519
- orgord: orgFields.orgord;
520
- orgurl: orgFields.orgurl;
521
- senorgcod: orgFields.senorgcod;
522
- typorgcod: orgFields.typorgcod;
523
- url_podcast: orgFields.url_podcast;
524
- urltra: orgFields.urltra;
525
- }
526
- export declare namespace orgnomhisFields {
527
- type intra = string | null;
528
- type onhfin = Date;
529
- type onhnum = number;
530
- type org_de = string;
531
- type orgcod = string;
532
- type orglibaff = string | null;
533
- type orglibcou = string;
534
- type orgliblon = string;
535
- type orgnom = string;
536
- type orgnomcouv = string | null;
537
- }
538
- export interface orgnomhis {
539
- intra: orgnomhisFields.intra;
540
- onhfin: orgnomhisFields.onhfin;
541
- onhnum: orgnomhisFields.onhnum;
542
- org_de: orgnomhisFields.org_de;
543
- orgcod: orgnomhisFields.orgcod;
544
- orglibaff: orgnomhisFields.orglibaff;
545
- orglibcou: orgnomhisFields.orglibcou;
546
- orgliblon: orgnomhisFields.orgliblon;
547
- orgnom: orgnomhisFields.orgnom;
548
- orgnomcouv: orgnomhisFields.orgnomcouv;
549
- }
550
- export declare namespace oripprFields {
551
- type oripprcod = string;
552
- type oripprlib = string;
553
- }
554
- export interface orippr {
555
- oripprcod: oripprFields.oripprcod;
556
- oripprlib: oripprFields.oripprlib;
557
- }
558
- export declare namespace oritxtFields {
559
- type codass = string | null;
560
- type oriordre = string | null;
561
- type oritxtado = string | null;
562
- type oritxtcod = string;
563
- type oritxtign = string | null;
564
- type oritxtlib = string;
565
- type oritxtlibfem = string;
566
- type oritxtmod = string | null;
567
- type oritxtorg = string | null;
568
- }
569
- export interface oritxt {
570
- codass: oritxtFields.codass;
571
- oriordre: oritxtFields.oriordre;
572
- oritxtado: oritxtFields.oritxtado;
573
- oritxtcod: oritxtFields.oritxtcod;
574
- oritxtign: oritxtFields.oritxtign;
575
- oritxtlib: oritxtFields.oritxtlib;
576
- oritxtlibfem: oritxtFields.oritxtlibfem;
577
- oritxtmod: oritxtFields.oritxtmod;
578
- oritxtorg: oritxtFields.oritxtorg;
579
- }
580
- export declare namespace posvotFields {
581
- type posvotcod = string;
582
- type posvotlib = string;
583
- }
584
- export interface posvot {
585
- posvotcod: posvotFields.posvotcod;
586
- posvotlib: posvotFields.posvotlib;
587
- }
588
- export declare namespace quaFields {
589
- type quaabr = string;
590
- type quaabrplu = string;
591
- type quacod = string;
592
- type qualic = string;
593
- }
594
- export interface qua {
595
- quaabr: quaFields.quaabr;
596
- quaabrplu: quaFields.quaabrplu;
597
- quacod: quaFields.quacod;
598
- qualic: quaFields.qualic;
599
- }
600
- export declare namespace rapFields {
601
- type blecod = string | null;
602
- type coddenrap = string;
603
- type date_depot = Date;
604
- type depot_only = string | null;
605
- type forpubcod = string | null;
606
- type numerobis = string | null;
607
- type prix = string | null;
608
- type rapann = number | null;
609
- type rapcod = number;
610
- type rapdatsea = Date | null;
611
- type rapfac = number | null;
612
- type rapnum = number | null;
613
- type rapnuman = number | null;
614
- type rapres = string | null;
615
- type rapsoustit = string | null;
616
- type raptil = string | null;
617
- type raptitcou = string | null;
618
- type raptom = number | null;
619
- type rapurl = string | null;
620
- type rapvol = number | null;
621
- type sesann = number;
622
- type typurl = string;
623
- type url2 = string | null;
624
- type url2txt = string | null;
625
- type url3 = string | null;
626
- type url3txt = string | null;
627
- type url4 = string | null;
628
- type url4txt = string | null;
629
- }
630
- export interface rap {
631
- blecod: rapFields.blecod;
632
- coddenrap: rapFields.coddenrap;
633
- date_depot: rapFields.date_depot;
634
- depot_only: rapFields.depot_only;
635
- forpubcod: rapFields.forpubcod;
636
- numerobis: rapFields.numerobis;
637
- prix: rapFields.prix;
638
- rapann: rapFields.rapann;
639
- rapcod: rapFields.rapcod;
640
- rapdatsea: rapFields.rapdatsea;
641
- rapfac: rapFields.rapfac;
642
- rapnum: rapFields.rapnum;
643
- rapnuman: rapFields.rapnuman;
644
- rapres: rapFields.rapres;
645
- rapsoustit: rapFields.rapsoustit;
646
- raptil: rapFields.raptil;
647
- raptitcou: rapFields.raptitcou;
648
- raptom: rapFields.raptom;
649
- rapurl: rapFields.rapurl;
650
- rapvol: rapFields.rapvol;
651
- sesann: rapFields.sesann;
652
- typurl: rapFields.typurl;
653
- url2: rapFields.url2;
654
- url2txt: rapFields.url2txt;
655
- url3: rapFields.url3;
656
- url3txt: rapFields.url3txt;
657
- url4: rapFields.url4;
658
- url4txt: rapFields.url4txt;
659
- }
660
- export declare namespace raporgFields {
661
- type orgcod = string;
662
- type rapcod = number;
663
- }
664
- export interface raporg {
665
- orgcod: raporgFields.orgcod;
666
- rapcod: raporgFields.rapcod;
667
- }
668
- export declare namespace raptheFields {
669
- type rapcod = number;
670
- type thecle = number;
671
- }
672
- export interface rapthe {
673
- rapcod: raptheFields.rapcod;
674
- thecle: raptheFields.thecle;
675
- }
676
- export declare namespace rolsigFields {
677
- type rolsiglib = string;
678
- type signataire = string;
679
- }
680
- export interface rolsig {
681
- rolsiglib: rolsigFields.rolsiglib;
682
- signataire: rolsigFields.signataire;
683
- }
684
- export declare namespace scrFields {
685
- type code = number | null;
686
- type scrbaspag = string | null;
687
- type scrcon = number | null;
688
- type scrconsea = number | null;
689
- type scrdat = Date | null;
690
- type scrdateff = Date | null;
691
- type scrint = string | null;
692
- type scrjso = string | null;
693
- type scrmaj = number | null;
694
- type scrmajsea = number | null;
695
- type scrnum = number;
696
- type scrpou = number | null;
697
- type scrpousea = number | null;
698
- type scrsuf = number | null;
699
- type scrsufsea = number | null;
700
- type scrvot = number | null;
701
- type scrvotsea = number | null;
702
- type sesann = number;
703
- type soslib = string | null;
704
- }
705
- export interface scr {
706
- code: scrFields.code;
707
- scrbaspag: scrFields.scrbaspag;
708
- scrcon: scrFields.scrcon;
709
- scrconsea: scrFields.scrconsea;
710
- scrdat: scrFields.scrdat;
711
- scrdateff: scrFields.scrdateff;
712
- scrint: scrFields.scrint;
713
- scrjso: scrFields.scrjso;
714
- scrmaj: scrFields.scrmaj;
715
- scrmajsea: scrFields.scrmajsea;
716
- scrnum: scrFields.scrnum;
717
- scrpou: scrFields.scrpou;
718
- scrpousea: scrFields.scrpousea;
719
- scrsuf: scrFields.scrsuf;
720
- scrsufsea: scrFields.scrsufsea;
721
- scrvot: scrFields.scrvot;
722
- scrvotsea: scrFields.scrvotsea;
723
- sesann: scrFields.sesann;
724
- soslib: scrFields.soslib;
725
- }
726
- export declare namespace sesFields {
727
- type sesann = number;
728
- type seslib = string;
729
- }
730
- export interface ses {
731
- sesann: sesFields.sesann;
732
- seslib: sesFields.seslib;
733
- }
734
- export declare namespace stavotFields {
735
- type stavotidt = string;
736
- type stavotlib = string;
737
- }
738
- export interface stavot {
739
- stavotidt: stavotFields.stavotidt;
740
- stavotlib: stavotFields.stavotlib;
741
- }
742
- export declare namespace texteFields {
743
- type datrejet_disc_immediate = Date | null;
744
- type lecassidt = string;
745
- type numerobis = string | null;
746
- type orgcod = string | null;
747
- type oritxtcod = string | null;
748
- type prix = string | null;
749
- type reserve_comspe = string | null;
750
- type sesann = number | null;
751
- type texace = string | null;
752
- type texcod = number;
753
- type texdatsea = Date | null;
754
- type texnum = number | null;
755
- type texurl = string | null;
756
- type txtoritxtdat = Date;
757
- type typtxtcod = string;
758
- type typurl = string;
759
- type url2 = string | null;
760
- type url2txt = string | null;
761
- type url3 = string | null;
762
- type url3txt = string | null;
763
- type url4 = string | null;
764
- type url4txt = string | null;
765
- type url_cnen = string | null;
766
- }
767
- export interface texte {
768
- datrejet_disc_immediate: texteFields.datrejet_disc_immediate;
769
- lecassidt: texteFields.lecassidt;
770
- numerobis: texteFields.numerobis;
771
- orgcod: texteFields.orgcod;
772
- oritxtcod: texteFields.oritxtcod;
773
- prix: texteFields.prix;
774
- reserve_comspe: texteFields.reserve_comspe;
775
- sesann: texteFields.sesann;
776
- texace: texteFields.texace;
777
- texcod: texteFields.texcod;
778
- texdatsea: texteFields.texdatsea;
779
- texnum: texteFields.texnum;
780
- texurl: texteFields.texurl;
781
- txtoritxtdat: texteFields.txtoritxtdat;
782
- typtxtcod: texteFields.typtxtcod;
783
- typurl: texteFields.typurl;
784
- url2: texteFields.url2;
785
- url2txt: texteFields.url2txt;
786
- url3: texteFields.url3;
787
- url3txt: texteFields.url3txt;
788
- url4: texteFields.url4;
789
- url4txt: texteFields.url4txt;
790
- url_cnen: texteFields.url_cnen;
791
- }
792
- export declare namespace texte_ancienFields {
793
- type article_type = string | null;
794
- type date_effet = Date | null;
795
- type fichier = string | null;
796
- type id = number;
797
- type lecture = string | null;
798
- type libelle = string | null;
799
- type numero = number;
800
- type origine = string;
801
- type rectifie = number;
802
- type sesann = number;
803
- type statut = string | null;
804
- type type_texte = string | null;
805
- type urgence = number;
806
- }
807
- export interface texte_ancien {
808
- article_type: texte_ancienFields.article_type;
809
- date_effet: texte_ancienFields.date_effet;
810
- fichier: texte_ancienFields.fichier;
811
- id: texte_ancienFields.id;
812
- lecture: texte_ancienFields.lecture;
813
- libelle: texte_ancienFields.libelle;
814
- numero: texte_ancienFields.numero;
815
- origine: texte_ancienFields.origine;
816
- rectifie: texte_ancienFields.rectifie;
817
- sesann: texte_ancienFields.sesann;
818
- statut: texte_ancienFields.statut;
819
- type_texte: texte_ancienFields.type_texte;
820
- urgence: texte_ancienFields.urgence;
821
- }
822
- export declare namespace theFields {
823
- type theali = string | null;
824
- type thecle = number;
825
- type thelib = string;
826
- }
827
- export interface the {
828
- theali: theFields.theali;
829
- thecle: theFields.thecle;
830
- thelib: theFields.thelib;
831
- }
832
- export declare namespace titsenFields {
833
- type titsencod = string;
834
- type titsenlib = string | null;
835
- }
836
- export interface titsen {
837
- titsencod: titsenFields.titsencod;
838
- titsenlib: titsenFields.titsenlib;
839
- }
840
- export declare namespace typattFields {
841
- type typattcod = string;
842
- type typattlib = string;
843
- }
844
- export interface typatt {
845
- typattcod: typattFields.typattcod;
846
- typattlib: typattFields.typattlib;
847
- }
848
- export declare namespace typautFields {
849
- type typautcod = string;
850
- type typautlib = string;
851
- }
852
- export interface typaut {
853
- typautcod: typautFields.typautcod;
854
- typautlib: typautFields.typautlib;
855
- }
856
- export declare namespace typdocFields {
857
- type typdoccod = string;
858
- type typdoclib = string | null;
859
- }
860
- export interface typdoc {
861
- typdoccod: typdocFields.typdoccod;
862
- typdoclib: typdocFields.typdoclib;
863
- }
864
- export declare namespace typevtseaFields {
865
- type typevtcod = string;
866
- type typevtlib = string;
867
- }
868
- export interface typevtsea {
869
- typevtcod: typevtseaFields.typevtcod;
870
- typevtlib: typevtseaFields.typevtlib;
871
- }
872
- export declare namespace typlecFields {
873
- type typleccod = string;
874
- type typleclib = string;
875
- type typlecord = number | null;
876
- }
877
- export interface typlec {
878
- typleccod: typlecFields.typleccod;
879
- typleclib: typlecFields.typleclib;
880
- typlecord: typlecFields.typlecord;
881
- }
882
- export declare namespace typloiFields {
883
- type groupe = string | null;
884
- type typloiabr = string | null;
885
- type typloicod = string;
886
- type typloide = string | null;
887
- type typloiden = string | null;
888
- type typloidenplu = string | null;
889
- type typloigen = string | null;
890
- type typloilib = string;
891
- type typloitit = string | null;
892
- }
893
- export interface typloi {
894
- groupe: typloiFields.groupe;
895
- typloiabr: typloiFields.typloiabr;
896
- typloicod: typloiFields.typloicod;
897
- typloide: typloiFields.typloide;
898
- typloiden: typloiFields.typloiden;
899
- typloidenplu: typloiFields.typloidenplu;
900
- typloigen: typloiFields.typloigen;
901
- typloilib: typloiFields.typloilib;
902
- typloitit: typloiFields.typloitit;
903
- }
904
- export declare namespace typorgFields {
905
- type typorgcod = string;
906
- type typorglib = string;
907
- type typorgord = number | null;
908
- type typorgtitens = string | null;
909
- type typorgurl = string | null;
910
- type typorgvid = string | null;
911
- }
912
- export interface typorg {
913
- typorgcod: typorgFields.typorgcod;
914
- typorglib: typorgFields.typorglib;
915
- typorgord: typorgFields.typorgord;
916
- typorgtitens: typorgFields.typorgtitens;
917
- typorgurl: typorgFields.typorgurl;
918
- typorgvid: typorgFields.typorgvid;
919
- }
920
- export declare namespace typrapFields {
921
- type catrapcod = string | null;
922
- type typrapind = string;
923
- type typraplib = string;
924
- type typraplibplu = string | null;
925
- type typrapnot = string | null;
926
- type typraprap = string;
927
- type typraprep = string | null;
928
- type typrapses = string | null;
929
- type typrapurl = string | null;
930
- }
931
- export interface typrap {
932
- catrapcod: typrapFields.catrapcod;
933
- typrapind: typrapFields.typrapind;
934
- typraplib: typrapFields.typraplib;
935
- typraplibplu: typrapFields.typraplibplu;
936
- typrapnot: typrapFields.typrapnot;
937
- typraprap: typrapFields.typraprap;
938
- typraprep: typrapFields.typraprep;
939
- typrapses: typrapFields.typrapses;
940
- typrapurl: typrapFields.typrapurl;
941
- }
942
- export declare namespace typtxtFields {
943
- type typtxtcod = string;
944
- type typtxtlib = string;
945
- }
946
- export interface typtxt {
947
- typtxtcod: typtxtFields.typtxtcod;
948
- typtxtlib: typtxtFields.typtxtlib;
949
- }
950
- export declare namespace typurlFields {
951
- type libtypurl = string;
952
- type typurl = string;
953
- }
954
- export interface typurl {
955
- libtypurl: typurlFields.libtypurl;
956
- typurl: typurlFields.typurl;
957
- }
958
- export declare namespace votsenFields {
959
- type posvotcod = string | null;
960
- type scrnum = number;
961
- type senmat = string;
962
- type senmatdel = string | null;
963
- type sesann = number;
964
- type stavotidt = string;
965
- type titsencod = string;
966
- type votsenmar = string | null;
967
- }
968
- export interface votsen {
969
- posvotcod: votsenFields.posvotcod;
970
- scrnum: votsenFields.scrnum;
971
- senmat: votsenFields.senmat;
972
- senmatdel: votsenFields.senmatdel;
973
- sesann: votsenFields.sesann;
974
- stavotidt: votsenFields.stavotidt;
975
- titsencod: votsenFields.titsencod;
976
- votsenmar: votsenFields.votsenmar;
977
- }