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
@@ -30,11 +30,9 @@ class SessionsApi(object):
30
30
  Create a session.
31
31
  This method makes a synchronous HTTP request by default.
32
32
 
33
- :param body:
34
- :type body: SessionInput
35
- :param async_: Perform the request asynchronously
36
- :type async_: bool, optional
37
- :rtype: InsertedId
33
+ :param SessionInput body: (required)
34
+ :param bool async_: Perform the request asynchronously
35
+ :return: InsertedId
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 SessionsApi(object):
58
56
  Create a session.
59
57
  This method makes a synchronous HTTP request by default.
60
58
 
61
- :param body:
62
- :type body: SessionInput
63
- :param async_: Perform the request asynchronously
64
- :type async_: bool, optional
65
- :rtype: InsertedId
59
+ :param SessionInput body: (required)
60
+ :param bool async_: Perform the request asynchronously
61
+ :return: InsertedId
66
62
  """
67
63
 
68
64
  all_params = ['body',] # noqa: E501
@@ -142,15 +138,12 @@ class SessionsApi(object):
142
138
  When query param \"job\" is \"true\", send JSON to create an analysis and job. Otherwise, multipart/form-data to upload files and create an analysis.
143
139
  This method makes a synchronous HTTP request by default.
144
140
 
145
- :param cid:
146
- :type cid: str
147
- :param body:
148
- :type body: union[AdhocAnalysisInput,JobAnalysisInput]
149
- :param job: returns job_id instead of analysis.id, defaults to false
150
- :type job: bool, optional
151
- :param async_: Perform the request asynchronously
152
- :type async_: bool, optional
153
- :rtype: InsertedId
141
+ :param str cid: (required)
142
+ :param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
143
+ :param bool job: returns job_id instead of analysis.id
144
+ :param bool job: returns job_id instead of analysis.id
145
+ :param bool async_: Perform the request asynchronously
146
+ :return: InsertedId
154
147
  """
155
148
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
156
149
  kwargs['_return_http_data_only'] = True
@@ -174,18 +167,15 @@ class SessionsApi(object):
174
167
  When query param \"job\" is \"true\", send JSON to create an analysis and job. Otherwise, multipart/form-data to upload files and create an analysis.
175
168
  This method makes a synchronous HTTP request by default.
176
169
 
177
- :param cid:
178
- :type cid: str
179
- :param body:
180
- :type body: union[AdhocAnalysisInput,JobAnalysisInput]
181
- :param job: returns job_id instead of analysis.id, defaults to false
182
- :type job: bool, optional
183
- :param async_: Perform the request asynchronously
184
- :type async_: bool, optional
185
- :rtype: InsertedId
170
+ :param str cid: (required)
171
+ :param union[AdhocAnalysisInput,JobAnalysisInput] body: (required)
172
+ :param bool job: returns job_id instead of analysis.id
173
+ :param bool job: returns job_id instead of analysis.id
174
+ :param bool async_: Perform the request asynchronously
175
+ :return: InsertedId
186
176
  """
187
177
 
188
- all_params = ['cid','body','job',] # noqa: E501
178
+ all_params = ['cid','body','job','job',] # noqa: E501
189
179
  all_params.append('async_')
190
180
  all_params.append('_return_http_data_only')
191
181
  all_params.append('_preload_content')
@@ -218,6 +208,8 @@ class SessionsApi(object):
218
208
  path_params['cid'] = params['cid'] # noqa: E501
219
209
 
220
210
  query_params = []
211
+ if 'job' in params:
212
+ query_params.append(('job', params['job'])) # noqa: E501
221
213
  if 'job' in params:
222
214
  query_params.append(('job', params['job'])) # noqa: E501
223
215
  else:
@@ -272,15 +264,11 @@ class SessionsApi(object):
272
264
  Add a note to a(n) session analysis.
273
265
  This method makes a synchronous HTTP request by default.
274
266
 
275
- :param container_id: 24-char hex id
276
- :type container_id: str
277
- :param analysis_id: 24-char hex analysis id
278
- :type analysis_id: str
279
- :param body:
280
- :type body: NoteInput
281
- :param async_: Perform the request asynchronously
282
- :type async_: bool, optional
283
- :rtype: Note
267
+ :param str container_id: 24-char hex id (required)
268
+ :param str analysis_id: 24-char hex analysis id (required)
269
+ :param NoteInput body: (required)
270
+ :param bool async_: Perform the request asynchronously
271
+ :return: Note
284
272
  """
285
273
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
286
274
  kwargs['_return_http_data_only'] = True
@@ -304,15 +292,11 @@ class SessionsApi(object):
304
292
  Add a note to a(n) session analysis.
305
293
  This method makes a synchronous HTTP request by default.
306
294
 
307
- :param container_id: 24-char hex id
308
- :type container_id: str
309
- :param analysis_id: 24-char hex analysis id
310
- :type analysis_id: str
311
- :param body:
312
- :type body: NoteInput
313
- :param async_: Perform the request asynchronously
314
- :type async_: bool, optional
315
- :rtype: Note
295
+ :param str container_id: 24-char hex id (required)
296
+ :param str analysis_id: 24-char hex analysis id (required)
297
+ :param NoteInput body: (required)
298
+ :param bool async_: Perform the request asynchronously
299
+ :return: Note
316
300
  """
317
301
 
318
302
  all_params = ['container_id','analysis_id','body',] # noqa: E501
@@ -404,13 +388,10 @@ class SessionsApi(object):
404
388
  Add a note to a(n) session.
405
389
  This method makes a synchronous HTTP request by default.
406
390
 
407
- :param container_id:
408
- :type container_id: str
409
- :param body:
410
- :type body: NoteInput
411
- :param async_: Perform the request asynchronously
412
- :type async_: bool, optional
413
- :rtype: Note
391
+ :param str container_id: (required)
392
+ :param NoteInput body: (required)
393
+ :param bool async_: Perform the request asynchronously
394
+ :return: Note
414
395
  """
415
396
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
416
397
  kwargs['_return_http_data_only'] = True
@@ -434,13 +415,10 @@ class SessionsApi(object):
434
415
  Add a note to a(n) session.
435
416
  This method makes a synchronous HTTP request by default.
436
417
 
437
- :param container_id:
438
- :type container_id: str
439
- :param body:
440
- :type body: NoteInput
441
- :param async_: Perform the request asynchronously
442
- :type async_: bool, optional
443
- :rtype: Note
418
+ :param str container_id: (required)
419
+ :param NoteInput body: (required)
420
+ :param bool async_: Perform the request asynchronously
421
+ :return: Note
444
422
  """
445
423
 
446
424
  all_params = ['container_id','body',] # noqa: E501
@@ -526,13 +504,10 @@ class SessionsApi(object):
526
504
  Propagates changes to projects, sessions and acquisitions
527
505
  This method makes a synchronous HTTP request by default.
528
506
 
529
- :param cid:
530
- :type cid: str
531
- :param body:
532
- :type body: Tag
533
- :param async_: Perform the request asynchronously
534
- :type async_: bool, optional
535
- :rtype: ModifiedResult
507
+ :param str cid: (required)
508
+ :param Tag body: (required)
509
+ :param bool async_: Perform the request asynchronously
510
+ :return: ModifiedResult
536
511
  """
537
512
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
538
513
  kwargs['_return_http_data_only'] = True
@@ -556,13 +531,10 @@ class SessionsApi(object):
556
531
  Propagates changes to projects, sessions and acquisitions
557
532
  This method makes a synchronous HTTP request by default.
558
533
 
559
- :param cid:
560
- :type cid: str
561
- :param body:
562
- :type body: Tag
563
- :param async_: Perform the request asynchronously
564
- :type async_: bool, optional
565
- :rtype: ModifiedResult
534
+ :param str cid: (required)
535
+ :param Tag body: (required)
536
+ :param bool async_: Perform the request asynchronously
537
+ :return: ModifiedResult
566
538
  """
567
539
 
568
540
  all_params = ['cid','body',] # noqa: E501
@@ -648,13 +620,10 @@ class SessionsApi(object):
648
620
  Add multiple tags to a(n) session
649
621
  This method makes a synchronous HTTP request by default.
650
622
 
651
- :param cid:
652
- :type cid: str
653
- :param body:
654
- :type body: list[str]
655
- :param async_: Perform the request asynchronously
656
- :type async_: bool, optional
657
- :rtype: None
623
+ :param str cid: (required)
624
+ :param list[str] body: (required)
625
+ :param bool async_: Perform the request asynchronously
626
+ :return: None
658
627
  """
659
628
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
660
629
  kwargs['_return_http_data_only'] = True
@@ -678,13 +647,10 @@ class SessionsApi(object):
678
647
  Add multiple tags to a(n) session
679
648
  This method makes a synchronous HTTP request by default.
680
649
 
681
- :param cid:
682
- :type cid: str
683
- :param body:
684
- :type body: list[str]
685
- :param async_: Perform the request asynchronously
686
- :type async_: bool, optional
687
- :rtype: None
650
+ :param str cid: (required)
651
+ :param list[str] body: (required)
652
+ :param bool async_: Perform the request asynchronously
653
+ :return: None
688
654
  """
689
655
 
690
656
  all_params = ['cid','body',] # noqa: E501
@@ -763,13 +729,10 @@ class SessionsApi(object):
763
729
  Read-write project permissions are required to delete a session. Admin project permissions are required if the session or it's acquisitions contain data uploaded by sources other than users and jobs.
764
730
  This method makes a synchronous HTTP request by default.
765
731
 
766
- :param session_id:
767
- :type session_id: str
768
- :param delete_reason:
769
- :type delete_reason: ContainerDeleteReason, optional
770
- :param async_: Perform the request asynchronously
771
- :type async_: bool, optional
772
- :rtype: DeletedResult
732
+ :param str session_id: (required)
733
+ :param ContainerDeleteReason delete_reason:
734
+ :param bool async_: Perform the request asynchronously
735
+ :return: DeletedResult
773
736
  """
774
737
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
775
738
  kwargs['_return_http_data_only'] = True
@@ -793,13 +756,10 @@ class SessionsApi(object):
793
756
  Read-write project permissions are required to delete a session. Admin project permissions are required if the session or it's acquisitions contain data uploaded by sources other than users and jobs.
794
757
  This method makes a synchronous HTTP request by default.
795
758
 
796
- :param session_id:
797
- :type session_id: str
798
- :param delete_reason:
799
- :type delete_reason: ContainerDeleteReason, optional
800
- :param async_: Perform the request asynchronously
801
- :type async_: bool, optional
802
- :rtype: DeletedResult
759
+ :param str session_id: (required)
760
+ :param ContainerDeleteReason delete_reason:
761
+ :param bool async_: Perform the request asynchronously
762
+ :return: DeletedResult
803
763
  """
804
764
 
805
765
  all_params = ['session_id','delete_reason',] # noqa: E501
@@ -870,15 +830,11 @@ class SessionsApi(object):
870
830
  Delete an analysis for a container.
871
831
  This method makes a synchronous HTTP request by default.
872
832
 
873
- :param cid:
874
- :type cid: str
875
- :param analysis_id:
876
- :type analysis_id: str
877
- :param delete_reason: Provide a reason for the deletion
878
- :type delete_reason: ContainerDeleteReason, optional
879
- :param async_: Perform the request asynchronously
880
- :type async_: bool, optional
881
- :rtype: DeletedResult
833
+ :param str cid: (required)
834
+ :param str analysis_id: (required)
835
+ :param ContainerDeleteReason delete_reason: Provide a reason for the deletion
836
+ :param bool async_: Perform the request asynchronously
837
+ :return: DeletedResult
882
838
  """
883
839
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
884
840
  kwargs['_return_http_data_only'] = True
@@ -902,15 +858,11 @@ class SessionsApi(object):
902
858
  Delete an analysis for a container.
903
859
  This method makes a synchronous HTTP request by default.
904
860
 
905
- :param cid:
906
- :type cid: str
907
- :param analysis_id:
908
- :type analysis_id: str
909
- :param delete_reason: Provide a reason for the deletion
910
- :type delete_reason: ContainerDeleteReason, optional
911
- :param async_: Perform the request asynchronously
912
- :type async_: bool, optional
913
- :rtype: DeletedResult
861
+ :param str cid: (required)
862
+ :param str analysis_id: (required)
863
+ :param ContainerDeleteReason delete_reason: Provide a reason for the deletion
864
+ :param bool async_: Perform the request asynchronously
865
+ :return: DeletedResult
914
866
  """
915
867
 
916
868
  all_params = ['cid','analysis_id','delete_reason',] # noqa: E501
@@ -987,15 +939,11 @@ class SessionsApi(object):
987
939
  Remove a note from a(n) session analysis.
988
940
  This method makes a synchronous HTTP request by default.
989
941
 
990
- :param cid: 24-char hex id
991
- :type cid: str
992
- :param analysis_id: 24-char hex analysis id
993
- :type analysis_id: str
994
- :param note_id: 24-char hex note id
995
- :type note_id: str
996
- :param async_: Perform the request asynchronously
997
- :type async_: bool, optional
998
- :rtype: DeletedResult
942
+ :param str cid: 24-char hex id (required)
943
+ :param str analysis_id: 24-char hex analysis id (required)
944
+ :param str note_id: 24-char hex note id (required)
945
+ :param bool async_: Perform the request asynchronously
946
+ :return: DeletedResult
999
947
  """
1000
948
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1001
949
  kwargs['_return_http_data_only'] = True
@@ -1019,15 +967,11 @@ class SessionsApi(object):
1019
967
  Remove a note from a(n) session analysis.
1020
968
  This method makes a synchronous HTTP request by default.
1021
969
 
1022
- :param cid: 24-char hex id
1023
- :type cid: str
1024
- :param analysis_id: 24-char hex analysis id
1025
- :type analysis_id: str
1026
- :param note_id: 24-char hex note id
1027
- :type note_id: str
1028
- :param async_: Perform the request asynchronously
1029
- :type async_: bool, optional
1030
- :rtype: DeletedResult
970
+ :param str cid: 24-char hex id (required)
971
+ :param str analysis_id: 24-char hex analysis id (required)
972
+ :param str note_id: 24-char hex note id (required)
973
+ :param bool async_: Perform the request asynchronously
974
+ :return: DeletedResult
1031
975
  """
1032
976
 
1033
977
  all_params = ['cid','analysis_id','note_id',] # noqa: E501
@@ -1108,17 +1052,12 @@ class SessionsApi(object):
1108
1052
  A user with read-write or higher permissions on the container may delete files that were uploaded by users or were the output of jobs. (Specifically, files whose `origin.type` is either `job` or `user`.) <br/> A user with admin permissions on the container may delete any file.
1109
1053
  This method makes a synchronous HTTP request by default.
1110
1054
 
1111
- :param cid:
1112
- :type cid: str
1113
- :param filename:
1114
- :type filename: str
1115
- :param delete_reason: A reason for deletion when audit-trail is enabled
1116
- :type delete_reason: ContainerDeleteReason, optional
1117
- :param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
1118
- :type force: bool, optional
1119
- :param async_: Perform the request asynchronously
1120
- :type async_: bool, optional
1121
- :rtype: DeletedResult
1055
+ :param str cid: (required)
1056
+ :param str filename: (required)
1057
+ :param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
1058
+ :param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
1059
+ :param bool async_: Perform the request asynchronously
1060
+ :return: DeletedResult
1122
1061
  """
1123
1062
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1124
1063
  kwargs['_return_http_data_only'] = True
@@ -1142,17 +1081,12 @@ class SessionsApi(object):
1142
1081
  A user with read-write or higher permissions on the container may delete files that were uploaded by users or were the output of jobs. (Specifically, files whose `origin.type` is either `job` or `user`.) <br/> A user with admin permissions on the container may delete any file.
1143
1082
  This method makes a synchronous HTTP request by default.
1144
1083
 
1145
- :param cid:
1146
- :type cid: str
1147
- :param filename:
1148
- :type filename: str
1149
- :param delete_reason: A reason for deletion when audit-trail is enabled
1150
- :type delete_reason: ContainerDeleteReason, optional
1151
- :param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
1152
- :type force: bool, optional
1153
- :param async_: Perform the request asynchronously
1154
- :type async_: bool, optional
1155
- :rtype: DeletedResult
1084
+ :param str cid: (required)
1085
+ :param str filename: (required)
1086
+ :param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
1087
+ :param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
1088
+ :param bool async_: Perform the request asynchronously
1089
+ :return: DeletedResult
1156
1090
  """
1157
1091
 
1158
1092
  all_params = ['cid','filename','delete_reason','force',] # noqa: E501
@@ -1231,13 +1165,10 @@ class SessionsApi(object):
1231
1165
  Remove a note from a(n) session
1232
1166
  This method makes a synchronous HTTP request by default.
1233
1167
 
1234
- :param cid:
1235
- :type cid: str
1236
- :param note_id:
1237
- :type note_id: str
1238
- :param async_: Perform the request asynchronously
1239
- :type async_: bool, optional
1240
- :rtype: DeletedResult
1168
+ :param str cid: (required)
1169
+ :param str note_id: (required)
1170
+ :param bool async_: Perform the request asynchronously
1171
+ :return: DeletedResult
1241
1172
  """
1242
1173
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1243
1174
  kwargs['_return_http_data_only'] = True
@@ -1261,13 +1192,10 @@ class SessionsApi(object):
1261
1192
  Remove a note from a(n) session
1262
1193
  This method makes a synchronous HTTP request by default.
1263
1194
 
1264
- :param cid:
1265
- :type cid: str
1266
- :param note_id:
1267
- :type note_id: str
1268
- :param async_: Perform the request asynchronously
1269
- :type async_: bool, optional
1270
- :rtype: DeletedResult
1195
+ :param str cid: (required)
1196
+ :param str note_id: (required)
1197
+ :param bool async_: Perform the request asynchronously
1198
+ :return: DeletedResult
1271
1199
  """
1272
1200
 
1273
1201
  all_params = ['cid','note_id',] # noqa: E501
@@ -1342,13 +1270,10 @@ class SessionsApi(object):
1342
1270
  Delete a tag
1343
1271
  This method makes a synchronous HTTP request by default.
1344
1272
 
1345
- :param cid:
1346
- :type cid: str
1347
- :param value: The tag to interact with
1348
- :type value: str
1349
- :param async_: Perform the request asynchronously
1350
- :type async_: bool, optional
1351
- :rtype: DeletedResult
1273
+ :param str cid: (required)
1274
+ :param str value: The tag to interact with (required)
1275
+ :param bool async_: Perform the request asynchronously
1276
+ :return: DeletedResult
1352
1277
  """
1353
1278
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1354
1279
  kwargs['_return_http_data_only'] = True
@@ -1372,13 +1297,10 @@ class SessionsApi(object):
1372
1297
  Delete a tag
1373
1298
  This method makes a synchronous HTTP request by default.
1374
1299
 
1375
- :param cid:
1376
- :type cid: str
1377
- :param value: The tag to interact with
1378
- :type value: str
1379
- :param async_: Perform the request asynchronously
1380
- :type async_: bool, optional
1381
- :rtype: DeletedResult
1300
+ :param str cid: (required)
1301
+ :param str value: The tag to interact with (required)
1302
+ :param bool async_: Perform the request asynchronously
1303
+ :return: DeletedResult
1382
1304
  """
1383
1305
 
1384
1306
  all_params = ['cid','value',] # noqa: E501
@@ -1453,13 +1375,10 @@ class SessionsApi(object):
1453
1375
  Delete multiple tags from a(n) session
1454
1376
  This method makes a synchronous HTTP request by default.
1455
1377
 
1456
- :param cid:
1457
- :type cid: str
1458
- :param body:
1459
- :type body: list[str]
1460
- :param async_: Perform the request asynchronously
1461
- :type async_: bool, optional
1462
- :rtype: None
1378
+ :param str cid: (required)
1379
+ :param list[str] body: (required)
1380
+ :param bool async_: Perform the request asynchronously
1381
+ :return: None
1463
1382
  """
1464
1383
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1465
1384
  kwargs['_return_http_data_only'] = True
@@ -1483,13 +1402,10 @@ class SessionsApi(object):
1483
1402
  Delete multiple tags from a(n) session
1484
1403
  This method makes a synchronous HTTP request by default.
1485
1404
 
1486
- :param cid:
1487
- :type cid: str
1488
- :param body:
1489
- :type body: list[str]
1490
- :param async_: Perform the request asynchronously
1491
- :type async_: bool, optional
1492
- :rtype: None
1405
+ :param str cid: (required)
1406
+ :param list[str] body: (required)
1407
+ :param bool async_: Perform the request asynchronously
1408
+ :return: None
1493
1409
  """
1494
1410
 
1495
1411
  all_params = ['cid','body',] # noqa: E501
@@ -1568,13 +1484,10 @@ class SessionsApi(object):
1568
1484
  Delete multiple sessions by ID list
1569
1485
  This method makes a synchronous HTTP request by default.
1570
1486
 
1571
- :param body: List of IDs to delete
1572
- :type body: list[str]
1573
- :param delete_reason:
1574
- :type delete_reason: ContainerDeleteReason, optional
1575
- :param async_: Perform the request asynchronously
1576
- :type async_: bool, optional
1577
- :rtype: DeletedResult
1487
+ :param list[str] body: List of IDs to delete (required)
1488
+ :param ContainerDeleteReason delete_reason:
1489
+ :param bool async_: Perform the request asynchronously
1490
+ :return: DeletedResult
1578
1491
  """
1579
1492
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1580
1493
  kwargs['_return_http_data_only'] = True
@@ -1598,13 +1511,10 @@ class SessionsApi(object):
1598
1511
  Delete multiple sessions by ID list
1599
1512
  This method makes a synchronous HTTP request by default.
1600
1513
 
1601
- :param body: List of IDs to delete
1602
- :type body: list[str]
1603
- :param delete_reason:
1604
- :type delete_reason: ContainerDeleteReason, optional
1605
- :param async_: Perform the request asynchronously
1606
- :type async_: bool, optional
1607
- :rtype: DeletedResult
1514
+ :param list[str] body: List of IDs to delete (required)
1515
+ :param ContainerDeleteReason delete_reason:
1516
+ :param bool async_: Perform the request asynchronously
1517
+ :return: DeletedResult
1608
1518
  """
1609
1519
 
1610
1520
  all_params = ['body','delete_reason',] # noqa: E501
@@ -1679,29 +1589,18 @@ class SessionsApi(object):
1679
1589
  Files can be downloaded directly from this endpoint with a valid \"Authorization\" header or via a ticket id. To generate a ticket: - Make a request with an empty \"ticket\" parameter and a valid \"Authorization\" header. The server will respond with a generated ticket id. - Make another request with the received ticket id in the \"ticket\" parameter. A valid \"Authorization\" header is no longer required. When \"view\" is true, [RFC7233](https://tools.ietf.org/html/rfc7233) range request headers are supported. When virus_scan feature is enabled the quarantined files only can be downloaded using signed urls otherwise it will return with a HTTP 400 response.
1680
1590
  This method makes a synchronous HTTP request by default.
1681
1591
 
1682
- :param session_id: 24-character hex ID
1683
- :type session_id: str
1684
- :param file_name: output file name
1685
- :type file_name: str
1686
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1687
- :type info: bool, optional
1688
- :param member: The filename of a zipfile member to download rather than the entire file
1689
- :type member: str, optional
1690
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1691
- :type view: bool, optional
1692
- :param version: version of the file to download
1693
- :type version: int, optional
1694
- :param hash: file hash for comparison
1695
- :type hash: str, optional
1696
- :param range: byte ranges to return
1697
- :type range: str, optional
1698
- :param x_accept_feature: redirect header, defaults to []
1699
- :type x_accept_feature: list[str], optional
1700
- :param dest_file: Destination file path
1701
- :type dest_file: str
1702
- :param async_: Perform the request asynchronously
1703
- :type async_: bool, optional
1704
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1592
+ :param str session_id: 24-character hex ID (required)
1593
+ :param str file_name: output file name (required)
1594
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1595
+ :param str member: The filename of a zipfile member to download rather than the entire file
1596
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1597
+ :param int version: version of the file to download
1598
+ :param str hash: file hash for comparison
1599
+ :param str range: byte ranges to return
1600
+ :param list[str] x_accept_feature: redirect header
1601
+ :param str dest_file: Destination file path
1602
+ :param bool async_: Perform the request asynchronously
1603
+ :return: union[DownloadTicketStub,ZipfileInfo]
1705
1604
  """
1706
1605
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1707
1606
  kwargs['_return_http_data_only'] = True
@@ -1724,27 +1623,17 @@ class SessionsApi(object):
1724
1623
  Files can be downloaded directly from this endpoint with a valid \"Authorization\" header or via a ticket id. To generate a ticket: - Make a request with an empty \"ticket\" parameter and a valid \"Authorization\" header. The server will respond with a generated ticket id. - Make another request with the received ticket id in the \"ticket\" parameter. A valid \"Authorization\" header is no longer required. When \"view\" is true, [RFC7233](https://tools.ietf.org/html/rfc7233) range request headers are supported. When virus_scan feature is enabled the quarantined files only can be downloaded using signed urls otherwise it will return with a HTTP 400 response.
1725
1624
  This method makes a synchronous HTTP request by default.
1726
1625
 
1727
- :param session_id: 24-character hex ID
1728
- :type session_id: str
1729
- :param file_name: output file name
1730
- :type file_name: str
1731
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1732
- :type info: bool, optional
1733
- :param member: The filename of a zipfile member to download rather than the entire file
1734
- :type member: str, optional
1735
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1736
- :type view: bool, optional
1737
- :param version: version of the file to download
1738
- :type version: int, optional
1739
- :param hash: file hash for comparison
1740
- :type hash: str, optional
1741
- :param range: byte ranges to return
1742
- :type range: str, optional
1743
- :param x_accept_feature: redirect header, defaults to []
1744
- :type x_accept_feature: list[str], optional
1745
- :param async_: Perform the request asynchronously
1746
- :type async_: bool, optional
1747
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1626
+ :param str session_id: 24-character hex ID (required)
1627
+ :param str file_name: output file name (required)
1628
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1629
+ :param str member: The filename of a zipfile member to download rather than the entire file
1630
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1631
+ :param int version: version of the file to download
1632
+ :param str hash: file hash for comparison
1633
+ :param str range: byte ranges to return
1634
+ :param list[str] x_accept_feature: redirect header
1635
+ :param bool async_: Perform the request asynchronously
1636
+ :return: union[DownloadTicketStub,ZipfileInfo]
1748
1637
  """
1749
1638
 
1750
1639
  all_params = ['session_id','file_name','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
@@ -1834,29 +1723,18 @@ class SessionsApi(object):
1834
1723
  Does not work on files whose names contain a forward slash.
1835
1724
  This method makes a synchronous HTTP request by default.
1836
1725
 
1837
- :param session_id: 24-character hex ID
1838
- :type session_id: str
1839
- :param file_name: output file name
1840
- :type file_name: str
1841
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1842
- :type ticket: str, optional
1843
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1844
- :type info: bool, optional
1845
- :param member: The filename of a zipfile member to download rather than the entire file
1846
- :type member: str, optional
1847
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1848
- :type view: bool, optional
1849
- :param version: version of the file to download
1850
- :type version: int, optional
1851
- :param hash: file hash for comparison
1852
- :type hash: str, optional
1853
- :param range: byte ranges to return
1854
- :type range: str, optional
1855
- :param x_accept_feature: redirect header, defaults to []
1856
- :type x_accept_feature: list[str], optional
1857
- :param async_: Perform the request asynchronously
1858
- :type async_: bool, optional
1859
- :rtype: FileZipInfo
1726
+ :param str session_id: 24-character hex ID (required)
1727
+ :param str file_name: output file name (required)
1728
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1729
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1730
+ :param str member: The filename of a zipfile member to download rather than the entire file
1731
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1732
+ :param int version: version of the file to download
1733
+ :param str hash: file hash for comparison
1734
+ :param str range: byte ranges to return
1735
+ :param list[str] x_accept_feature: redirect header
1736
+ :param bool async_: Perform the request asynchronously
1737
+ :return: FileZipInfo
1860
1738
  """
1861
1739
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
1862
1740
  kwargs['_return_http_data_only'] = True
@@ -1880,29 +1758,18 @@ class SessionsApi(object):
1880
1758
  Does not work on files whose names contain a forward slash.
1881
1759
  This method makes a synchronous HTTP request by default.
1882
1760
 
1883
- :param session_id: 24-character hex ID
1884
- :type session_id: str
1885
- :param file_name: output file name
1886
- :type file_name: str
1887
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1888
- :type ticket: str, optional
1889
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
1890
- :type info: bool, optional
1891
- :param member: The filename of a zipfile member to download rather than the entire file
1892
- :type member: str, optional
1893
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
1894
- :type view: bool, optional
1895
- :param version: version of the file to download
1896
- :type version: int, optional
1897
- :param hash: file hash for comparison
1898
- :type hash: str, optional
1899
- :param range: byte ranges to return
1900
- :type range: str, optional
1901
- :param x_accept_feature: redirect header, defaults to []
1902
- :type x_accept_feature: list[str], optional
1903
- :param async_: Perform the request asynchronously
1904
- :type async_: bool, optional
1905
- :rtype: FileZipInfo
1761
+ :param str session_id: 24-character hex ID (required)
1762
+ :param str file_name: output file name (required)
1763
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1764
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1765
+ :param str member: The filename of a zipfile member to download rather than the entire file
1766
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1767
+ :param int version: version of the file to download
1768
+ :param str hash: file hash for comparison
1769
+ :param str range: byte ranges to return
1770
+ :param list[str] x_accept_feature: redirect header
1771
+ :param bool async_: Perform the request asynchronously
1772
+ :return: FileZipInfo
1906
1773
  """
1907
1774
 
1908
1775
  all_params = ['session_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
@@ -1995,29 +1862,18 @@ class SessionsApi(object):
1995
1862
 
1996
1863
  This method makes a synchronous HTTP request by default.
1997
1864
 
1998
- :param session_id: 24-character hex ID
1999
- :type session_id: str
2000
- :param file_name: output file name
2001
- :type file_name: str
2002
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2003
- :type ticket: str, optional
2004
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2005
- :type info: bool, optional
2006
- :param member: The filename of a zipfile member to download rather than the entire file
2007
- :type member: str, optional
2008
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
2009
- :type view: bool, optional
2010
- :param version: version of the file to download
2011
- :type version: int, optional
2012
- :param hash: file hash for comparison
2013
- :type hash: str, optional
2014
- :param range: byte ranges to return
2015
- :type range: str, optional
2016
- :param x_accept_feature: redirect header, defaults to []
2017
- :type x_accept_feature: list[str], optional
2018
- :param async_: Perform the request asynchronously
2019
- :type async_: bool, optional
2020
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1865
+ :param str session_id: 24-character hex ID (required)
1866
+ :param str file_name: output file name (required)
1867
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1868
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1869
+ :param str member: The filename of a zipfile member to download rather than the entire file
1870
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1871
+ :param int version: version of the file to download
1872
+ :param str hash: file hash for comparison
1873
+ :param str range: byte ranges to return
1874
+ :param list[str] x_accept_feature: redirect header
1875
+ :param bool async_: Perform the request asynchronously
1876
+ :return: union[DownloadTicketStub,ZipfileInfo]
2021
1877
  """
2022
1878
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2023
1879
  kwargs['_return_http_data_only'] = True
@@ -2040,29 +1896,18 @@ class SessionsApi(object):
2040
1896
 
2041
1897
  This method makes a synchronous HTTP request by default.
2042
1898
 
2043
- :param session_id: 24-character hex ID
2044
- :type session_id: str
2045
- :param file_name: output file name
2046
- :type file_name: str
2047
- :param ticket: The generated ticket id for the download, or present but empty to generate a ticket id
2048
- :type ticket: str, optional
2049
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2050
- :type info: bool, optional
2051
- :param member: The filename of a zipfile member to download rather than the entire file
2052
- :type member: str, optional
2053
- :param view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\" , defaults to false
2054
- :type view: bool, optional
2055
- :param version: version of the file to download
2056
- :type version: int, optional
2057
- :param hash: file hash for comparison
2058
- :type hash: str, optional
2059
- :param range: byte ranges to return
2060
- :type range: str, optional
2061
- :param x_accept_feature: redirect header, defaults to []
2062
- :type x_accept_feature: list[str], optional
2063
- :param async_: Perform the request asynchronously
2064
- :type async_: bool, optional
2065
- :rtype: union[DownloadTicketStub,ZipfileInfo]
1899
+ :param str session_id: 24-character hex ID (required)
1900
+ :param str file_name: output file name (required)
1901
+ :param str ticket: The generated ticket id for the download, or present but empty to generate a ticket id
1902
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
1903
+ :param str member: The filename of a zipfile member to download rather than the entire file
1904
+ :param bool view: If true, the proper \"Content-Type\" header based on the file's mimetype is set on response If false, the \"Content-Type\" header is set to \"application/octet-stream\"
1905
+ :param int version: version of the file to download
1906
+ :param str hash: file hash for comparison
1907
+ :param str range: byte ranges to return
1908
+ :param list[str] x_accept_feature: redirect header
1909
+ :param bool async_: Perform the request asynchronously
1910
+ :return: union[DownloadTicketStub,ZipfileInfo]
2066
1911
  """
2067
1912
 
2068
1913
  all_params = ['session_id','file_name','ticket','info','member','view','version','hash','range','x_accept_feature',] # noqa: E501
@@ -2154,27 +1999,17 @@ class SessionsApi(object):
2154
1999
  If \"ticket\" query param is included and not empty, download inputs. If \"ticket\" query param is included and empty, create a ticket for matching inputs in the analysis. If no \"ticket\" query param is included, inputs will be downloaded directly.
2155
2000
  This method makes a synchronous HTTP request by default.
2156
2001
 
2157
- :param session_id: 24-character hex ID
2158
- :type session_id: str
2159
- :param analysis_id: 24-char hex analysis id
2160
- :type analysis_id: str
2161
- :param filename: filename to download (get tar of all if empty)
2162
- :type filename: str
2163
- :param info: get file info only, defaults to false
2164
- :type info: bool, optional
2165
- :param member: get zipfile member
2166
- :type member: str, optional
2167
- :param view: feature flag for view/download, defaults to false
2168
- :type view: bool, optional
2169
- :param range: byte ranges to return
2170
- :type range: str, optional
2171
- :param x_accept_feature: redirect header, defaults to []
2172
- :type x_accept_feature: list[str], optional
2173
- :param dest_file: Destination file path
2174
- :type dest_file: str
2175
- :param async_: Perform the request asynchronously
2176
- :type async_: bool, optional
2177
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2002
+ :param str session_id: 24-character hex ID (required)
2003
+ :param str analysis_id: 24-char hex analysis id (required)
2004
+ :param str filename: filename to download (get tar of all if empty) (required)
2005
+ :param bool info: get file info only
2006
+ :param str member: get zipfile member
2007
+ :param bool view: feature flag for view/download
2008
+ :param str range: byte ranges to return
2009
+ :param list[str] x_accept_feature: redirect header
2010
+ :param str dest_file: Destination file path
2011
+ :param bool async_: Perform the request asynchronously
2012
+ :return: union[DownloadTicketStub,ZipfileInfo]
2178
2013
  """
2179
2014
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2180
2015
  kwargs['_return_http_data_only'] = True
@@ -2197,25 +2032,16 @@ class SessionsApi(object):
2197
2032
  If \"ticket\" query param is included and not empty, download inputs. If \"ticket\" query param is included and empty, create a ticket for matching inputs in the analysis. If no \"ticket\" query param is included, inputs will be downloaded directly.
2198
2033
  This method makes a synchronous HTTP request by default.
2199
2034
 
2200
- :param session_id: 24-character hex ID
2201
- :type session_id: str
2202
- :param analysis_id: 24-char hex analysis id
2203
- :type analysis_id: str
2204
- :param filename: filename to download (get tar of all if empty)
2205
- :type filename: str
2206
- :param info: get file info only, defaults to false
2207
- :type info: bool, optional
2208
- :param member: get zipfile member
2209
- :type member: str, optional
2210
- :param view: feature flag for view/download, defaults to false
2211
- :type view: bool, optional
2212
- :param range: byte ranges to return
2213
- :type range: str, optional
2214
- :param x_accept_feature: redirect header, defaults to []
2215
- :type x_accept_feature: list[str], optional
2216
- :param async_: Perform the request asynchronously
2217
- :type async_: bool, optional
2218
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2035
+ :param str session_id: 24-character hex ID (required)
2036
+ :param str analysis_id: 24-char hex analysis id (required)
2037
+ :param str filename: filename to download (get tar of all if empty) (required)
2038
+ :param bool info: get file info only
2039
+ :param str member: get zipfile member
2040
+ :param bool view: feature flag for view/download
2041
+ :param str range: byte ranges to return
2042
+ :param list[str] x_accept_feature: redirect header
2043
+ :param bool async_: Perform the request asynchronously
2044
+ :return: union[DownloadTicketStub,ZipfileInfo]
2219
2045
  """
2220
2046
 
2221
2047
  all_params = ['session_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2307,27 +2133,17 @@ class SessionsApi(object):
2307
2133
  Does not work on files whose names contain a forward slash.
2308
2134
  This method makes a synchronous HTTP request by default.
2309
2135
 
2310
- :param session_id: 24-character hex ID
2311
- :type session_id: str
2312
- :param analysis_id: 24-char hex analysis id
2313
- :type analysis_id: str
2314
- :param filename: filename to download (get tar of all if empty)
2315
- :type filename: str
2316
- :param ticket: 24-char hex ticket id
2317
- :type ticket: str, optional
2318
- :param info: get file info only, defaults to false
2319
- :type info: bool, optional
2320
- :param member: get zipfile member
2321
- :type member: str, optional
2322
- :param view: feature flag for view/download, defaults to false
2323
- :type view: bool, optional
2324
- :param range: byte ranges to return
2325
- :type range: str, optional
2326
- :param x_accept_feature: redirect header, defaults to []
2327
- :type x_accept_feature: list[str], optional
2328
- :param async_: Perform the request asynchronously
2329
- :type async_: bool, optional
2330
- :rtype: FileZipInfo
2136
+ :param str session_id: 24-character hex ID (required)
2137
+ :param str analysis_id: 24-char hex analysis id (required)
2138
+ :param str filename: filename to download (get tar of all if empty) (required)
2139
+ :param str ticket: 24-char hex ticket id
2140
+ :param bool info: get file info only
2141
+ :param str member: get zipfile member
2142
+ :param bool view: feature flag for view/download
2143
+ :param str range: byte ranges to return
2144
+ :param list[str] x_accept_feature: redirect header
2145
+ :param bool async_: Perform the request asynchronously
2146
+ :return: FileZipInfo
2331
2147
  """
2332
2148
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2333
2149
  kwargs['_return_http_data_only'] = True
@@ -2351,27 +2167,17 @@ class SessionsApi(object):
2351
2167
  Does not work on files whose names contain a forward slash.
2352
2168
  This method makes a synchronous HTTP request by default.
2353
2169
 
2354
- :param session_id: 24-character hex ID
2355
- :type session_id: str
2356
- :param analysis_id: 24-char hex analysis id
2357
- :type analysis_id: str
2358
- :param filename: filename to download (get tar of all if empty)
2359
- :type filename: str
2360
- :param ticket: 24-char hex ticket id
2361
- :type ticket: str, optional
2362
- :param info: get file info only, defaults to false
2363
- :type info: bool, optional
2364
- :param member: get zipfile member
2365
- :type member: str, optional
2366
- :param view: feature flag for view/download, defaults to false
2367
- :type view: bool, optional
2368
- :param range: byte ranges to return
2369
- :type range: str, optional
2370
- :param x_accept_feature: redirect header, defaults to []
2371
- :type x_accept_feature: list[str], optional
2372
- :param async_: Perform the request asynchronously
2373
- :type async_: bool, optional
2374
- :rtype: FileZipInfo
2170
+ :param str session_id: 24-character hex ID (required)
2171
+ :param str analysis_id: 24-char hex analysis id (required)
2172
+ :param str filename: filename to download (get tar of all if empty) (required)
2173
+ :param str ticket: 24-char hex ticket id
2174
+ :param bool info: get file info only
2175
+ :param str member: get zipfile member
2176
+ :param bool view: feature flag for view/download
2177
+ :param str range: byte ranges to return
2178
+ :param list[str] x_accept_feature: redirect header
2179
+ :param bool async_: Perform the request asynchronously
2180
+ :return: FileZipInfo
2375
2181
  """
2376
2182
 
2377
2183
  all_params = ['session_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2466,27 +2272,17 @@ class SessionsApi(object):
2466
2272
 
2467
2273
  This method makes a synchronous HTTP request by default.
2468
2274
 
2469
- :param session_id: 24-character hex ID
2470
- :type session_id: str
2471
- :param analysis_id: 24-char hex analysis id
2472
- :type analysis_id: str
2473
- :param filename: filename to download (get tar of all if empty)
2474
- :type filename: str
2475
- :param ticket: 24-char hex ticket id
2476
- :type ticket: str, optional
2477
- :param info: get file info only, defaults to false
2478
- :type info: bool, optional
2479
- :param member: get zipfile member
2480
- :type member: str, optional
2481
- :param view: feature flag for view/download, defaults to false
2482
- :type view: bool, optional
2483
- :param range: byte ranges to return
2484
- :type range: str, optional
2485
- :param x_accept_feature: redirect header, defaults to []
2486
- :type x_accept_feature: list[str], optional
2487
- :param async_: Perform the request asynchronously
2488
- :type async_: bool, optional
2489
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2275
+ :param str session_id: 24-character hex ID (required)
2276
+ :param str analysis_id: 24-char hex analysis id (required)
2277
+ :param str filename: filename to download (get tar of all if empty) (required)
2278
+ :param str ticket: 24-char hex ticket id
2279
+ :param bool info: get file info only
2280
+ :param str member: get zipfile member
2281
+ :param bool view: feature flag for view/download
2282
+ :param str range: byte ranges to return
2283
+ :param list[str] x_accept_feature: redirect header
2284
+ :param bool async_: Perform the request asynchronously
2285
+ :return: union[DownloadTicketStub,ZipfileInfo]
2490
2286
  """
2491
2287
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2492
2288
  kwargs['_return_http_data_only'] = True
@@ -2509,27 +2305,17 @@ class SessionsApi(object):
2509
2305
 
2510
2306
  This method makes a synchronous HTTP request by default.
2511
2307
 
2512
- :param session_id: 24-character hex ID
2513
- :type session_id: str
2514
- :param analysis_id: 24-char hex analysis id
2515
- :type analysis_id: str
2516
- :param filename: filename to download (get tar of all if empty)
2517
- :type filename: str
2518
- :param ticket: 24-char hex ticket id
2519
- :type ticket: str, optional
2520
- :param info: get file info only, defaults to false
2521
- :type info: bool, optional
2522
- :param member: get zipfile member
2523
- :type member: str, optional
2524
- :param view: feature flag for view/download, defaults to false
2525
- :type view: bool, optional
2526
- :param range: byte ranges to return
2527
- :type range: str, optional
2528
- :param x_accept_feature: redirect header, defaults to []
2529
- :type x_accept_feature: list[str], optional
2530
- :param async_: Perform the request asynchronously
2531
- :type async_: bool, optional
2532
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2308
+ :param str session_id: 24-character hex ID (required)
2309
+ :param str analysis_id: 24-char hex analysis id (required)
2310
+ :param str filename: filename to download (get tar of all if empty) (required)
2311
+ :param str ticket: 24-char hex ticket id
2312
+ :param bool info: get file info only
2313
+ :param str member: get zipfile member
2314
+ :param bool view: feature flag for view/download
2315
+ :param str range: byte ranges to return
2316
+ :param list[str] x_accept_feature: redirect header
2317
+ :param bool async_: Perform the request asynchronously
2318
+ :return: union[DownloadTicketStub,ZipfileInfo]
2533
2319
  """
2534
2320
 
2535
2321
  all_params = ['session_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2623,27 +2409,17 @@ class SessionsApi(object):
2623
2409
  If \"ticket\" query param is included and not empty, download outputs. If \"ticket\" query param is included and empty, create a ticket for matching outputs in the analysis. If no \"ticket\" query param is included, outputs will be downloaded directly.
2624
2410
  This method makes a synchronous HTTP request by default.
2625
2411
 
2626
- :param session_id: 24-character hex ID
2627
- :type session_id: str
2628
- :param analysis_id: 24-char hex analysis id
2629
- :type analysis_id: str
2630
- :param filename: filename to download (get tar of all if empty)
2631
- :type filename: str
2632
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2633
- :type info: bool, optional
2634
- :param member: The filename of a zipfile member to download rather than the entire file
2635
- :type member: str, optional
2636
- :param view: feature flag for view/download, defaults to false
2637
- :type view: bool, optional
2638
- :param range: byte ranges to return
2639
- :type range: str, optional
2640
- :param x_accept_feature: redirect header, defaults to []
2641
- :type x_accept_feature: list[str], optional
2642
- :param dest_file: Destination file path
2643
- :type dest_file: str
2644
- :param async_: Perform the request asynchronously
2645
- :type async_: bool, optional
2646
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2412
+ :param str session_id: 24-character hex ID (required)
2413
+ :param str analysis_id: 24-char hex analysis id (required)
2414
+ :param str filename: filename to download (get tar of all if empty) (required)
2415
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2416
+ :param str member: The filename of a zipfile member to download rather than the entire file
2417
+ :param bool view: feature flag for view/download
2418
+ :param str range: byte ranges to return
2419
+ :param list[str] x_accept_feature: redirect header
2420
+ :param str dest_file: Destination file path
2421
+ :param bool async_: Perform the request asynchronously
2422
+ :return: union[DownloadTicketStub,ZipfileInfo]
2647
2423
  """
2648
2424
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2649
2425
  kwargs['_return_http_data_only'] = True
@@ -2666,25 +2442,16 @@ class SessionsApi(object):
2666
2442
  If \"ticket\" query param is included and not empty, download outputs. If \"ticket\" query param is included and empty, create a ticket for matching outputs in the analysis. If no \"ticket\" query param is included, outputs will be downloaded directly.
2667
2443
  This method makes a synchronous HTTP request by default.
2668
2444
 
2669
- :param session_id: 24-character hex ID
2670
- :type session_id: str
2671
- :param analysis_id: 24-char hex analysis id
2672
- :type analysis_id: str
2673
- :param filename: filename to download (get tar of all if empty)
2674
- :type filename: str
2675
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2676
- :type info: bool, optional
2677
- :param member: The filename of a zipfile member to download rather than the entire file
2678
- :type member: str, optional
2679
- :param view: feature flag for view/download, defaults to false
2680
- :type view: bool, optional
2681
- :param range: byte ranges to return
2682
- :type range: str, optional
2683
- :param x_accept_feature: redirect header, defaults to []
2684
- :type x_accept_feature: list[str], optional
2685
- :param async_: Perform the request asynchronously
2686
- :type async_: bool, optional
2687
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2445
+ :param str session_id: 24-character hex ID (required)
2446
+ :param str analysis_id: 24-char hex analysis id (required)
2447
+ :param str filename: filename to download (get tar of all if empty) (required)
2448
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2449
+ :param str member: The filename of a zipfile member to download rather than the entire file
2450
+ :param bool view: feature flag for view/download
2451
+ :param str range: byte ranges to return
2452
+ :param list[str] x_accept_feature: redirect header
2453
+ :param bool async_: Perform the request asynchronously
2454
+ :return: union[DownloadTicketStub,ZipfileInfo]
2688
2455
  """
2689
2456
 
2690
2457
  all_params = ['session_id','analysis_id','filename','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2776,27 +2543,17 @@ class SessionsApi(object):
2776
2543
  Does not work on files whose names contain a forward slash.
2777
2544
  This method makes a synchronous HTTP request by default.
2778
2545
 
2779
- :param session_id: 24-character hex ID
2780
- :type session_id: str
2781
- :param analysis_id: 24-char hex analysis id
2782
- :type analysis_id: str
2783
- :param filename: filename to download (get tar of all if empty)
2784
- :type filename: str
2785
- :param ticket: ticket id of the outputs to download
2786
- :type ticket: str, optional
2787
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2788
- :type info: bool, optional
2789
- :param member: The filename of a zipfile member to download rather than the entire file
2790
- :type member: str, optional
2791
- :param view: feature flag for view/download, defaults to false
2792
- :type view: bool, optional
2793
- :param range: byte ranges to return
2794
- :type range: str, optional
2795
- :param x_accept_feature: redirect header, defaults to []
2796
- :type x_accept_feature: list[str], optional
2797
- :param async_: Perform the request asynchronously
2798
- :type async_: bool, optional
2799
- :rtype: FileZipInfo
2546
+ :param str session_id: 24-character hex ID (required)
2547
+ :param str analysis_id: 24-char hex analysis id (required)
2548
+ :param str filename: filename to download (get tar of all if empty) (required)
2549
+ :param str ticket: ticket id of the outputs to download
2550
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2551
+ :param str member: The filename of a zipfile member to download rather than the entire file
2552
+ :param bool view: feature flag for view/download
2553
+ :param str range: byte ranges to return
2554
+ :param list[str] x_accept_feature: redirect header
2555
+ :param bool async_: Perform the request asynchronously
2556
+ :return: FileZipInfo
2800
2557
  """
2801
2558
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2802
2559
  kwargs['_return_http_data_only'] = True
@@ -2820,27 +2577,17 @@ class SessionsApi(object):
2820
2577
  Does not work on files whose names contain a forward slash.
2821
2578
  This method makes a synchronous HTTP request by default.
2822
2579
 
2823
- :param session_id: 24-character hex ID
2824
- :type session_id: str
2825
- :param analysis_id: 24-char hex analysis id
2826
- :type analysis_id: str
2827
- :param filename: filename to download (get tar of all if empty)
2828
- :type filename: str
2829
- :param ticket: ticket id of the outputs to download
2830
- :type ticket: str, optional
2831
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2832
- :type info: bool, optional
2833
- :param member: The filename of a zipfile member to download rather than the entire file
2834
- :type member: str, optional
2835
- :param view: feature flag for view/download, defaults to false
2836
- :type view: bool, optional
2837
- :param range: byte ranges to return
2838
- :type range: str, optional
2839
- :param x_accept_feature: redirect header, defaults to []
2840
- :type x_accept_feature: list[str], optional
2841
- :param async_: Perform the request asynchronously
2842
- :type async_: bool, optional
2843
- :rtype: FileZipInfo
2580
+ :param str session_id: 24-character hex ID (required)
2581
+ :param str analysis_id: 24-char hex analysis id (required)
2582
+ :param str filename: filename to download (get tar of all if empty) (required)
2583
+ :param str ticket: ticket id of the outputs to download
2584
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2585
+ :param str member: The filename of a zipfile member to download rather than the entire file
2586
+ :param bool view: feature flag for view/download
2587
+ :param str range: byte ranges to return
2588
+ :param list[str] x_accept_feature: redirect header
2589
+ :param bool async_: Perform the request asynchronously
2590
+ :return: FileZipInfo
2844
2591
  """
2845
2592
 
2846
2593
  all_params = ['session_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -2935,27 +2682,17 @@ class SessionsApi(object):
2935
2682
 
2936
2683
  This method makes a synchronous HTTP request by default.
2937
2684
 
2938
- :param session_id: 24-character hex ID
2939
- :type session_id: str
2940
- :param analysis_id: 24-char hex analysis id
2941
- :type analysis_id: str
2942
- :param filename: filename to download (get tar of all if empty)
2943
- :type filename: str
2944
- :param ticket: ticket id of the outputs to download
2945
- :type ticket: str, optional
2946
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2947
- :type info: bool, optional
2948
- :param member: The filename of a zipfile member to download rather than the entire file
2949
- :type member: str, optional
2950
- :param view: feature flag for view/download, defaults to false
2951
- :type view: bool, optional
2952
- :param range: byte ranges to return
2953
- :type range: str, optional
2954
- :param x_accept_feature: redirect header, defaults to []
2955
- :type x_accept_feature: list[str], optional
2956
- :param async_: Perform the request asynchronously
2957
- :type async_: bool, optional
2958
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2685
+ :param str session_id: 24-character hex ID (required)
2686
+ :param str analysis_id: 24-char hex analysis id (required)
2687
+ :param str filename: filename to download (get tar of all if empty) (required)
2688
+ :param str ticket: ticket id of the outputs to download
2689
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2690
+ :param str member: The filename of a zipfile member to download rather than the entire file
2691
+ :param bool view: feature flag for view/download
2692
+ :param str range: byte ranges to return
2693
+ :param list[str] x_accept_feature: redirect header
2694
+ :param bool async_: Perform the request asynchronously
2695
+ :return: union[DownloadTicketStub,ZipfileInfo]
2959
2696
  """
2960
2697
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
2961
2698
  kwargs['_return_http_data_only'] = True
@@ -2978,27 +2715,17 @@ class SessionsApi(object):
2978
2715
 
2979
2716
  This method makes a synchronous HTTP request by default.
2980
2717
 
2981
- :param session_id: 24-character hex ID
2982
- :type session_id: str
2983
- :param analysis_id: 24-char hex analysis id
2984
- :type analysis_id: str
2985
- :param filename: filename to download (get tar of all if empty)
2986
- :type filename: str
2987
- :param ticket: ticket id of the outputs to download
2988
- :type ticket: str, optional
2989
- :param info: If the file is a zipfile, return a json response of zipfile member information, defaults to false
2990
- :type info: bool, optional
2991
- :param member: The filename of a zipfile member to download rather than the entire file
2992
- :type member: str, optional
2993
- :param view: feature flag for view/download, defaults to false
2994
- :type view: bool, optional
2995
- :param range: byte ranges to return
2996
- :type range: str, optional
2997
- :param x_accept_feature: redirect header, defaults to []
2998
- :type x_accept_feature: list[str], optional
2999
- :param async_: Perform the request asynchronously
3000
- :type async_: bool, optional
3001
- :rtype: union[DownloadTicketStub,ZipfileInfo]
2718
+ :param str session_id: 24-character hex ID (required)
2719
+ :param str analysis_id: 24-char hex analysis id (required)
2720
+ :param str filename: filename to download (get tar of all if empty) (required)
2721
+ :param str ticket: ticket id of the outputs to download
2722
+ :param bool info: If the file is a zipfile, return a json response of zipfile member information
2723
+ :param str member: The filename of a zipfile member to download rather than the entire file
2724
+ :param bool view: feature flag for view/download
2725
+ :param str range: byte ranges to return
2726
+ :param list[str] x_accept_feature: redirect header
2727
+ :param bool async_: Perform the request asynchronously
2728
+ :return: union[DownloadTicketStub,ZipfileInfo]
3002
2729
  """
3003
2730
 
3004
2731
  all_params = ['session_id','analysis_id','filename','ticket','info','member','view','range','x_accept_feature',] # noqa: E501
@@ -3092,33 +2819,20 @@ class SessionsApi(object):
3092
2819
  Finds all sessions.
3093
2820
  This method makes a synchronous HTTP request by default.
3094
2821
 
3095
- :param exhaustive: Set to return a complete list regardless of permissions, defaults to false
3096
- :type exhaustive: bool, optional
3097
- :param join_avatars: add name and avatar to notes, defaults to false
3098
- :type join_avatars: bool, optional
3099
- :param join: join file origins
3100
- :type join: JoinType, optional
3101
- :param include_all_info: Include all info in returned objects, defaults to false
3102
- :type include_all_info: bool, optional
3103
- :param user_id:
3104
- :type user_id: str, optional
3105
- :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)
3106
- :type filter: str, optional
3107
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3108
- :type sort: str, optional
3109
- :param limit: The maximum number of entries to return.
3110
- :type limit: int, optional
3111
- :param skip: The number of entries to skip., defaults to 0
3112
- :type skip: int, optional
3113
- :param page: The page number (i.e. skip limit*page entries)
3114
- :type page: int, optional
3115
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3116
- :type after_id: str, optional
3117
- :param x_accept_feature:, defaults to []
3118
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
3119
- :param async_: Perform the request asynchronously
3120
- :type async_: bool, optional
3121
- :rtype: union[Page,list[SessionListOutput]]
2822
+ :param bool exhaustive: Set to return a complete list regardless of permissions
2823
+ :param bool join_avatars: add name and avatar to notes
2824
+ :param JoinType join: join file origins
2825
+ :param bool include_all_info: Include all info in returned objects
2826
+ :param str user_id:
2827
+ :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)
2828
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
2829
+ :param int limit: The maximum number of entries to return.
2830
+ :param int skip: The number of entries to skip.
2831
+ :param int page: The page number (i.e. skip limit*page entries)
2832
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
2833
+ :param list[union[HeaderFeature,str]] x_accept_feature:
2834
+ :param bool async_: Perform the request asynchronously
2835
+ :return: union[Page,list[SessionListOutput]]
3122
2836
  """
3123
2837
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3124
2838
  kwargs['_return_http_data_only'] = True
@@ -3142,33 +2856,20 @@ class SessionsApi(object):
3142
2856
  Finds all sessions.
3143
2857
  This method makes a synchronous HTTP request by default.
3144
2858
 
3145
- :param exhaustive: Set to return a complete list regardless of permissions, defaults to false
3146
- :type exhaustive: bool, optional
3147
- :param join_avatars: add name and avatar to notes, defaults to false
3148
- :type join_avatars: bool, optional
3149
- :param join: join file origins
3150
- :type join: JoinType, optional
3151
- :param include_all_info: Include all info in returned objects, defaults to false
3152
- :type include_all_info: bool, optional
3153
- :param user_id:
3154
- :type user_id: str, optional
3155
- :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)
3156
- :type filter: str, optional
3157
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3158
- :type sort: str, optional
3159
- :param limit: The maximum number of entries to return.
3160
- :type limit: int, optional
3161
- :param skip: The number of entries to skip., defaults to 0
3162
- :type skip: int, optional
3163
- :param page: The page number (i.e. skip limit*page entries)
3164
- :type page: int, optional
3165
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3166
- :type after_id: str, optional
3167
- :param x_accept_feature:, defaults to []
3168
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
3169
- :param async_: Perform the request asynchronously
3170
- :type async_: bool, optional
3171
- :rtype: union[Page,list[SessionListOutput]]
2859
+ :param bool exhaustive: Set to return a complete list regardless of permissions
2860
+ :param bool join_avatars: add name and avatar to notes
2861
+ :param JoinType join: join file origins
2862
+ :param bool include_all_info: Include all info in returned objects
2863
+ :param str user_id:
2864
+ :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)
2865
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
2866
+ :param int limit: The maximum number of entries to return.
2867
+ :param int skip: The number of entries to skip.
2868
+ :param int page: The page number (i.e. skip limit*page entries)
2869
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
2870
+ :param list[union[HeaderFeature,str]] x_accept_feature:
2871
+ :param bool async_: Perform the request asynchronously
2872
+ :return: union[Page,list[SessionListOutput]]
3172
2873
  """
3173
2874
 
3174
2875
  all_params = ['exhaustive','join_avatars','join','include_all_info','user_id','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -3256,17 +2957,12 @@ class SessionsApi(object):
3256
2957
  Get a single session
3257
2958
  This method makes a synchronous HTTP request by default.
3258
2959
 
3259
- :param session_id:
3260
- :type session_id: str
3261
- :param join_avatars: add name and avatar to notes, defaults to false
3262
- :type join_avatars: bool, optional
3263
- :param join:
3264
- :type join: JoinType, optional
3265
- :param x_accept_feature:, defaults to []
3266
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
3267
- :param async_: Perform the request asynchronously
3268
- :type async_: bool, optional
3269
- :rtype: SessionOutput
2960
+ :param str session_id: (required)
2961
+ :param bool join_avatars: add name and avatar to notes
2962
+ :param JoinType join:
2963
+ :param list[union[HeaderFeature,str]] x_accept_feature:
2964
+ :param bool async_: Perform the request asynchronously
2965
+ :return: SessionOutput
3270
2966
  """
3271
2967
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3272
2968
  kwargs['_return_http_data_only'] = True
@@ -3290,17 +2986,12 @@ class SessionsApi(object):
3290
2986
  Get a single session
3291
2987
  This method makes a synchronous HTTP request by default.
3292
2988
 
3293
- :param session_id:
3294
- :type session_id: str
3295
- :param join_avatars: add name and avatar to notes, defaults to false
3296
- :type join_avatars: bool, optional
3297
- :param join:
3298
- :type join: JoinType, optional
3299
- :param x_accept_feature:, defaults to []
3300
- :type x_accept_feature: list[union[HeaderFeature,str]], optional
3301
- :param async_: Perform the request asynchronously
3302
- :type async_: bool, optional
3303
- :rtype: SessionOutput
2989
+ :param str session_id: (required)
2990
+ :param bool join_avatars: add name and avatar to notes
2991
+ :param JoinType join:
2992
+ :param list[union[HeaderFeature,str]] x_accept_feature:
2993
+ :param bool async_: Perform the request asynchronously
2994
+ :return: SessionOutput
3304
2995
  """
3305
2996
 
3306
2997
  all_params = ['session_id','join_avatars','join','x_accept_feature',] # noqa: E501
@@ -3376,33 +3067,20 @@ class SessionsApi(object):
3376
3067
  Get acquisitions.
3377
3068
  This method makes a synchronous HTTP request by default.
3378
3069
 
3379
- :param session_id:
3380
- :type session_id: str
3381
- :param collection_id:
3382
- :type collection_id: str, optional
3383
- :param exhaustive:, defaults to false
3384
- :type exhaustive: bool, optional
3385
- :param join:
3386
- :type join: JoinType, optional
3387
- :param include_all_info: Include all info in returned objects, defaults to false
3388
- :type include_all_info: bool, optional
3389
- :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)
3390
- :type filter: str, optional
3391
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3392
- :type sort: str, optional
3393
- :param limit: The maximum number of entries to return.
3394
- :type limit: int, optional
3395
- :param skip: The number of entries to skip., defaults to 0
3396
- :type skip: int, optional
3397
- :param page: The page number (i.e. skip limit*page entries)
3398
- :type page: int, optional
3399
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3400
- :type after_id: str, optional
3401
- :param x_accept_feature:, defaults to []
3402
- :type x_accept_feature: list[str], optional
3403
- :param async_: Perform the request asynchronously
3404
- :type async_: bool, optional
3405
- :rtype: union[list[AcquisitionListOutput],Page]
3070
+ :param str session_id: (required)
3071
+ :param str collection_id:
3072
+ :param bool exhaustive:
3073
+ :param JoinType join:
3074
+ :param bool include_all_info: Include all info in returned objects
3075
+ :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)
3076
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3077
+ :param int limit: The maximum number of entries to return.
3078
+ :param int skip: The number of entries to skip.
3079
+ :param int page: The page number (i.e. skip limit*page entries)
3080
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3081
+ :param list[str] x_accept_feature:
3082
+ :param bool async_: Perform the request asynchronously
3083
+ :return: union[list[AcquisitionListOutput],Page]
3406
3084
  """
3407
3085
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3408
3086
  kwargs['_return_http_data_only'] = True
@@ -3426,33 +3104,20 @@ class SessionsApi(object):
3426
3104
  Get acquisitions.
3427
3105
  This method makes a synchronous HTTP request by default.
3428
3106
 
3429
- :param session_id:
3430
- :type session_id: str
3431
- :param collection_id:
3432
- :type collection_id: str, optional
3433
- :param exhaustive:, defaults to false
3434
- :type exhaustive: bool, optional
3435
- :param join:
3436
- :type join: JoinType, optional
3437
- :param include_all_info: Include all info in returned objects, defaults to false
3438
- :type include_all_info: bool, optional
3439
- :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)
3440
- :type filter: str, optional
3441
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3442
- :type sort: str, optional
3443
- :param limit: The maximum number of entries to return.
3444
- :type limit: int, optional
3445
- :param skip: The number of entries to skip., defaults to 0
3446
- :type skip: int, optional
3447
- :param page: The page number (i.e. skip limit*page entries)
3448
- :type page: int, optional
3449
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3450
- :type after_id: str, optional
3451
- :param x_accept_feature:, defaults to []
3452
- :type x_accept_feature: list[str], optional
3453
- :param async_: Perform the request asynchronously
3454
- :type async_: bool, optional
3455
- :rtype: union[list[AcquisitionListOutput],Page]
3107
+ :param str session_id: (required)
3108
+ :param str collection_id:
3109
+ :param bool exhaustive:
3110
+ :param JoinType join:
3111
+ :param bool include_all_info: Include all info in returned objects
3112
+ :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)
3113
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3114
+ :param int limit: The maximum number of entries to return.
3115
+ :param int skip: The number of entries to skip.
3116
+ :param int page: The page number (i.e. skip limit*page entries)
3117
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3118
+ :param list[str] x_accept_feature:
3119
+ :param bool async_: Perform the request asynchronously
3120
+ :return: union[list[AcquisitionListOutput],Page]
3456
3121
  """
3457
3122
 
3458
3123
  all_params = ['session_id','collection_id','exhaustive','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -3544,33 +3209,20 @@ class SessionsApi(object):
3544
3209
  Returns analyses that directly belong to this resource.
3545
3210
  This method makes a synchronous HTTP request by default.
3546
3211
 
3547
- :param cid:
3548
- :type cid: str
3549
- :param inflate_job:, defaults to false
3550
- :type inflate_job: bool, optional
3551
- :param join_avatars:, defaults to false
3552
- :type join_avatars: bool, optional
3553
- :param join:
3554
- :type join: JoinType, optional
3555
- :param include_all_info: Include all info in returned objects, defaults to false
3556
- :type include_all_info: bool, optional
3557
- :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)
3558
- :type filter: str, optional
3559
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3560
- :type sort: str, optional
3561
- :param limit: The maximum number of entries to return.
3562
- :type limit: int, optional
3563
- :param skip: The number of entries to skip., defaults to 0
3564
- :type skip: int, optional
3565
- :param page: The page number (i.e. skip limit*page entries)
3566
- :type page: int, optional
3567
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3568
- :type after_id: str, optional
3569
- :param x_accept_feature:, defaults to []
3570
- :type x_accept_feature: list[str], optional
3571
- :param async_: Perform the request asynchronously
3572
- :type async_: bool, optional
3573
- :rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
3212
+ :param str cid: (required)
3213
+ :param bool inflate_job:
3214
+ :param bool join_avatars:
3215
+ :param JoinType join:
3216
+ :param bool include_all_info: Include all info in returned objects
3217
+ :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)
3218
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3219
+ :param int limit: The maximum number of entries to return.
3220
+ :param int skip: The number of entries to skip.
3221
+ :param int page: The page number (i.e. skip limit*page entries)
3222
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3223
+ :param list[str] x_accept_feature:
3224
+ :param bool async_: Perform the request asynchronously
3225
+ :return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
3574
3226
  """
3575
3227
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3576
3228
  kwargs['_return_http_data_only'] = True
@@ -3594,33 +3246,20 @@ class SessionsApi(object):
3594
3246
  Returns analyses that directly belong to this resource.
3595
3247
  This method makes a synchronous HTTP request by default.
3596
3248
 
3597
- :param cid:
3598
- :type cid: str
3599
- :param inflate_job:, defaults to false
3600
- :type inflate_job: bool, optional
3601
- :param join_avatars:, defaults to false
3602
- :type join_avatars: bool, optional
3603
- :param join:
3604
- :type join: JoinType, optional
3605
- :param include_all_info: Include all info in returned objects, defaults to false
3606
- :type include_all_info: bool, optional
3607
- :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)
3608
- :type filter: str, optional
3609
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3610
- :type sort: str, optional
3611
- :param limit: The maximum number of entries to return.
3612
- :type limit: int, optional
3613
- :param skip: The number of entries to skip., defaults to 0
3614
- :type skip: int, optional
3615
- :param page: The page number (i.e. skip limit*page entries)
3616
- :type page: int, optional
3617
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3618
- :type after_id: str, optional
3619
- :param x_accept_feature:, defaults to []
3620
- :type x_accept_feature: list[str], optional
3621
- :param async_: Perform the request asynchronously
3622
- :type async_: bool, optional
3623
- :rtype: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
3249
+ :param str cid: (required)
3250
+ :param bool inflate_job:
3251
+ :param bool join_avatars:
3252
+ :param JoinType join:
3253
+ :param bool include_all_info: Include all info in returned objects
3254
+ :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)
3255
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3256
+ :param int limit: The maximum number of entries to return.
3257
+ :param int skip: The number of entries to skip.
3258
+ :param int page: The page number (i.e. skip limit*page entries)
3259
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3260
+ :param list[str] x_accept_feature:
3261
+ :param bool async_: Perform the request asynchronously
3262
+ :return: union[Page,list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]]
3624
3263
  """
3625
3264
 
3626
3265
  all_params = ['cid','inflate_job','join_avatars','join','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -3712,19 +3351,13 @@ class SessionsApi(object):
3712
3351
  Get an analysis.
3713
3352
  This method makes a synchronous HTTP request by default.
3714
3353
 
3715
- :param cid:
3716
- :type cid: str
3717
- :param analysis_id:
3718
- :type analysis_id: str
3719
- :param inflate_job: Return job as an object instead of an id, defaults to false
3720
- :type inflate_job: bool, optional
3721
- :param join_avatars:, defaults to false
3722
- :type join_avatars: bool, optional
3723
- :param join:
3724
- :type join: JoinType, optional
3725
- :param async_: Perform the request asynchronously
3726
- :type async_: bool, optional
3727
- :rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
3354
+ :param str cid: (required)
3355
+ :param str analysis_id: (required)
3356
+ :param bool inflate_job: Return job as an object instead of an id
3357
+ :param bool join_avatars:
3358
+ :param JoinType join:
3359
+ :param bool async_: Perform the request asynchronously
3360
+ :return: union[AnalysisOutputInflatedJob,AnalysisOutput]
3728
3361
  """
3729
3362
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3730
3363
  kwargs['_return_http_data_only'] = True
@@ -3748,19 +3381,13 @@ class SessionsApi(object):
3748
3381
  Get an analysis.
3749
3382
  This method makes a synchronous HTTP request by default.
3750
3383
 
3751
- :param cid:
3752
- :type cid: str
3753
- :param analysis_id:
3754
- :type analysis_id: str
3755
- :param inflate_job: Return job as an object instead of an id, defaults to false
3756
- :type inflate_job: bool, optional
3757
- :param join_avatars:, defaults to false
3758
- :type join_avatars: bool, optional
3759
- :param join:
3760
- :type join: JoinType, optional
3761
- :param async_: Perform the request asynchronously
3762
- :type async_: bool, optional
3763
- :rtype: union[AnalysisOutputInflatedJob,AnalysisOutput]
3384
+ :param str cid: (required)
3385
+ :param str analysis_id: (required)
3386
+ :param bool inflate_job: Return job as an object instead of an id
3387
+ :param bool join_avatars:
3388
+ :param JoinType join:
3389
+ :param bool async_: Perform the request asynchronously
3390
+ :return: union[AnalysisOutputInflatedJob,AnalysisOutput]
3764
3391
  """
3765
3392
 
3766
3393
  all_params = ['cid','analysis_id','inflate_job','join_avatars','join',] # noqa: E501
@@ -3841,13 +3468,10 @@ class SessionsApi(object):
3841
3468
  Get info for a particular file.
3842
3469
  This method makes a synchronous HTTP request by default.
3843
3470
 
3844
- :param cid: Container Id
3845
- :type cid: str
3846
- :param filename:
3847
- :type filename: str
3848
- :param async_: Perform the request asynchronously
3849
- :type async_: bool, optional
3850
- :rtype: FileOutput
3471
+ :param str cid: Container Id (required)
3472
+ :param str filename: (required)
3473
+ :param bool async_: Perform the request asynchronously
3474
+ :return: FileOutput
3851
3475
  """
3852
3476
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3853
3477
  kwargs['_return_http_data_only'] = True
@@ -3871,13 +3495,10 @@ class SessionsApi(object):
3871
3495
  Get info for a particular file.
3872
3496
  This method makes a synchronous HTTP request by default.
3873
3497
 
3874
- :param cid: Container Id
3875
- :type cid: str
3876
- :param filename:
3877
- :type filename: str
3878
- :param async_: Perform the request asynchronously
3879
- :type async_: bool, optional
3880
- :rtype: FileOutput
3498
+ :param str cid: Container Id (required)
3499
+ :param str filename: (required)
3500
+ :param bool async_: Perform the request asynchronously
3501
+ :return: FileOutput
3881
3502
  """
3882
3503
 
3883
3504
  all_params = ['cid','filename',] # noqa: E501
@@ -3952,31 +3573,19 @@ class SessionsApi(object):
3952
3573
  Gets session jobs.
3953
3574
  This method makes a synchronous HTTP request by default.
3954
3575
 
3955
- :param session_id:
3956
- :type session_id: str
3957
- :param states: filter results by job state, defaults to []
3958
- :type states: list[str], optional
3959
- :param tags: filter results by job tags, defaults to []
3960
- :type tags: list[str], optional
3961
- :param include_all_info: Include all info in returned objects, defaults to false
3962
- :type include_all_info: bool, optional
3963
- :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)
3964
- :type filter: str, optional
3965
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
3966
- :type sort: str, optional
3967
- :param limit: The maximum number of entries to return.
3968
- :type limit: int, optional
3969
- :param skip: The number of entries to skip., defaults to 0
3970
- :type skip: int, optional
3971
- :param page: The page number (i.e. skip limit*page entries)
3972
- :type page: int, optional
3973
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3974
- :type after_id: str, optional
3975
- :param x_accept_feature:, defaults to []
3976
- :type x_accept_feature: list[str], optional
3977
- :param async_: Perform the request asynchronously
3978
- :type async_: bool, optional
3979
- :rtype: union[JobsList,Page]
3576
+ :param str session_id: (required)
3577
+ :param list[str] states: filter results by job state
3578
+ :param list[str] tags: filter results by job tags
3579
+ :param bool include_all_info: Include all info in returned objects
3580
+ :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)
3581
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3582
+ :param int limit: The maximum number of entries to return.
3583
+ :param int skip: The number of entries to skip.
3584
+ :param int page: The page number (i.e. skip limit*page entries)
3585
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3586
+ :param list[str] x_accept_feature:
3587
+ :param bool async_: Perform the request asynchronously
3588
+ :return: union[JobsList,Page]
3980
3589
  """
3981
3590
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
3982
3591
  kwargs['_return_http_data_only'] = True
@@ -4000,31 +3609,19 @@ class SessionsApi(object):
4000
3609
  Gets session jobs.
4001
3610
  This method makes a synchronous HTTP request by default.
4002
3611
 
4003
- :param session_id:
4004
- :type session_id: str
4005
- :param states: filter results by job state, defaults to []
4006
- :type states: list[str], optional
4007
- :param tags: filter results by job tags, defaults to []
4008
- :type tags: list[str], optional
4009
- :param include_all_info: Include all info in returned objects, defaults to false
4010
- :type include_all_info: bool, optional
4011
- :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)
4012
- :type filter: str, optional
4013
- :param sort: The sort fields and order. (e.g. label:asc,created:desc)
4014
- :type sort: str, optional
4015
- :param limit: The maximum number of entries to return.
4016
- :type limit: int, optional
4017
- :param skip: The number of entries to skip., defaults to 0
4018
- :type skip: int, optional
4019
- :param page: The page number (i.e. skip limit*page entries)
4020
- :type page: int, optional
4021
- :param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
4022
- :type after_id: str, optional
4023
- :param x_accept_feature:, defaults to []
4024
- :type x_accept_feature: list[str], optional
4025
- :param async_: Perform the request asynchronously
4026
- :type async_: bool, optional
4027
- :rtype: union[JobsList,Page]
3612
+ :param str session_id: (required)
3613
+ :param list[str] states: filter results by job state
3614
+ :param list[str] tags: filter results by job tags
3615
+ :param bool include_all_info: Include all info in returned objects
3616
+ :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)
3617
+ :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3618
+ :param int limit: The maximum number of entries to return.
3619
+ :param int skip: The number of entries to skip.
3620
+ :param int page: The page number (i.e. skip limit*page entries)
3621
+ :param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
3622
+ :param list[str] x_accept_feature:
3623
+ :param bool async_: Perform the request asynchronously
3624
+ :return: union[JobsList,Page]
4028
3625
  """
4029
3626
 
4030
3627
  all_params = ['session_id','states','tags','include_all_info','filter','sort','limit','skip','page','after_id','x_accept_feature',] # noqa: E501
@@ -4116,13 +3713,10 @@ class SessionsApi(object):
4116
3713
  Get a note of a(n) session
4117
3714
  This method makes a synchronous HTTP request by default.
4118
3715
 
4119
- :param cid:
4120
- :type cid: str
4121
- :param note_id:
4122
- :type note_id: str
4123
- :param async_: Perform the request asynchronously
4124
- :type async_: bool, optional
4125
- :rtype: Note
3716
+ :param str cid: (required)
3717
+ :param str note_id: (required)
3718
+ :param bool async_: Perform the request asynchronously
3719
+ :return: Note
4126
3720
  """
4127
3721
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4128
3722
  kwargs['_return_http_data_only'] = True
@@ -4146,13 +3740,10 @@ class SessionsApi(object):
4146
3740
  Get a note of a(n) session
4147
3741
  This method makes a synchronous HTTP request by default.
4148
3742
 
4149
- :param cid:
4150
- :type cid: str
4151
- :param note_id:
4152
- :type note_id: str
4153
- :param async_: Perform the request asynchronously
4154
- :type async_: bool, optional
4155
- :rtype: Note
3743
+ :param str cid: (required)
3744
+ :param str note_id: (required)
3745
+ :param bool async_: Perform the request asynchronously
3746
+ :return: Note
4156
3747
  """
4157
3748
 
4158
3749
  all_params = ['cid','note_id',] # noqa: E501
@@ -4227,13 +3818,10 @@ class SessionsApi(object):
4227
3818
  Get the value of a tag, by name
4228
3819
  This method makes a synchronous HTTP request by default.
4229
3820
 
4230
- :param cid:
4231
- :type cid: str
4232
- :param value: The tag to interact with
4233
- :type value: str
4234
- :param async_: Perform the request asynchronously
4235
- :type async_: bool, optional
4236
- :rtype: str
3821
+ :param str cid: (required)
3822
+ :param str value: The tag to interact with (required)
3823
+ :param bool async_: Perform the request asynchronously
3824
+ :return: str
4237
3825
  """
4238
3826
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4239
3827
  kwargs['_return_http_data_only'] = True
@@ -4257,13 +3845,10 @@ class SessionsApi(object):
4257
3845
  Get the value of a tag, by name
4258
3846
  This method makes a synchronous HTTP request by default.
4259
3847
 
4260
- :param cid:
4261
- :type cid: str
4262
- :param value: The tag to interact with
4263
- :type value: str
4264
- :param async_: Perform the request asynchronously
4265
- :type async_: bool, optional
4266
- :rtype: str
3848
+ :param str cid: (required)
3849
+ :param str value: The tag to interact with (required)
3850
+ :param bool async_: Perform the request asynchronously
3851
+ :return: str
4267
3852
  """
4268
3853
 
4269
3854
  all_params = ['cid','value',] # noqa: E501
@@ -4338,13 +3923,10 @@ class SessionsApi(object):
4338
3923
  Modify a session.
4339
3924
  This method makes a synchronous HTTP request by default.
4340
3925
 
4341
- :param session_id:
4342
- :type session_id: str
4343
- :param body:
4344
- :type body: SessionModify
4345
- :param async_: Perform the request asynchronously
4346
- :type async_: bool, optional
4347
- :rtype: ModifiedResult
3926
+ :param str session_id: (required)
3927
+ :param SessionModify body: (required)
3928
+ :param bool async_: Perform the request asynchronously
3929
+ :return: ModifiedResult
4348
3930
  """
4349
3931
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4350
3932
  kwargs['_return_http_data_only'] = True
@@ -4368,13 +3950,10 @@ class SessionsApi(object):
4368
3950
  Modify a session.
4369
3951
  This method makes a synchronous HTTP request by default.
4370
3952
 
4371
- :param session_id:
4372
- :type session_id: str
4373
- :param body:
4374
- :type body: SessionModify
4375
- :param async_: Perform the request asynchronously
4376
- :type async_: bool, optional
4377
- :rtype: ModifiedResult
3953
+ :param str session_id: (required)
3954
+ :param SessionModify body: (required)
3955
+ :param bool async_: Perform the request asynchronously
3956
+ :return: ModifiedResult
4378
3957
  """
4379
3958
 
4380
3959
  all_params = ['session_id','body',] # noqa: E501
@@ -4460,15 +4039,11 @@ class SessionsApi(object):
4460
4039
  Modify an analysis.
4461
4040
  This method makes a synchronous HTTP request by default.
4462
4041
 
4463
- :param cid:
4464
- :type cid: str
4465
- :param analysis_id:
4466
- :type analysis_id: str
4467
- :param body:
4468
- :type body: AnalysisModifyInput
4469
- :param async_: Perform the request asynchronously
4470
- :type async_: bool, optional
4471
- :rtype: ModifiedResult
4042
+ :param str cid: (required)
4043
+ :param str analysis_id: (required)
4044
+ :param AnalysisModifyInput body: (required)
4045
+ :param bool async_: Perform the request asynchronously
4046
+ :return: ModifiedResult
4472
4047
  """
4473
4048
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4474
4049
  kwargs['_return_http_data_only'] = True
@@ -4492,15 +4067,11 @@ class SessionsApi(object):
4492
4067
  Modify an analysis.
4493
4068
  This method makes a synchronous HTTP request by default.
4494
4069
 
4495
- :param cid:
4496
- :type cid: str
4497
- :param analysis_id:
4498
- :type analysis_id: str
4499
- :param body:
4500
- :type body: AnalysisModifyInput
4501
- :param async_: Perform the request asynchronously
4502
- :type async_: bool, optional
4503
- :rtype: ModifiedResult
4070
+ :param str cid: (required)
4071
+ :param str analysis_id: (required)
4072
+ :param AnalysisModifyInput body: (required)
4073
+ :param bool async_: Perform the request asynchronously
4074
+ :return: ModifiedResult
4504
4075
  """
4505
4076
 
4506
4077
  all_params = ['cid','analysis_id','body',] # noqa: E501
@@ -4592,15 +4163,11 @@ class SessionsApi(object):
4592
4163
  Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
4593
4164
  This method makes a synchronous HTTP request by default.
4594
4165
 
4595
- :param cid:
4596
- :type cid: str
4597
- :param filename:
4598
- :type filename: str
4599
- :param body:
4600
- :type body: FileModifyInput
4601
- :param async_: Perform the request asynchronously
4602
- :type async_: bool, optional
4603
- :rtype: ModifiedResult
4166
+ :param str cid: (required)
4167
+ :param str filename: (required)
4168
+ :param FileModifyInput body: (required)
4169
+ :param bool async_: Perform the request asynchronously
4170
+ :return: ModifiedResult
4604
4171
  """
4605
4172
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4606
4173
  kwargs['_return_http_data_only'] = True
@@ -4624,15 +4191,11 @@ class SessionsApi(object):
4624
4191
  Note: If modifying a file's modality, the current classification will be cleared (except for items in the \"Custom\" list)
4625
4192
  This method makes a synchronous HTTP request by default.
4626
4193
 
4627
- :param cid:
4628
- :type cid: str
4629
- :param filename:
4630
- :type filename: str
4631
- :param body:
4632
- :type body: FileModifyInput
4633
- :param async_: Perform the request asynchronously
4634
- :type async_: bool, optional
4635
- :rtype: ModifiedResult
4194
+ :param str cid: (required)
4195
+ :param str filename: (required)
4196
+ :param FileModifyInput body: (required)
4197
+ :param bool async_: Perform the request asynchronously
4198
+ :return: ModifiedResult
4636
4199
  """
4637
4200
 
4638
4201
  all_params = ['cid','filename','body',] # noqa: E501
@@ -4724,15 +4287,11 @@ class SessionsApi(object):
4724
4287
  If replacing a file's classification, the modality can optionally be modified as well.
4725
4288
  This method makes a synchronous HTTP request by default.
4726
4289
 
4727
- :param cid:
4728
- :type cid: str
4729
- :param filename:
4730
- :type filename: str
4731
- :param body:
4732
- :type body: FileClassificationDelta
4733
- :param async_: Perform the request asynchronously
4734
- :type async_: bool, optional
4735
- :rtype: ModifiedResult
4290
+ :param str cid: (required)
4291
+ :param str filename: (required)
4292
+ :param FileClassificationDelta body: (required)
4293
+ :param bool async_: Perform the request asynchronously
4294
+ :return: ModifiedResult
4736
4295
  """
4737
4296
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4738
4297
  kwargs['_return_http_data_only'] = True
@@ -4756,15 +4315,11 @@ class SessionsApi(object):
4756
4315
  If replacing a file's classification, the modality can optionally be modified as well.
4757
4316
  This method makes a synchronous HTTP request by default.
4758
4317
 
4759
- :param cid:
4760
- :type cid: str
4761
- :param filename:
4762
- :type filename: str
4763
- :param body:
4764
- :type body: FileClassificationDelta
4765
- :param async_: Perform the request asynchronously
4766
- :type async_: bool, optional
4767
- :rtype: ModifiedResult
4318
+ :param str cid: (required)
4319
+ :param str filename: (required)
4320
+ :param FileClassificationDelta body: (required)
4321
+ :param bool async_: Perform the request asynchronously
4322
+ :return: ModifiedResult
4768
4323
  """
4769
4324
 
4770
4325
  all_params = ['cid','filename','body',] # noqa: E501
@@ -4856,15 +4411,11 @@ class SessionsApi(object):
4856
4411
  Modify and return the file 'info' field
4857
4412
  This method makes a synchronous HTTP request by default.
4858
4413
 
4859
- :param cid:
4860
- :type cid: str
4861
- :param filename:
4862
- :type filename: str
4863
- :param body:
4864
- :type body: Info
4865
- :param async_: Perform the request asynchronously
4866
- :type async_: bool, optional
4867
- :rtype: ModifiedResult
4414
+ :param str cid: (required)
4415
+ :param str filename: (required)
4416
+ :param Info body: (required)
4417
+ :param bool async_: Perform the request asynchronously
4418
+ :return: ModifiedResult
4868
4419
  """
4869
4420
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
4870
4421
  kwargs['_return_http_data_only'] = True
@@ -4888,15 +4439,11 @@ class SessionsApi(object):
4888
4439
  Modify and return the file 'info' field
4889
4440
  This method makes a synchronous HTTP request by default.
4890
4441
 
4891
- :param cid:
4892
- :type cid: str
4893
- :param filename:
4894
- :type filename: str
4895
- :param body:
4896
- :type body: Info
4897
- :param async_: Perform the request asynchronously
4898
- :type async_: bool, optional
4899
- :rtype: ModifiedResult
4442
+ :param str cid: (required)
4443
+ :param str filename: (required)
4444
+ :param Info body: (required)
4445
+ :param bool async_: Perform the request asynchronously
4446
+ :return: ModifiedResult
4900
4447
  """
4901
4448
 
4902
4449
  all_params = ['cid','filename','body',] # noqa: E501
@@ -4988,13 +4535,10 @@ class SessionsApi(object):
4988
4535
  Update or replace info for a(n) session. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
4989
4536
  This method makes a synchronous HTTP request by default.
4990
4537
 
4991
- :param cid:
4992
- :type cid: str
4993
- :param body:
4994
- :type body: Info
4995
- :param async_: Perform the request asynchronously
4996
- :type async_: bool, optional
4997
- :rtype: ModifiedResult
4538
+ :param str cid: (required)
4539
+ :param Info body: (required)
4540
+ :param bool async_: Perform the request asynchronously
4541
+ :return: ModifiedResult
4998
4542
  """
4999
4543
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5000
4544
  kwargs['_return_http_data_only'] = True
@@ -5018,13 +4562,10 @@ class SessionsApi(object):
5018
4562
  Update or replace info for a(n) session. Keys that contain '$' or '.' will be sanitized in the process of being updated on the container.
5019
4563
  This method makes a synchronous HTTP request by default.
5020
4564
 
5021
- :param cid:
5022
- :type cid: str
5023
- :param body:
5024
- :type body: Info
5025
- :param async_: Perform the request asynchronously
5026
- :type async_: bool, optional
5027
- :rtype: ModifiedResult
4565
+ :param str cid: (required)
4566
+ :param Info body: (required)
4567
+ :param bool async_: Perform the request asynchronously
4568
+ :return: ModifiedResult
5028
4569
  """
5029
4570
 
5030
4571
  all_params = ['cid','body',] # noqa: E501
@@ -5110,15 +4651,11 @@ class SessionsApi(object):
5110
4651
  Update a note of a(n) session
5111
4652
  This method makes a synchronous HTTP request by default.
5112
4653
 
5113
- :param cid:
5114
- :type cid: str
5115
- :param note_id:
5116
- :type note_id: str
5117
- :param body:
5118
- :type body: NoteInput
5119
- :param async_: Perform the request asynchronously
5120
- :type async_: bool, optional
5121
- :rtype: int
4654
+ :param str cid: (required)
4655
+ :param str note_id: (required)
4656
+ :param NoteInput body: (required)
4657
+ :param bool async_: Perform the request asynchronously
4658
+ :return: int
5122
4659
  """
5123
4660
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5124
4661
  kwargs['_return_http_data_only'] = True
@@ -5142,15 +4679,11 @@ class SessionsApi(object):
5142
4679
  Update a note of a(n) session
5143
4680
  This method makes a synchronous HTTP request by default.
5144
4681
 
5145
- :param cid:
5146
- :type cid: str
5147
- :param note_id:
5148
- :type note_id: str
5149
- :param body:
5150
- :type body: NoteInput
5151
- :param async_: Perform the request asynchronously
5152
- :type async_: bool, optional
5153
- :rtype: int
4682
+ :param str cid: (required)
4683
+ :param str note_id: (required)
4684
+ :param NoteInput body: (required)
4685
+ :param bool async_: Perform the request asynchronously
4686
+ :return: int
5154
4687
  """
5155
4688
 
5156
4689
  all_params = ['cid','note_id','body',] # noqa: E501
@@ -5242,15 +4775,11 @@ class SessionsApi(object):
5242
4775
  Rename a tag
5243
4776
  This method makes a synchronous HTTP request by default.
5244
4777
 
5245
- :param cid:
5246
- :type cid: str
5247
- :param value: The tag to interact with
5248
- :type value: str
5249
- :param body:
5250
- :type body: Tag
5251
- :param async_: Perform the request asynchronously
5252
- :type async_: bool, optional
5253
- :rtype: str
4778
+ :param str cid: (required)
4779
+ :param str value: The tag to interact with (required)
4780
+ :param Tag body: (required)
4781
+ :param bool async_: Perform the request asynchronously
4782
+ :return: str
5254
4783
  """
5255
4784
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5256
4785
  kwargs['_return_http_data_only'] = True
@@ -5274,15 +4803,11 @@ class SessionsApi(object):
5274
4803
  Rename a tag
5275
4804
  This method makes a synchronous HTTP request by default.
5276
4805
 
5277
- :param cid:
5278
- :type cid: str
5279
- :param value: The tag to interact with
5280
- :type value: str
5281
- :param body:
5282
- :type body: Tag
5283
- :param async_: Perform the request asynchronously
5284
- :type async_: bool, optional
5285
- :rtype: str
4806
+ :param str cid: (required)
4807
+ :param str value: The tag to interact with (required)
4808
+ :param Tag body: (required)
4809
+ :param bool async_: Perform the request asynchronously
4810
+ :return: str
5286
4811
  """
5287
4812
 
5288
4813
  all_params = ['cid','value','body',] # noqa: E501
@@ -5374,13 +4899,10 @@ class SessionsApi(object):
5374
4899
  Smart copy a session
5375
4900
  This method makes a synchronous HTTP request by default.
5376
4901
 
5377
- :param session_id:
5378
- :type session_id: str
5379
- :param body:
5380
- :type body: SessionCopyInput
5381
- :param async_: Perform the request asynchronously
5382
- :type async_: bool, optional
5383
- :rtype: Session
4902
+ :param str session_id: (required)
4903
+ :param SessionCopyInput body: (required)
4904
+ :param bool async_: Perform the request asynchronously
4905
+ :return: Session
5384
4906
  """
5385
4907
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5386
4908
  kwargs['_return_http_data_only'] = True
@@ -5404,13 +4926,10 @@ class SessionsApi(object):
5404
4926
  Smart copy a session
5405
4927
  This method makes a synchronous HTTP request by default.
5406
4928
 
5407
- :param session_id:
5408
- :type session_id: str
5409
- :param body:
5410
- :type body: SessionCopyInput
5411
- :param async_: Perform the request asynchronously
5412
- :type async_: bool, optional
5413
- :rtype: Session
4929
+ :param str session_id: (required)
4930
+ :param SessionCopyInput body: (required)
4931
+ :param bool async_: Perform the request asynchronously
4932
+ :return: Session
5414
4933
  """
5415
4934
 
5416
4935
  all_params = ['session_id','body',] # noqa: E501
@@ -5496,29 +5015,18 @@ class SessionsApi(object):
5496
5015
  Upload a file to a(n) session.
5497
5016
  This method makes a synchronous HTTP request by default.
5498
5017
 
5499
- :param container_id:
5500
- :type container_id: str
5501
- :param file: The file to upload
5502
- :type file: str
5503
- :param preserve_metadata:, defaults to false
5504
- :type preserve_metadata: bool, optional
5505
- :param ticket:
5506
- :type ticket: str, optional
5507
- :param id:
5508
- :type id: str, optional
5509
- :param level:
5510
- :type level: ContainerType, optional
5511
- :param job:
5512
- :type job: str, optional
5513
- :param metadata: Dictionary of file metadata (type, modality, info, etc.)
5514
- :type metadata: object, optional
5515
- :param x_accept_feature: redirect header, defaults to []
5516
- :type x_accept_feature: list[str], optional
5517
- :param content_type:
5518
- :type content_type: str, optional
5519
- :param async_: Perform the request asynchronously
5520
- :type async_: bool, optional
5521
- :rtype: union[list[FileOutput],UploadTicketOutput]
5018
+ :param str container_id: (required)
5019
+ :param str file: The file to upload (required)
5020
+ :param bool preserve_metadata:
5021
+ :param str ticket:
5022
+ :param str id:
5023
+ :param ContainerType level:
5024
+ :param str job:
5025
+ :param object metadata: Dictionary of file metadata (type, modality, info, etc.)
5026
+ :param list[str] x_accept_feature: redirect header
5027
+ :param str content_type:
5028
+ :param bool async_: Perform the request asynchronously
5029
+ :return: union[list[FileOutput],UploadTicketOutput]
5522
5030
  """
5523
5031
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5524
5032
  kwargs['_return_http_data_only'] = True
@@ -5542,29 +5050,18 @@ class SessionsApi(object):
5542
5050
  Upload a file to a(n) session.
5543
5051
  This method makes a synchronous HTTP request by default.
5544
5052
 
5545
- :param container_id:
5546
- :type container_id: str
5547
- :param file: The file to upload
5548
- :type file: str
5549
- :param preserve_metadata:, defaults to false
5550
- :type preserve_metadata: bool, optional
5551
- :param ticket:
5552
- :type ticket: str, optional
5553
- :param id:
5554
- :type id: str, optional
5555
- :param level:
5556
- :type level: ContainerType, optional
5557
- :param job:
5558
- :type job: str, optional
5559
- :param metadata: Dictionary of file metadata (type, modality, info, etc.)
5560
- :type metadata: object, optional
5561
- :param x_accept_feature: redirect header, defaults to []
5562
- :type x_accept_feature: list[str], optional
5563
- :param content_type:
5564
- :type content_type: str, optional
5565
- :param async_: Perform the request asynchronously
5566
- :type async_: bool, optional
5567
- :rtype: union[list[FileOutput],UploadTicketOutput]
5053
+ :param str container_id: (required)
5054
+ :param str file: The file to upload (required)
5055
+ :param bool preserve_metadata:
5056
+ :param str ticket:
5057
+ :param str id:
5058
+ :param ContainerType level:
5059
+ :param str job:
5060
+ :param object metadata: Dictionary of file metadata (type, modality, info, etc.)
5061
+ :param list[str] x_accept_feature: redirect header
5062
+ :param str content_type:
5063
+ :param bool async_: Perform the request asynchronously
5064
+ :return: union[list[FileOutput],UploadTicketOutput]
5568
5065
  """
5569
5066
 
5570
5067
  all_params = ['container_id','file','preserve_metadata','ticket','id','level','job','metadata','x_accept_feature','content_type',] # noqa: E501
@@ -5660,25 +5157,16 @@ class SessionsApi(object):
5660
5157
  Upload an output file to an analysis
5661
5158
  This method makes a synchronous HTTP request by default.
5662
5159
 
5663
- :param cid:
5664
- :type cid: str
5665
- :param analysis_id:
5666
- :type analysis_id: str
5667
- :param file: The file to upload
5668
- :type file: str
5669
- :param ticket:
5670
- :type ticket: str, optional
5671
- :param id:
5672
- :type id: str, optional
5673
- :param level:
5674
- :type level: ContainerType, optional
5675
- :param job:
5676
- :type job: str, optional
5677
- :param content_type:
5678
- :type content_type: str, optional
5679
- :param async_: Perform the request asynchronously
5680
- :type async_: bool, optional
5681
- :rtype: list[FileOutput]
5160
+ :param str cid: (required)
5161
+ :param str analysis_id: (required)
5162
+ :param str file: The file to upload (required)
5163
+ :param str ticket:
5164
+ :param str id:
5165
+ :param ContainerType level:
5166
+ :param str job:
5167
+ :param str content_type:
5168
+ :param bool async_: Perform the request asynchronously
5169
+ :return: list[FileOutput]
5682
5170
  """
5683
5171
  ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
5684
5172
  kwargs['_return_http_data_only'] = True
@@ -5702,25 +5190,16 @@ class SessionsApi(object):
5702
5190
  Upload an output file to an analysis
5703
5191
  This method makes a synchronous HTTP request by default.
5704
5192
 
5705
- :param cid:
5706
- :type cid: str
5707
- :param analysis_id:
5708
- :type analysis_id: str
5709
- :param file: The file to upload
5710
- :type file: str
5711
- :param ticket:
5712
- :type ticket: str, optional
5713
- :param id:
5714
- :type id: str, optional
5715
- :param level:
5716
- :type level: ContainerType, optional
5717
- :param job:
5718
- :type job: str, optional
5719
- :param content_type:
5720
- :type content_type: str, optional
5721
- :param async_: Perform the request asynchronously
5722
- :type async_: bool, optional
5723
- :rtype: list[FileOutput]
5193
+ :param str cid: (required)
5194
+ :param str analysis_id: (required)
5195
+ :param str file: The file to upload (required)
5196
+ :param str ticket:
5197
+ :param str id:
5198
+ :param ContainerType level:
5199
+ :param str job:
5200
+ :param str content_type:
5201
+ :param bool async_: Perform the request asynchronously
5202
+ :return: list[FileOutput]
5724
5203
  """
5725
5204
 
5726
5205
  all_params = ['cid','analysis_id','file','ticket','id','level','job','content_type',] # noqa: E501