ffbb-data-client 2.4.6__tar.gz → 2.4.7__tar.gz

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 (393) hide show
  1. ffbb_data_client-2.4.7/.omc/skills/codeql-security-hardening-expertise.md +49 -0
  2. ffbb_data_client-2.4.7/.omc/skills/pypi-immutable-release-workflow.md +31 -0
  3. ffbb_data_client-2.4.7/.omc/skills/terminal-output-hygiene-expertise.md +33 -0
  4. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/PKG-INFO +5 -1
  5. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/README.md +4 -0
  6. ffbb_data_client-2.4.7/data/api_update_summary.md +28 -0
  7. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/data/endpoint_discovery.json +21 -47
  8. {ffbb_data_client-2.4.6/src/ffbb_data_client → ffbb_data_client-2.4.7}/data/indexes.json +11 -10
  9. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/data/openapi_full.json +5 -5
  10. ffbb_data_client-2.4.7/src/ffbb_data_client/api.py +887 -0
  11. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/data/endpoint_discovery.json +21 -47
  12. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7/src/ffbb_data_client}/data/indexes.json +11 -10
  13. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/helpers/http_requests_utils.py +1 -0
  14. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/live.py +1 -0
  15. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client.egg-info/PKG-INFO +5 -1
  16. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client.egg-info/SOURCES.txt +3 -0
  17. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client.egg-info/scm_file_list.json +3 -0
  18. ffbb_data_client-2.4.7/src/ffbb_data_client.egg-info/scm_version.json +8 -0
  19. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/index.html +26 -15
  20. ffbb_data_client-2.4.7/website/robots.txt +42 -0
  21. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/sitemap.xml +2 -2
  22. ffbb_data_client-2.4.6/data/api_update_summary.md +0 -35
  23. ffbb_data_client-2.4.6/src/ffbb_data_client/api.py +0 -568
  24. ffbb_data_client-2.4.6/src/ffbb_data_client.egg-info/scm_version.json +0 -8
  25. ffbb_data_client-2.4.6/website/robots.txt +0 -4
  26. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.agents/rules/antigravity-rtk-rules.md +0 -0
  27. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.coveragerc +0 -0
  28. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.gitattributes +0 -0
  29. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/FUNDING.yml +0 -0
  30. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  31. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  32. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  33. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/dependabot.yml +0 -0
  34. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/scripts/ai-pr-reviewer.cjs +0 -0
  35. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/scripts/check_wrapper_parity.py +0 -0
  36. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/workflows/ai-pr-reviewer.yml +0 -0
  37. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/workflows/check_wrapper_parity.yml +0 -0
  38. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/workflows/ci.yml +0 -0
  39. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/workflows/codeql.yml +0 -0
  40. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/workflows/deploy-pages.yml +0 -0
  41. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/workflows/keep-ffbb-api-discovery-alive.yml +0 -0
  42. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/workflows/publish.yml +0 -0
  43. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/workflows/release-after-discovery-merge.yml +0 -0
  44. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.github/workflows/update-ffbb-api-discovery.yml +0 -0
  45. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.gitignore +0 -0
  46. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.isort.cfg +0 -0
  47. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.jules/bolt.md +0 -0
  48. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.pre-commit-config.yaml +0 -0
  49. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/.readthedocs.yml +0 -0
  50. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/AGENTS.md +0 -0
  51. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/AUTHORS.rst +0 -0
  52. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/CHANGELOG.md +0 -0
  53. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/CODE_OF_CONDUCT.md +0 -0
  54. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/CONTRIBUTING.rst +0 -0
  55. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/DESIGN.md +0 -0
  56. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/Dockerfile +0 -0
  57. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/LICENSE.txt +0 -0
  58. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/LOCAL_CI_GUIDE.md +0 -0
  59. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/RELEASE_NOTES.md +0 -0
  60. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/SECURITY.md +0 -0
  61. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/data/api.ffbb.app.json +0 -0
  62. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/data/collections.json +0 -0
  63. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/data/meilisearch-prod.ffbb.app.json +0 -0
  64. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/data/openapi.json +0 -0
  65. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/data/type_discovery_corrections.json +0 -0
  66. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/Makefile +0 -0
  67. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/_static/.gitignore +0 -0
  68. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/architecture.rst +0 -0
  69. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/authors.rst +0 -0
  70. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/changelog.rst +0 -0
  71. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/conf.py +0 -0
  72. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/contributing.rst +0 -0
  73. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/examples.rst +0 -0
  74. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/index.rst +0 -0
  75. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/license.rst +0 -0
  76. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/migration.rst +0 -0
  77. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/readme.rst +0 -0
  78. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/requirements.txt +0 -0
  79. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/test_strategy.md +0 -0
  80. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/docs/testing_conventions.md +0 -0
  81. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/examples/README.md +0 -0
  82. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/examples/complete_usage_example.py +0 -0
  83. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/examples/quick_start.py +0 -0
  84. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/examples/team_ranking_analysis.py +0 -0
  85. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/pyproject.toml +0 -0
  86. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/pytest.ini +0 -0
  87. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/run-ci-locally.sh +0 -0
  88. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/scripts/benchmark_concurrent_pagination.py +0 -0
  89. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/scripts/benchmark_search_organisme.py +0 -0
  90. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/scripts/discover_endpoints.py +0 -0
  91. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/scripts/discover_types.py +0 -0
  92. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/setup.cfg +0 -0
  93. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/setup.py +0 -0
  94. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/__init__.py +0 -0
  95. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/__init__.py +0 -0
  96. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/_helpers.py +0 -0
  97. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/_mixins/__init__.py +0 -0
  98. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/_mixins/competition.py +0 -0
  99. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/_mixins/external.py +0 -0
  100. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/_mixins/getters.py +0 -0
  101. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/_mixins/list_methods.py +0 -0
  102. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/_mixins/organisme.py +0 -0
  103. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/_rest_facade.py +0 -0
  104. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/_search_facade.py +0 -0
  105. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/api_ffbb_app_client.py +0 -0
  106. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/ffbb_data_client.py +0 -0
  107. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/meilisearch_client.py +0 -0
  108. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/clients/meilisearch_ffbb_client.py +0 -0
  109. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/config.py +0 -0
  110. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/data/__init__.py +0 -0
  111. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/data/collections.json +0 -0
  112. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/data/openapi.json +0 -0
  113. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/helpers/__init__.py +0 -0
  114. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/helpers/http_requests_helper.py +0 -0
  115. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/helpers/meilisearch_client_extension.py +0 -0
  116. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/helpers/multi_search_query_helper.py +0 -0
  117. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/helpers/normalization.py +0 -0
  118. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/__init__.py +0 -0
  119. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/affiche.py +0 -0
  120. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/cartographie.py +0 -0
  121. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/categorie.py +0 -0
  122. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/categorie_type.py +0 -0
  123. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/clock.py +0 -0
  124. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/club_contacts.py +0 -0
  125. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/code.py +0 -0
  126. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/commune.py +0 -0
  127. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_fields.py +0 -0
  128. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_id.py +0 -0
  129. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_id_categorie.py +0 -0
  130. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_id_sexe.py +0 -0
  131. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_id_type_competition.py +0 -0
  132. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_id_type_competition_generique.py +0 -0
  133. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_origine.py +0 -0
  134. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_origine_categorie.py +0 -0
  135. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_origine_type_competition.py +0 -0
  136. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_origine_type_competition_generique.py +0 -0
  137. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competition_type.py +0 -0
  138. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competitions_facet_distribution.py +0 -0
  139. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competitions_facet_stats.py +0 -0
  140. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competitions_hit.py +0 -0
  141. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competitions_multi_search_query.py +0 -0
  142. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/competitions_query.py +0 -0
  143. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/configuration_models.py +0 -0
  144. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/contact_info.py +0 -0
  145. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/content_multi_search_query.py +0 -0
  146. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/coordonnees.py +0 -0
  147. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/coordonnees_type.py +0 -0
  148. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/document_flyer.py +0 -0
  149. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/document_flyer_type.py +0 -0
  150. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/engagement_contacts.py +0 -0
  151. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/engagements_facet_distribution.py +0 -0
  152. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/engagements_facet_stats.py +0 -0
  153. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/engagements_hit.py +0 -0
  154. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/engagements_multi_search_query.py +0 -0
  155. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/etat.py +0 -0
  156. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/external_competition_id.py +0 -0
  157. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/external_id.py +0 -0
  158. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/facet_distribution.py +0 -0
  159. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/facet_stats.py +0 -0
  160. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/field_set.py +0 -0
  161. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/folder.py +0 -0
  162. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/formation_session.py +0 -0
  163. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/formations_facet_distribution.py +0 -0
  164. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/formations_facet_stats.py +0 -0
  165. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/formations_hit.py +0 -0
  166. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/formations_multi_search_query.py +0 -0
  167. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/game_stats_model.py +0 -0
  168. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/game_stats_models.py +0 -0
  169. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/generic_search.py +0 -0
  170. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/geo.py +0 -0
  171. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/geo_sort_order.py +0 -0
  172. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_commune_response.py +0 -0
  173. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_competition_response.py +0 -0
  174. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_configuration_response.py +0 -0
  175. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_engagement_response.py +0 -0
  176. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_entraineur_response.py +0 -0
  177. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_formation_response.py +0 -0
  178. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_officiel_response.py +0 -0
  179. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_organisme_response.py +0 -0
  180. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_poule_response.py +0 -0
  181. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_pratique_response.py +0 -0
  182. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_rencontre_response.py +0 -0
  183. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_saisons_response.py +0 -0
  184. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_salle_response.py +0 -0
  185. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_terrain_response.py +0 -0
  186. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/get_tournoi_response.py +0 -0
  187. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/gradient_color.py +0 -0
  188. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/hit.py +0 -0
  189. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/id_engagement_equipe.py +0 -0
  190. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/id_organisme_equipe.py +0 -0
  191. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/id_organisme_equipe1_logo.py +0 -0
  192. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/id_poule.py +0 -0
  193. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/jour.py +0 -0
  194. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/label.py +0 -0
  195. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/labellisation.py +0 -0
  196. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/lives.py +0 -0
  197. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/logo.py +0 -0
  198. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_queries.py +0 -0
  199. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_query.py +0 -0
  200. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_result_competitions.py +0 -0
  201. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_result_engagements.py +0 -0
  202. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_result_formations.py +0 -0
  203. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_result_organismes.py +0 -0
  204. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_result_pratiques.py +0 -0
  205. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_result_rencontres.py +0 -0
  206. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_result_salles.py +0 -0
  207. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_result_terrains.py +0 -0
  208. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_result_tournois.py +0 -0
  209. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_results.py +0 -0
  210. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/multi_search_results_class.py +0 -0
  211. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/nature_sol.py +0 -0
  212. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/niveau.py +0 -0
  213. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/niveau_class.py +0 -0
  214. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/niveau_extractor.py +0 -0
  215. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/niveau_info.py +0 -0
  216. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/niveau_models.py +0 -0
  217. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/niveau_type.py +0 -0
  218. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/objectif.py +0 -0
  219. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/organisateur.py +0 -0
  220. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/organisateur_type.py +0 -0
  221. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/organisme_fields.py +0 -0
  222. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/organisme_id_pere.py +0 -0
  223. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/organismes_facet_distribution.py +0 -0
  224. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/organismes_facet_stats.py +0 -0
  225. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/organismes_hit.py +0 -0
  226. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/organismes_multi_search_query.py +0 -0
  227. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/organismes_query.py +0 -0
  228. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/phase_code.py +0 -0
  229. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/poule.py +0 -0
  230. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/poule_fields.py +0 -0
  231. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/poule_rencontre_item_model.py +0 -0
  232. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/poules_models.py +0 -0
  233. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/poules_query.py +0 -0
  234. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/pratique.py +0 -0
  235. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/pratiques_facet_distribution.py +0 -0
  236. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/pratiques_facet_stats.py +0 -0
  237. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/pratiques_hit.py +0 -0
  238. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/pratiques_hit_type.py +0 -0
  239. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/pratiques_multi_search_query.py +0 -0
  240. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/pratiques_type_class.py +0 -0
  241. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/publication_internet.py +0 -0
  242. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/purple_logo.py +0 -0
  243. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/query_fields_manager.py +0 -0
  244. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/ranking_engagement.py +0 -0
  245. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/rankings_models.py +0 -0
  246. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/rencontres_engagement.py +0 -0
  247. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/rencontres_facet_distribution.py +0 -0
  248. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/rencontres_facet_stats.py +0 -0
  249. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/rencontres_hit.py +0 -0
  250. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/rencontres_multi_search_query.py +0 -0
  251. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/saison.py +0 -0
  252. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/saison_fields.py +0 -0
  253. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/saisons_models.py +0 -0
  254. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/saisons_query.py +0 -0
  255. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/salle.py +0 -0
  256. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/salles_facet_distribution.py +0 -0
  257. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/salles_facet_stats.py +0 -0
  258. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/salles_hit.py +0 -0
  259. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/salles_multi_search_query.py +0 -0
  260. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/sexe.py +0 -0
  261. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/sexe_class.py +0 -0
  262. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/source.py +0 -0
  263. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/status.py +0 -0
  264. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/team_engagement.py +0 -0
  265. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/team_ranking.py +0 -0
  266. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/terrains_categorie_championnat_3x3_libelle.py +0 -0
  267. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/terrains_facet_distribution.py +0 -0
  268. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/terrains_facet_stats.py +0 -0
  269. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/terrains_hit.py +0 -0
  270. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/terrains_multi_search_query.py +0 -0
  271. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/terrains_name.py +0 -0
  272. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/terrains_sexe_enum.py +0 -0
  273. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/terrains_storage.py +0 -0
  274. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournoi_type_class.py +0 -0
  275. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournoi_type_enum.py +0 -0
  276. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournoi_types_3x3.py +0 -0
  277. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournoi_types_3x3_libelle.py +0 -0
  278. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournoi_types_3x3_libelle_enum.py +0 -0
  279. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournois_facet_distribution.py +0 -0
  280. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournois_facet_stats.py +0 -0
  281. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournois_hit.py +0 -0
  282. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournois_hit_type.py +0 -0
  283. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournois_libelle.py +0 -0
  284. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/tournois_multi_search_query.py +0 -0
  285. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/type_association.py +0 -0
  286. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/type_association_libelle.py +0 -0
  287. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/type_class.py +0 -0
  288. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/type_competition.py +0 -0
  289. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/type_competition_generique.py +0 -0
  290. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/type_enum.py +0 -0
  291. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/models/type_league.py +0 -0
  292. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/py.typed +0 -0
  293. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/utils/__init__.py +0 -0
  294. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/utils/cache_manager.py +0 -0
  295. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/utils/concurrency_utils.py +0 -0
  296. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/utils/converter_utils.py +0 -0
  297. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/utils/input_validation.py +0 -0
  298. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/utils/retry_utils.py +0 -0
  299. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/utils/secure_logging.py +0 -0
  300. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client/utils/token_manager.py +0 -0
  301. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client.egg-info/dependency_links.txt +0 -0
  302. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client.egg-info/not-zip-safe +0 -0
  303. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client.egg-info/requires.txt +0 -0
  304. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/src/ffbb_data_client.egg-info/top_level.txt +0 -0
  305. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/conftest.py +0 -0
  306. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/e2e/__init__.py +0 -0
  307. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/e2e/conftest.py +0 -0
  308. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/integration/__init__.py +0 -0
  309. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/integration/conftest.py +0 -0
  310. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/integration/test_500_user_journey.py +0 -0
  311. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/integration/test_501_user_journey_v3.py +0 -0
  312. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/integration/test_502_enhanced_integration.py +0 -0
  313. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/integration/test_503_secure_logging.py +0 -0
  314. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/integration/test_504_input_validation.py +0 -0
  315. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/integration/test_505_retry_timeout.py +0 -0
  316. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/integration/test_506_raw_json_model_conversion.py +0 -0
  317. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/__init__.py +0 -0
  318. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/__init__.py +0 -0
  319. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_200_api_ffbb_app_client.py +0 -0
  320. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_201_unit_tests_core.py +0 -0
  321. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_202_meilisearch_client.py +0 -0
  322. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_203_meilisearch_client_extension.py +0 -0
  323. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_204_ffbb_data_client.py +0 -0
  324. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_205_meilisearch_ffbb_client.py +0 -0
  325. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_206_coverage_gaps_clients.py +0 -0
  326. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_207_coverage_clients_extended.py +0 -0
  327. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_208_new_methods_coverage.py +0 -0
  328. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_209_automatic_token_resolution.py +0 -0
  329. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_210_targeted_clients_helpers_coverage.py +0 -0
  330. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_async_methods.py +0 -0
  331. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_meilisearch_async.py +0 -0
  332. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_search_many.py +0 -0
  333. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_v2_backport_search.py +0 -0
  334. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_v3_new_features.py +0 -0
  335. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/clients/test_warm_cache.py +0 -0
  336. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/conftest.py +0 -0
  337. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/helpers/__init__.py +0 -0
  338. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/helpers/test_400_http_helpers.py +0 -0
  339. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/helpers/test_meilisearch_client_extension_recursive_pagination.py +0 -0
  340. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/helpers/test_meilisearch_pagination_concurrent.py +0 -0
  341. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/helpers/test_normalization.py +0 -0
  342. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/__init__.py +0 -0
  343. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_100_competition_id_categorie.py +0 -0
  344. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_101_competition_id_sexe.py +0 -0
  345. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_102_competition_id_type_competition.py +0 -0
  346. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_103_competition_id_type_competition_generique.py +0 -0
  347. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_104_competition_origine_categorie.py +0 -0
  348. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_105_competition_origine_type_competition_generique.py +0 -0
  349. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_106_competition_origine.py +0 -0
  350. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_107_id_engagement_equipe.py +0 -0
  351. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_108_id_organisme_equipe.py +0 -0
  352. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_109_id_organisme_equipe1_logo.py +0 -0
  353. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_110_labellisation.py +0 -0
  354. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_111_niveau_class.py +0 -0
  355. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_112_purple_logo.py +0 -0
  356. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_113_salle.py +0 -0
  357. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_114_tournoi_type_class.py +0 -0
  358. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_115_type_association_libelle.py +0 -0
  359. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_116_type_competition_generique.py +0 -0
  360. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_117_organisateur.py +0 -0
  361. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_118_competition_id.py +0 -0
  362. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_119_terrains_inner_models.py +0 -0
  363. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_120_pratiques_inner_models.py +0 -0
  364. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_121_to_dict_round_trip.py +0 -0
  365. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_122_coverage_gaps.py +0 -0
  366. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_123_missing_coverage.py +0 -0
  367. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_123_v2_backport.py +0 -0
  368. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_124_targeted_coverage_gains.py +0 -0
  369. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/models/test_dx_aliases.py +0 -0
  370. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/test_310_discover_endpoints.py +0 -0
  371. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/__init__.py +0 -0
  372. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_300_secure_logging.py +0 -0
  373. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_301_input_validation.py +0 -0
  374. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_302_retry_utils.py +0 -0
  375. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_303_cache_manager.py +0 -0
  376. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_304_config.py +0 -0
  377. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_305_token_manager.py +0 -0
  378. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_306_converter_utils.py +0 -0
  379. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_307_coverage_gaps_utils.py +0 -0
  380. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_308_converter_utils_extended.py +0 -0
  381. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tests/unit/utils/test_309_concurrency_utils.py +0 -0
  382. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tools/update_agents_md.py +0 -0
  383. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/tox.ini +0 -0
  384. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/assets/apple-touch-icon.png +0 -0
  385. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/assets/favicon-192x192.png +0 -0
  386. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/assets/favicon-48x48.png +0 -0
  387. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/assets/favicon-96x96.png +0 -0
  388. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/assets/favicon.ico +0 -0
  389. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/assets/logo.webp +0 -0
  390. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/css/style.css +0 -0
  391. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/favicon.ico +0 -0
  392. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/llms-full.txt +0 -0
  393. {ffbb_data_client-2.4.6 → ffbb_data_client-2.4.7}/website/llms.txt +0 -0
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: codeql-security-hardening-expertise
3
+ description: Domain knowledge and mitigation patterns for Python CodeQL rules (CWE-117, CWE-918, empty-except)
4
+ triggers:
5
+ - "py/log-injection"
6
+ - "py/partial-ssrf"
7
+ - "py/empty-except"
8
+ - "CWE-117"
9
+ - "CWE-918"
10
+ - "codeql alert"
11
+ ---
12
+
13
+ # CodeQL Security Hardening (Python)
14
+
15
+ ## The Insight
16
+ Static analysis tools like GitHub CodeQL build abstract syntax and taint-flow graphs from input entrypoints (e.g. FastAPI routes, query parameters) to execution sinks (loggers, HTTP request dispatchers).
17
+ Standard defensive checks (like basic regex validation) are often insufficient if the variable remains directly connected in the taint graph. To satisfy CodeQL:
18
+ 1. **Log Injection (CWE-117)**: Explicit string transformation (`replace("\r\n", " ").replace("\r", " ").replace("\n", " ")`) must be executed directly on both the message format string and all format `*args` inside the logging method wrapper before delegating to `self.logger.log()`.
19
+ 2. **SSRF (CWE-918)**: User-supplied URL strings must be parsed and reconstructed strictly from validated components (`scheme://netloc/path?query`), protocols must be whitelisted (`http`, `https`), and raw client calls (`session.get(url)`, `session.post(url)`) in fallback branches must be eliminated in favor of unified helper functions.
20
+ 3. **Empty Excepts (`py/empty-except`)**: CodeQL flags any silent `except Exception: pass`. Adding a clear explanatory comment within the `except` block immediately resolves the warning.
21
+
22
+ ## Why This Matters
23
+ Failing to satisfy CodeQL blocks security scanning checks in GitHub Actions, leaves potential injection vectors open in production, and introduces security technical debt.
24
+
25
+ ## Recognition Pattern
26
+ - CodeQL alert #38 `py/log-injection` on logger calls
27
+ - CodeQL alert #36, #37 `py/partial-ssrf` on HTTP client requests
28
+ - CodeQL alert #43, #44, #45 `py/empty-except` on try/except blocks
29
+
30
+ ## The Approach
31
+ 1. In logging wrappers (`secure_logging.py`):
32
+ ```python
33
+ clean_msg = str(masked_msg).replace("\r\n", " ").replace("\r", " ").replace("\n", " ")
34
+ clean_args = tuple(
35
+ str(self._mask_sensitive_data(a)).replace("\r\n", " ").replace("\r", " ").replace("\n", " ")
36
+ if isinstance(a, str) else a
37
+ for a in args
38
+ )
39
+ self.logger.log(level, clean_msg, *clean_args, **kwargs)
40
+ ```
41
+ 2. In HTTP utilities (`http_requests_utils.py`, `retry_utils.py`):
42
+ ```python
43
+ parsed = urlparse(url.strip())
44
+ if parsed.scheme not in ("http", "https") or not parsed.netloc:
45
+ raise ValueError(f"Invalid URL target: {url}")
46
+ path = parsed.path or "/"
47
+ query = f"?{parsed.query}" if parsed.query else ""
48
+ sanitized_url = f"{parsed.scheme}://{parsed.netloc}{path}{query}"
49
+ ```
@@ -0,0 +1,31 @@
1
+ ---
2
+ name: pypi-immutable-release-workflow
3
+ description: Workflow procedure for PyPI package releases and post-release patch handling
4
+ triggers:
5
+ - "pypi release"
6
+ - "publish to pypi"
7
+ - "HTTP 400 File already exists"
8
+ - "release tag failed"
9
+ ---
10
+
11
+ # PyPI Immutable Release Workflow
12
+
13
+ ## The Insight
14
+ The Python Package Index (PyPI) enforces strict immutability: once any artifact (`.whl` or `.tar.gz`) is uploaded for version `X.Y.Z`, PyPI permanently rejects any subsequent upload for the same version with HTTP 400 `File already exists`.
15
+ Never attempt to force-push an existing git tag or re-run a publish workflow on the same tag after applying a fix.
16
+
17
+ ## Why This Matters
18
+ If a CI check or build step fails after a partial publish or if a linter/security issue is discovered post-release, pushing to the existing tag will fail the GitHub Actions publish job.
19
+
20
+ ## Recognition Pattern
21
+ - `Publish to PyPI` workflow fails with `HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/`
22
+ - "File already exists" error during twine/flit/uv publish
23
+
24
+ ## The Approach
25
+ 1. **Never reuse or overwrite an existing release tag**.
26
+ 2. When applying any code, linter, typings, or security fix post-release:
27
+ - Increment the patch version in `CHANGELOG.md` and `RELEASE_NOTES.md` (`2.4.0` -> `2.4.1` -> `...`).
28
+ - Commit changes to `master` / `main`.
29
+ - Create a brand new git annotated tag: `git tag -a vX.Y.Z+1 -m "Release vX.Y.Z+1"`.
30
+ - Push both the branch and the new tag: `git push origin master && git push origin vX.Y.Z+1`.
31
+ - Monitor the GitHub Actions `Publish to PyPI` and `tests` workflows until completion.
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: terminal-output-hygiene-expertise
3
+ description: Principle of zero tolerance for terminal warnings, deprecation notices, and proactive tool maintenance
4
+ triggers:
5
+ - "warning:"
6
+ - "new version available"
7
+ - "DeprecationWarning"
8
+ - "terminal output hygiene"
9
+ ---
10
+
11
+ # Terminal Output Hygiene & Zero Warning Policy
12
+
13
+ ## The Insight
14
+ An `exit code 0` does not mean an execution is clean. Compilers, linters, test runners, and package managers often emit warnings, deprecation notices, or update recommendations alongside a successful exit code.
15
+ Treating warnings as noise leads to creeping technical debt, stale dependencies, and unnoticed regressions.
16
+
17
+ ## Why This Matters
18
+ - Deprecation warnings often turn into breaking errors in subsequent minor releases.
19
+ - Outdated tools (like `pyright`, `eslint`, `vitest`) may produce false positives or miss newly supported language features.
20
+ - Cluttered terminal output hides real, critical warnings.
21
+
22
+ ## Recognition Pattern
23
+ - Console output contains strings like `WARNING: there is a new version available`
24
+ - Pytest output shows unhandled `DeprecationWarning` or `StarletteDeprecationWarning`
25
+ - Jest/Vitest output shows module resolution warnings (e.g. Haste duplicate package names)
26
+
27
+ ## The Approach
28
+ 1. **Active Log Inspection**: Always read the complete `stdout` and `stderr` of every executed command, not just the exit status.
29
+ 2. **Immediate Remediation**:
30
+ - For outdated tooling warnings (e.g., `pyright`): Run `uv pip install -U <package>` or `npm update <package>` immediately.
31
+ - For deprecation warnings: Add appropriate pytest filters (`filterwarnings`) or update the calling code to modern APIs (e.g. FastAPI `lifespan`).
32
+ - For Jest Haste collisions: Add `modulePathIgnorePatterns: ['<rootDir>/.next/', '<rootDir>/.agent/']` in `jest.config.ts`.
33
+ 3. **Clean Baseline**: Maintain a clean terminal baseline where routine check commands run with 0 errors and 0 warnings.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ffbb-data-client
3
- Version: 2.4.6
3
+ Version: 2.4.7
4
4
  Summary: API FFBB — SDK Python moderne & asynchrone pour les donnees officielles de la Federation Francaise de BasketBall (clubs, classements, calendriers, lives, Meilisearch). Alternative moderne a ffbb-api-client.
5
5
  Home-page: https://github.com/nickdesi/ffbb-data-client
6
6
  Author: nickdesi
@@ -83,6 +83,10 @@ Dynamic: license-file
83
83
 
84
84
  </div>
85
85
 
86
+ <!-- DISCOVERY_METRICS:START -->
87
+ > 🔄 **Cartographie API synchronisée** : `162` collections Directus OpenAPI cartographiées, `13` index Meilisearch surveillés.
88
+ <!-- DISCOVERY_METRICS:END -->
89
+
86
90
  ---
87
91
 
88
92
  ## 📌 À propos
@@ -27,6 +27,10 @@
27
27
 
28
28
  </div>
29
29
 
30
+ <!-- DISCOVERY_METRICS:START -->
31
+ > 🔄 **Cartographie API synchronisée** : `162` collections Directus OpenAPI cartographiées, `13` index Meilisearch surveillés.
32
+ <!-- DISCOVERY_METRICS:END -->
33
+
30
34
  ---
31
35
 
32
36
  ## 📌 À propos
@@ -0,0 +1,28 @@
1
+ # FFBB API update summary
2
+
3
+ - Timestamp: `2026-09-11T09:44:26.132076+00:00`
4
+ - API base URL: `https://api.ffbb.app/`
5
+ - Meilisearch base URL: `https://meilisearch-prod.ffbb.app/`
6
+ - OpenAPI version: `5e5f138eae2de296226e37d6c0ac5a9ee7a96f2e`
7
+ - OpenAPI SHA256: `6769caa03ee9be1fe2722bab2fd734d66f4efa436caa1e0031d4254120bcc28c`
8
+
9
+ ## Directus collections
10
+ - Total: `162`
11
+ - Added: None
12
+ - Removed: None
13
+
14
+ ## OpenAPI paths (items, assets, files)
15
+ - Total: `327`
16
+ - Added: None
17
+ - Removed: None
18
+
19
+ ## Meilisearch indexes
20
+ - Available total: `13`
21
+ - Added: None
22
+ - Removed: None
23
+
24
+ ## Meilisearch index attributes drift
25
+ - **ffbbserver_organismes** :
26
+ - Added attributes: `code_emploi`
27
+
28
+ Generated by `python scripts/discover_endpoints.py`.
@@ -329,9 +329,9 @@
329
329
  "items/youtube_videos_youtube_tags"
330
330
  ],
331
331
  "metadata": {
332
- "openapi_version": "e5f76d83e876077e80ab344bbb4fc03606f63ca4",
332
+ "openapi_version": "5e5f138eae2de296226e37d6c0ac5a9ee7a96f2e",
333
333
  "source": "https://api.ffbb.app/server/specs/oas",
334
- "timestamp": "2026-08-10T19:59:19.080946+00:00"
334
+ "timestamp": "2026-09-11T09:44:26.132076+00:00"
335
335
  },
336
336
  "paths": {
337
337
  "items/configuration": [
@@ -1353,42 +1353,15 @@
1353
1353
  "drift": {
1354
1354
  "directus_openapi": {
1355
1355
  "added_schemas": [],
1356
- "modified_schemas": {
1357
- "ItemsFfbbnationalPratiques": {
1358
- "added_properties": [
1359
- "code_structure",
1360
- "date_validation_ffbb"
1361
- ],
1362
- "modified_properties": {},
1363
- "removed_properties": []
1364
- }
1365
- },
1366
- "removed_schemas": [
1367
- "ItemsFfbbsiteFormsEntries",
1368
- "ItemsFfbbsiteFormsEntriesDirectusFiles"
1369
- ]
1356
+ "modified_schemas": {},
1357
+ "removed_schemas": []
1370
1358
  },
1371
1359
  "meilisearch_indexes": {
1372
- "ffbbnational_pratiques": {
1360
+ "ffbbserver_organismes": {
1373
1361
  "added": [
1374
- "code_structure",
1375
- "date_validation_ffbb",
1376
- "date_validation_ffbb_timestamp"
1362
+ "code_emploi"
1377
1363
  ],
1378
1364
  "removed": []
1379
- },
1380
- "ffbbserver_rencontres": {
1381
- "added": [],
1382
- "removed": [
1383
- "competition_orgine",
1384
- "competition_origine",
1385
- "horaire",
1386
- "logo",
1387
- "nomExtended",
1388
- "pro",
1389
- "sexe",
1390
- "typeCompetitionGenerique"
1391
- ]
1392
1365
  }
1393
1366
  }
1394
1367
  },
@@ -1434,7 +1407,7 @@
1434
1407
  },
1435
1408
  {
1436
1409
  "available": true,
1437
- "estimatedTotalHits": 253,
1410
+ "estimatedTotalHits": 429,
1438
1411
  "indexUid": "ffbbnational_pratiques",
1439
1412
  "sampleKeys": [
1440
1413
  "_geo",
@@ -1491,7 +1464,7 @@
1491
1464
  },
1492
1465
  {
1493
1466
  "available": true,
1494
- "estimatedTotalHits": 4104,
1467
+ "estimatedTotalHits": 4228,
1495
1468
  "indexUid": "ffbbnational_rss",
1496
1469
  "sampleKeys": [
1497
1470
  "categories",
@@ -1521,7 +1494,7 @@
1521
1494
  },
1522
1495
  {
1523
1496
  "available": true,
1524
- "estimatedTotalHits": 571,
1497
+ "estimatedTotalHits": 1680,
1525
1498
  "indexUid": "ffbbserver_competitions",
1526
1499
  "sampleKeys": [
1527
1500
  "age",
@@ -1601,7 +1574,7 @@
1601
1574
  },
1602
1575
  {
1603
1576
  "available": true,
1604
- "estimatedTotalHits": 144,
1577
+ "estimatedTotalHits": 146,
1605
1578
  "indexUid": "ffbbserver_formations",
1606
1579
  "sampleKeys": [
1607
1580
  "certification",
@@ -1636,7 +1609,7 @@
1636
1609
  },
1637
1610
  {
1638
1611
  "available": true,
1639
- "estimatedTotalHits": 4642,
1612
+ "estimatedTotalHits": 4714,
1640
1613
  "indexUid": "ffbbserver_organismes",
1641
1614
  "sampleKeys": [
1642
1615
  "_geo",
@@ -1644,6 +1617,7 @@
1644
1617
  "adresseClubPro",
1645
1618
  "cartographie",
1646
1619
  "code",
1620
+ "code_emploi",
1647
1621
  "commune",
1648
1622
  "communeClubPro",
1649
1623
  "dateAffiliation",
@@ -1671,7 +1645,7 @@
1671
1645
  },
1672
1646
  {
1673
1647
  "available": true,
1674
- "estimatedTotalHits": 96,
1648
+ "estimatedTotalHits": 5000,
1675
1649
  "indexUid": "ffbbserver_rencontres",
1676
1650
  "sampleKeys": [
1677
1651
  "_geo",
@@ -1763,7 +1737,7 @@
1763
1737
  },
1764
1738
  {
1765
1739
  "available": true,
1766
- "estimatedTotalHits": 19,
1740
+ "estimatedTotalHits": 7,
1767
1741
  "indexUid": "ffbbserver_tournois",
1768
1742
  "sampleKeys": [
1769
1743
  "_geo",
@@ -1802,7 +1776,7 @@
1802
1776
  },
1803
1777
  {
1804
1778
  "available": true,
1805
- "estimatedTotalHits": 6106,
1779
+ "estimatedTotalHits": 6229,
1806
1780
  "indexUid": "ffbbsite_news",
1807
1781
  "sampleKeys": [
1808
1782
  "author",
@@ -1831,7 +1805,7 @@
1831
1805
  },
1832
1806
  {
1833
1807
  "available": true,
1834
- "estimatedTotalHits": 1842,
1808
+ "estimatedTotalHits": 1858,
1835
1809
  "indexUid": "youtube_videos",
1836
1810
  "sampleKeys": [
1837
1811
  "channelId",
@@ -1864,7 +1838,7 @@
1864
1838
  ],
1865
1839
  "metadata": {
1866
1840
  "source": "https://meilisearch-prod.ffbb.app/multi-search",
1867
- "timestamp": "2026-08-10T19:59:19.080946+00:00"
1841
+ "timestamp": "2026-09-11T09:44:26.132076+00:00"
1868
1842
  },
1869
1843
  "unavailable_indexes": [
1870
1844
  {
@@ -1900,9 +1874,9 @@
1900
1874
  "metadata": {
1901
1875
  "api_base_url": "https://api.ffbb.app/",
1902
1876
  "meilisearch_base_url": "https://meilisearch-prod.ffbb.app/",
1903
- "openapi_sha256": "d42e75cfb86a35bd5e17f12cc75785563d25a33ac9885ffa1ac0996c0140ff31",
1904
- "openapi_snapshot_sha256": "8a7b1fa7c2e9b499a050bcf7a7d9282c3daa7805f2d43ab61d5dc14d1686ed4d",
1905
- "openapi_version": "e5f76d83e876077e80ab344bbb4fc03606f63ca4",
1906
- "timestamp": "2026-08-10T19:59:19.080946+00:00"
1877
+ "openapi_sha256": "6769caa03ee9be1fe2722bab2fd734d66f4efa436caa1e0031d4254120bcc28c",
1878
+ "openapi_snapshot_sha256": "93e278fcfb74b4fceb6eef145020bef5bb2b0c0ea6fb3826d3d6d6c5b4b2ac16",
1879
+ "openapi_version": "5e5f138eae2de296226e37d6c0ac5a9ee7a96f2e",
1880
+ "timestamp": "2026-09-11T09:44:26.132076+00:00"
1907
1881
  }
1908
1882
  }
@@ -40,7 +40,7 @@
40
40
  },
41
41
  {
42
42
  "available": true,
43
- "estimatedTotalHits": 253,
43
+ "estimatedTotalHits": 429,
44
44
  "indexUid": "ffbbnational_pratiques",
45
45
  "sampleKeys": [
46
46
  "_geo",
@@ -97,7 +97,7 @@
97
97
  },
98
98
  {
99
99
  "available": true,
100
- "estimatedTotalHits": 4104,
100
+ "estimatedTotalHits": 4228,
101
101
  "indexUid": "ffbbnational_rss",
102
102
  "sampleKeys": [
103
103
  "categories",
@@ -127,7 +127,7 @@
127
127
  },
128
128
  {
129
129
  "available": true,
130
- "estimatedTotalHits": 571,
130
+ "estimatedTotalHits": 1680,
131
131
  "indexUid": "ffbbserver_competitions",
132
132
  "sampleKeys": [
133
133
  "age",
@@ -207,7 +207,7 @@
207
207
  },
208
208
  {
209
209
  "available": true,
210
- "estimatedTotalHits": 144,
210
+ "estimatedTotalHits": 146,
211
211
  "indexUid": "ffbbserver_formations",
212
212
  "sampleKeys": [
213
213
  "certification",
@@ -242,7 +242,7 @@
242
242
  },
243
243
  {
244
244
  "available": true,
245
- "estimatedTotalHits": 4642,
245
+ "estimatedTotalHits": 4714,
246
246
  "indexUid": "ffbbserver_organismes",
247
247
  "sampleKeys": [
248
248
  "_geo",
@@ -250,6 +250,7 @@
250
250
  "adresseClubPro",
251
251
  "cartographie",
252
252
  "code",
253
+ "code_emploi",
253
254
  "commune",
254
255
  "communeClubPro",
255
256
  "dateAffiliation",
@@ -277,7 +278,7 @@
277
278
  },
278
279
  {
279
280
  "available": true,
280
- "estimatedTotalHits": 96,
281
+ "estimatedTotalHits": 5000,
281
282
  "indexUid": "ffbbserver_rencontres",
282
283
  "sampleKeys": [
283
284
  "_geo",
@@ -369,7 +370,7 @@
369
370
  },
370
371
  {
371
372
  "available": true,
372
- "estimatedTotalHits": 19,
373
+ "estimatedTotalHits": 7,
373
374
  "indexUid": "ffbbserver_tournois",
374
375
  "sampleKeys": [
375
376
  "_geo",
@@ -408,7 +409,7 @@
408
409
  },
409
410
  {
410
411
  "available": true,
411
- "estimatedTotalHits": 6106,
412
+ "estimatedTotalHits": 6229,
412
413
  "indexUid": "ffbbsite_news",
413
414
  "sampleKeys": [
414
415
  "author",
@@ -437,7 +438,7 @@
437
438
  },
438
439
  {
439
440
  "available": true,
440
- "estimatedTotalHits": 1842,
441
+ "estimatedTotalHits": 1858,
441
442
  "indexUid": "youtube_videos",
442
443
  "sampleKeys": [
443
444
  "channelId",
@@ -470,7 +471,7 @@
470
471
  ],
471
472
  "metadata": {
472
473
  "source": "https://meilisearch-prod.ffbb.app/multi-search",
473
- "timestamp": "2026-08-10T19:59:19.080946+00:00"
474
+ "timestamp": "2026-09-11T09:44:26.132076+00:00"
474
475
  },
475
476
  "unavailable_indexes": [
476
477
  {
@@ -12181,7 +12181,7 @@
12181
12181
  "info": {
12182
12182
  "description": "This is a dynamically generated API specification for all endpoints existing on the current project.",
12183
12183
  "title": "Dynamic API Specification",
12184
- "version": "e5f76d83e876077e80ab344bbb4fc03606f63ca4"
12184
+ "version": "5e5f138eae2de296226e37d6c0ac5a9ee7a96f2e"
12185
12185
  },
12186
12186
  "openapi": "3.0.1",
12187
12187
  "paths": {
@@ -36953,6 +36953,10 @@
36953
36953
  "name": "ItemsFfbbserverOfficielsRencontres",
36954
36954
  "x-collection": "ffbbserver_officiels_rencontres"
36955
36955
  },
36956
+ {
36957
+ "name": "ItemsFfbbserverOrganismes",
36958
+ "x-collection": "ffbbserver_organismes"
36959
+ },
36956
36960
  {
36957
36961
  "name": "ItemsFfbbserverOfficiels",
36958
36962
  "x-collection": "ffbbserver_officiels"
@@ -36985,10 +36989,6 @@
36985
36989
  "name": "ItemsFfbbserverOrganismesFfbbserverOffresPratiques",
36986
36990
  "x-collection": "ffbbserver_organismes_ffbbserver_offres_pratiques"
36987
36991
  },
36988
- {
36989
- "name": "ItemsFfbbserverOrganismes",
36990
- "x-collection": "ffbbserver_organismes"
36991
- },
36992
36992
  {
36993
36993
  "name": "ItemsFfbbserverTournois",
36994
36994
  "x-collection": "ffbbserver_tournois"