flywheel-sdk 21.4.0__py3-none-any.whl → 21.4.0rc0__py3-none-any.whl

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 (532) hide show
  1. flywheel/api/acquisitions_api.py +562 -1033
  2. flywheel/api/analyses_api.py +425 -786
  3. flywheel/api/audit_trail_api.py +44 -78
  4. flywheel/api/auth_api.py +4 -6
  5. flywheel/api/batch_api.py +36 -60
  6. flywheel/api/bulk_api.py +6 -10
  7. flywheel/api/change_log_api.py +22 -40
  8. flywheel/api/collections_api.py +403 -740
  9. flywheel/api/config_api.py +12 -18
  10. flywheel/api/container_tasks_api.py +8 -14
  11. flywheel/api/container_type_api.py +8 -14
  12. flywheel/api/containers_api.py +538 -989
  13. flywheel/api/custom_filters_api.py +36 -64
  14. flywheel/api/data_view_executions_api.py +52 -94
  15. flywheel/api/dataexplorer_api.py +90 -158
  16. flywheel/api/devices_api.py +76 -132
  17. flywheel/api/dimse_api.py +44 -72
  18. flywheel/api/download_api.py +25 -46
  19. flywheel/api/files_api.py +150 -266
  20. flywheel/api/form_responses_api.py +56 -100
  21. flywheel/api/gears_api.py +156 -278
  22. flywheel/api/groups_api.py +238 -426
  23. flywheel/api/jobs_api.py +166 -288
  24. flywheel/api/jupyterlab_servers_api.py +14 -24
  25. flywheel/api/modalities_api.py +44 -78
  26. flywheel/api/packfiles_api.py +4 -6
  27. flywheel/api/projects_api.py +854 -1565
  28. flywheel/api/protocols_api.py +54 -94
  29. flywheel/api/reports_api.py +108 -196
  30. flywheel/api/resolve_api.py +26 -48
  31. flywheel/api/roles_api.py +46 -82
  32. flywheel/api/sessions_api.py +616 -1137
  33. flywheel/api/site_api.py +106 -182
  34. flywheel/api/staffing_pools_api.py +50 -88
  35. flywheel/api/subjects_api.py +596 -1095
  36. flywheel/api/tasks_api.py +62 -108
  37. flywheel/api/tree_api.py +28 -52
  38. flywheel/api/uids_api.py +6 -10
  39. flywheel/api/upload_api.py +88 -162
  40. flywheel/api/users_api.py +228 -418
  41. flywheel/api/views_api.py +120 -222
  42. flywheel/api_client.py +1 -1
  43. flywheel/configuration.py +2 -2
  44. flywheel/flywheel.py +4422 -811
  45. flywheel/models/access_permission.py +7 -13
  46. flywheel/models/access_permission_output.py +7 -13
  47. flywheel/models/access_permission_update.py +4 -8
  48. flywheel/models/acquisition_copy_input.py +10 -18
  49. flywheel/models/acquisition_input.py +19 -33
  50. flywheel/models/acquisition_list_output.py +70 -118
  51. flywheel/models/acquisition_modify_input.py +19 -33
  52. flywheel/models/acquisition_output.py +70 -118
  53. flywheel/models/acquisition_parents.py +13 -23
  54. flywheel/models/acquisition_template_options.py +16 -28
  55. flywheel/models/acquisition_upsert_input.py +28 -48
  56. flywheel/models/acquisition_upsert_output.py +13 -23
  57. flywheel/models/adhoc_analysis_input.py +13 -23
  58. flywheel/models/analysis_files_create_ticket_output.py +13 -23
  59. flywheel/models/analysis_input.py +19 -33
  60. flywheel/models/analysis_list_output.py +61 -103
  61. flywheel/models/analysis_list_output_inflated_job.py +58 -98
  62. flywheel/models/analysis_modify_input.py +7 -13
  63. flywheel/models/analysis_output.py +61 -103
  64. flywheel/models/analysis_output_inflated_job.py +61 -103
  65. flywheel/models/analysis_parents.py +16 -28
  66. flywheel/models/api_key_input_with_optional_label.py +7 -13
  67. flywheel/models/api_key_output.py +19 -33
  68. flywheel/models/as_storage.py +19 -33
  69. flywheel/models/assignee.py +7 -13
  70. flywheel/models/audit_trail_report.py +40 -68
  71. flywheel/models/auth0_auth_out.py +22 -38
  72. flywheel/models/auth0_options_out.py +22 -38
  73. flywheel/models/auth_out.py +19 -33
  74. flywheel/models/auth_session_output.py +16 -28
  75. flywheel/models/avatars.py +10 -18
  76. flywheel/models/aws_creds.py +7 -13
  77. flywheel/models/aws_storage.py +25 -43
  78. flywheel/models/azure_creds.py +7 -13
  79. flywheel/models/base_aet.py +13 -23
  80. flywheel/models/base_compute.py +34 -58
  81. flywheel/models/batch.py +25 -43
  82. flywheel/models/batch_create_filters.py +10 -18
  83. flywheel/models/batch_job_analysis_input.py +16 -28
  84. flywheel/models/bookmark.py +7 -13
  85. flywheel/models/bulk_move_input.py +16 -28
  86. flywheel/models/cancelled_batch_output.py +4 -8
  87. flywheel/models/catalog_list_output.py +31 -53
  88. flywheel/models/central_out.py +19 -33
  89. flywheel/models/change.py +31 -53
  90. flywheel/models/change_log_document.py +13 -23
  91. flywheel/models/classic_batch_job_output.py +25 -43
  92. flywheel/models/classic_batch_job_output_inflated_jobs.py +28 -48
  93. flywheel/models/classic_batch_proposal_input.py +28 -48
  94. flywheel/models/classic_batch_proposal_output.py +37 -63
  95. flywheel/models/collection_input.py +10 -18
  96. flywheel/models/collection_input_with_contents.py +13 -23
  97. flywheel/models/collection_node.py +7 -13
  98. flywheel/models/collection_operation.py +7 -13
  99. flywheel/models/collection_output.py +55 -93
  100. flywheel/models/collection_with_stats.py +55 -93
  101. flywheel/models/column.py +16 -28
  102. flywheel/models/common_classification.py +1 -3
  103. flywheel/models/common_info.py +1 -3
  104. flywheel/models/complete_multipart_upload_output.py +7 -13
  105. flywheel/models/complete_s3_multipart_upload_input.py +13 -23
  106. flywheel/models/config_out.py +28 -48
  107. flywheel/models/container_filter.py +7 -13
  108. flywheel/models/container_id_view_input.py +43 -73
  109. flywheel/models/container_id_view_input_execute_and_save.py +19 -33
  110. flywheel/models/container_modify.py +43 -73
  111. flywheel/models/container_node_min.py +25 -43
  112. flywheel/models/container_output_with_files.py +16 -28
  113. flywheel/models/container_parents.py +19 -33
  114. flywheel/models/container_pipeline_input.py +43 -73
  115. flywheel/models/container_reference.py +7 -13
  116. flywheel/models/container_reference_with_label.py +10 -18
  117. flywheel/models/container_uidcheck.py +13 -23
  118. flywheel/models/container_update.py +1 -3
  119. flywheel/models/context_input.py +10 -18
  120. flywheel/models/copy_filter.py +19 -33
  121. flywheel/models/core_models_api_key_api_key_input.py +7 -13
  122. flywheel/models/core_models_audit_trail_create_report_input.py +16 -28
  123. flywheel/models/core_models_audit_trail_modify_report_input.py +4 -8
  124. flywheel/models/core_models_common_source.py +7 -13
  125. flywheel/models/core_models_jobs_api_key_input.py +7 -13
  126. flywheel/models/core_workflows_form_responses_models_form_parents.py +19 -33
  127. flywheel/models/core_workflows_form_responses_models_form_response_output.py +34 -58
  128. flywheel/models/core_workflows_reader_models_reader_task_parents.py +19 -33
  129. flywheel/models/creds.py +1 -3
  130. flywheel/models/curator.py +10 -18
  131. flywheel/models/current_user_output.py +64 -108
  132. flywheel/models/custom_field.py +34 -58
  133. flywheel/models/custom_form.py +13 -23
  134. flywheel/models/cvat_info.py +16 -28
  135. flywheel/models/cvat_settings.py +16 -28
  136. flywheel/models/cvat_settings_input.py +16 -28
  137. flywheel/models/daily_report_usage.py +46 -78
  138. flywheel/models/data_view_analysis_file_spec.py +10 -18
  139. flywheel/models/data_view_analysis_filter_spec.py +10 -18
  140. flywheel/models/data_view_column_alias.py +22 -38
  141. flywheel/models/data_view_column_spec.py +16 -28
  142. flywheel/models/data_view_execution.py +40 -68
  143. flywheel/models/data_view_file_spec.py +28 -48
  144. flywheel/models/data_view_group_by.py +4 -8
  145. flywheel/models/data_view_group_by_column.py +7 -13
  146. flywheel/models/data_view_name_filter_spec.py +7 -13
  147. flywheel/models/data_view_zip_filter_spec.py +10 -18
  148. flywheel/models/delete_by_search_query.py +13 -23
  149. flywheel/models/deleted_file.py +43 -73
  150. flywheel/models/deleted_result.py +10 -18
  151. flywheel/models/device.py +34 -58
  152. flywheel/models/device_admin_update.py +7 -13
  153. flywheel/models/device_create.py +10 -18
  154. flywheel/models/device_self_update.py +16 -28
  155. flywheel/models/device_status_entry.py +10 -18
  156. flywheel/models/device_storage_strategy_update.py +7 -13
  157. flywheel/models/download.py +13 -23
  158. flywheel/models/download_container_filter.py +4 -8
  159. flywheel/models/download_container_filter_definition.py +10 -18
  160. flywheel/models/download_filter.py +10 -18
  161. flywheel/models/download_filter_definition.py +7 -13
  162. flywheel/models/download_node.py +7 -13
  163. flywheel/models/download_ticket_stub.py +13 -23
  164. flywheel/models/e_signature.py +13 -23
  165. flywheel/models/edition.py +4 -8
  166. flywheel/models/egress_device.py +52 -88
  167. flywheel/models/egress_device_page.py +10 -18
  168. flywheel/models/egress_provider.py +31 -53
  169. flywheel/models/egress_provider_id.py +4 -8
  170. flywheel/models/exchange_storage.py +13 -23
  171. flywheel/models/executor_info.py +25 -43
  172. flywheel/models/export_templates.py +7 -13
  173. flywheel/models/features.py +193 -323
  174. flywheel/models/field_change.py +16 -28
  175. flywheel/models/field_change_log_document.py +13 -23
  176. flywheel/models/file.py +112 -188
  177. flywheel/models/file_classification_delta.py +13 -23
  178. flywheel/models/file_entry.py +64 -108
  179. flywheel/models/file_export_templates.py +16 -28
  180. flywheel/models/file_gear_info.py +10 -18
  181. flywheel/models/file_list_output.py +109 -183
  182. flywheel/models/file_modify_input.py +7 -13
  183. flywheel/models/file_move_input.py +10 -18
  184. flywheel/models/file_node.py +112 -188
  185. flywheel/models/file_node_min.py +22 -38
  186. flywheel/models/file_origin.py +16 -28
  187. flywheel/models/file_output.py +109 -183
  188. flywheel/models/file_parents.py +19 -33
  189. flywheel/models/file_reference.py +10 -18
  190. flywheel/models/file_suggestion.py +13 -23
  191. flywheel/models/file_template_options.py +19 -33
  192. flywheel/models/file_upsert_input.py +52 -88
  193. flywheel/models/file_upsert_output.py +112 -188
  194. flywheel/models/file_version.py +7 -13
  195. flywheel/models/file_version_copy_of.py +16 -28
  196. flywheel/models/file_version_output.py +22 -38
  197. flywheel/models/file_via.py +13 -23
  198. flywheel/models/filter.py +25 -43
  199. flywheel/models/filter_input.py +10 -18
  200. flywheel/models/filter_values.py +7 -13
  201. flywheel/models/fixed_file_version_input.py +10 -18
  202. flywheel/models/fixed_input.py +19 -33
  203. flywheel/models/form_definition.py +4 -8
  204. flywheel/models/form_response_base.py +19 -33
  205. flywheel/models/form_response_create.py +7 -13
  206. flywheel/models/gcp_creds.py +31 -53
  207. flywheel/models/gcp_storage.py +19 -33
  208. flywheel/models/gear.py +52 -88
  209. flywheel/models/gear_config.py +1 -3
  210. flywheel/models/gear_context_input.py +4 -8
  211. flywheel/models/gear_context_value_output.py +16 -28
  212. flywheel/models/gear_context_value_output_unfound.py +4 -8
  213. flywheel/models/gear_custom.py +1 -3
  214. flywheel/models/gear_directive.py +1 -3
  215. flywheel/models/gear_document.py +22 -38
  216. flywheel/models/gear_document_input.py +19 -33
  217. flywheel/models/gear_document_legacy_input.py +19 -33
  218. flywheel/models/gear_environment.py +1 -3
  219. flywheel/models/gear_exchange.py +10 -18
  220. flywheel/models/gear_file_input.py +7 -13
  221. flywheel/models/gear_id_output.py +4 -8
  222. flywheel/models/gear_info.py +13 -23
  223. flywheel/models/gear_input_item.py +10 -18
  224. flywheel/models/gear_inputs.py +1 -3
  225. flywheel/models/gear_key_input.py +7 -13
  226. flywheel/models/gear_manifest.py +55 -93
  227. flywheel/models/gear_node.py +25 -43
  228. flywheel/models/gear_output_configuration.py +4 -8
  229. flywheel/models/gear_permissions.py +7 -13
  230. flywheel/models/gear_permissions_input.py +4 -8
  231. flywheel/models/gear_rule.py +61 -103
  232. flywheel/models/gear_rule_condition.py +10 -18
  233. flywheel/models/gear_rule_input.py +46 -78
  234. flywheel/models/gear_rule_modify_input.py +43 -73
  235. flywheel/models/gear_rule_output.py +61 -103
  236. flywheel/models/gear_save_submission.py +10 -18
  237. flywheel/models/gear_series.py +19 -33
  238. flywheel/models/gear_series_update.py +4 -8
  239. flywheel/models/gear_suggestion_output.py +19 -33
  240. flywheel/models/gear_ticket.py +13 -23
  241. flywheel/models/gear_ticket_output.py +4 -8
  242. flywheel/models/graph_filter.py +22 -38
  243. flywheel/models/group_by.py +4 -8
  244. flywheel/models/group_input.py +13 -23
  245. flywheel/models/group_output.py +37 -63
  246. flywheel/models/group_report.py +10 -18
  247. flywheel/models/group_role.py +4 -8
  248. flywheel/models/group_settings_output.py +13 -23
  249. flywheel/models/group_update.py +13 -23
  250. flywheel/models/hierarchy_export_templates.py +16 -28
  251. flywheel/models/http_validation_error.py +4 -8
  252. flywheel/models/info.py +10 -18
  253. flywheel/models/ingress_provider.py +19 -33
  254. flywheel/models/ingress_providers.py +16 -28
  255. flywheel/models/ingress_site_settings.py +16 -28
  256. flywheel/models/ingress_update_provider.py +10 -18
  257. flywheel/models/inline_response200.py +4 -8
  258. flywheel/models/inline_response2001.py +4 -8
  259. flywheel/models/inline_response2002.py +4 -8
  260. flywheel/models/input_filter.py +10 -18
  261. flywheel/models/input_job.py +43 -73
  262. flywheel/models/input_job_profile.py +16 -28
  263. flywheel/models/inserted_id.py +4 -8
  264. flywheel/models/job.py +76 -128
  265. flywheel/models/job_analysis_input.py +16 -28
  266. flywheel/models/job_ask.py +19 -33
  267. flywheel/models/job_ask_response.py +7 -13
  268. flywheel/models/job_ask_response_job.py +94 -158
  269. flywheel/models/job_ask_return_criteria.py +13 -23
  270. flywheel/models/job_ask_state_response.py +4 -8
  271. flywheel/models/job_complete.py +10 -18
  272. flywheel/models/job_config.py +1 -3
  273. flywheel/models/job_config_input.py +16 -28
  274. flywheel/models/job_destination.py +7 -13
  275. flywheel/models/job_detail.py +88 -148
  276. flywheel/models/job_detail_container.py +7 -13
  277. flywheel/models/job_detail_file_entry.py +7 -13
  278. flywheel/models/job_detail_group.py +7 -13
  279. flywheel/models/job_detail_parent_info.py +19 -33
  280. flywheel/models/job_executor_info.py +25 -43
  281. flywheel/models/job_file_input.py +13 -23
  282. flywheel/models/job_file_input_list_output.py +13 -23
  283. flywheel/models/job_file_object.py +34 -58
  284. flywheel/models/job_file_object_list_output.py +31 -53
  285. flywheel/models/job_inputs_array_item.py +19 -33
  286. flywheel/models/job_inputs_item.py +13 -23
  287. flywheel/models/job_inputs_object.py +1 -3
  288. flywheel/models/job_list_output.py +94 -158
  289. flywheel/models/job_list_output_config.py +10 -18
  290. flywheel/models/job_log.py +7 -13
  291. flywheel/models/job_log_record.py +7 -13
  292. flywheel/models/job_modify.py +7 -13
  293. flywheel/models/job_origin.py +7 -13
  294. flywheel/models/job_output.py +97 -163
  295. flywheel/models/job_output_config.py +13 -23
  296. flywheel/models/job_parents.py +19 -33
  297. flywheel/models/job_priority_update.py +7 -13
  298. flywheel/models/job_profile.py +31 -53
  299. flywheel/models/job_request.py +10 -18
  300. flywheel/models/job_request_item.py +13 -23
  301. flywheel/models/job_request_target.py +16 -28
  302. flywheel/models/job_ticket_output.py +4 -8
  303. flywheel/models/job_transition_times.py +13 -23
  304. flywheel/models/job_version_info.py +1 -3
  305. flywheel/models/jobs_by_state.py +16 -28
  306. flywheel/models/jobs_list.py +4 -8
  307. flywheel/models/join_origin_device.py +4 -8
  308. flywheel/models/join_origin_job.py +10 -18
  309. flywheel/models/join_origin_user.py +7 -13
  310. flywheel/models/join_origins.py +10 -18
  311. flywheel/models/jupyterhub_workspace.py +4 -8
  312. flywheel/models/jupyterlab_server_modify.py +16 -28
  313. flywheel/models/jupyterlab_server_response.py +31 -53
  314. flywheel/models/ldap_sync_config.py +4 -8
  315. flywheel/models/ldap_sync_status.py +13 -23
  316. flywheel/models/legacy_api_key_output.py +16 -28
  317. flywheel/models/legacy_input.py +13 -23
  318. flywheel/models/legacy_usage_report.py +19 -33
  319. flywheel/models/legacys_usage_project_entry.py +7 -13
  320. flywheel/models/libs_viewer_config_models_viewer_config.py +7 -13
  321. flywheel/models/local_storage.py +10 -18
  322. flywheel/models/location.py +7 -13
  323. flywheel/models/locked.py +10 -18
  324. flywheel/models/master_subject_code_dob_input.py +16 -28
  325. flywheel/models/master_subject_code_input.py +16 -28
  326. flywheel/models/master_subject_code_output.py +4 -8
  327. flywheel/models/matched_acquisition_output.py +43 -73
  328. flywheel/models/measurement_config.py +10 -18
  329. flywheel/models/measurement_item_config.py +10 -18
  330. flywheel/models/mfa_settings.py +4 -8
  331. flywheel/models/ml_set_filter.py +7 -13
  332. flywheel/models/modality.py +13 -23
  333. flywheel/models/modality_input.py +13 -23
  334. flywheel/models/modality_modify.py +10 -18
  335. flywheel/models/modality_output.py +16 -28
  336. flywheel/models/modified_result.py +7 -13
  337. flywheel/models/modify_user_input.py +37 -63
  338. flywheel/models/move_conflict.py +19 -33
  339. flywheel/models/note.py +28 -48
  340. flywheel/models/note_input.py +4 -8
  341. flywheel/models/origin.py +7 -13
  342. flywheel/models/orphaned_count.py +4 -8
  343. flywheel/models/output_user_page.py +10 -18
  344. flywheel/models/packfile_cleanup_output.py +4 -8
  345. flywheel/models/packfile_removed_output.py +7 -13
  346. flywheel/models/page.py +10 -18
  347. flywheel/models/page_generic_file_output.py +10 -18
  348. flywheel/models/page_generic_filter.py +10 -18
  349. flywheel/models/page_generic_form_response_output.py +10 -18
  350. flywheel/models/page_generic_protocol.py +13 -23
  351. flywheel/models/page_generic_reader_task_output.py +13 -23
  352. flywheel/models/page_generic_staffing_pool.py +13 -23
  353. flywheel/models/parsed_query_response.py +7 -13
  354. flywheel/models/premade_jobs_batch_job_output.py +19 -33
  355. flywheel/models/premade_jobs_batch_job_output_inflated_jobs.py +19 -33
  356. flywheel/models/premade_jobs_batch_proposal.py +22 -38
  357. flywheel/models/premade_jobs_batch_proposal_detail.py +4 -8
  358. flywheel/models/premade_jobs_batch_proposal_input.py +4 -8
  359. flywheel/models/project_aet.py +22 -38
  360. flywheel/models/project_aet_input.py +13 -23
  361. flywheel/models/project_contact.py +7 -13
  362. flywheel/models/project_copy_input.py +13 -23
  363. flywheel/models/project_copy_output.py +10 -18
  364. flywheel/models/project_counters.py +28 -48
  365. flywheel/models/project_delete_status_output.py +7 -13
  366. flywheel/models/project_group_info.py +7 -13
  367. flywheel/models/project_hierarchy_input.py +16 -28
  368. flywheel/models/project_hierarchy_output.py +10 -18
  369. flywheel/models/project_input.py +28 -48
  370. flywheel/models/project_institution.py +7 -13
  371. flywheel/models/project_list_output.py +94 -158
  372. flywheel/models/project_modify.py +37 -63
  373. flywheel/models/project_output.py +94 -158
  374. flywheel/models/project_parents.py +4 -8
  375. flywheel/models/project_report.py +37 -63
  376. flywheel/models/project_report_list.py +4 -8
  377. flywheel/models/project_settings_input.py +22 -38
  378. flywheel/models/project_settings_output.py +22 -38
  379. flywheel/models/project_settings_sharing.py +22 -38
  380. flywheel/models/project_settings_sharing_input.py +22 -38
  381. flywheel/models/project_settings_workspaces.py +4 -8
  382. flywheel/models/project_settings_workspaces_input.py +4 -8
  383. flywheel/models/project_stats.py +16 -28
  384. flywheel/models/project_template.py +7 -13
  385. flywheel/models/project_template_input.py +7 -13
  386. flywheel/models/project_template_list_input.py +4 -8
  387. flywheel/models/protocol.py +46 -78
  388. flywheel/models/protocol_e_signature_config.py +7 -13
  389. flywheel/models/protocol_input.py +25 -43
  390. flywheel/models/protocol_modify.py +16 -28
  391. flywheel/models/provider.py +37 -63
  392. flywheel/models/provider_deletion_status.py +7 -13
  393. flywheel/models/provider_links.py +16 -28
  394. flywheel/models/providers.py +16 -28
  395. flywheel/models/reader_batch_create.py +37 -63
  396. flywheel/models/reader_task.py +67 -113
  397. flywheel/models/reader_task_config.py +10 -18
  398. flywheel/models/reader_task_create.py +46 -78
  399. flywheel/models/reader_task_modify.py +19 -33
  400. flywheel/models/reader_task_output.py +70 -118
  401. flywheel/models/reader_task_parent_details.py +22 -38
  402. flywheel/models/report_access_log_context.py +19 -33
  403. flywheel/models/report_access_log_context_entry.py +7 -13
  404. flywheel/models/report_access_log_context_file_entry.py +4 -8
  405. flywheel/models/report_access_log_entry.py +52 -88
  406. flywheel/models/report_access_log_origin.py +7 -13
  407. flywheel/models/report_availability_list.py +4 -8
  408. flywheel/models/report_daily_usage_entry.py +40 -68
  409. flywheel/models/report_ethnicity_grid.py +13 -23
  410. flywheel/models/report_gender_count.py +10 -18
  411. flywheel/models/report_group_report.py +10 -18
  412. flywheel/models/report_site.py +7 -13
  413. flywheel/models/report_time_period.py +7 -13
  414. flywheel/models/report_usage.py +52 -88
  415. flywheel/models/resolve_input.py +4 -8
  416. flywheel/models/resolve_output.py +7 -13
  417. flywheel/models/resolver_node.py +4 -8
  418. flywheel/models/role_input.py +7 -13
  419. flywheel/models/role_output.py +16 -28
  420. flywheel/models/role_permission.py +7 -13
  421. flywheel/models/role_permission_output.py +7 -13
  422. flywheel/models/role_permission_update.py +4 -8
  423. flywheel/models/role_update.py +7 -13
  424. flywheel/models/roles_role_assignment.py +7 -13
  425. flywheel/models/rule.py +37 -63
  426. flywheel/models/rule_any.py +10 -18
  427. flywheel/models/s3_compat_storage.py +28 -48
  428. flywheel/models/save_search.py +19 -33
  429. flywheel/models/save_search_input.py +10 -18
  430. flywheel/models/save_search_output.py +19 -33
  431. flywheel/models/save_search_page.py +10 -18
  432. flywheel/models/save_search_parent.py +7 -13
  433. flywheel/models/save_search_update.py +7 -13
  434. flywheel/models/search_acquisition_response.py +13 -23
  435. flywheel/models/search_analysis_response.py +13 -23
  436. flywheel/models/search_collection_response.py +13 -23
  437. flywheel/models/search_file_response.py +19 -33
  438. flywheel/models/search_group_response.py +7 -13
  439. flywheel/models/search_parent_response.py +7 -13
  440. flywheel/models/search_parse_error.py +13 -23
  441. flywheel/models/search_project_response.py +7 -13
  442. flywheel/models/search_query.py +22 -38
  443. flywheel/models/search_response.py +34 -58
  444. flywheel/models/search_session_response.py +13 -23
  445. flywheel/models/search_status.py +4 -8
  446. flywheel/models/search_subject_response.py +10 -18
  447. flywheel/models/select_item.py +7 -13
  448. flywheel/models/server_state.py +19 -33
  449. flywheel/models/service_aet.py +19 -33
  450. flywheel/models/service_aet_input.py +16 -28
  451. flywheel/models/session_copy_input.py +13 -23
  452. flywheel/models/session_embedded_subject.py +19 -33
  453. flywheel/models/session_input.py +34 -58
  454. flywheel/models/session_list_output.py +85 -143
  455. flywheel/models/session_modify.py +37 -63
  456. flywheel/models/session_output.py +85 -143
  457. flywheel/models/session_parents.py +10 -18
  458. flywheel/models/session_template_options.py +10 -18
  459. flywheel/models/session_template_recalc_output.py +4 -8
  460. flywheel/models/session_upsert_input.py +37 -63
  461. flywheel/models/session_upsert_output.py +13 -23
  462. flywheel/models/sharing_filter_options.py +25 -43
  463. flywheel/models/signed_fs_upload_output.py +7 -13
  464. flywheel/models/signed_url_cleanup_input.py +7 -13
  465. flywheel/models/signed_url_upload_input.py +7 -13
  466. flywheel/models/signed_url_upload_output.py +25 -43
  467. flywheel/models/site.py +55 -93
  468. flywheel/models/site_report.py +7 -13
  469. flywheel/models/site_settings.py +28 -48
  470. flywheel/models/sort.py +7 -13
  471. flywheel/models/staffing_pool.py +22 -38
  472. flywheel/models/staffing_pool_create.py +10 -18
  473. flywheel/models/staffing_pool_list.py +4 -8
  474. flywheel/models/staffing_pool_modify.py +10 -18
  475. flywheel/models/static_compute.py +10 -18
  476. flywheel/models/status_transitions.py +13 -23
  477. flywheel/models/storage_strategy_config.py +7 -13
  478. flywheel/models/structured_query.py +4 -8
  479. flywheel/models/structured_query_suggestions.py +7 -13
  480. flywheel/models/structured_query_value_suggestion.py +13 -23
  481. flywheel/models/subject_copy_input.py +10 -18
  482. flywheel/models/subject_input.py +55 -93
  483. flywheel/models/subject_modify.py +61 -103
  484. flywheel/models/subject_output.py +97 -163
  485. flywheel/models/subject_output_for_list.py +97 -163
  486. flywheel/models/subject_parents.py +7 -13
  487. flywheel/models/subject_role_permission.py +7 -13
  488. flywheel/models/subject_template_options.py +7 -13
  489. flywheel/models/subject_upsert_input.py +49 -83
  490. flywheel/models/subject_upsert_output.py +10 -18
  491. flywheel/models/sync_user_input.py +22 -38
  492. flywheel/models/tag.py +4 -8
  493. flywheel/models/task_assign.py +7 -13
  494. flywheel/models/task_parent_ref.py +13 -23
  495. flywheel/models/task_parent_ref_input.py +10 -18
  496. flywheel/models/task_submission.py +7 -13
  497. flywheel/models/toolbar_config.py +4 -8
  498. flywheel/models/transitions.py +16 -28
  499. flywheel/models/tree_container_request_spec.py +16 -28
  500. flywheel/models/tree_graph.py +1 -3
  501. flywheel/models/tree_graph_connection.py +13 -23
  502. flywheel/models/tree_graph_connections.py +1 -3
  503. flywheel/models/tree_graph_node.py +4 -8
  504. flywheel/models/tree_response_item.py +1 -3
  505. flywheel/models/uid_check_input_acquisitions.py +13 -23
  506. flywheel/models/uid_check_input_sessions.py +13 -23
  507. flywheel/models/uid_check_output.py +7 -13
  508. flywheel/models/upload_ticket_output.py +10 -18
  509. flywheel/models/upload_token_output.py +4 -8
  510. flywheel/models/user.py +67 -113
  511. flywheel/models/user_api_key.py +10 -18
  512. flywheel/models/user_input.py +37 -63
  513. flywheel/models/user_jobs.py +10 -18
  514. flywheel/models/user_output_id.py +4 -8
  515. flywheel/models/user_preferences.py +1 -3
  516. flywheel/models/user_wechat.py +1 -3
  517. flywheel/models/validation_error.py +10 -18
  518. flywheel/models/validation_rule.py +7 -13
  519. flywheel/models/version.py +25 -43
  520. flywheel/models/view_id_output.py +4 -8
  521. flywheel/models/view_output.py +34 -58
  522. flywheel/models/viewer_app.py +28 -48
  523. flywheel/models/viewer_app_input.py +28 -48
  524. flywheel/models/virus_scan.py +4 -8
  525. flywheel/models/work_in_progress_features.py +1 -3
  526. flywheel/models/zipfile_info.py +7 -13
  527. flywheel/models/zipfile_member_info.py +13 -23
  528. {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/METADATA +1 -1
  529. flywheel_sdk-21.4.0rc0.dist-info/RECORD +778 -0
  530. flywheel_sdk-21.4.0.dist-info/RECORD +0 -778
  531. {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/WHEEL +0 -0
  532. {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/licenses/LICENSE.txt +0 -0
flywheel/api/users_api.py CHANGED
@@ -30,11 +30,9 @@ class UsersApi(object):
30
30
  Add a new user
31
31
  This method makes a synchronous HTTP request by default.
32
32
 
33
- :param body:
34
- :type body: UserInput
35
- :param async_: Perform the request asynchronously
36
- :type async_: bool, optional
37
- :rtype: UserOutputId
33
+ :param UserInput body: (required)
34
+ :param bool async_: Perform the request asynchronously
35
+ :return: UserOutputId
38
36
  """
39
37
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
40
38
  kwargs['_return_http_data_only'] = True
@@ -58,11 +56,9 @@ class UsersApi(object):
58
56
  Add a new user
59
57
  This method makes a synchronous HTTP request by default.
60
58
 
61
- :param body:
62
- :type body: UserInput
63
- :param async_: Perform the request asynchronously
64
- :type async_: bool, optional
65
- :rtype: UserOutputId
59
+ :param UserInput body: (required)
60
+ :param bool async_: Perform the request asynchronously
61
+ :return: UserOutputId
66
62
  """
67
63
 
68
64
  all_params = ['body',] # noqa: E501
@@ -142,11 +138,9 @@ class UsersApi(object):
142
138
  Delete a user
143
139
  This method makes a synchronous HTTP request by default.
144
140
 
145
- :param user_id:
146
- :type user_id: str
147
- :param async_: Perform the request asynchronously
148
- :type async_: bool, optional
149
- :rtype: None
141
+ :param str user_id: (required)
142
+ :param bool async_: Perform the request asynchronously
143
+ :return: None
150
144
  """
151
145
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
152
146
  kwargs['_return_http_data_only'] = True
@@ -170,11 +164,9 @@ class UsersApi(object):
170
164
  Delete a user
171
165
  This method makes a synchronous HTTP request by default.
172
166
 
173
- :param user_id:
174
- :type user_id: str
175
- :param async_: Perform the request asynchronously
176
- :type async_: bool, optional
177
- :rtype: None
167
+ :param str user_id: (required)
168
+ :param bool async_: Perform the request asynchronously
169
+ :return: None
178
170
  """
179
171
 
180
172
  all_params = ['user_id',] # noqa: E501
@@ -242,11 +234,9 @@ class UsersApi(object):
242
234
 
243
235
  This method makes a synchronous HTTP request by default.
244
236
 
245
- :param id_:
246
- :type id_: str
247
- :param async_: Perform the request asynchronously
248
- :type async_: bool, optional
249
- :rtype: None
237
+ :param str id_: (required)
238
+ :param bool async_: Perform the request asynchronously
239
+ :return: None
250
240
  """
251
241
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
252
242
  kwargs['_return_http_data_only'] = True
@@ -269,11 +259,9 @@ class UsersApi(object):
269
259
 
270
260
  This method makes a synchronous HTTP request by default.
271
261
 
272
- :param id_:
273
- :type id_: str
274
- :param async_: Perform the request asynchronously
275
- :type async_: bool, optional
276
- :rtype: None
262
+ :param str id_: (required)
263
+ :param bool async_: Perform the request asynchronously
264
+ :return: None
277
265
  """
278
266
 
279
267
  all_params = ['id_',] # noqa: E501
@@ -342,11 +330,9 @@ class UsersApi(object):
342
330
  Generate user api key for the current user.
343
331
  This method makes a synchronous HTTP request by default.
344
332
 
345
- :param body:
346
- :type body: CoreModelsApiKeyApiKeyInput
347
- :param async_: Perform the request asynchronously
348
- :type async_: bool, optional
349
- :rtype: ApiKeyOutput
333
+ :param CoreModelsApiKeyApiKeyInput body: (required)
334
+ :param bool async_: Perform the request asynchronously
335
+ :return: ApiKeyOutput
350
336
  """
351
337
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
352
338
  kwargs['_return_http_data_only'] = True
@@ -370,11 +356,9 @@ class UsersApi(object):
370
356
  Generate user api key for the current user.
371
357
  This method makes a synchronous HTTP request by default.
372
358
 
373
- :param body:
374
- :type body: CoreModelsApiKeyApiKeyInput
375
- :param async_: Perform the request asynchronously
376
- :type async_: bool, optional
377
- :rtype: ApiKeyOutput
359
+ :param CoreModelsApiKeyApiKeyInput body: (required)
360
+ :param bool async_: Perform the request asynchronously
361
+ :return: ApiKeyOutput
378
362
  """
379
363
 
380
364
  all_params = ['body',] # noqa: E501
@@ -454,23 +438,15 @@ class UsersApi(object):
454
438
  Gets all users with pagination Args:
455
439
  This method makes a synchronous HTTP request by default.
456
440
 
457
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
458
- :type filter: str, optional
459
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
460
- :type sort: str, optional
461
- :param limit: The maximum number of entries to return.
462
- :type limit: int, optional
463
- :param skip: The number of entries to skip., defaults to 0
464
- :type skip: int, optional
465
- :param page: The page number (i.e. skip limit*page entries)
466
- :type page: int, optional
467
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
468
- :type after_id: str, optional
469
- :param x_accept_feature:, defaults to []
470
- :type x_accept_feature: list[str], optional
471
- :param async_: Perform the request asynchronously
472
- :type async_: bool, optional
473
- :rtype: union[list[UserOutput],OutputUserPage]
441
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
442
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
443
+ :param int limit: The maximum number of entries to return.
444
+ :param int skip: The number of entries to skip.
445
+ :param int page: The page number (i.e. skip limit*page entries)
446
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
447
+ :param list[str] x_accept_feature:
448
+ :param bool async_: Perform the request asynchronously
449
+ :return: union[list[UserOutput],OutputUserPage]
474
450
  """
475
451
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
476
452
  kwargs['_return_http_data_only'] = True
@@ -494,23 +470,15 @@ class UsersApi(object):
494
470
  Gets all users with pagination Args:
495
471
  This method makes a synchronous HTTP request by default.
496
472
 
497
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
498
- :type filter: str, optional
499
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
500
- :type sort: str, optional
501
- :param limit: The maximum number of entries to return.
502
- :type limit: int, optional
503
- :param skip: The number of entries to skip., defaults to 0
504
- :type skip: int, optional
505
- :param page: The page number (i.e. skip limit*page entries)
506
- :type page: int, optional
507
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
508
- :type after_id: str, optional
509
- :param x_accept_feature:, defaults to []
510
- :type x_accept_feature: list[str], optional
511
- :param async_: Perform the request asynchronously
512
- :type async_: bool, optional
513
- :rtype: union[list[UserOutput],OutputUserPage]
473
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
474
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
475
+ :param int limit: The maximum number of entries to return.
476
+ :param int skip: The number of entries to skip.
477
+ :param int page: The page number (i.e. skip limit*page entries)
478
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
479
+ :param list[str] x_accept_feature:
480
+ :param bool async_: Perform the request asynchronously
481
+ :return: union[list[UserOutput],OutputUserPage]
514
482
  """
515
483
 
516
484
  all_params = ['filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -588,9 +556,8 @@ class UsersApi(object):
588
556
  Gets the current user Args: auth_session (AuthSession): session from incoming request Returns: CurrentUserOutput: Pydantic model for client side user data
589
557
  This method makes a synchronous HTTP request by default.
590
558
 
591
- :param async_: Perform the request asynchronously
592
- :type async_: bool, optional
593
- :rtype: CurrentUserOutput
559
+ :param bool async_: Perform the request asynchronously
560
+ :return: CurrentUserOutput
594
561
  """
595
562
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
596
563
  kwargs['_return_http_data_only'] = True
@@ -614,9 +581,8 @@ class UsersApi(object):
614
581
  Gets the current user Args: auth_session (AuthSession): session from incoming request Returns: CurrentUserOutput: Pydantic model for client side user data
615
582
  This method makes a synchronous HTTP request by default.
616
583
 
617
- :param async_: Perform the request asynchronously
618
- :type async_: bool, optional
619
- :rtype: CurrentUserOutput
584
+ :param bool async_: Perform the request asynchronously
585
+ :return: CurrentUserOutput
620
586
  """
621
587
 
622
588
  all_params = [] # noqa: E501
@@ -679,11 +645,9 @@ class UsersApi(object):
679
645
  Gets avatar of current user Args: auth_session (AuthSession): session from incoming request Returns: str: url of avatar
680
646
  This method makes a synchronous HTTP request by default.
681
647
 
682
- :param default:
683
- :type default: str, optional
684
- :param async_: Perform the request asynchronously
685
- :type async_: bool, optional
686
- :rtype: None
648
+ :param str default:
649
+ :param bool async_: Perform the request asynchronously
650
+ :return: None
687
651
  """
688
652
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
689
653
  kwargs['_return_http_data_only'] = True
@@ -707,11 +671,9 @@ class UsersApi(object):
707
671
  Gets avatar of current user Args: auth_session (AuthSession): session from incoming request Returns: str: url of avatar
708
672
  This method makes a synchronous HTTP request by default.
709
673
 
710
- :param default:
711
- :type default: str, optional
712
- :param async_: Perform the request asynchronously
713
- :type async_: bool, optional
714
- :rtype: None
674
+ :param str default:
675
+ :param bool async_: Perform the request asynchronously
676
+ :return: None
715
677
  """
716
678
 
717
679
  all_params = ['default',] # noqa: E501
@@ -776,11 +738,9 @@ class UsersApi(object):
776
738
  Gets user info fields. Args: fields (str): csv of arbitrary keys to look for in user info auth_session (AuthSession): session from incoming request Returns: dict: arbitrary data matching the provided csv values
777
739
  This method makes a synchronous HTTP request by default.
778
740
 
779
- :param fields: Get only the specified fields from user's info. Accept multiple fields separated by comma.
780
- :type fields: str, optional
781
- :param async_: Perform the request asynchronously
782
- :type async_: bool, optional
783
- :rtype: object
741
+ :param str fields: Get only the specified fields from user's info. Accept multiple fields separated by comma.
742
+ :param bool async_: Perform the request asynchronously
743
+ :return: object
784
744
  """
785
745
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
786
746
  kwargs['_return_http_data_only'] = True
@@ -804,11 +764,9 @@ class UsersApi(object):
804
764
  Gets user info fields. Args: fields (str): csv of arbitrary keys to look for in user info auth_session (AuthSession): session from incoming request Returns: dict: arbitrary data matching the provided csv values
805
765
  This method makes a synchronous HTTP request by default.
806
766
 
807
- :param fields: Get only the specified fields from user's info. Accept multiple fields separated by comma.
808
- :type fields: str, optional
809
- :param async_: Perform the request asynchronously
810
- :type async_: bool, optional
811
- :rtype: object
767
+ :param str fields: Get only the specified fields from user's info. Accept multiple fields separated by comma.
768
+ :param bool async_: Perform the request asynchronously
769
+ :return: object
812
770
  """
813
771
 
814
772
  all_params = ['fields',] # noqa: E501
@@ -873,27 +831,17 @@ class UsersApi(object):
873
831
  Gets jobs assigned to user with optional gear name regex Args: gear_name (str): name of gear to filter by auth_session (AuthSession): session from incoming request Returns: list: List of jobs linked to the user
874
832
  This method makes a synchronous HTTP request by default.
875
833
 
876
- :param gear: Gear name. Get only the jobs which are related to a specific gear.
877
- :type gear: str, optional
878
- :param exhaustive:, defaults to false
879
- :type exhaustive: bool, optional
880
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
881
- :type filter: str, optional
882
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
883
- :type sort: str, optional
884
- :param limit: The maximum number of entries to return.
885
- :type limit: int, optional
886
- :param skip: The number of entries to skip., defaults to 0
887
- :type skip: int, optional
888
- :param page: The page number (i.e. skip limit*page entries)
889
- :type page: int, optional
890
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
891
- :type after_id: str, optional
892
- :param x_accept_feature:, defaults to []
893
- :type x_accept_feature: list[str], optional
894
- :param async_: Perform the request asynchronously
895
- :type async_: bool, optional
896
- :rtype: UserJobs
834
+ :param str gear: Gear name. Get only the jobs which are related to a specific gear.
835
+ :param bool exhaustive:
836
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
837
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
838
+ :param int limit: The maximum number of entries to return.
839
+ :param int skip: The number of entries to skip.
840
+ :param int page: The page number (i.e. skip limit*page entries)
841
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
842
+ :param list[str] x_accept_feature:
843
+ :param bool async_: Perform the request asynchronously
844
+ :return: UserJobs
897
845
  """
898
846
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
899
847
  kwargs['_return_http_data_only'] = True
@@ -917,27 +865,17 @@ class UsersApi(object):
917
865
  Gets jobs assigned to user with optional gear name regex Args: gear_name (str): name of gear to filter by auth_session (AuthSession): session from incoming request Returns: list: List of jobs linked to the user
918
866
  This method makes a synchronous HTTP request by default.
919
867
 
920
- :param gear: Gear name. Get only the jobs which are related to a specific gear.
921
- :type gear: str, optional
922
- :param exhaustive:, defaults to false
923
- :type exhaustive: bool, optional
924
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
925
- :type filter: str, optional
926
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
927
- :type sort: str, optional
928
- :param limit: The maximum number of entries to return.
929
- :type limit: int, optional
930
- :param skip: The number of entries to skip., defaults to 0
931
- :type skip: int, optional
932
- :param page: The page number (i.e. skip limit*page entries)
933
- :type page: int, optional
934
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
935
- :type after_id: str, optional
936
- :param x_accept_feature:, defaults to []
937
- :type x_accept_feature: list[str], optional
938
- :param async_: Perform the request asynchronously
939
- :type async_: bool, optional
940
- :rtype: UserJobs
868
+ :param str gear: Gear name. Get only the jobs which are related to a specific gear.
869
+ :param bool exhaustive:
870
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
871
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
872
+ :param int limit: The maximum number of entries to return.
873
+ :param int skip: The number of entries to skip.
874
+ :param int page: The page number (i.e. skip limit*page entries)
875
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
876
+ :param list[str] x_accept_feature:
877
+ :param bool async_: Perform the request asynchronously
878
+ :return: UserJobs
941
879
  """
942
880
 
943
881
  all_params = ['gear','exhaustive','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -1019,13 +957,10 @@ class UsersApi(object):
1019
957
  Get user by id Args: uid (str): string matching uid pattern Returns: UserOutput: Pydantic model for sending data to client
1020
958
  This method makes a synchronous HTTP request by default.
1021
959
 
1022
- :param user_id:
1023
- :type user_id: str
1024
- :param include_deleted:, defaults to false
1025
- :type include_deleted: bool, optional
1026
- :param async_: Perform the request asynchronously
1027
- :type async_: bool, optional
1028
- :rtype: UserOutput
960
+ :param str user_id: (required)
961
+ :param bool include_deleted:
962
+ :param bool async_: Perform the request asynchronously
963
+ :return: UserOutput
1029
964
  """
1030
965
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1031
966
  kwargs['_return_http_data_only'] = True
@@ -1049,13 +984,10 @@ class UsersApi(object):
1049
984
  Get user by id Args: uid (str): string matching uid pattern Returns: UserOutput: Pydantic model for sending data to client
1050
985
  This method makes a synchronous HTTP request by default.
1051
986
 
1052
- :param user_id:
1053
- :type user_id: str
1054
- :param include_deleted:, defaults to false
1055
- :type include_deleted: bool, optional
1056
- :param async_: Perform the request asynchronously
1057
- :type async_: bool, optional
1058
- :rtype: UserOutput
987
+ :param str user_id: (required)
988
+ :param bool include_deleted:
989
+ :param bool async_: Perform the request asynchronously
990
+ :return: UserOutput
1059
991
  """
1060
992
 
1061
993
  all_params = ['user_id','include_deleted',] # noqa: E501
@@ -1126,27 +1058,17 @@ class UsersApi(object):
1126
1058
  Get all acquisitions that belong to the given user.
1127
1059
  This method makes a synchronous HTTP request by default.
1128
1060
 
1129
- :param uid:
1130
- :type uid: str
1131
- :param exhaustive: Set to return a complete list regardless of permissions
1132
- :type exhaustive: bool, optional
1133
- :param include_all_info: Include all info in returned objects, defaults to false
1134
- :type include_all_info: bool, optional
1135
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1136
- :type filter: str, optional
1137
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1138
- :type sort: str, optional
1139
- :param limit: The maximum number of entries to return.
1140
- :type limit: int, optional
1141
- :param skip: The number of entries to skip., defaults to 0
1142
- :type skip: int, optional
1143
- :param page: The page number (i.e. skip limit*page entries)
1144
- :type page: int, optional
1145
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1146
- :type after_id: str, optional
1147
- :param async_: Perform the request asynchronously
1148
- :type async_: bool, optional
1149
- :rtype: list[AcquisitionListOutput]
1061
+ :param str uid: (required)
1062
+ :param bool exhaustive: Set to return a complete list regardless of permissions
1063
+ :param bool include_all_info: Include all info in returned objects
1064
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1065
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1066
+ :param int limit: The maximum number of entries to return.
1067
+ :param int skip: The number of entries to skip.
1068
+ :param int page: The page number (i.e. skip limit*page entries)
1069
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1070
+ :param bool async_: Perform the request asynchronously
1071
+ :return: list[AcquisitionListOutput]
1150
1072
  """
1151
1073
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1152
1074
  kwargs['_return_http_data_only'] = True
@@ -1170,27 +1092,17 @@ class UsersApi(object):
1170
1092
  Get all acquisitions that belong to the given user.
1171
1093
  This method makes a synchronous HTTP request by default.
1172
1094
 
1173
- :param uid:
1174
- :type uid: str
1175
- :param exhaustive: Set to return a complete list regardless of permissions
1176
- :type exhaustive: bool, optional
1177
- :param include_all_info: Include all info in returned objects, defaults to false
1178
- :type include_all_info: bool, optional
1179
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1180
- :type filter: str, optional
1181
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1182
- :type sort: str, optional
1183
- :param limit: The maximum number of entries to return.
1184
- :type limit: int, optional
1185
- :param skip: The number of entries to skip., defaults to 0
1186
- :type skip: int, optional
1187
- :param page: The page number (i.e. skip limit*page entries)
1188
- :type page: int, optional
1189
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1190
- :type after_id: str, optional
1191
- :param async_: Perform the request asynchronously
1192
- :type async_: bool, optional
1193
- :rtype: list[AcquisitionListOutput]
1095
+ :param str uid: (required)
1096
+ :param bool exhaustive: Set to return a complete list regardless of permissions
1097
+ :param bool include_all_info: Include all info in returned objects
1098
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1099
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1100
+ :param int limit: The maximum number of entries to return.
1101
+ :param int skip: The number of entries to skip.
1102
+ :param int page: The page number (i.e. skip limit*page entries)
1103
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1104
+ :param bool async_: Perform the request asynchronously
1105
+ :return: list[AcquisitionListOutput]
1194
1106
  """
1195
1107
 
1196
1108
  all_params = ['uid','exhaustive','include_all_info','filter','sort','limit','skip','page','after_id',] # noqa: E501
@@ -1275,13 +1187,10 @@ class UsersApi(object):
1275
1187
  gets avatar of user and redirects to it Args: user_id (str): user id matching user_id regex Returns: RedirectResponse: redirects user to avatar Raises (ResourceNotFound): Raises 404 if no user avatar
1276
1188
  This method makes a synchronous HTTP request by default.
1277
1189
 
1278
- :param user_id:
1279
- :type user_id: str
1280
- :param default:
1281
- :type default: str, optional
1282
- :param async_: Perform the request asynchronously
1283
- :type async_: bool, optional
1284
- :rtype: None
1190
+ :param str user_id: (required)
1191
+ :param str default:
1192
+ :param bool async_: Perform the request asynchronously
1193
+ :return: None
1285
1194
  """
1286
1195
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1287
1196
  kwargs['_return_http_data_only'] = True
@@ -1305,13 +1214,10 @@ class UsersApi(object):
1305
1214
  gets avatar of user and redirects to it Args: user_id (str): user id matching user_id regex Returns: RedirectResponse: redirects user to avatar Raises (ResourceNotFound): Raises 404 if no user avatar
1306
1215
  This method makes a synchronous HTTP request by default.
1307
1216
 
1308
- :param user_id:
1309
- :type user_id: str
1310
- :param default:
1311
- :type default: str, optional
1312
- :param async_: Perform the request asynchronously
1313
- :type async_: bool, optional
1314
- :rtype: None
1217
+ :param str user_id: (required)
1218
+ :param str default:
1219
+ :param bool async_: Perform the request asynchronously
1220
+ :return: None
1315
1221
  """
1316
1222
 
1317
1223
  all_params = ['user_id','default',] # noqa: E501
@@ -1381,25 +1287,16 @@ class UsersApi(object):
1381
1287
 
1382
1288
  This method makes a synchronous HTTP request by default.
1383
1289
 
1384
- :param user_id:
1385
- :type user_id: str
1386
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1387
- :type filter: str, optional
1388
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1389
- :type sort: str, optional
1390
- :param limit: The maximum number of entries to return.
1391
- :type limit: int, optional
1392
- :param skip: The number of entries to skip., defaults to 0
1393
- :type skip: int, optional
1394
- :param page: The page number (i.e. skip limit*page entries)
1395
- :type page: int, optional
1396
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1397
- :type after_id: str, optional
1398
- :param x_accept_feature:, defaults to []
1399
- :type x_accept_feature: list[str], optional
1400
- :param async_: Perform the request asynchronously
1401
- :type async_: bool, optional
1402
- :rtype: union[list[CollectionWithStats],list[CollectionOutput],Page]
1290
+ :param str user_id: (required)
1291
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1292
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1293
+ :param int limit: The maximum number of entries to return.
1294
+ :param int skip: The number of entries to skip.
1295
+ :param int page: The page number (i.e. skip limit*page entries)
1296
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1297
+ :param list[str] x_accept_feature:
1298
+ :param bool async_: Perform the request asynchronously
1299
+ :return: union[list[CollectionWithStats],list[CollectionOutput],Page]
1403
1300
  """
1404
1301
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1405
1302
  kwargs['_return_http_data_only'] = True
@@ -1422,25 +1319,16 @@ class UsersApi(object):
1422
1319
 
1423
1320
  This method makes a synchronous HTTP request by default.
1424
1321
 
1425
- :param user_id:
1426
- :type user_id: str
1427
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1428
- :type filter: str, optional
1429
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1430
- :type sort: str, optional
1431
- :param limit: The maximum number of entries to return.
1432
- :type limit: int, optional
1433
- :param skip: The number of entries to skip., defaults to 0
1434
- :type skip: int, optional
1435
- :param page: The page number (i.e. skip limit*page entries)
1436
- :type page: int, optional
1437
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1438
- :type after_id: str, optional
1439
- :param x_accept_feature:, defaults to []
1440
- :type x_accept_feature: list[str], optional
1441
- :param async_: Perform the request asynchronously
1442
- :type async_: bool, optional
1443
- :rtype: union[list[CollectionWithStats],list[CollectionOutput],Page]
1322
+ :param str user_id: (required)
1323
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1324
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1325
+ :param int limit: The maximum number of entries to return.
1326
+ :param int skip: The number of entries to skip.
1327
+ :param int page: The page number (i.e. skip limit*page entries)
1328
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1329
+ :param list[str] x_accept_feature:
1330
+ :param bool async_: Perform the request asynchronously
1331
+ :return: union[list[CollectionWithStats],list[CollectionOutput],Page]
1444
1332
  """
1445
1333
 
1446
1334
  all_params = ['user_id','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -1523,27 +1411,17 @@ class UsersApi(object):
1523
1411
 
1524
1412
  This method makes a synchronous HTTP request by default.
1525
1413
 
1526
- :param uid:
1527
- :type uid: str
1528
- :param exhaustive: Set to return a complete list regardless of permissions
1529
- :type exhaustive: bool, optional
1530
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1531
- :type filter: str, optional
1532
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1533
- :type sort: str, optional
1534
- :param limit: The maximum number of entries to return.
1535
- :type limit: int, optional
1536
- :param skip: The number of entries to skip., defaults to 0
1537
- :type skip: int, optional
1538
- :param page: The page number (i.e. skip limit*page entries)
1539
- :type page: int, optional
1540
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1541
- :type after_id: str, optional
1542
- :param x_accept_feature: redirect header, defaults to []
1543
- :type x_accept_feature: list[str], optional
1544
- :param async_: Perform the request asynchronously
1545
- :type async_: bool, optional
1546
- :rtype: list[GroupOutput]
1414
+ :param str uid: (required)
1415
+ :param bool exhaustive: Set to return a complete list regardless of permissions
1416
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1417
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1418
+ :param int limit: The maximum number of entries to return.
1419
+ :param int skip: The number of entries to skip.
1420
+ :param int page: The page number (i.e. skip limit*page entries)
1421
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1422
+ :param list[str] x_accept_feature: redirect header
1423
+ :param bool async_: Perform the request asynchronously
1424
+ :return: list[GroupOutput]
1547
1425
  """
1548
1426
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1549
1427
  kwargs['_return_http_data_only'] = True
@@ -1566,27 +1444,17 @@ class UsersApi(object):
1566
1444
 
1567
1445
  This method makes a synchronous HTTP request by default.
1568
1446
 
1569
- :param uid:
1570
- :type uid: str
1571
- :param exhaustive: Set to return a complete list regardless of permissions
1572
- :type exhaustive: bool, optional
1573
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1574
- :type filter: str, optional
1575
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1576
- :type sort: str, optional
1577
- :param limit: The maximum number of entries to return.
1578
- :type limit: int, optional
1579
- :param skip: The number of entries to skip., defaults to 0
1580
- :type skip: int, optional
1581
- :param page: The page number (i.e. skip limit*page entries)
1582
- :type page: int, optional
1583
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1584
- :type after_id: str, optional
1585
- :param x_accept_feature: redirect header, defaults to []
1586
- :type x_accept_feature: list[str], optional
1587
- :param async_: Perform the request asynchronously
1588
- :type async_: bool, optional
1589
- :rtype: list[GroupOutput]
1447
+ :param str uid: (required)
1448
+ :param bool exhaustive: Set to return a complete list regardless of permissions
1449
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1450
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1451
+ :param int limit: The maximum number of entries to return.
1452
+ :param int skip: The number of entries to skip.
1453
+ :param int page: The page number (i.e. skip limit*page entries)
1454
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1455
+ :param list[str] x_accept_feature: redirect header
1456
+ :param bool async_: Perform the request asynchronously
1457
+ :return: list[GroupOutput]
1590
1458
  """
1591
1459
 
1592
1460
  all_params = ['uid','exhaustive','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -1672,27 +1540,17 @@ class UsersApi(object):
1672
1540
  Get all projects that belong to the given user.
1673
1541
  This method makes a synchronous HTTP request by default.
1674
1542
 
1675
- :param uid:
1676
- :type uid: str
1677
- :param exhaustive: Set to return a complete list regardless of permissions
1678
- :type exhaustive: bool, optional
1679
- :param include_all_info: Include all info in returned objects, defaults to false
1680
- :type include_all_info: bool, optional
1681
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1682
- :type filter: str, optional
1683
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1684
- :type sort: str, optional
1685
- :param limit: The maximum number of entries to return.
1686
- :type limit: int, optional
1687
- :param skip: The number of entries to skip., defaults to 0
1688
- :type skip: int, optional
1689
- :param page: The page number (i.e. skip limit*page entries)
1690
- :type page: int, optional
1691
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1692
- :type after_id: str, optional
1693
- :param async_: Perform the request asynchronously
1694
- :type async_: bool, optional
1695
- :rtype: list[ProjectListOutput]
1543
+ :param str uid: (required)
1544
+ :param bool exhaustive: Set to return a complete list regardless of permissions
1545
+ :param bool include_all_info: Include all info in returned objects
1546
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1547
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1548
+ :param int limit: The maximum number of entries to return.
1549
+ :param int skip: The number of entries to skip.
1550
+ :param int page: The page number (i.e. skip limit*page entries)
1551
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1552
+ :param bool async_: Perform the request asynchronously
1553
+ :return: list[ProjectListOutput]
1696
1554
  """
1697
1555
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1698
1556
  kwargs['_return_http_data_only'] = True
@@ -1716,27 +1574,17 @@ class UsersApi(object):
1716
1574
  Get all projects that belong to the given user.
1717
1575
  This method makes a synchronous HTTP request by default.
1718
1576
 
1719
- :param uid:
1720
- :type uid: str
1721
- :param exhaustive: Set to return a complete list regardless of permissions
1722
- :type exhaustive: bool, optional
1723
- :param include_all_info: Include all info in returned objects, defaults to false
1724
- :type include_all_info: bool, optional
1725
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1726
- :type filter: str, optional
1727
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1728
- :type sort: str, optional
1729
- :param limit: The maximum number of entries to return.
1730
- :type limit: int, optional
1731
- :param skip: The number of entries to skip., defaults to 0
1732
- :type skip: int, optional
1733
- :param page: The page number (i.e. skip limit*page entries)
1734
- :type page: int, optional
1735
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1736
- :type after_id: str, optional
1737
- :param async_: Perform the request asynchronously
1738
- :type async_: bool, optional
1739
- :rtype: list[ProjectListOutput]
1577
+ :param str uid: (required)
1578
+ :param bool exhaustive: Set to return a complete list regardless of permissions
1579
+ :param bool include_all_info: Include all info in returned objects
1580
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1581
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1582
+ :param int limit: The maximum number of entries to return.
1583
+ :param int skip: The number of entries to skip.
1584
+ :param int page: The page number (i.e. skip limit*page entries)
1585
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1586
+ :param bool async_: Perform the request asynchronously
1587
+ :return: list[ProjectListOutput]
1740
1588
  """
1741
1589
 
1742
1590
  all_params = ['uid','exhaustive','include_all_info','filter','sort','limit','skip','page','after_id',] # noqa: E501
@@ -1821,27 +1669,17 @@ class UsersApi(object):
1821
1669
  Get all sessions that belong to the given user.
1822
1670
  This method makes a synchronous HTTP request by default.
1823
1671
 
1824
- :param uid:
1825
- :type uid: str
1826
- :param exhaustive:
1827
- :type exhaustive: bool, optional
1828
- :param include_all_info: Include all info in returned objects, defaults to false
1829
- :type include_all_info: bool, optional
1830
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1831
- :type filter: str, optional
1832
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1833
- :type sort: str, optional
1834
- :param limit: The maximum number of entries to return.
1835
- :type limit: int, optional
1836
- :param skip: The number of entries to skip., defaults to 0
1837
- :type skip: int, optional
1838
- :param page: The page number (i.e. skip limit*page entries)
1839
- :type page: int, optional
1840
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1841
- :type after_id: str, optional
1842
- :param async_: Perform the request asynchronously
1843
- :type async_: bool, optional
1844
- :rtype: list[SessionListOutput]
1672
+ :param str uid: (required)
1673
+ :param bool exhaustive:
1674
+ :param bool include_all_info: Include all info in returned objects
1675
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1676
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1677
+ :param int limit: The maximum number of entries to return.
1678
+ :param int skip: The number of entries to skip.
1679
+ :param int page: The page number (i.e. skip limit*page entries)
1680
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1681
+ :param bool async_: Perform the request asynchronously
1682
+ :return: list[SessionListOutput]
1845
1683
  """
1846
1684
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1847
1685
  kwargs['_return_http_data_only'] = True
@@ -1865,27 +1703,17 @@ class UsersApi(object):
1865
1703
  Get all sessions that belong to the given user.
1866
1704
  This method makes a synchronous HTTP request by default.
1867
1705
 
1868
- :param uid:
1869
- :type uid: str
1870
- :param exhaustive:
1871
- :type exhaustive: bool, optional
1872
- :param include_all_info: Include all info in returned objects, defaults to false
1873
- :type include_all_info: bool, optional
1874
- :param filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1875
- :type filter: str, optional
1876
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
1877
- :type sort: str, optional
1878
- :param limit: The maximum number of entries to return.
1879
- :type limit: int, optional
1880
- :param skip: The number of entries to skip., defaults to 0
1881
- :type skip: int, optional
1882
- :param page: The page number (i.e. skip limit*page entries)
1883
- :type page: int, optional
1884
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1885
- :type after_id: str, optional
1886
- :param async_: Perform the request asynchronously
1887
- :type async_: bool, optional
1888
- :rtype: list[SessionListOutput]
1706
+ :param str uid: (required)
1707
+ :param bool exhaustive:
1708
+ :param bool include_all_info: Include all info in returned objects
1709
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1710
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1711
+ :param int limit: The maximum number of entries to return.
1712
+ :param int skip: The number of entries to skip.
1713
+ :param int page: The page number (i.e. skip limit*page entries)
1714
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
1715
+ :param bool async_: Perform the request asynchronously
1716
+ :return: list[SessionListOutput]
1889
1717
  """
1890
1718
 
1891
1719
  all_params = ['uid','exhaustive','include_all_info','filter','sort','limit','skip','page','after_id',] # noqa: E501
@@ -1970,11 +1798,9 @@ class UsersApi(object):
1970
1798
  Modifies user info fields Args: info (Info): Model representing arbitrary data auth_session (AuthSession): session from incoming request Returns: None
1971
1799
  This method makes a synchronous HTTP request by default.
1972
1800
 
1973
- :param body:
1974
- :type body: Info
1975
- :param async_: Perform the request asynchronously
1976
- :type async_: bool, optional
1977
- :rtype: None
1801
+ :param Info body: (required)
1802
+ :param bool async_: Perform the request asynchronously
1803
+ :return: None
1978
1804
  """
1979
1805
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1980
1806
  kwargs['_return_http_data_only'] = True
@@ -1998,11 +1824,9 @@ class UsersApi(object):
1998
1824
  Modifies user info fields Args: info (Info): Model representing arbitrary data auth_session (AuthSession): session from incoming request Returns: None
1999
1825
  This method makes a synchronous HTTP request by default.
2000
1826
 
2001
- :param body:
2002
- :type body: Info
2003
- :param async_: Perform the request asynchronously
2004
- :type async_: bool, optional
2005
- :rtype: None
1827
+ :param Info body: (required)
1828
+ :param bool async_: Perform the request asynchronously
1829
+ :return: None
2006
1830
  """
2007
1831
 
2008
1832
  all_params = ['body',] # noqa: E501
@@ -2082,15 +1906,11 @@ class UsersApi(object):
2082
1906
  Update the specified user
2083
1907
  This method makes a synchronous HTTP request by default.
2084
1908
 
2085
- :param uid:
2086
- :type uid: str
2087
- :param body:
2088
- :type body: ModifyUserInput
2089
- :param clear_permissions:, defaults to false
2090
- :type clear_permissions: bool, optional
2091
- :param async_: Perform the request asynchronously
2092
- :type async_: bool, optional
2093
- :rtype: ModifiedResult
1909
+ :param str uid: (required)
1910
+ :param ModifyUserInput body: (required)
1911
+ :param bool clear_permissions:
1912
+ :param bool async_: Perform the request asynchronously
1913
+ :return: ModifiedResult
2094
1914
  """
2095
1915
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2096
1916
  kwargs['_return_http_data_only'] = True
@@ -2114,15 +1934,11 @@ class UsersApi(object):
2114
1934
  Update the specified user
2115
1935
  This method makes a synchronous HTTP request by default.
2116
1936
 
2117
- :param uid:
2118
- :type uid: str
2119
- :param body:
2120
- :type body: ModifyUserInput
2121
- :param clear_permissions:, defaults to false
2122
- :type clear_permissions: bool, optional
2123
- :param async_: Perform the request asynchronously
2124
- :type async_: bool, optional
2125
- :rtype: ModifiedResult
1937
+ :param str uid: (required)
1938
+ :param ModifyUserInput body: (required)
1939
+ :param bool clear_permissions:
1940
+ :param bool async_: Perform the request asynchronously
1941
+ :return: ModifiedResult
2126
1942
  """
2127
1943
 
2128
1944
  all_params = ['uid','body','clear_permissions',] # noqa: E501
@@ -2209,13 +2025,10 @@ class UsersApi(object):
2209
2025
 
2210
2026
  This method makes a synchronous HTTP request by default.
2211
2027
 
2212
- :param cid:
2213
- :type cid: str
2214
- :param body:
2215
- :type body: SyncUserInput
2216
- :param async_: Perform the request asynchronously
2217
- :type async_: bool, optional
2218
- :rtype: None
2028
+ :param str cid: (required)
2029
+ :param SyncUserInput body: (required)
2030
+ :param bool async_: Perform the request asynchronously
2031
+ :return: None
2219
2032
  """
2220
2033
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2221
2034
  kwargs['_return_http_data_only'] = True
@@ -2238,13 +2051,10 @@ class UsersApi(object):
2238
2051
 
2239
2052
  This method makes a synchronous HTTP request by default.
2240
2053
 
2241
- :param cid:
2242
- :type cid: str
2243
- :param body:
2244
- :type body: SyncUserInput
2245
- :param async_: Perform the request asynchronously
2246
- :type async_: bool, optional
2247
- :rtype: None
2054
+ :param str cid: (required)
2055
+ :param SyncUserInput body: (required)
2056
+ :param bool async_: Perform the request asynchronously
2057
+ :return: None
2248
2058
  """
2249
2059
 
2250
2060
  all_params = ['cid','body',] # noqa: E501