elabapi-python 5.2.3__tar.gz → 5.3.0__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.
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/PKG-INFO +1 -1
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/README.md +3 -3
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/__init__.py +2 -2
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/notifications_api.py +3 -3
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/revisions_api.py +3 -3
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/user_uploads_api.py +3 -3
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/users_api.py +18 -10
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api_client.py +1 -1
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/configuration.py +1 -1
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/__init__.py +2 -2
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/config.py +157 -27
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/entity.py +15 -15
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/entity_template.py +15 -15
- elabapi_python-5.2.3/elabapi_python/models/inline_response2006.py → elabapi_python-5.3.0/elabapi_python/models/inline_response2005.py +44 -44
- elabapi_python-5.2.3/elabapi_python/models/inline_response2007.py → elabapi_python-5.3.0/elabapi_python/models/inline_response2006.py +28 -28
- elabapi_python-5.2.3/elabapi_python/models/inline_response2008.py → elabapi_python-5.3.0/elabapi_python/models/inline_response2007.py +20 -20
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/team.py +1 -53
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/users.py +3 -237
- elabapi_python-5.3.0/elabapi_python/models/users_full.py +306 -0
- elabapi_python-5.2.3/elabapi_python/models/users_teams.py → elabapi_python-5.3.0/elabapi_python/models/users_full_teams.py +59 -33
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/PKG-INFO +1 -1
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/SOURCES.txt +5 -5
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/setup.py +1 -1
- elabapi_python-5.3.0/test/test_users_full.py +39 -0
- elabapi_python-5.3.0/test/test_users_full_teams.py +39 -0
- elabapi_python-5.2.3/elabapi_python/models/inline_response2005.py +0 -422
- elabapi_python-5.2.3/test/test_inline_response2008.py +0 -39
- elabapi_python-5.2.3/test/test_users_teams.py +0 -39
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/__init__.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/api_keys_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/comments_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/compounds_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/config_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/events_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/experiments_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/experiments_categories_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/experiments_status_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/experiments_templates_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/exports_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/extra_fields_keys_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/favorite_tags_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/idps_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/import_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/info_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/items_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/items_types_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/links_to_experiments_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/links_to_items_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/reports_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/resources_status_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/steps_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/tags_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/team_tags_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/teamgroups_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/teams_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/todolist_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/unfinished_steps_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/uploads_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/any_ofuploads_subid_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/apikey.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/apikeys_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/comment.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/compound.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/compound_create_request.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/compound_duplicate_request.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/compounds_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/entity_editable.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/entity_template_editable.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/event.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/event_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/eventid_delta.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/events_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/exclusive_edit_mode.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiment.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_id_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_links_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_templates_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_templates_id_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/export.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/exports_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/extra_fields_keys.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/favtags_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id2.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id3.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id4.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_comments_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_experiments_categories_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_experiments_status_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_items_status_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_steps_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_tags_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_tags_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_teamgroups_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_uploads_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/idp.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/idps_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/idps_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/import_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response200.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2001.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2002.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2003.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2003_query_parameters.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2004.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/item.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_id_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_links_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_type.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_types_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/link.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/metadata.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/metadata_elabftw.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/metadata_elabftw_extra_fields_groups.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/metadata_extra_fields.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/notification.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/one_of_compound_duplicate_request.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/revision.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/revisions_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/statuslike.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/step.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/steps_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/tag.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/tags_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/tags_subid_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teamgroup.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teamgroup_users.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teamgroups_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teams_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teams_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/todoitem.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/todolist_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/todolist_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/unfinished_step.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/unfinished_steps.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/upload.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/uploads_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/uploads_subid_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/users_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/users_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/rest.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/dependency_links.txt +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/requires.txt +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/top_level.txt +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/setup.cfg +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/__init__.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_any_ofuploads_subid_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_api_keys_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_apikey.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_apikeys_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_comment.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_comments_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compound.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compound_create_request.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compound_duplicate_request.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compounds_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compounds_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_config.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_config_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_entity.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_entity_editable.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_entity_template.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_entity_template_editable.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_event.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_event_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_eventid_delta.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_events_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_events_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_exclusive_edit_mode.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiment.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_categories_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_id_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_links_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_status_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_templates_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_templates_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_templates_id_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_export.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_exports_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_exports_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_extra_fields_keys.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_extra_fields_keys_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_favorite_tags_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_favtags_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id2.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id3.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id4.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_comments_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_experiments_categories_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_experiments_status_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_items_status_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_steps_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_tags_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_tags_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_teamgroups_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_uploads_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_idp.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_idps_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_idps_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_idps_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_import_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_import_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_info_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response200.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2001.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2002.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2003.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2003_query_parameters.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2004.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2005.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2006.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2007.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_item.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_id_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_links_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_type.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_types_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_types_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_link.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_links_to_experiments_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_links_to_items_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_metadata.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_metadata_elabftw.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_metadata_elabftw_extra_fields_groups.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_metadata_extra_fields.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_notification.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_notifications_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_one_of_compound_duplicate_request.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_reports_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_resources_status_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_revision.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_revisions_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_revisions_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_statuslike.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_step.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_steps_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_steps_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_tag.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_tags_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_tags_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_tags_subid_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_team.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_team_tags_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teamgroup.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teamgroup_users.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teamgroups_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teamgroups_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teams_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teams_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teams_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_todoitem.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_todolist_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_todolist_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_todolist_id_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_unfinished_step.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_unfinished_steps.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_unfinished_steps_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_upload.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_uploads_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_uploads_subid_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_uploads_subid_body1.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_user_uploads_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_users.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_users_api.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_users_body.py +0 -0
- {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_users_id_body.py +0 -0
|
@@ -4,7 +4,7 @@ This document describes all available endpoints and methods for eLabFTW's API ve
|
|
|
4
4
|
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
5
5
|
|
|
6
6
|
- API version: 2.0.0
|
|
7
|
-
- Package version: 5.
|
|
7
|
+
- Package version: 5.3.0
|
|
8
8
|
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
|
|
9
9
|
|
|
10
10
|
## Requirements.
|
|
@@ -293,7 +293,6 @@ Class | Method | HTTP request | Description
|
|
|
293
293
|
- [InlineResponse2005](docs/InlineResponse2005.md)
|
|
294
294
|
- [InlineResponse2006](docs/InlineResponse2006.md)
|
|
295
295
|
- [InlineResponse2007](docs/InlineResponse2007.md)
|
|
296
|
-
- [InlineResponse2008](docs/InlineResponse2008.md)
|
|
297
296
|
- [Item](docs/Item.md)
|
|
298
297
|
- [ItemsIdBody](docs/ItemsIdBody.md)
|
|
299
298
|
- [ItemsIdBody1](docs/ItemsIdBody1.md)
|
|
@@ -331,8 +330,9 @@ Class | Method | HTTP request | Description
|
|
|
331
330
|
- [UploadsSubidBody1](docs/UploadsSubidBody1.md)
|
|
332
331
|
- [Users](docs/Users.md)
|
|
333
332
|
- [UsersBody](docs/UsersBody.md)
|
|
333
|
+
- [UsersFull](docs/UsersFull.md)
|
|
334
|
+
- [UsersFullTeams](docs/UsersFullTeams.md)
|
|
334
335
|
- [UsersIdBody](docs/UsersIdBody.md)
|
|
335
|
-
- [UsersTeams](docs/UsersTeams.md)
|
|
336
336
|
|
|
337
337
|
## Documentation For Authorization
|
|
338
338
|
|
|
@@ -108,7 +108,6 @@ from elabapi_python.models.inline_response2004 import InlineResponse2004
|
|
|
108
108
|
from elabapi_python.models.inline_response2005 import InlineResponse2005
|
|
109
109
|
from elabapi_python.models.inline_response2006 import InlineResponse2006
|
|
110
110
|
from elabapi_python.models.inline_response2007 import InlineResponse2007
|
|
111
|
-
from elabapi_python.models.inline_response2008 import InlineResponse2008
|
|
112
111
|
from elabapi_python.models.item import Item
|
|
113
112
|
from elabapi_python.models.items_id_body import ItemsIdBody
|
|
114
113
|
from elabapi_python.models.items_id_body1 import ItemsIdBody1
|
|
@@ -146,5 +145,6 @@ from elabapi_python.models.uploads_subid_body import UploadsSubidBody
|
|
|
146
145
|
from elabapi_python.models.uploads_subid_body1 import UploadsSubidBody1
|
|
147
146
|
from elabapi_python.models.users import Users
|
|
148
147
|
from elabapi_python.models.users_body import UsersBody
|
|
148
|
+
from elabapi_python.models.users_full import UsersFull
|
|
149
|
+
from elabapi_python.models.users_full_teams import UsersFullTeams
|
|
149
150
|
from elabapi_python.models.users_id_body import UsersIdBody
|
|
150
|
-
from elabapi_python.models.users_teams import UsersTeams
|
|
@@ -335,7 +335,7 @@ class NotificationsApi(object):
|
|
|
335
335
|
|
|
336
336
|
:param async_req bool
|
|
337
337
|
:param Id3 id: ID of the user or `me`. (required)
|
|
338
|
-
:return:
|
|
338
|
+
:return: InlineResponse2006
|
|
339
339
|
If the method is called asynchronously,
|
|
340
340
|
returns the request thread.
|
|
341
341
|
"""
|
|
@@ -356,7 +356,7 @@ class NotificationsApi(object):
|
|
|
356
356
|
|
|
357
357
|
:param async_req bool
|
|
358
358
|
:param Id3 id: ID of the user or `me`. (required)
|
|
359
|
-
:return:
|
|
359
|
+
:return: InlineResponse2006
|
|
360
360
|
If the method is called asynchronously,
|
|
361
361
|
returns the request thread.
|
|
362
362
|
"""
|
|
@@ -410,7 +410,7 @@ class NotificationsApi(object):
|
|
|
410
410
|
body=body_params,
|
|
411
411
|
post_params=form_params,
|
|
412
412
|
files=local_var_files,
|
|
413
|
-
response_type='
|
|
413
|
+
response_type='InlineResponse2006', # noqa: E501
|
|
414
414
|
auth_settings=auth_settings,
|
|
415
415
|
async_req=params.get('async_req'),
|
|
416
416
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -269,7 +269,7 @@ class RevisionsApi(object):
|
|
|
269
269
|
:param async_req bool
|
|
270
270
|
:param str entity_type: Entity type (required)
|
|
271
271
|
:param int id: ID of the entity (required)
|
|
272
|
-
:return: list[
|
|
272
|
+
:return: list[InlineResponse2007]
|
|
273
273
|
If the method is called asynchronously,
|
|
274
274
|
returns the request thread.
|
|
275
275
|
"""
|
|
@@ -291,7 +291,7 @@ class RevisionsApi(object):
|
|
|
291
291
|
:param async_req bool
|
|
292
292
|
:param str entity_type: Entity type (required)
|
|
293
293
|
:param int id: ID of the entity (required)
|
|
294
|
-
:return: list[
|
|
294
|
+
:return: list[InlineResponse2007]
|
|
295
295
|
If the method is called asynchronously,
|
|
296
296
|
returns the request thread.
|
|
297
297
|
"""
|
|
@@ -351,7 +351,7 @@ class RevisionsApi(object):
|
|
|
351
351
|
body=body_params,
|
|
352
352
|
post_params=form_params,
|
|
353
353
|
files=local_var_files,
|
|
354
|
-
response_type='list[
|
|
354
|
+
response_type='list[InlineResponse2007]', # noqa: E501
|
|
355
355
|
auth_settings=auth_settings,
|
|
356
356
|
async_req=params.get('async_req'),
|
|
357
357
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -42,7 +42,7 @@ class UserUploadsApi(object):
|
|
|
42
42
|
|
|
43
43
|
:param async_req bool
|
|
44
44
|
:param Id2 id: ID of the user or `me`. (required)
|
|
45
|
-
:return: list[
|
|
45
|
+
:return: list[InlineResponse2005]
|
|
46
46
|
If the method is called asynchronously,
|
|
47
47
|
returns the request thread.
|
|
48
48
|
"""
|
|
@@ -63,7 +63,7 @@ class UserUploadsApi(object):
|
|
|
63
63
|
|
|
64
64
|
:param async_req bool
|
|
65
65
|
:param Id2 id: ID of the user or `me`. (required)
|
|
66
|
-
:return: list[
|
|
66
|
+
:return: list[InlineResponse2005]
|
|
67
67
|
If the method is called asynchronously,
|
|
68
68
|
returns the request thread.
|
|
69
69
|
"""
|
|
@@ -117,7 +117,7 @@ class UserUploadsApi(object):
|
|
|
117
117
|
body=body_params,
|
|
118
118
|
post_params=form_params,
|
|
119
119
|
files=local_var_files,
|
|
120
|
-
response_type='list[
|
|
120
|
+
response_type='list[InlineResponse2005]', # noqa: E501
|
|
121
121
|
auth_settings=auth_settings,
|
|
122
122
|
async_req=params.get('async_req'),
|
|
123
123
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -331,9 +331,11 @@ class UsersApi(object):
|
|
|
331
331
|
>>> result = thread.get()
|
|
332
332
|
|
|
333
333
|
:param async_req bool
|
|
334
|
-
:param
|
|
335
|
-
:param
|
|
336
|
-
:
|
|
334
|
+
:param int team: Add a filter on the team
|
|
335
|
+
:param int current_team: If set to 1, use the requester's current team as filter.
|
|
336
|
+
:param bool only_admins: Return only team admins.
|
|
337
|
+
:param bool only_archived: Return only archived users.
|
|
338
|
+
:return: list[object]
|
|
337
339
|
If the method is called asynchronously,
|
|
338
340
|
returns the request thread.
|
|
339
341
|
"""
|
|
@@ -354,14 +356,16 @@ class UsersApi(object):
|
|
|
354
356
|
>>> result = thread.get()
|
|
355
357
|
|
|
356
358
|
:param async_req bool
|
|
357
|
-
:param
|
|
358
|
-
:param
|
|
359
|
-
:
|
|
359
|
+
:param int team: Add a filter on the team
|
|
360
|
+
:param int current_team: If set to 1, use the requester's current team as filter.
|
|
361
|
+
:param bool only_admins: Return only team admins.
|
|
362
|
+
:param bool only_archived: Return only archived users.
|
|
363
|
+
:return: list[object]
|
|
360
364
|
If the method is called asynchronously,
|
|
361
365
|
returns the request thread.
|
|
362
366
|
"""
|
|
363
367
|
|
|
364
|
-
all_params = ['
|
|
368
|
+
all_params = ['team', 'current_team', 'only_admins', 'only_archived'] # noqa: E501
|
|
365
369
|
all_params.append('async_req')
|
|
366
370
|
all_params.append('_return_http_data_only')
|
|
367
371
|
all_params.append('_preload_content')
|
|
@@ -382,10 +386,14 @@ class UsersApi(object):
|
|
|
382
386
|
path_params = {}
|
|
383
387
|
|
|
384
388
|
query_params = []
|
|
385
|
-
if 'include_archived' in params:
|
|
386
|
-
query_params.append(('includeArchived', params['include_archived'])) # noqa: E501
|
|
387
389
|
if 'team' in params:
|
|
388
390
|
query_params.append(('team', params['team'])) # noqa: E501
|
|
391
|
+
if 'current_team' in params:
|
|
392
|
+
query_params.append(('currentTeam', params['current_team'])) # noqa: E501
|
|
393
|
+
if 'only_admins' in params:
|
|
394
|
+
query_params.append(('onlyAdmins', params['only_admins'])) # noqa: E501
|
|
395
|
+
if 'only_archived' in params:
|
|
396
|
+
query_params.append(('onlyArchived', params['only_archived'])) # noqa: E501
|
|
389
397
|
|
|
390
398
|
header_params = {}
|
|
391
399
|
|
|
@@ -408,7 +416,7 @@ class UsersApi(object):
|
|
|
408
416
|
body=body_params,
|
|
409
417
|
post_params=form_params,
|
|
410
418
|
files=local_var_files,
|
|
411
|
-
response_type='list[
|
|
419
|
+
response_type='list[object]', # noqa: E501
|
|
412
420
|
auth_settings=auth_settings,
|
|
413
421
|
async_req=params.get('async_req'),
|
|
414
422
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -72,7 +72,7 @@ class ApiClient(object):
|
|
|
72
72
|
self.default_headers[header_name] = header_value
|
|
73
73
|
self.cookie = cookie
|
|
74
74
|
# Set default User-Agent.
|
|
75
|
-
self.user_agent = 'Swagger-Codegen/5.
|
|
75
|
+
self.user_agent = 'Swagger-Codegen/5.3.0/python'
|
|
76
76
|
|
|
77
77
|
def __del__(self):
|
|
78
78
|
self.pool.close()
|
|
@@ -250,5 +250,5 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
|
|
|
250
250
|
"OS: {env}\n"\
|
|
251
251
|
"Python Version: {pyversion}\n"\
|
|
252
252
|
"Version of the API: 2.0.0\n"\
|
|
253
|
-
"SDK Package Version: 5.
|
|
253
|
+
"SDK Package Version: 5.3.0".\
|
|
254
254
|
format(env=sys.platform, pyversion=sys.version)
|
|
@@ -70,7 +70,6 @@ from elabapi_python.models.inline_response2004 import InlineResponse2004
|
|
|
70
70
|
from elabapi_python.models.inline_response2005 import InlineResponse2005
|
|
71
71
|
from elabapi_python.models.inline_response2006 import InlineResponse2006
|
|
72
72
|
from elabapi_python.models.inline_response2007 import InlineResponse2007
|
|
73
|
-
from elabapi_python.models.inline_response2008 import InlineResponse2008
|
|
74
73
|
from elabapi_python.models.item import Item
|
|
75
74
|
from elabapi_python.models.items_id_body import ItemsIdBody
|
|
76
75
|
from elabapi_python.models.items_id_body1 import ItemsIdBody1
|
|
@@ -108,5 +107,6 @@ from elabapi_python.models.uploads_subid_body import UploadsSubidBody
|
|
|
108
107
|
from elabapi_python.models.uploads_subid_body1 import UploadsSubidBody1
|
|
109
108
|
from elabapi_python.models.users import Users
|
|
110
109
|
from elabapi_python.models.users_body import UsersBody
|
|
110
|
+
from elabapi_python.models.users_full import UsersFull
|
|
111
|
+
from elabapi_python.models.users_full_teams import UsersFullTeams
|
|
111
112
|
from elabapi_python.models.users_id_body import UsersIdBody
|
|
112
|
-
from elabapi_python.models.users_teams import UsersTeams
|
|
@@ -31,13 +31,18 @@ class Config(object):
|
|
|
31
31
|
'admins_create_users': 'str',
|
|
32
32
|
'admins_create_users_remote_dir': 'str',
|
|
33
33
|
'admin_validate': 'str',
|
|
34
|
+
'allow_permission_full': 'str',
|
|
35
|
+
'allow_permission_organization': 'str',
|
|
36
|
+
'allow_permission_team': 'str',
|
|
37
|
+
'allow_permission_user': 'str',
|
|
38
|
+
'allow_permission_useronly': 'str',
|
|
34
39
|
'announcement': 'str',
|
|
35
40
|
'anon_users': 'str',
|
|
36
41
|
'autologout_time': 'str',
|
|
37
42
|
'blox_anon': 'str',
|
|
38
43
|
'blox_enabled': 'str',
|
|
44
|
+
'chat_url': 'str',
|
|
39
45
|
'cookie_validity_time': 'int',
|
|
40
|
-
'debug': 'str',
|
|
41
46
|
'email_domain': 'str',
|
|
42
47
|
'extauth_email': 'str',
|
|
43
48
|
'extauth_firstname': 'str',
|
|
@@ -133,13 +138,18 @@ class Config(object):
|
|
|
133
138
|
'admins_create_users': 'admins_create_users',
|
|
134
139
|
'admins_create_users_remote_dir': 'admins_create_users_remote_dir',
|
|
135
140
|
'admin_validate': 'admin_validate',
|
|
141
|
+
'allow_permission_full': 'allow_permission_full',
|
|
142
|
+
'allow_permission_organization': 'allow_permission_organization',
|
|
143
|
+
'allow_permission_team': 'allow_permission_team',
|
|
144
|
+
'allow_permission_user': 'allow_permission_user',
|
|
145
|
+
'allow_permission_useronly': 'allow_permission_useronly',
|
|
136
146
|
'announcement': 'announcement',
|
|
137
147
|
'anon_users': 'anon_users',
|
|
138
148
|
'autologout_time': 'autologout_time',
|
|
139
149
|
'blox_anon': 'blox_anon',
|
|
140
150
|
'blox_enabled': 'blox_enabled',
|
|
151
|
+
'chat_url': 'chat_url',
|
|
141
152
|
'cookie_validity_time': 'cookie_validity_time',
|
|
142
|
-
'debug': 'debug',
|
|
143
153
|
'email_domain': 'email_domain',
|
|
144
154
|
'extauth_email': 'extauth_email',
|
|
145
155
|
'extauth_firstname': 'extauth_firstname',
|
|
@@ -231,18 +241,23 @@ class Config(object):
|
|
|
231
241
|
'uploads_storage': 'uploads_storage'
|
|
232
242
|
}
|
|
233
243
|
|
|
234
|
-
def __init__(self, admins_create_users=None, admins_create_users_remote_dir=None, admin_validate=None, announcement=None, anon_users=None, autologout_time=None, blox_anon=None, blox_enabled=None,
|
|
244
|
+
def __init__(self, admins_create_users=None, admins_create_users_remote_dir=None, admin_validate=None, allow_permission_full=None, allow_permission_organization=None, allow_permission_team=None, allow_permission_user=None, allow_permission_useronly=None, announcement=None, anon_users=None, autologout_time=None, blox_anon=None, blox_enabled=None, chat_url=None, cookie_validity_time=None, email_domain=None, extauth_email=None, extauth_firstname=None, extauth_lastname=None, extauth_remote_user=None, extauth_teams=None, lang=None, ldap_base_dn=None, ldap_search_attr=None, ldap_email=None, ldap_firstname=None, ldap_host=None, ldap_lastname=None, ldap_password=None, ldap_port=None, ldap_team=None, ldap_toggle=None, ldap_use_tls=None, ldap_username=None, local_login=None, local_register=None, login_announcement=None, login_tries=None, logout_url=None, mail_from=None, max_revisions=None, min_days_revisions=None, min_delta_revisions=None, onboarding_email_active=None, onboarding_email_admins_body=None, onboarding_email_admins_subject=None, onboarding_email_body=None, onboarding_email_different_for_admins=None, onboarding_email_subject=None, open_science=None, open_team=None, privacy_policy=None, proxy=None, remote_dir_config=None, remote_dir_service=None, s3_bucket_name=None, s3_endpoint=None, s3_path_prefix=None, s3_region=None, s3_verify_cert=None, saml_acs_binding=None, saml_allowrepeatattributename=None, saml_authnrequestssigned=None, saml_baseurl=None, saml_debug=None, saml_entityid=None, saml_logoutrequestsigned=None, saml_logoutresponsesigned=None, saml_lowercaseurlencoding=None, saml_nameidencrypted=None, saml_nameidformat=None, saml_privatekey=None, saml_relaxdestinationvalidation=None, saml_signmetadata=None, saml_slo_binding=None, saml_strict=None, saml_sync_teams=None, saml_team_create=None, saml_team_default=None, saml_toggle=None, saml_user_default=None, saml_wantassertionsencrypted=None, saml_wantassertionssigned=None, saml_wantmessagessigned=None, saml_wantnameid=None, saml_wantnameidencrypted=None, saml_wantxmlvalidation=None, saml_x509=None, saml_x509_new=None, schema=None, smtp_address=None, smtp_encryption=None, smtp_password=None, smtp_port=None, smtp_username=None, support_url=None, ts_authority=None, ts_cert=None, ts_hash=None, ts_limit=None, ts_login=None, ts_password=None, ts_url=None, uploads_storage=None): # noqa: E501
|
|
235
245
|
"""Config - a model defined in Swagger""" # noqa: E501
|
|
236
246
|
self._admins_create_users = None
|
|
237
247
|
self._admins_create_users_remote_dir = None
|
|
238
248
|
self._admin_validate = None
|
|
249
|
+
self._allow_permission_full = None
|
|
250
|
+
self._allow_permission_organization = None
|
|
251
|
+
self._allow_permission_team = None
|
|
252
|
+
self._allow_permission_user = None
|
|
253
|
+
self._allow_permission_useronly = None
|
|
239
254
|
self._announcement = None
|
|
240
255
|
self._anon_users = None
|
|
241
256
|
self._autologout_time = None
|
|
242
257
|
self._blox_anon = None
|
|
243
258
|
self._blox_enabled = None
|
|
259
|
+
self._chat_url = None
|
|
244
260
|
self._cookie_validity_time = None
|
|
245
|
-
self._debug = None
|
|
246
261
|
self._email_domain = None
|
|
247
262
|
self._extauth_email = None
|
|
248
263
|
self._extauth_firstname = None
|
|
@@ -339,6 +354,16 @@ class Config(object):
|
|
|
339
354
|
self.admins_create_users_remote_dir = admins_create_users_remote_dir
|
|
340
355
|
if admin_validate is not None:
|
|
341
356
|
self.admin_validate = admin_validate
|
|
357
|
+
if allow_permission_full is not None:
|
|
358
|
+
self.allow_permission_full = allow_permission_full
|
|
359
|
+
if allow_permission_organization is not None:
|
|
360
|
+
self.allow_permission_organization = allow_permission_organization
|
|
361
|
+
if allow_permission_team is not None:
|
|
362
|
+
self.allow_permission_team = allow_permission_team
|
|
363
|
+
if allow_permission_user is not None:
|
|
364
|
+
self.allow_permission_user = allow_permission_user
|
|
365
|
+
if allow_permission_useronly is not None:
|
|
366
|
+
self.allow_permission_useronly = allow_permission_useronly
|
|
342
367
|
if announcement is not None:
|
|
343
368
|
self.announcement = announcement
|
|
344
369
|
if anon_users is not None:
|
|
@@ -349,10 +374,10 @@ class Config(object):
|
|
|
349
374
|
self.blox_anon = blox_anon
|
|
350
375
|
if blox_enabled is not None:
|
|
351
376
|
self.blox_enabled = blox_enabled
|
|
377
|
+
if chat_url is not None:
|
|
378
|
+
self.chat_url = chat_url
|
|
352
379
|
if cookie_validity_time is not None:
|
|
353
380
|
self.cookie_validity_time = cookie_validity_time
|
|
354
|
-
if debug is not None:
|
|
355
|
-
self.debug = debug
|
|
356
381
|
if email_domain is not None:
|
|
357
382
|
self.email_domain = email_domain
|
|
358
383
|
if extauth_email is not None:
|
|
@@ -595,6 +620,111 @@ class Config(object):
|
|
|
595
620
|
|
|
596
621
|
self._admin_validate = admin_validate
|
|
597
622
|
|
|
623
|
+
@property
|
|
624
|
+
def allow_permission_full(self):
|
|
625
|
+
"""Gets the allow_permission_full of this Config. # noqa: E501
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
:return: The allow_permission_full of this Config. # noqa: E501
|
|
629
|
+
:rtype: str
|
|
630
|
+
"""
|
|
631
|
+
return self._allow_permission_full
|
|
632
|
+
|
|
633
|
+
@allow_permission_full.setter
|
|
634
|
+
def allow_permission_full(self, allow_permission_full):
|
|
635
|
+
"""Sets the allow_permission_full of this Config.
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
:param allow_permission_full: The allow_permission_full of this Config. # noqa: E501
|
|
639
|
+
:type: str
|
|
640
|
+
"""
|
|
641
|
+
|
|
642
|
+
self._allow_permission_full = allow_permission_full
|
|
643
|
+
|
|
644
|
+
@property
|
|
645
|
+
def allow_permission_organization(self):
|
|
646
|
+
"""Gets the allow_permission_organization of this Config. # noqa: E501
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
:return: The allow_permission_organization of this Config. # noqa: E501
|
|
650
|
+
:rtype: str
|
|
651
|
+
"""
|
|
652
|
+
return self._allow_permission_organization
|
|
653
|
+
|
|
654
|
+
@allow_permission_organization.setter
|
|
655
|
+
def allow_permission_organization(self, allow_permission_organization):
|
|
656
|
+
"""Sets the allow_permission_organization of this Config.
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
:param allow_permission_organization: The allow_permission_organization of this Config. # noqa: E501
|
|
660
|
+
:type: str
|
|
661
|
+
"""
|
|
662
|
+
|
|
663
|
+
self._allow_permission_organization = allow_permission_organization
|
|
664
|
+
|
|
665
|
+
@property
|
|
666
|
+
def allow_permission_team(self):
|
|
667
|
+
"""Gets the allow_permission_team of this Config. # noqa: E501
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
:return: The allow_permission_team of this Config. # noqa: E501
|
|
671
|
+
:rtype: str
|
|
672
|
+
"""
|
|
673
|
+
return self._allow_permission_team
|
|
674
|
+
|
|
675
|
+
@allow_permission_team.setter
|
|
676
|
+
def allow_permission_team(self, allow_permission_team):
|
|
677
|
+
"""Sets the allow_permission_team of this Config.
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
:param allow_permission_team: The allow_permission_team of this Config. # noqa: E501
|
|
681
|
+
:type: str
|
|
682
|
+
"""
|
|
683
|
+
|
|
684
|
+
self._allow_permission_team = allow_permission_team
|
|
685
|
+
|
|
686
|
+
@property
|
|
687
|
+
def allow_permission_user(self):
|
|
688
|
+
"""Gets the allow_permission_user of this Config. # noqa: E501
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
:return: The allow_permission_user of this Config. # noqa: E501
|
|
692
|
+
:rtype: str
|
|
693
|
+
"""
|
|
694
|
+
return self._allow_permission_user
|
|
695
|
+
|
|
696
|
+
@allow_permission_user.setter
|
|
697
|
+
def allow_permission_user(self, allow_permission_user):
|
|
698
|
+
"""Sets the allow_permission_user of this Config.
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
:param allow_permission_user: The allow_permission_user of this Config. # noqa: E501
|
|
702
|
+
:type: str
|
|
703
|
+
"""
|
|
704
|
+
|
|
705
|
+
self._allow_permission_user = allow_permission_user
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
def allow_permission_useronly(self):
|
|
709
|
+
"""Gets the allow_permission_useronly of this Config. # noqa: E501
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
:return: The allow_permission_useronly of this Config. # noqa: E501
|
|
713
|
+
:rtype: str
|
|
714
|
+
"""
|
|
715
|
+
return self._allow_permission_useronly
|
|
716
|
+
|
|
717
|
+
@allow_permission_useronly.setter
|
|
718
|
+
def allow_permission_useronly(self, allow_permission_useronly):
|
|
719
|
+
"""Sets the allow_permission_useronly of this Config.
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
:param allow_permission_useronly: The allow_permission_useronly of this Config. # noqa: E501
|
|
723
|
+
:type: str
|
|
724
|
+
"""
|
|
725
|
+
|
|
726
|
+
self._allow_permission_useronly = allow_permission_useronly
|
|
727
|
+
|
|
598
728
|
@property
|
|
599
729
|
def announcement(self):
|
|
600
730
|
"""Gets the announcement of this Config. # noqa: E501
|
|
@@ -702,6 +832,27 @@ class Config(object):
|
|
|
702
832
|
|
|
703
833
|
self._blox_enabled = blox_enabled
|
|
704
834
|
|
|
835
|
+
@property
|
|
836
|
+
def chat_url(self):
|
|
837
|
+
"""Gets the chat_url of this Config. # noqa: E501
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
:return: The chat_url of this Config. # noqa: E501
|
|
841
|
+
:rtype: str
|
|
842
|
+
"""
|
|
843
|
+
return self._chat_url
|
|
844
|
+
|
|
845
|
+
@chat_url.setter
|
|
846
|
+
def chat_url(self, chat_url):
|
|
847
|
+
"""Sets the chat_url of this Config.
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
:param chat_url: The chat_url of this Config. # noqa: E501
|
|
851
|
+
:type: str
|
|
852
|
+
"""
|
|
853
|
+
|
|
854
|
+
self._chat_url = chat_url
|
|
855
|
+
|
|
705
856
|
@property
|
|
706
857
|
def cookie_validity_time(self):
|
|
707
858
|
"""Gets the cookie_validity_time of this Config. # noqa: E501
|
|
@@ -723,27 +874,6 @@ class Config(object):
|
|
|
723
874
|
|
|
724
875
|
self._cookie_validity_time = cookie_validity_time
|
|
725
876
|
|
|
726
|
-
@property
|
|
727
|
-
def debug(self):
|
|
728
|
-
"""Gets the debug of this Config. # noqa: E501
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
:return: The debug of this Config. # noqa: E501
|
|
732
|
-
:rtype: str
|
|
733
|
-
"""
|
|
734
|
-
return self._debug
|
|
735
|
-
|
|
736
|
-
@debug.setter
|
|
737
|
-
def debug(self, debug):
|
|
738
|
-
"""Sets the debug of this Config.
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
:param debug: The debug of this Config. # noqa: E501
|
|
742
|
-
:type: str
|
|
743
|
-
"""
|
|
744
|
-
|
|
745
|
-
self._debug = debug
|
|
746
|
-
|
|
747
877
|
@property
|
|
748
878
|
def email_domain(self):
|
|
749
879
|
"""Gets the email_domain of this Config. # noqa: E501
|
|
@@ -41,7 +41,7 @@ class Entity(EntityEditable):
|
|
|
41
41
|
'experiments_links': 'list[Link]',
|
|
42
42
|
'firstname': 'str',
|
|
43
43
|
'fullname': 'str',
|
|
44
|
-
'
|
|
44
|
+
'has_attachment': 'int',
|
|
45
45
|
'id': 'int',
|
|
46
46
|
'items_links': 'list[Link]',
|
|
47
47
|
'lastchangeby': 'int',
|
|
@@ -86,7 +86,7 @@ class Entity(EntityEditable):
|
|
|
86
86
|
'experiments_links': 'experiments_links',
|
|
87
87
|
'firstname': 'firstname',
|
|
88
88
|
'fullname': 'fullname',
|
|
89
|
-
'
|
|
89
|
+
'has_attachment': 'has_attachment',
|
|
90
90
|
'id': 'id',
|
|
91
91
|
'items_links': 'items_links',
|
|
92
92
|
'lastchangeby': 'lastchangeby',
|
|
@@ -118,7 +118,7 @@ class Entity(EntityEditable):
|
|
|
118
118
|
if hasattr(EntityEditable, "attribute_map"):
|
|
119
119
|
attribute_map.update(EntityEditable.attribute_map)
|
|
120
120
|
|
|
121
|
-
def __init__(self, access_key=None, body_html=None, category_color=None, category_title=None, comments=None, compounds=None, created_at=None, elabid=None, exclusive_edit_mode=None, experiments_links=None, firstname=None, fullname=None,
|
|
121
|
+
def __init__(self, access_key=None, body_html=None, category_color=None, category_title=None, comments=None, compounds=None, created_at=None, elabid=None, exclusive_edit_mode=None, experiments_links=None, firstname=None, fullname=None, has_attachment=None, id=None, items_links=None, lastchangeby=None, lastname=None, locked=None, lockedby=None, locked_at=None, modified_at=None, next_step=None, orcid=None, page=None, recent_comment=None, related_experiments_links=None, related_items_links=None, sharelink=None, status_color=None, status_title=None, steps=None, tags=None, tags_id=None, team=None, timestamped=None, timestampedby=None, timestamped_at=None, type=None, up_item_id=None, uploads=None, *args, **kwargs): # noqa: E501
|
|
122
122
|
"""Entity - a model defined in Swagger""" # noqa: E501
|
|
123
123
|
self._access_key = None
|
|
124
124
|
self._body_html = None
|
|
@@ -132,7 +132,7 @@ class Entity(EntityEditable):
|
|
|
132
132
|
self._experiments_links = None
|
|
133
133
|
self._firstname = None
|
|
134
134
|
self._fullname = None
|
|
135
|
-
self.
|
|
135
|
+
self._has_attachment = None
|
|
136
136
|
self._id = None
|
|
137
137
|
self._items_links = None
|
|
138
138
|
self._lastchangeby = None
|
|
@@ -185,8 +185,8 @@ class Entity(EntityEditable):
|
|
|
185
185
|
self.firstname = firstname
|
|
186
186
|
if fullname is not None:
|
|
187
187
|
self.fullname = fullname
|
|
188
|
-
if
|
|
189
|
-
self.
|
|
188
|
+
if has_attachment is not None:
|
|
189
|
+
self.has_attachment = has_attachment
|
|
190
190
|
if id is not None:
|
|
191
191
|
self.id = id
|
|
192
192
|
if items_links is not None:
|
|
@@ -496,25 +496,25 @@ class Entity(EntityEditable):
|
|
|
496
496
|
self._fullname = fullname
|
|
497
497
|
|
|
498
498
|
@property
|
|
499
|
-
def
|
|
500
|
-
"""Gets the
|
|
499
|
+
def has_attachment(self):
|
|
500
|
+
"""Gets the has_attachment of this Entity. # noqa: E501
|
|
501
501
|
|
|
502
502
|
|
|
503
|
-
:return: The
|
|
503
|
+
:return: The has_attachment of this Entity. # noqa: E501
|
|
504
504
|
:rtype: int
|
|
505
505
|
"""
|
|
506
|
-
return self.
|
|
506
|
+
return self._has_attachment
|
|
507
507
|
|
|
508
|
-
@
|
|
509
|
-
def
|
|
510
|
-
"""Sets the
|
|
508
|
+
@has_attachment.setter
|
|
509
|
+
def has_attachment(self, has_attachment):
|
|
510
|
+
"""Sets the has_attachment of this Entity.
|
|
511
511
|
|
|
512
512
|
|
|
513
|
-
:param
|
|
513
|
+
:param has_attachment: The has_attachment of this Entity. # noqa: E501
|
|
514
514
|
:type: int
|
|
515
515
|
"""
|
|
516
516
|
|
|
517
|
-
self.
|
|
517
|
+
self._has_attachment = has_attachment
|
|
518
518
|
|
|
519
519
|
@property
|
|
520
520
|
def id(self):
|