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.
Files changed (277) hide show
  1. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/PKG-INFO +1 -1
  2. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/README.md +3 -3
  3. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/__init__.py +2 -2
  4. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/notifications_api.py +3 -3
  5. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/revisions_api.py +3 -3
  6. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/user_uploads_api.py +3 -3
  7. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/users_api.py +18 -10
  8. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api_client.py +1 -1
  9. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/configuration.py +1 -1
  10. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/__init__.py +2 -2
  11. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/config.py +157 -27
  12. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/entity.py +15 -15
  13. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/entity_template.py +15 -15
  14. elabapi_python-5.2.3/elabapi_python/models/inline_response2006.py → elabapi_python-5.3.0/elabapi_python/models/inline_response2005.py +44 -44
  15. elabapi_python-5.2.3/elabapi_python/models/inline_response2007.py → elabapi_python-5.3.0/elabapi_python/models/inline_response2006.py +28 -28
  16. elabapi_python-5.2.3/elabapi_python/models/inline_response2008.py → elabapi_python-5.3.0/elabapi_python/models/inline_response2007.py +20 -20
  17. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/team.py +1 -53
  18. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/users.py +3 -237
  19. elabapi_python-5.3.0/elabapi_python/models/users_full.py +306 -0
  20. 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
  21. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/PKG-INFO +1 -1
  22. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/SOURCES.txt +5 -5
  23. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/setup.py +1 -1
  24. elabapi_python-5.3.0/test/test_users_full.py +39 -0
  25. elabapi_python-5.3.0/test/test_users_full_teams.py +39 -0
  26. elabapi_python-5.2.3/elabapi_python/models/inline_response2005.py +0 -422
  27. elabapi_python-5.2.3/test/test_inline_response2008.py +0 -39
  28. elabapi_python-5.2.3/test/test_users_teams.py +0 -39
  29. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/__init__.py +0 -0
  30. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/api_keys_api.py +0 -0
  31. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/comments_api.py +0 -0
  32. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/compounds_api.py +0 -0
  33. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/config_api.py +0 -0
  34. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/events_api.py +0 -0
  35. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/experiments_api.py +0 -0
  36. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/experiments_categories_api.py +0 -0
  37. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/experiments_status_api.py +0 -0
  38. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/experiments_templates_api.py +0 -0
  39. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/exports_api.py +0 -0
  40. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/extra_fields_keys_api.py +0 -0
  41. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/favorite_tags_api.py +0 -0
  42. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/idps_api.py +0 -0
  43. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/import_api.py +0 -0
  44. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/info_api.py +0 -0
  45. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/items_api.py +0 -0
  46. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/items_types_api.py +0 -0
  47. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/links_to_experiments_api.py +0 -0
  48. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/links_to_items_api.py +0 -0
  49. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/reports_api.py +0 -0
  50. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/resources_status_api.py +0 -0
  51. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/steps_api.py +0 -0
  52. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/tags_api.py +0 -0
  53. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/team_tags_api.py +0 -0
  54. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/teamgroups_api.py +0 -0
  55. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/teams_api.py +0 -0
  56. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/todolist_api.py +0 -0
  57. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/unfinished_steps_api.py +0 -0
  58. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/api/uploads_api.py +0 -0
  59. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/any_ofuploads_subid_body1.py +0 -0
  60. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/apikey.py +0 -0
  61. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/apikeys_body.py +0 -0
  62. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/comment.py +0 -0
  63. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/compound.py +0 -0
  64. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/compound_create_request.py +0 -0
  65. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/compound_duplicate_request.py +0 -0
  66. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/compounds_body.py +0 -0
  67. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/entity_editable.py +0 -0
  68. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/entity_template_editable.py +0 -0
  69. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/event.py +0 -0
  70. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/event_id_body.py +0 -0
  71. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/eventid_delta.py +0 -0
  72. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/events_id_body.py +0 -0
  73. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/exclusive_edit_mode.py +0 -0
  74. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiment.py +0 -0
  75. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_body.py +0 -0
  76. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_id_body.py +0 -0
  77. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_id_body1.py +0 -0
  78. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_links_subid_body.py +0 -0
  79. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_templates_id_body.py +0 -0
  80. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/experiments_templates_id_body1.py +0 -0
  81. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/export.py +0 -0
  82. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/exports_body.py +0 -0
  83. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/extra_fields_keys.py +0 -0
  84. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/favtags_body.py +0 -0
  85. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id.py +0 -0
  86. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id1.py +0 -0
  87. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id2.py +0 -0
  88. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id3.py +0 -0
  89. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id4.py +0 -0
  90. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_comments_body.py +0 -0
  91. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_experiments_categories_body.py +0 -0
  92. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_experiments_status_body.py +0 -0
  93. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_items_status_body.py +0 -0
  94. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_steps_body.py +0 -0
  95. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_tags_body.py +0 -0
  96. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_tags_body1.py +0 -0
  97. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_teamgroups_body.py +0 -0
  98. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/id_uploads_body.py +0 -0
  99. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/idp.py +0 -0
  100. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/idps_body.py +0 -0
  101. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/idps_id_body.py +0 -0
  102. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/import_body.py +0 -0
  103. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response200.py +0 -0
  104. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2001.py +0 -0
  105. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2002.py +0 -0
  106. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2003.py +0 -0
  107. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2003_query_parameters.py +0 -0
  108. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/inline_response2004.py +0 -0
  109. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/item.py +0 -0
  110. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_id_body.py +0 -0
  111. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_id_body1.py +0 -0
  112. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_links_subid_body.py +0 -0
  113. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_type.py +0 -0
  114. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/items_types_body.py +0 -0
  115. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/link.py +0 -0
  116. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/metadata.py +0 -0
  117. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/metadata_elabftw.py +0 -0
  118. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/metadata_elabftw_extra_fields_groups.py +0 -0
  119. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/metadata_extra_fields.py +0 -0
  120. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/notification.py +0 -0
  121. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/one_of_compound_duplicate_request.py +0 -0
  122. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/revision.py +0 -0
  123. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/revisions_subid_body.py +0 -0
  124. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/statuslike.py +0 -0
  125. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/step.py +0 -0
  126. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/steps_subid_body.py +0 -0
  127. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/tag.py +0 -0
  128. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/tags_subid_body.py +0 -0
  129. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/tags_subid_body1.py +0 -0
  130. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teamgroup.py +0 -0
  131. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teamgroup_users.py +0 -0
  132. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teamgroups_subid_body.py +0 -0
  133. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teams_body.py +0 -0
  134. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/teams_id_body.py +0 -0
  135. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/todoitem.py +0 -0
  136. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/todolist_body.py +0 -0
  137. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/todolist_id_body.py +0 -0
  138. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/unfinished_step.py +0 -0
  139. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/unfinished_steps.py +0 -0
  140. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/upload.py +0 -0
  141. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/uploads_subid_body.py +0 -0
  142. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/uploads_subid_body1.py +0 -0
  143. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/users_body.py +0 -0
  144. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/models/users_id_body.py +0 -0
  145. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python/rest.py +0 -0
  146. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/dependency_links.txt +0 -0
  147. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/requires.txt +0 -0
  148. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/elabapi_python.egg-info/top_level.txt +0 -0
  149. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/setup.cfg +0 -0
  150. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/__init__.py +0 -0
  151. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_any_ofuploads_subid_body1.py +0 -0
  152. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_api_keys_api.py +0 -0
  153. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_apikey.py +0 -0
  154. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_apikeys_body.py +0 -0
  155. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_comment.py +0 -0
  156. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_comments_api.py +0 -0
  157. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compound.py +0 -0
  158. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compound_create_request.py +0 -0
  159. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compound_duplicate_request.py +0 -0
  160. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compounds_api.py +0 -0
  161. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_compounds_body.py +0 -0
  162. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_config.py +0 -0
  163. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_config_api.py +0 -0
  164. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_entity.py +0 -0
  165. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_entity_editable.py +0 -0
  166. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_entity_template.py +0 -0
  167. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_entity_template_editable.py +0 -0
  168. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_event.py +0 -0
  169. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_event_id_body.py +0 -0
  170. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_eventid_delta.py +0 -0
  171. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_events_api.py +0 -0
  172. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_events_id_body.py +0 -0
  173. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_exclusive_edit_mode.py +0 -0
  174. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiment.py +0 -0
  175. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_api.py +0 -0
  176. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_body.py +0 -0
  177. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_categories_api.py +0 -0
  178. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_id_body.py +0 -0
  179. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_id_body1.py +0 -0
  180. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_links_subid_body.py +0 -0
  181. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_status_api.py +0 -0
  182. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_templates_api.py +0 -0
  183. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_templates_id_body.py +0 -0
  184. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_experiments_templates_id_body1.py +0 -0
  185. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_export.py +0 -0
  186. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_exports_api.py +0 -0
  187. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_exports_body.py +0 -0
  188. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_extra_fields_keys.py +0 -0
  189. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_extra_fields_keys_api.py +0 -0
  190. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_favorite_tags_api.py +0 -0
  191. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_favtags_body.py +0 -0
  192. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id.py +0 -0
  193. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id1.py +0 -0
  194. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id2.py +0 -0
  195. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id3.py +0 -0
  196. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id4.py +0 -0
  197. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_comments_body.py +0 -0
  198. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_experiments_categories_body.py +0 -0
  199. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_experiments_status_body.py +0 -0
  200. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_items_status_body.py +0 -0
  201. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_steps_body.py +0 -0
  202. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_tags_body.py +0 -0
  203. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_tags_body1.py +0 -0
  204. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_teamgroups_body.py +0 -0
  205. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_id_uploads_body.py +0 -0
  206. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_idp.py +0 -0
  207. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_idps_api.py +0 -0
  208. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_idps_body.py +0 -0
  209. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_idps_id_body.py +0 -0
  210. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_import_api.py +0 -0
  211. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_import_body.py +0 -0
  212. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_info_api.py +0 -0
  213. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response200.py +0 -0
  214. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2001.py +0 -0
  215. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2002.py +0 -0
  216. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2003.py +0 -0
  217. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2003_query_parameters.py +0 -0
  218. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2004.py +0 -0
  219. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2005.py +0 -0
  220. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2006.py +0 -0
  221. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_inline_response2007.py +0 -0
  222. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_item.py +0 -0
  223. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_api.py +0 -0
  224. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_id_body.py +0 -0
  225. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_id_body1.py +0 -0
  226. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_links_subid_body.py +0 -0
  227. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_type.py +0 -0
  228. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_types_api.py +0 -0
  229. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_items_types_body.py +0 -0
  230. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_link.py +0 -0
  231. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_links_to_experiments_api.py +0 -0
  232. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_links_to_items_api.py +0 -0
  233. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_metadata.py +0 -0
  234. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_metadata_elabftw.py +0 -0
  235. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_metadata_elabftw_extra_fields_groups.py +0 -0
  236. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_metadata_extra_fields.py +0 -0
  237. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_notification.py +0 -0
  238. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_notifications_api.py +0 -0
  239. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_one_of_compound_duplicate_request.py +0 -0
  240. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_reports_api.py +0 -0
  241. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_resources_status_api.py +0 -0
  242. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_revision.py +0 -0
  243. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_revisions_api.py +0 -0
  244. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_revisions_subid_body.py +0 -0
  245. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_statuslike.py +0 -0
  246. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_step.py +0 -0
  247. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_steps_api.py +0 -0
  248. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_steps_subid_body.py +0 -0
  249. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_tag.py +0 -0
  250. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_tags_api.py +0 -0
  251. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_tags_subid_body.py +0 -0
  252. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_tags_subid_body1.py +0 -0
  253. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_team.py +0 -0
  254. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_team_tags_api.py +0 -0
  255. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teamgroup.py +0 -0
  256. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teamgroup_users.py +0 -0
  257. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teamgroups_api.py +0 -0
  258. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teamgroups_subid_body.py +0 -0
  259. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teams_api.py +0 -0
  260. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teams_body.py +0 -0
  261. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_teams_id_body.py +0 -0
  262. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_todoitem.py +0 -0
  263. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_todolist_api.py +0 -0
  264. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_todolist_body.py +0 -0
  265. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_todolist_id_body.py +0 -0
  266. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_unfinished_step.py +0 -0
  267. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_unfinished_steps.py +0 -0
  268. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_unfinished_steps_api.py +0 -0
  269. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_upload.py +0 -0
  270. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_uploads_api.py +0 -0
  271. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_uploads_subid_body.py +0 -0
  272. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_uploads_subid_body1.py +0 -0
  273. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_user_uploads_api.py +0 -0
  274. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_users.py +0 -0
  275. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_users_api.py +0 -0
  276. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_users_body.py +0 -0
  277. {elabapi_python-5.2.3 → elabapi_python-5.3.0}/test/test_users_id_body.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: elabapi-python
3
- Version: 5.2.3
3
+ Version: 5.3.0
4
4
  Summary: eLabFTW REST API v2 Documentation
5
5
  Home-page: https://github.com/elabftw/elabapi-python
6
6
  Author-email:
@@ -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.2.3
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: InlineResponse2007
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: InlineResponse2007
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='InlineResponse2007', # noqa: E501
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[InlineResponse2008]
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[InlineResponse2008]
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[InlineResponse2008]', # noqa: E501
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[InlineResponse2006]
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[InlineResponse2006]
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[InlineResponse2006]', # noqa: E501
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 str include_archived: Include archived users in the response
335
- :param float team: Add a filter on the team
336
- :return: list[InlineResponse2005]
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 str include_archived: Include archived users in the response
358
- :param float team: Add a filter on the team
359
- :return: list[InlineResponse2005]
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 = ['include_archived', 'team'] # noqa: E501
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[InlineResponse2005]', # noqa: E501
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.2.3/python'
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.2.3".\
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, cookie_validity_time=None, debug=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
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
- 'has_attachement': 'int',
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
- 'has_attachement': 'has_attachement',
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, has_attachement=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
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._has_attachement = None
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 has_attachement is not None:
189
- self.has_attachement = has_attachement
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 has_attachement(self):
500
- """Gets the has_attachement of this Entity. # noqa: E501
499
+ def has_attachment(self):
500
+ """Gets the has_attachment of this Entity. # noqa: E501
501
501
 
502
502
 
503
- :return: The has_attachement of this Entity. # noqa: E501
503
+ :return: The has_attachment of this Entity. # noqa: E501
504
504
  :rtype: int
505
505
  """
506
- return self._has_attachement
506
+ return self._has_attachment
507
507
 
508
- @has_attachement.setter
509
- def has_attachement(self, has_attachement):
510
- """Sets the has_attachement of this Entity.
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 has_attachement: The has_attachement of this Entity. # noqa: E501
513
+ :param has_attachment: The has_attachment of this Entity. # noqa: E501
514
514
  :type: int
515
515
  """
516
516
 
517
- self._has_attachement = has_attachement
517
+ self._has_attachment = has_attachment
518
518
 
519
519
  @property
520
520
  def id(self):