@tricoteuses/assemblee 3.2.8 → 3.2.9

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 (89) hide show
  1. package/lib/{amendements-CudMDSl9.js → amendements-DFejZtrB.js} +1 -1
  2. package/lib/{amendements-NUU1Ei_X.js → amendements-Xaw7TqV2.js} +4 -4
  3. package/lib/cleaners.js +3 -3
  4. package/lib/index.js +115 -115
  5. package/lib/{loaders-Do7OTkWb.js → loaders-CXywwmAa.js} +2 -2
  6. package/lib/loaders.js +1 -1
  7. package/lib/parsers.js +8 -8
  8. package/lib/{scrutins-vscL0izO.js → scrutins-98SJXpIE.js} +391 -390
  9. package/lib/{registries.d.ts → src/registries.d.ts} +8 -8
  10. package/lib/{schemas → src/schemas}/clean/acteurs_et_organes.d.ts +37 -37
  11. package/lib/{schemas → src/schemas}/clean/amendements.d.ts +12 -12
  12. package/lib/{schemas → src/schemas}/clean/debats.d.ts +26 -26
  13. package/lib/{schemas → src/schemas}/clean/dossiers_legislatifs.d.ts +16 -16
  14. package/lib/{schemas → src/schemas}/clean/questions.d.ts +122 -122
  15. package/lib/{schemas → src/schemas}/clean/scrutins.d.ts +2 -2
  16. package/lib/{schemas → src/schemas}/enriched/acteurs_et_organes.d.ts +2 -2
  17. package/lib/{schemas → src/schemas}/enriched/amendements.d.ts +9 -9
  18. package/lib/{schemas → src/schemas}/enriched/dossiers_legislatifs.d.ts +12 -12
  19. package/lib/{schemas → src/schemas}/enriched/questions.d.ts +108 -108
  20. package/lib/{schemas → src/schemas}/enriched/scrutins.d.ts +2 -2
  21. package/lib/{schemas → src/schemas}/raw/acteurs_et_organes.d.ts +132 -132
  22. package/lib/{schemas → src/schemas}/raw/agendas.d.ts +97 -97
  23. package/lib/{schemas → src/schemas}/raw/amendements.d.ts +83 -83
  24. package/lib/{schemas → src/schemas}/raw/debats.d.ts +51 -51
  25. package/lib/{schemas → src/schemas}/raw/dossiers_legislatifs.d.ts +187 -182
  26. package/lib/src/schemas/raw/questions.d.ts +983 -0
  27. package/lib/{schemas → src/schemas}/raw/scrutins.d.ts +164 -164
  28. package/lib/src/urls.test.d.ts +1 -0
  29. package/package.json +19 -19
  30. package/lib/schemas/raw/questions.d.ts +0 -983
  31. /package/lib/{api.d.ts → src/api.d.ts} +0 -0
  32. /package/lib/{cleaners → src/cleaners}/actes_legislatifs.d.ts +0 -0
  33. /package/lib/{cleaners → src/cleaners}/acteurs.d.ts +0 -0
  34. /package/lib/{cleaners → src/cleaners}/amendements.d.ts +0 -0
  35. /package/lib/{cleaners → src/cleaners}/debats.d.ts +0 -0
  36. /package/lib/{cleaners → src/cleaners}/documents.d.ts +0 -0
  37. /package/lib/{cleaners → src/cleaners}/dossiers_legislatifs.d.ts +0 -0
  38. /package/lib/{cleaners → src/cleaners}/index.d.ts +0 -0
  39. /package/lib/{cleaners → src/cleaners}/organes.d.ts +0 -0
  40. /package/lib/{cleaners → src/cleaners}/questions.d.ts +0 -0
  41. /package/lib/{cleaners → src/cleaners}/reunions.d.ts +0 -0
  42. /package/lib/{cleaners → src/cleaners}/scrutins.d.ts +0 -0
  43. /package/lib/{cleaners → src/cleaners}/xml.d.ts +0 -0
  44. /package/lib/{datasets.d.ts → src/datasets.d.ts} +0 -0
  45. /package/lib/{dates.d.ts → src/dates.d.ts} +0 -0
  46. /package/lib/{dossiers_legislatifs.d.ts → src/dossiers_legislatifs.d.ts} +0 -0
  47. /package/lib/{file_systems.d.ts → src/file_systems.d.ts} +0 -0
  48. /package/lib/{git.d.ts → src/git.d.ts} +0 -0
  49. /package/lib/{index.d.ts → src/index.d.ts} +0 -0
  50. /package/lib/{inserters.d.ts → src/inserters.d.ts} +0 -0
  51. /package/lib/{legislatures.d.ts → src/legislatures.d.ts} +0 -0
  52. /package/lib/{loaders.d.ts → src/loaders.d.ts} +0 -0
  53. /package/lib/{logger.d.ts → src/logger.d.ts} +0 -0
  54. /package/lib/{numbers.d.ts → src/numbers.d.ts} +0 -0
  55. /package/lib/{organes.d.ts → src/organes.d.ts} +0 -0
  56. /package/lib/{parsers → src/parsers}/compte_rendu_commission.d.ts +0 -0
  57. /package/lib/{parsers → src/parsers}/index.d.ts +0 -0
  58. /package/lib/{parsers → src/parsers}/recherche_amendements.d.ts +0 -0
  59. /package/lib/{parsers → src/parsers}/textes_lois.d.ts +0 -0
  60. /package/lib/{parsers → src/parsers}/videos.d.ts +0 -0
  61. /package/lib/{schemas → src/schemas}/clean/agendas.d.ts +0 -0
  62. /package/lib/{schemas → src/schemas}/enriched/agendas.d.ts +0 -0
  63. /package/lib/{schemas → src/schemas}/enriched/debats.d.ts +0 -0
  64. /package/lib/{scripts/clean_reorganized_data.d.ts → src/schemas/raw/dossiers_legislatifs.test.d.ts} +0 -0
  65. /package/lib/{schemas → src/schemas}/zod_errors.d.ts +0 -0
  66. /package/lib/{scripts/data-download.d.ts → src/scripts/clean_reorganized_data.d.ts} +0 -0
  67. /package/lib/{scripts/diff_amendements.d.ts → src/scripts/data-download.d.ts} +0 -0
  68. /package/lib/{scripts/document_dossiers_legislatifs.d.ts → src/scripts/diff_amendements.d.ts} +0 -0
  69. /package/lib/{scripts/get_today_reunions.d.ts → src/scripts/document_dossiers_legislatifs.d.ts} +0 -0
  70. /package/lib/{scripts/merge_scrutins.d.ts → src/scripts/get_today_reunions.d.ts} +0 -0
  71. /package/lib/{scripts/reorganize_data.d.ts → src/scripts/merge_scrutins.d.ts} +0 -0
  72. /package/lib/{scripts → src/scripts}/raw_types_from_amendements.d.ts +0 -0
  73. /package/lib/{scripts/retrieve_pending_amendments.d.ts → src/scripts/reorganize_data.d.ts} +0 -0
  74. /package/lib/{scripts → src/scripts}/retrieve_deputes_photos.d.ts +0 -0
  75. /package/lib/{scripts → src/scripts}/retrieve_documents.d.ts +0 -0
  76. /package/lib/{scripts → src/scripts}/retrieve_open_data.d.ts +0 -0
  77. /package/lib/{scripts/retrieve_senateurs_photos.d.ts → src/scripts/retrieve_pending_amendments.d.ts} +0 -0
  78. /package/lib/{scripts/test_iter_load.d.ts → src/scripts/retrieve_senateurs_photos.d.ts} +0 -0
  79. /package/lib/{scripts → src/scripts}/retrieve_videos.d.ts +0 -0
  80. /package/lib/{scripts → src/scripts}/shared/cli_helpers.d.ts +0 -0
  81. /package/lib/{scripts → src/scripts}/shared/photos.d.ts +0 -0
  82. /package/lib/{scripts → src/scripts}/shared/utils.d.ts +0 -0
  83. /package/lib/{scripts/validate_json.d.ts → src/scripts/test_iter_load.d.ts} +0 -0
  84. /package/lib/{scripts → src/scripts}/test_load.d.ts +0 -0
  85. /package/lib/{scripts → src/scripts}/test_load_big_files.d.ts +0 -0
  86. /package/lib/{urls.test.d.ts → src/scripts/validate_json.d.ts} +0 -0
  87. /package/lib/{strings.d.ts → src/strings.d.ts} +0 -0
  88. /package/lib/{uids.d.ts → src/uids.d.ts} +0 -0
  89. /package/lib/{urls.d.ts → src/urls.d.ts} +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes