.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
invenio_drafts_resources/__init__.py
invenio_drafts_resources/config.py
invenio_drafts_resources/ext.py
invenio_drafts_resources/version.py
invenio_drafts_resources.egg-info/PKG-INFO
invenio_drafts_resources.egg-info/SOURCES.txt
invenio_drafts_resources.egg-info/dependency_links.txt
invenio_drafts_resources.egg-info/entry_points.txt
invenio_drafts_resources.egg-info/not-zip-safe
invenio_drafts_resources.egg-info/requires.txt
invenio_drafts_resources.egg-info/top_level.txt
invenio_drafts_resources/records/__init__.py
invenio_drafts_resources/records/api.py
invenio_drafts_resources/records/models.py
invenio_drafts_resources/records/systemfields/__init__.py
invenio_drafts_resources/records/systemfields/parent.py
invenio_drafts_resources/records/systemfields/versions.py
invenio_drafts_resources/resources/__init__.py
invenio_drafts_resources/resources/file.py
invenio_drafts_resources/resources/userrecords.py
invenio_drafts_resources/resources/userrecords_config.py
invenio_drafts_resources/resources/drafts/__init__.py
invenio_drafts_resources/resources/drafts/config.py
invenio_drafts_resources/resources/drafts/errors.py
invenio_drafts_resources/resources/drafts/resource.py
invenio_drafts_resources/resources/drafts/schemas_links.py
invenio_drafts_resources/resources/files/__init__.py
invenio_drafts_resources/resources/files/config.py
invenio_drafts_resources/resources/files/resource.py
invenio_drafts_resources/resources/records/__init__.py
invenio_drafts_resources/resources/records/config.py
invenio_drafts_resources/resources/records/errors.py
invenio_drafts_resources/resources/records/resource.py
invenio_drafts_resources/resources/records/schemas_links.py
invenio_drafts_resources/services/__init__.py
invenio_drafts_resources/services/files/__init__.py
invenio_drafts_resources/services/files/config.py
invenio_drafts_resources/services/files/service.py
invenio_drafts_resources/services/records/__init__.py
invenio_drafts_resources/services/records/components.py
invenio_drafts_resources/services/records/config.py
invenio_drafts_resources/services/records/permissions.py
invenio_drafts_resources/services/records/results.py
invenio_drafts_resources/services/records/schema.py
invenio_drafts_resources/services/records/search_params.py
invenio_drafts_resources/services/records/service.py
invenio_drafts_resources/translations/en/LC_MESSAGES/messages.mo
invenio_drafts_resources/translations/en/LC_MESSAGES/messages.po
tests/conftest.py
tests/mock_module/__init__.py
tests/mock_module/api.py
tests/mock_module/models.py
tests/mock_module/permissions.py
tests/mock_module/resource.py
tests/mock_module/service.py
tests/mock_module/jsonschemas/__init__.py
tests/mock_module/jsonschemas/records/parent-v1.0.0.json
tests/mock_module/jsonschemas/records/record-v1.0.0.json
tests/mock_module/mappings/__init__.py
tests/mock_module/mappings/v6/__init__.py
tests/mock_module/mappings/v6/draftsresources/__init__.py
tests/mock_module/mappings/v6/draftsresources/drafts/draft-v1.0.0.json
tests/mock_module/mappings/v6/draftsresources/records/record-v1.0.0.json
tests/mock_module/mappings/v7/__init__.py
tests/mock_module/mappings/v7/draftsresources/__init__.py
tests/mock_module/mappings/v7/draftsresources/drafts/draft-v1.0.0.json
tests/mock_module/mappings/v7/draftsresources/records/record-v1.0.0.json
tests/records/conftest.py
tests/records/test_api.py
tests/resources/conftest.py
tests/resources/test_files_resource.py
tests/resources/test_record_resource.py
tests/resources/test_resource_links.py
tests/services/conftest.py
tests/services/test_record_service.py
tests/services/test_record_service_search.py