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.
- flywheel/api/acquisitions_api.py +562 -1033
- flywheel/api/analyses_api.py +425 -786
- flywheel/api/audit_trail_api.py +44 -78
- flywheel/api/auth_api.py +4 -6
- flywheel/api/batch_api.py +36 -60
- flywheel/api/bulk_api.py +6 -10
- flywheel/api/change_log_api.py +22 -40
- flywheel/api/collections_api.py +403 -740
- flywheel/api/config_api.py +12 -18
- flywheel/api/container_tasks_api.py +8 -14
- flywheel/api/container_type_api.py +8 -14
- flywheel/api/containers_api.py +538 -989
- flywheel/api/custom_filters_api.py +36 -64
- flywheel/api/data_view_executions_api.py +52 -94
- flywheel/api/dataexplorer_api.py +90 -158
- flywheel/api/devices_api.py +76 -132
- flywheel/api/dimse_api.py +44 -72
- flywheel/api/download_api.py +25 -46
- flywheel/api/files_api.py +150 -266
- flywheel/api/form_responses_api.py +56 -100
- flywheel/api/gears_api.py +156 -278
- flywheel/api/groups_api.py +238 -426
- flywheel/api/jobs_api.py +166 -288
- flywheel/api/jupyterlab_servers_api.py +14 -24
- flywheel/api/modalities_api.py +44 -78
- flywheel/api/packfiles_api.py +4 -6
- flywheel/api/projects_api.py +854 -1565
- flywheel/api/protocols_api.py +54 -94
- flywheel/api/reports_api.py +108 -196
- flywheel/api/resolve_api.py +26 -48
- flywheel/api/roles_api.py +46 -82
- flywheel/api/sessions_api.py +616 -1137
- flywheel/api/site_api.py +106 -182
- flywheel/api/staffing_pools_api.py +50 -88
- flywheel/api/subjects_api.py +596 -1095
- flywheel/api/tasks_api.py +62 -108
- flywheel/api/tree_api.py +28 -52
- flywheel/api/uids_api.py +6 -10
- flywheel/api/upload_api.py +88 -162
- flywheel/api/users_api.py +228 -418
- flywheel/api/views_api.py +120 -222
- flywheel/api_client.py +1 -1
- flywheel/configuration.py +2 -2
- flywheel/flywheel.py +4422 -811
- flywheel/models/access_permission.py +7 -13
- flywheel/models/access_permission_output.py +7 -13
- flywheel/models/access_permission_update.py +4 -8
- flywheel/models/acquisition_copy_input.py +10 -18
- flywheel/models/acquisition_input.py +19 -33
- flywheel/models/acquisition_list_output.py +70 -118
- flywheel/models/acquisition_modify_input.py +19 -33
- flywheel/models/acquisition_output.py +70 -118
- flywheel/models/acquisition_parents.py +13 -23
- flywheel/models/acquisition_template_options.py +16 -28
- flywheel/models/acquisition_upsert_input.py +28 -48
- flywheel/models/acquisition_upsert_output.py +13 -23
- flywheel/models/adhoc_analysis_input.py +13 -23
- flywheel/models/analysis_files_create_ticket_output.py +13 -23
- flywheel/models/analysis_input.py +19 -33
- flywheel/models/analysis_list_output.py +61 -103
- flywheel/models/analysis_list_output_inflated_job.py +58 -98
- flywheel/models/analysis_modify_input.py +7 -13
- flywheel/models/analysis_output.py +61 -103
- flywheel/models/analysis_output_inflated_job.py +61 -103
- flywheel/models/analysis_parents.py +16 -28
- flywheel/models/api_key_input_with_optional_label.py +7 -13
- flywheel/models/api_key_output.py +19 -33
- flywheel/models/as_storage.py +19 -33
- flywheel/models/assignee.py +7 -13
- flywheel/models/audit_trail_report.py +40 -68
- flywheel/models/auth0_auth_out.py +22 -38
- flywheel/models/auth0_options_out.py +22 -38
- flywheel/models/auth_out.py +19 -33
- flywheel/models/auth_session_output.py +16 -28
- flywheel/models/avatars.py +10 -18
- flywheel/models/aws_creds.py +7 -13
- flywheel/models/aws_storage.py +25 -43
- flywheel/models/azure_creds.py +7 -13
- flywheel/models/base_aet.py +13 -23
- flywheel/models/base_compute.py +34 -58
- flywheel/models/batch.py +25 -43
- flywheel/models/batch_create_filters.py +10 -18
- flywheel/models/batch_job_analysis_input.py +16 -28
- flywheel/models/bookmark.py +7 -13
- flywheel/models/bulk_move_input.py +16 -28
- flywheel/models/cancelled_batch_output.py +4 -8
- flywheel/models/catalog_list_output.py +31 -53
- flywheel/models/central_out.py +19 -33
- flywheel/models/change.py +31 -53
- flywheel/models/change_log_document.py +13 -23
- flywheel/models/classic_batch_job_output.py +25 -43
- flywheel/models/classic_batch_job_output_inflated_jobs.py +28 -48
- flywheel/models/classic_batch_proposal_input.py +28 -48
- flywheel/models/classic_batch_proposal_output.py +37 -63
- flywheel/models/collection_input.py +10 -18
- flywheel/models/collection_input_with_contents.py +13 -23
- flywheel/models/collection_node.py +7 -13
- flywheel/models/collection_operation.py +7 -13
- flywheel/models/collection_output.py +55 -93
- flywheel/models/collection_with_stats.py +55 -93
- flywheel/models/column.py +16 -28
- flywheel/models/common_classification.py +1 -3
- flywheel/models/common_info.py +1 -3
- flywheel/models/complete_multipart_upload_output.py +7 -13
- flywheel/models/complete_s3_multipart_upload_input.py +13 -23
- flywheel/models/config_out.py +28 -48
- flywheel/models/container_filter.py +7 -13
- flywheel/models/container_id_view_input.py +43 -73
- flywheel/models/container_id_view_input_execute_and_save.py +19 -33
- flywheel/models/container_modify.py +43 -73
- flywheel/models/container_node_min.py +25 -43
- flywheel/models/container_output_with_files.py +16 -28
- flywheel/models/container_parents.py +19 -33
- flywheel/models/container_pipeline_input.py +43 -73
- flywheel/models/container_reference.py +7 -13
- flywheel/models/container_reference_with_label.py +10 -18
- flywheel/models/container_uidcheck.py +13 -23
- flywheel/models/container_update.py +1 -3
- flywheel/models/context_input.py +10 -18
- flywheel/models/copy_filter.py +19 -33
- flywheel/models/core_models_api_key_api_key_input.py +7 -13
- flywheel/models/core_models_audit_trail_create_report_input.py +16 -28
- flywheel/models/core_models_audit_trail_modify_report_input.py +4 -8
- flywheel/models/core_models_common_source.py +7 -13
- flywheel/models/core_models_jobs_api_key_input.py +7 -13
- flywheel/models/core_workflows_form_responses_models_form_parents.py +19 -33
- flywheel/models/core_workflows_form_responses_models_form_response_output.py +34 -58
- flywheel/models/core_workflows_reader_models_reader_task_parents.py +19 -33
- flywheel/models/creds.py +1 -3
- flywheel/models/curator.py +10 -18
- flywheel/models/current_user_output.py +64 -108
- flywheel/models/custom_field.py +34 -58
- flywheel/models/custom_form.py +13 -23
- flywheel/models/cvat_info.py +16 -28
- flywheel/models/cvat_settings.py +16 -28
- flywheel/models/cvat_settings_input.py +16 -28
- flywheel/models/daily_report_usage.py +46 -78
- flywheel/models/data_view_analysis_file_spec.py +10 -18
- flywheel/models/data_view_analysis_filter_spec.py +10 -18
- flywheel/models/data_view_column_alias.py +22 -38
- flywheel/models/data_view_column_spec.py +16 -28
- flywheel/models/data_view_execution.py +40 -68
- flywheel/models/data_view_file_spec.py +28 -48
- flywheel/models/data_view_group_by.py +4 -8
- flywheel/models/data_view_group_by_column.py +7 -13
- flywheel/models/data_view_name_filter_spec.py +7 -13
- flywheel/models/data_view_zip_filter_spec.py +10 -18
- flywheel/models/delete_by_search_query.py +13 -23
- flywheel/models/deleted_file.py +43 -73
- flywheel/models/deleted_result.py +10 -18
- flywheel/models/device.py +34 -58
- flywheel/models/device_admin_update.py +7 -13
- flywheel/models/device_create.py +10 -18
- flywheel/models/device_self_update.py +16 -28
- flywheel/models/device_status_entry.py +10 -18
- flywheel/models/device_storage_strategy_update.py +7 -13
- flywheel/models/download.py +13 -23
- flywheel/models/download_container_filter.py +4 -8
- flywheel/models/download_container_filter_definition.py +10 -18
- flywheel/models/download_filter.py +10 -18
- flywheel/models/download_filter_definition.py +7 -13
- flywheel/models/download_node.py +7 -13
- flywheel/models/download_ticket_stub.py +13 -23
- flywheel/models/e_signature.py +13 -23
- flywheel/models/edition.py +4 -8
- flywheel/models/egress_device.py +52 -88
- flywheel/models/egress_device_page.py +10 -18
- flywheel/models/egress_provider.py +31 -53
- flywheel/models/egress_provider_id.py +4 -8
- flywheel/models/exchange_storage.py +13 -23
- flywheel/models/executor_info.py +25 -43
- flywheel/models/export_templates.py +7 -13
- flywheel/models/features.py +193 -323
- flywheel/models/field_change.py +16 -28
- flywheel/models/field_change_log_document.py +13 -23
- flywheel/models/file.py +112 -188
- flywheel/models/file_classification_delta.py +13 -23
- flywheel/models/file_entry.py +64 -108
- flywheel/models/file_export_templates.py +16 -28
- flywheel/models/file_gear_info.py +10 -18
- flywheel/models/file_list_output.py +109 -183
- flywheel/models/file_modify_input.py +7 -13
- flywheel/models/file_move_input.py +10 -18
- flywheel/models/file_node.py +112 -188
- flywheel/models/file_node_min.py +22 -38
- flywheel/models/file_origin.py +16 -28
- flywheel/models/file_output.py +109 -183
- flywheel/models/file_parents.py +19 -33
- flywheel/models/file_reference.py +10 -18
- flywheel/models/file_suggestion.py +13 -23
- flywheel/models/file_template_options.py +19 -33
- flywheel/models/file_upsert_input.py +52 -88
- flywheel/models/file_upsert_output.py +112 -188
- flywheel/models/file_version.py +7 -13
- flywheel/models/file_version_copy_of.py +16 -28
- flywheel/models/file_version_output.py +22 -38
- flywheel/models/file_via.py +13 -23
- flywheel/models/filter.py +25 -43
- flywheel/models/filter_input.py +10 -18
- flywheel/models/filter_values.py +7 -13
- flywheel/models/fixed_file_version_input.py +10 -18
- flywheel/models/fixed_input.py +19 -33
- flywheel/models/form_definition.py +4 -8
- flywheel/models/form_response_base.py +19 -33
- flywheel/models/form_response_create.py +7 -13
- flywheel/models/gcp_creds.py +31 -53
- flywheel/models/gcp_storage.py +19 -33
- flywheel/models/gear.py +52 -88
- flywheel/models/gear_config.py +1 -3
- flywheel/models/gear_context_input.py +4 -8
- flywheel/models/gear_context_value_output.py +16 -28
- flywheel/models/gear_context_value_output_unfound.py +4 -8
- flywheel/models/gear_custom.py +1 -3
- flywheel/models/gear_directive.py +1 -3
- flywheel/models/gear_document.py +22 -38
- flywheel/models/gear_document_input.py +19 -33
- flywheel/models/gear_document_legacy_input.py +19 -33
- flywheel/models/gear_environment.py +1 -3
- flywheel/models/gear_exchange.py +10 -18
- flywheel/models/gear_file_input.py +7 -13
- flywheel/models/gear_id_output.py +4 -8
- flywheel/models/gear_info.py +13 -23
- flywheel/models/gear_input_item.py +10 -18
- flywheel/models/gear_inputs.py +1 -3
- flywheel/models/gear_key_input.py +7 -13
- flywheel/models/gear_manifest.py +55 -93
- flywheel/models/gear_node.py +25 -43
- flywheel/models/gear_output_configuration.py +4 -8
- flywheel/models/gear_permissions.py +7 -13
- flywheel/models/gear_permissions_input.py +4 -8
- flywheel/models/gear_rule.py +61 -103
- flywheel/models/gear_rule_condition.py +10 -18
- flywheel/models/gear_rule_input.py +46 -78
- flywheel/models/gear_rule_modify_input.py +43 -73
- flywheel/models/gear_rule_output.py +61 -103
- flywheel/models/gear_save_submission.py +10 -18
- flywheel/models/gear_series.py +19 -33
- flywheel/models/gear_series_update.py +4 -8
- flywheel/models/gear_suggestion_output.py +19 -33
- flywheel/models/gear_ticket.py +13 -23
- flywheel/models/gear_ticket_output.py +4 -8
- flywheel/models/graph_filter.py +22 -38
- flywheel/models/group_by.py +4 -8
- flywheel/models/group_input.py +13 -23
- flywheel/models/group_output.py +37 -63
- flywheel/models/group_report.py +10 -18
- flywheel/models/group_role.py +4 -8
- flywheel/models/group_settings_output.py +13 -23
- flywheel/models/group_update.py +13 -23
- flywheel/models/hierarchy_export_templates.py +16 -28
- flywheel/models/http_validation_error.py +4 -8
- flywheel/models/info.py +10 -18
- flywheel/models/ingress_provider.py +19 -33
- flywheel/models/ingress_providers.py +16 -28
- flywheel/models/ingress_site_settings.py +16 -28
- flywheel/models/ingress_update_provider.py +10 -18
- flywheel/models/inline_response200.py +4 -8
- flywheel/models/inline_response2001.py +4 -8
- flywheel/models/inline_response2002.py +4 -8
- flywheel/models/input_filter.py +10 -18
- flywheel/models/input_job.py +43 -73
- flywheel/models/input_job_profile.py +16 -28
- flywheel/models/inserted_id.py +4 -8
- flywheel/models/job.py +76 -128
- flywheel/models/job_analysis_input.py +16 -28
- flywheel/models/job_ask.py +19 -33
- flywheel/models/job_ask_response.py +7 -13
- flywheel/models/job_ask_response_job.py +94 -158
- flywheel/models/job_ask_return_criteria.py +13 -23
- flywheel/models/job_ask_state_response.py +4 -8
- flywheel/models/job_complete.py +10 -18
- flywheel/models/job_config.py +1 -3
- flywheel/models/job_config_input.py +16 -28
- flywheel/models/job_destination.py +7 -13
- flywheel/models/job_detail.py +88 -148
- flywheel/models/job_detail_container.py +7 -13
- flywheel/models/job_detail_file_entry.py +7 -13
- flywheel/models/job_detail_group.py +7 -13
- flywheel/models/job_detail_parent_info.py +19 -33
- flywheel/models/job_executor_info.py +25 -43
- flywheel/models/job_file_input.py +13 -23
- flywheel/models/job_file_input_list_output.py +13 -23
- flywheel/models/job_file_object.py +34 -58
- flywheel/models/job_file_object_list_output.py +31 -53
- flywheel/models/job_inputs_array_item.py +19 -33
- flywheel/models/job_inputs_item.py +13 -23
- flywheel/models/job_inputs_object.py +1 -3
- flywheel/models/job_list_output.py +94 -158
- flywheel/models/job_list_output_config.py +10 -18
- flywheel/models/job_log.py +7 -13
- flywheel/models/job_log_record.py +7 -13
- flywheel/models/job_modify.py +7 -13
- flywheel/models/job_origin.py +7 -13
- flywheel/models/job_output.py +97 -163
- flywheel/models/job_output_config.py +13 -23
- flywheel/models/job_parents.py +19 -33
- flywheel/models/job_priority_update.py +7 -13
- flywheel/models/job_profile.py +31 -53
- flywheel/models/job_request.py +10 -18
- flywheel/models/job_request_item.py +13 -23
- flywheel/models/job_request_target.py +16 -28
- flywheel/models/job_ticket_output.py +4 -8
- flywheel/models/job_transition_times.py +13 -23
- flywheel/models/job_version_info.py +1 -3
- flywheel/models/jobs_by_state.py +16 -28
- flywheel/models/jobs_list.py +4 -8
- flywheel/models/join_origin_device.py +4 -8
- flywheel/models/join_origin_job.py +10 -18
- flywheel/models/join_origin_user.py +7 -13
- flywheel/models/join_origins.py +10 -18
- flywheel/models/jupyterhub_workspace.py +4 -8
- flywheel/models/jupyterlab_server_modify.py +16 -28
- flywheel/models/jupyterlab_server_response.py +31 -53
- flywheel/models/ldap_sync_config.py +4 -8
- flywheel/models/ldap_sync_status.py +13 -23
- flywheel/models/legacy_api_key_output.py +16 -28
- flywheel/models/legacy_input.py +13 -23
- flywheel/models/legacy_usage_report.py +19 -33
- flywheel/models/legacys_usage_project_entry.py +7 -13
- flywheel/models/libs_viewer_config_models_viewer_config.py +7 -13
- flywheel/models/local_storage.py +10 -18
- flywheel/models/location.py +7 -13
- flywheel/models/locked.py +10 -18
- flywheel/models/master_subject_code_dob_input.py +16 -28
- flywheel/models/master_subject_code_input.py +16 -28
- flywheel/models/master_subject_code_output.py +4 -8
- flywheel/models/matched_acquisition_output.py +43 -73
- flywheel/models/measurement_config.py +10 -18
- flywheel/models/measurement_item_config.py +10 -18
- flywheel/models/mfa_settings.py +4 -8
- flywheel/models/ml_set_filter.py +7 -13
- flywheel/models/modality.py +13 -23
- flywheel/models/modality_input.py +13 -23
- flywheel/models/modality_modify.py +10 -18
- flywheel/models/modality_output.py +16 -28
- flywheel/models/modified_result.py +7 -13
- flywheel/models/modify_user_input.py +37 -63
- flywheel/models/move_conflict.py +19 -33
- flywheel/models/note.py +28 -48
- flywheel/models/note_input.py +4 -8
- flywheel/models/origin.py +7 -13
- flywheel/models/orphaned_count.py +4 -8
- flywheel/models/output_user_page.py +10 -18
- flywheel/models/packfile_cleanup_output.py +4 -8
- flywheel/models/packfile_removed_output.py +7 -13
- flywheel/models/page.py +10 -18
- flywheel/models/page_generic_file_output.py +10 -18
- flywheel/models/page_generic_filter.py +10 -18
- flywheel/models/page_generic_form_response_output.py +10 -18
- flywheel/models/page_generic_protocol.py +13 -23
- flywheel/models/page_generic_reader_task_output.py +13 -23
- flywheel/models/page_generic_staffing_pool.py +13 -23
- flywheel/models/parsed_query_response.py +7 -13
- flywheel/models/premade_jobs_batch_job_output.py +19 -33
- flywheel/models/premade_jobs_batch_job_output_inflated_jobs.py +19 -33
- flywheel/models/premade_jobs_batch_proposal.py +22 -38
- flywheel/models/premade_jobs_batch_proposal_detail.py +4 -8
- flywheel/models/premade_jobs_batch_proposal_input.py +4 -8
- flywheel/models/project_aet.py +22 -38
- flywheel/models/project_aet_input.py +13 -23
- flywheel/models/project_contact.py +7 -13
- flywheel/models/project_copy_input.py +13 -23
- flywheel/models/project_copy_output.py +10 -18
- flywheel/models/project_counters.py +28 -48
- flywheel/models/project_delete_status_output.py +7 -13
- flywheel/models/project_group_info.py +7 -13
- flywheel/models/project_hierarchy_input.py +16 -28
- flywheel/models/project_hierarchy_output.py +10 -18
- flywheel/models/project_input.py +28 -48
- flywheel/models/project_institution.py +7 -13
- flywheel/models/project_list_output.py +94 -158
- flywheel/models/project_modify.py +37 -63
- flywheel/models/project_output.py +94 -158
- flywheel/models/project_parents.py +4 -8
- flywheel/models/project_report.py +37 -63
- flywheel/models/project_report_list.py +4 -8
- flywheel/models/project_settings_input.py +22 -38
- flywheel/models/project_settings_output.py +22 -38
- flywheel/models/project_settings_sharing.py +22 -38
- flywheel/models/project_settings_sharing_input.py +22 -38
- flywheel/models/project_settings_workspaces.py +4 -8
- flywheel/models/project_settings_workspaces_input.py +4 -8
- flywheel/models/project_stats.py +16 -28
- flywheel/models/project_template.py +7 -13
- flywheel/models/project_template_input.py +7 -13
- flywheel/models/project_template_list_input.py +4 -8
- flywheel/models/protocol.py +46 -78
- flywheel/models/protocol_e_signature_config.py +7 -13
- flywheel/models/protocol_input.py +25 -43
- flywheel/models/protocol_modify.py +16 -28
- flywheel/models/provider.py +37 -63
- flywheel/models/provider_deletion_status.py +7 -13
- flywheel/models/provider_links.py +16 -28
- flywheel/models/providers.py +16 -28
- flywheel/models/reader_batch_create.py +37 -63
- flywheel/models/reader_task.py +67 -113
- flywheel/models/reader_task_config.py +10 -18
- flywheel/models/reader_task_create.py +46 -78
- flywheel/models/reader_task_modify.py +19 -33
- flywheel/models/reader_task_output.py +70 -118
- flywheel/models/reader_task_parent_details.py +22 -38
- flywheel/models/report_access_log_context.py +19 -33
- flywheel/models/report_access_log_context_entry.py +7 -13
- flywheel/models/report_access_log_context_file_entry.py +4 -8
- flywheel/models/report_access_log_entry.py +52 -88
- flywheel/models/report_access_log_origin.py +7 -13
- flywheel/models/report_availability_list.py +4 -8
- flywheel/models/report_daily_usage_entry.py +40 -68
- flywheel/models/report_ethnicity_grid.py +13 -23
- flywheel/models/report_gender_count.py +10 -18
- flywheel/models/report_group_report.py +10 -18
- flywheel/models/report_site.py +7 -13
- flywheel/models/report_time_period.py +7 -13
- flywheel/models/report_usage.py +52 -88
- flywheel/models/resolve_input.py +4 -8
- flywheel/models/resolve_output.py +7 -13
- flywheel/models/resolver_node.py +4 -8
- flywheel/models/role_input.py +7 -13
- flywheel/models/role_output.py +16 -28
- flywheel/models/role_permission.py +7 -13
- flywheel/models/role_permission_output.py +7 -13
- flywheel/models/role_permission_update.py +4 -8
- flywheel/models/role_update.py +7 -13
- flywheel/models/roles_role_assignment.py +7 -13
- flywheel/models/rule.py +37 -63
- flywheel/models/rule_any.py +10 -18
- flywheel/models/s3_compat_storage.py +28 -48
- flywheel/models/save_search.py +19 -33
- flywheel/models/save_search_input.py +10 -18
- flywheel/models/save_search_output.py +19 -33
- flywheel/models/save_search_page.py +10 -18
- flywheel/models/save_search_parent.py +7 -13
- flywheel/models/save_search_update.py +7 -13
- flywheel/models/search_acquisition_response.py +13 -23
- flywheel/models/search_analysis_response.py +13 -23
- flywheel/models/search_collection_response.py +13 -23
- flywheel/models/search_file_response.py +19 -33
- flywheel/models/search_group_response.py +7 -13
- flywheel/models/search_parent_response.py +7 -13
- flywheel/models/search_parse_error.py +13 -23
- flywheel/models/search_project_response.py +7 -13
- flywheel/models/search_query.py +22 -38
- flywheel/models/search_response.py +34 -58
- flywheel/models/search_session_response.py +13 -23
- flywheel/models/search_status.py +4 -8
- flywheel/models/search_subject_response.py +10 -18
- flywheel/models/select_item.py +7 -13
- flywheel/models/server_state.py +19 -33
- flywheel/models/service_aet.py +19 -33
- flywheel/models/service_aet_input.py +16 -28
- flywheel/models/session_copy_input.py +13 -23
- flywheel/models/session_embedded_subject.py +19 -33
- flywheel/models/session_input.py +34 -58
- flywheel/models/session_list_output.py +85 -143
- flywheel/models/session_modify.py +37 -63
- flywheel/models/session_output.py +85 -143
- flywheel/models/session_parents.py +10 -18
- flywheel/models/session_template_options.py +10 -18
- flywheel/models/session_template_recalc_output.py +4 -8
- flywheel/models/session_upsert_input.py +37 -63
- flywheel/models/session_upsert_output.py +13 -23
- flywheel/models/sharing_filter_options.py +25 -43
- flywheel/models/signed_fs_upload_output.py +7 -13
- flywheel/models/signed_url_cleanup_input.py +7 -13
- flywheel/models/signed_url_upload_input.py +7 -13
- flywheel/models/signed_url_upload_output.py +25 -43
- flywheel/models/site.py +55 -93
- flywheel/models/site_report.py +7 -13
- flywheel/models/site_settings.py +28 -48
- flywheel/models/sort.py +7 -13
- flywheel/models/staffing_pool.py +22 -38
- flywheel/models/staffing_pool_create.py +10 -18
- flywheel/models/staffing_pool_list.py +4 -8
- flywheel/models/staffing_pool_modify.py +10 -18
- flywheel/models/static_compute.py +10 -18
- flywheel/models/status_transitions.py +13 -23
- flywheel/models/storage_strategy_config.py +7 -13
- flywheel/models/structured_query.py +4 -8
- flywheel/models/structured_query_suggestions.py +7 -13
- flywheel/models/structured_query_value_suggestion.py +13 -23
- flywheel/models/subject_copy_input.py +10 -18
- flywheel/models/subject_input.py +55 -93
- flywheel/models/subject_modify.py +61 -103
- flywheel/models/subject_output.py +97 -163
- flywheel/models/subject_output_for_list.py +97 -163
- flywheel/models/subject_parents.py +7 -13
- flywheel/models/subject_role_permission.py +7 -13
- flywheel/models/subject_template_options.py +7 -13
- flywheel/models/subject_upsert_input.py +49 -83
- flywheel/models/subject_upsert_output.py +10 -18
- flywheel/models/sync_user_input.py +22 -38
- flywheel/models/tag.py +4 -8
- flywheel/models/task_assign.py +7 -13
- flywheel/models/task_parent_ref.py +13 -23
- flywheel/models/task_parent_ref_input.py +10 -18
- flywheel/models/task_submission.py +7 -13
- flywheel/models/toolbar_config.py +4 -8
- flywheel/models/transitions.py +16 -28
- flywheel/models/tree_container_request_spec.py +16 -28
- flywheel/models/tree_graph.py +1 -3
- flywheel/models/tree_graph_connection.py +13 -23
- flywheel/models/tree_graph_connections.py +1 -3
- flywheel/models/tree_graph_node.py +4 -8
- flywheel/models/tree_response_item.py +1 -3
- flywheel/models/uid_check_input_acquisitions.py +13 -23
- flywheel/models/uid_check_input_sessions.py +13 -23
- flywheel/models/uid_check_output.py +7 -13
- flywheel/models/upload_ticket_output.py +10 -18
- flywheel/models/upload_token_output.py +4 -8
- flywheel/models/user.py +67 -113
- flywheel/models/user_api_key.py +10 -18
- flywheel/models/user_input.py +37 -63
- flywheel/models/user_jobs.py +10 -18
- flywheel/models/user_output_id.py +4 -8
- flywheel/models/user_preferences.py +1 -3
- flywheel/models/user_wechat.py +1 -3
- flywheel/models/validation_error.py +10 -18
- flywheel/models/validation_rule.py +7 -13
- flywheel/models/version.py +25 -43
- flywheel/models/view_id_output.py +4 -8
- flywheel/models/view_output.py +34 -58
- flywheel/models/viewer_app.py +28 -48
- flywheel/models/viewer_app_input.py +28 -48
- flywheel/models/virus_scan.py +4 -8
- flywheel/models/work_in_progress_features.py +1 -3
- flywheel/models/zipfile_info.py +7 -13
- flywheel/models/zipfile_member_info.py +13 -23
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/METADATA +1 -1
- flywheel_sdk-21.4.0rc0.dist-info/RECORD +778 -0
- flywheel_sdk-21.4.0.dist-info/RECORD +0 -778
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/WHEEL +0 -0
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/licenses/LICENSE.txt +0 -0
flywheel/api/files_api.py
CHANGED
|
@@ -30,13 +30,10 @@ class FilesApi(object):
|
|
|
30
30
|
Add the tags on a file to the list of tags
|
|
31
31
|
This method makes a synchronous HTTP request by default.
|
|
32
32
|
|
|
33
|
-
:param file_id:
|
|
34
|
-
:
|
|
35
|
-
:param
|
|
36
|
-
:
|
|
37
|
-
:param async_: Perform the request asynchronously
|
|
38
|
-
:type async_: bool, optional
|
|
39
|
-
:rtype: list[str]
|
|
33
|
+
:param str file_id: (required)
|
|
34
|
+
:param list[str] body: (required)
|
|
35
|
+
:param bool async_: Perform the request asynchronously
|
|
36
|
+
:return: list[str]
|
|
40
37
|
"""
|
|
41
38
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
42
39
|
kwargs['_return_http_data_only'] = True
|
|
@@ -60,13 +57,10 @@ class FilesApi(object):
|
|
|
60
57
|
Add the tags on a file to the list of tags
|
|
61
58
|
This method makes a synchronous HTTP request by default.
|
|
62
59
|
|
|
63
|
-
:param file_id:
|
|
64
|
-
:
|
|
65
|
-
:param
|
|
66
|
-
:
|
|
67
|
-
:param async_: Perform the request asynchronously
|
|
68
|
-
:type async_: bool, optional
|
|
69
|
-
:rtype: list[str]
|
|
60
|
+
:param str file_id: (required)
|
|
61
|
+
:param list[str] body: (required)
|
|
62
|
+
:param bool async_: Perform the request asynchronously
|
|
63
|
+
:return: list[str]
|
|
70
64
|
"""
|
|
71
65
|
|
|
72
66
|
all_params = ['file_id','body',] # noqa: E501
|
|
@@ -145,17 +139,12 @@ class FilesApi(object):
|
|
|
145
139
|
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.
|
|
146
140
|
This method makes a synchronous HTTP request by default.
|
|
147
141
|
|
|
148
|
-
:param file_id:
|
|
149
|
-
:
|
|
150
|
-
:param
|
|
151
|
-
:
|
|
152
|
-
:param
|
|
153
|
-
:
|
|
154
|
-
:param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
|
|
155
|
-
:type force: bool, optional
|
|
156
|
-
:param async_: Perform the request asynchronously
|
|
157
|
-
:type async_: bool, optional
|
|
158
|
-
:rtype: DeletedResult
|
|
142
|
+
:param str file_id: (required)
|
|
143
|
+
:param int version: Version of the file to delete (defaults to current version)
|
|
144
|
+
:param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
|
|
145
|
+
:param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
|
|
146
|
+
:param bool async_: Perform the request asynchronously
|
|
147
|
+
:return: DeletedResult
|
|
159
148
|
"""
|
|
160
149
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
161
150
|
kwargs['_return_http_data_only'] = True
|
|
@@ -179,17 +168,12 @@ class FilesApi(object):
|
|
|
179
168
|
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.
|
|
180
169
|
This method makes a synchronous HTTP request by default.
|
|
181
170
|
|
|
182
|
-
:param file_id:
|
|
183
|
-
:
|
|
184
|
-
:param
|
|
185
|
-
:
|
|
186
|
-
:param
|
|
187
|
-
:
|
|
188
|
-
:param force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release., defaults to false
|
|
189
|
-
:type force: bool, optional
|
|
190
|
-
:param async_: Perform the request asynchronously
|
|
191
|
-
:type async_: bool, optional
|
|
192
|
-
:rtype: DeletedResult
|
|
171
|
+
:param str file_id: (required)
|
|
172
|
+
:param int version: Version of the file to delete (defaults to current version)
|
|
173
|
+
:param ContainerDeleteReason delete_reason: A reason for deletion when audit-trail is enabled
|
|
174
|
+
:param bool force: Force deletion of the file even if some checks fail. Deprecated, will be removed in a future release.
|
|
175
|
+
:param bool async_: Perform the request asynchronously
|
|
176
|
+
:return: DeletedResult
|
|
193
177
|
"""
|
|
194
178
|
|
|
195
179
|
all_params = ['file_id','version','delete_reason','force',] # noqa: E501
|
|
@@ -264,13 +248,10 @@ class FilesApi(object):
|
|
|
264
248
|
Remove the specified tags from most recent file version
|
|
265
249
|
This method makes a synchronous HTTP request by default.
|
|
266
250
|
|
|
267
|
-
:param file_id:
|
|
268
|
-
:
|
|
269
|
-
:param
|
|
270
|
-
:
|
|
271
|
-
:param async_: Perform the request asynchronously
|
|
272
|
-
:type async_: bool, optional
|
|
273
|
-
:rtype: None
|
|
251
|
+
:param str file_id: (required)
|
|
252
|
+
:param list[str] body: List of application-specific tags
|
|
253
|
+
:param bool async_: Perform the request asynchronously
|
|
254
|
+
:return: None
|
|
274
255
|
"""
|
|
275
256
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
276
257
|
kwargs['_return_http_data_only'] = True
|
|
@@ -294,13 +275,10 @@ class FilesApi(object):
|
|
|
294
275
|
Remove the specified tags from most recent file version
|
|
295
276
|
This method makes a synchronous HTTP request by default.
|
|
296
277
|
|
|
297
|
-
:param file_id:
|
|
298
|
-
:
|
|
299
|
-
:param
|
|
300
|
-
:
|
|
301
|
-
:param async_: Perform the request asynchronously
|
|
302
|
-
:type async_: bool, optional
|
|
303
|
-
:rtype: None
|
|
278
|
+
:param str file_id: (required)
|
|
279
|
+
:param list[str] body: List of application-specific tags
|
|
280
|
+
:param bool async_: Perform the request asynchronously
|
|
281
|
+
:return: None
|
|
304
282
|
"""
|
|
305
283
|
|
|
306
284
|
all_params = ['file_id','body',] # noqa: E501
|
|
@@ -375,13 +353,10 @@ class FilesApi(object):
|
|
|
375
353
|
Delete multiple files by ID list
|
|
376
354
|
This method makes a synchronous HTTP request by default.
|
|
377
355
|
|
|
378
|
-
:param body: List of IDs to delete
|
|
379
|
-
:
|
|
380
|
-
:param
|
|
381
|
-
:
|
|
382
|
-
:param async_: Perform the request asynchronously
|
|
383
|
-
:type async_: bool, optional
|
|
384
|
-
:rtype: DeletedResult
|
|
356
|
+
:param list[str] body: List of IDs to delete (required)
|
|
357
|
+
:param ContainerDeleteReason delete_reason:
|
|
358
|
+
:param bool async_: Perform the request asynchronously
|
|
359
|
+
:return: DeletedResult
|
|
385
360
|
"""
|
|
386
361
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
387
362
|
kwargs['_return_http_data_only'] = True
|
|
@@ -405,13 +380,10 @@ class FilesApi(object):
|
|
|
405
380
|
Delete multiple files by ID list
|
|
406
381
|
This method makes a synchronous HTTP request by default.
|
|
407
382
|
|
|
408
|
-
:param body: List of IDs to delete
|
|
409
|
-
:
|
|
410
|
-
:param
|
|
411
|
-
:
|
|
412
|
-
:param async_: Perform the request asynchronously
|
|
413
|
-
:type async_: bool, optional
|
|
414
|
-
:rtype: DeletedResult
|
|
383
|
+
:param list[str] body: List of IDs to delete (required)
|
|
384
|
+
:param ContainerDeleteReason delete_reason:
|
|
385
|
+
:param bool async_: Perform the request asynchronously
|
|
386
|
+
:return: DeletedResult
|
|
415
387
|
"""
|
|
416
388
|
|
|
417
389
|
all_params = ['body','delete_reason',] # noqa: E501
|
|
@@ -486,21 +458,14 @@ class FilesApi(object):
|
|
|
486
458
|
Get metadata of all current user files
|
|
487
459
|
This method makes a synchronous HTTP request by default.
|
|
488
460
|
|
|
489
|
-
: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)
|
|
490
|
-
:
|
|
491
|
-
:param
|
|
492
|
-
:
|
|
493
|
-
:param
|
|
494
|
-
:
|
|
495
|
-
:param
|
|
496
|
-
:
|
|
497
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
498
|
-
:type page: int, optional
|
|
499
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
500
|
-
:type after_id: str, optional
|
|
501
|
-
:param async_: Perform the request asynchronously
|
|
502
|
-
:type async_: bool, optional
|
|
503
|
-
:rtype: PageGenericFileOutput
|
|
461
|
+
: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)
|
|
462
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
463
|
+
:param int limit: The maximum number of entries to return.
|
|
464
|
+
:param int skip: The number of entries to skip.
|
|
465
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
466
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
467
|
+
:param bool async_: Perform the request asynchronously
|
|
468
|
+
:return: PageGenericFileOutput
|
|
504
469
|
"""
|
|
505
470
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
506
471
|
kwargs['_return_http_data_only'] = True
|
|
@@ -524,21 +489,14 @@ class FilesApi(object):
|
|
|
524
489
|
Get metadata of all current user files
|
|
525
490
|
This method makes a synchronous HTTP request by default.
|
|
526
491
|
|
|
527
|
-
: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)
|
|
528
|
-
:
|
|
529
|
-
:param
|
|
530
|
-
:
|
|
531
|
-
:param
|
|
532
|
-
:
|
|
533
|
-
:param
|
|
534
|
-
:
|
|
535
|
-
:param page: The page number (i.e. skip limit*page entries)
|
|
536
|
-
:type page: int, optional
|
|
537
|
-
:param after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
538
|
-
:type after_id: str, optional
|
|
539
|
-
:param async_: Perform the request asynchronously
|
|
540
|
-
:type async_: bool, optional
|
|
541
|
-
:rtype: PageGenericFileOutput
|
|
492
|
+
: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)
|
|
493
|
+
:param str sort: The sort fields and order. (e.g. label:asc,created:desc)
|
|
494
|
+
:param int limit: The maximum number of entries to return.
|
|
495
|
+
:param int skip: The number of entries to skip.
|
|
496
|
+
:param int page: The page number (i.e. skip limit*page entries)
|
|
497
|
+
:param str after_id: Paginate after the given id. (Cannot be used with sort, page or skip)
|
|
498
|
+
:param bool async_: Perform the request asynchronously
|
|
499
|
+
:return: PageGenericFileOutput
|
|
542
500
|
"""
|
|
543
501
|
|
|
544
502
|
all_params = ['filter','sort','limit','skip','page','after_id',] # noqa: E501
|
|
@@ -613,13 +571,10 @@ class FilesApi(object):
|
|
|
613
571
|
Get file details
|
|
614
572
|
This method makes a synchronous HTTP request by default.
|
|
615
573
|
|
|
616
|
-
:param file_id:
|
|
617
|
-
:
|
|
618
|
-
:param
|
|
619
|
-
:
|
|
620
|
-
:param async_: Perform the request asynchronously
|
|
621
|
-
:type async_: bool, optional
|
|
622
|
-
:rtype: FileOutput
|
|
574
|
+
:param str file_id: (required)
|
|
575
|
+
:param int version:
|
|
576
|
+
:param bool async_: Perform the request asynchronously
|
|
577
|
+
:return: FileOutput
|
|
623
578
|
"""
|
|
624
579
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
625
580
|
kwargs['_return_http_data_only'] = True
|
|
@@ -643,13 +598,10 @@ class FilesApi(object):
|
|
|
643
598
|
Get file details
|
|
644
599
|
This method makes a synchronous HTTP request by default.
|
|
645
600
|
|
|
646
|
-
:param file_id:
|
|
647
|
-
:
|
|
648
|
-
:param
|
|
649
|
-
:
|
|
650
|
-
:param async_: Perform the request asynchronously
|
|
651
|
-
:type async_: bool, optional
|
|
652
|
-
:rtype: FileOutput
|
|
601
|
+
:param str file_id: (required)
|
|
602
|
+
:param int version:
|
|
603
|
+
:param bool async_: Perform the request asynchronously
|
|
604
|
+
:return: FileOutput
|
|
653
605
|
"""
|
|
654
606
|
|
|
655
607
|
all_params = ['file_id','version',] # noqa: E501
|
|
@@ -720,13 +672,10 @@ class FilesApi(object):
|
|
|
720
672
|
Get info dict for any file version. Returns: dict of key/value pairs
|
|
721
673
|
This method makes a synchronous HTTP request by default.
|
|
722
674
|
|
|
723
|
-
:param file_id:
|
|
724
|
-
:
|
|
725
|
-
:param
|
|
726
|
-
:
|
|
727
|
-
:param async_: Perform the request asynchronously
|
|
728
|
-
:type async_: bool, optional
|
|
729
|
-
:rtype: object
|
|
675
|
+
:param str file_id: (required)
|
|
676
|
+
:param int version:
|
|
677
|
+
:param bool async_: Perform the request asynchronously
|
|
678
|
+
:return: object
|
|
730
679
|
"""
|
|
731
680
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
732
681
|
kwargs['_return_http_data_only'] = True
|
|
@@ -750,13 +699,10 @@ class FilesApi(object):
|
|
|
750
699
|
Get info dict for any file version. Returns: dict of key/value pairs
|
|
751
700
|
This method makes a synchronous HTTP request by default.
|
|
752
701
|
|
|
753
|
-
:param file_id:
|
|
754
|
-
:
|
|
755
|
-
:param
|
|
756
|
-
:
|
|
757
|
-
:param async_: Perform the request asynchronously
|
|
758
|
-
:type async_: bool, optional
|
|
759
|
-
:rtype: object
|
|
702
|
+
:param str file_id: (required)
|
|
703
|
+
:param int version:
|
|
704
|
+
:param bool async_: Perform the request asynchronously
|
|
705
|
+
:return: object
|
|
760
706
|
"""
|
|
761
707
|
|
|
762
708
|
all_params = ['file_id','version',] # noqa: E501
|
|
@@ -827,13 +773,10 @@ class FilesApi(object):
|
|
|
827
773
|
Return a file tags, from any version
|
|
828
774
|
This method makes a synchronous HTTP request by default.
|
|
829
775
|
|
|
830
|
-
:param file_id:
|
|
831
|
-
:
|
|
832
|
-
:param
|
|
833
|
-
:
|
|
834
|
-
:param async_: Perform the request asynchronously
|
|
835
|
-
:type async_: bool, optional
|
|
836
|
-
:rtype: list[str]
|
|
776
|
+
:param str file_id: (required)
|
|
777
|
+
:param int version:
|
|
778
|
+
:param bool async_: Perform the request asynchronously
|
|
779
|
+
:return: list[str]
|
|
837
780
|
"""
|
|
838
781
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
839
782
|
kwargs['_return_http_data_only'] = True
|
|
@@ -857,13 +800,10 @@ class FilesApi(object):
|
|
|
857
800
|
Return a file tags, from any version
|
|
858
801
|
This method makes a synchronous HTTP request by default.
|
|
859
802
|
|
|
860
|
-
:param file_id:
|
|
861
|
-
:
|
|
862
|
-
:param
|
|
863
|
-
:
|
|
864
|
-
:param async_: Perform the request asynchronously
|
|
865
|
-
:type async_: bool, optional
|
|
866
|
-
:rtype: list[str]
|
|
803
|
+
:param str file_id: (required)
|
|
804
|
+
:param int version:
|
|
805
|
+
:param bool async_: Perform the request asynchronously
|
|
806
|
+
:return: list[str]
|
|
867
807
|
"""
|
|
868
808
|
|
|
869
809
|
all_params = ['file_id','version',] # noqa: E501
|
|
@@ -934,11 +874,9 @@ class FilesApi(object):
|
|
|
934
874
|
Get file version details
|
|
935
875
|
This method makes a synchronous HTTP request by default.
|
|
936
876
|
|
|
937
|
-
:param file_id:
|
|
938
|
-
:
|
|
939
|
-
:
|
|
940
|
-
:type async_: bool, optional
|
|
941
|
-
:rtype: list[FileVersionOutput]
|
|
877
|
+
:param str file_id: (required)
|
|
878
|
+
:param bool async_: Perform the request asynchronously
|
|
879
|
+
:return: list[FileVersionOutput]
|
|
942
880
|
"""
|
|
943
881
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
944
882
|
kwargs['_return_http_data_only'] = True
|
|
@@ -962,11 +900,9 @@ class FilesApi(object):
|
|
|
962
900
|
Get file version details
|
|
963
901
|
This method makes a synchronous HTTP request by default.
|
|
964
902
|
|
|
965
|
-
:param file_id:
|
|
966
|
-
:
|
|
967
|
-
:
|
|
968
|
-
:type async_: bool, optional
|
|
969
|
-
:rtype: list[FileVersionOutput]
|
|
903
|
+
:param str file_id: (required)
|
|
904
|
+
:param bool async_: Perform the request asynchronously
|
|
905
|
+
:return: list[FileVersionOutput]
|
|
970
906
|
"""
|
|
971
907
|
|
|
972
908
|
all_params = ['file_id',] # noqa: E501
|
|
@@ -1035,15 +971,11 @@ class FilesApi(object):
|
|
|
1035
971
|
Get info on zipfile
|
|
1036
972
|
This method makes a synchronous HTTP request by default.
|
|
1037
973
|
|
|
1038
|
-
:param file_id:
|
|
1039
|
-
:
|
|
1040
|
-
:param
|
|
1041
|
-
:
|
|
1042
|
-
:
|
|
1043
|
-
:type ticket: str, optional
|
|
1044
|
-
:param async_: Perform the request asynchronously
|
|
1045
|
-
:type async_: bool, optional
|
|
1046
|
-
:rtype: ZipfileInfo
|
|
974
|
+
:param str file_id: (required)
|
|
975
|
+
:param int version:
|
|
976
|
+
:param str ticket:
|
|
977
|
+
:param bool async_: Perform the request asynchronously
|
|
978
|
+
:return: ZipfileInfo
|
|
1047
979
|
"""
|
|
1048
980
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1049
981
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1067,15 +999,11 @@ class FilesApi(object):
|
|
|
1067
999
|
Get info on zipfile
|
|
1068
1000
|
This method makes a synchronous HTTP request by default.
|
|
1069
1001
|
|
|
1070
|
-
:param file_id:
|
|
1071
|
-
:
|
|
1072
|
-
:param
|
|
1073
|
-
:
|
|
1074
|
-
:
|
|
1075
|
-
:type ticket: str, optional
|
|
1076
|
-
:param async_: Perform the request asynchronously
|
|
1077
|
-
:type async_: bool, optional
|
|
1078
|
-
:rtype: ZipfileInfo
|
|
1002
|
+
:param str file_id: (required)
|
|
1003
|
+
:param int version:
|
|
1004
|
+
:param str ticket:
|
|
1005
|
+
:param bool async_: Perform the request asynchronously
|
|
1006
|
+
:return: ZipfileInfo
|
|
1079
1007
|
"""
|
|
1080
1008
|
|
|
1081
1009
|
all_params = ['file_id','version','ticket',] # noqa: E501
|
|
@@ -1148,13 +1076,10 @@ class FilesApi(object):
|
|
|
1148
1076
|
Modify classification of most recent file version
|
|
1149
1077
|
This method makes a synchronous HTTP request by default.
|
|
1150
1078
|
|
|
1151
|
-
:param file_id:
|
|
1152
|
-
:
|
|
1153
|
-
:param
|
|
1154
|
-
:
|
|
1155
|
-
:param async_: Perform the request asynchronously
|
|
1156
|
-
:type async_: bool, optional
|
|
1157
|
-
:rtype: ModifiedResult
|
|
1079
|
+
:param str file_id: (required)
|
|
1080
|
+
:param FileClassificationDelta body: (required)
|
|
1081
|
+
:param bool async_: Perform the request asynchronously
|
|
1082
|
+
:return: ModifiedResult
|
|
1158
1083
|
"""
|
|
1159
1084
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1160
1085
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1178,13 +1103,10 @@ class FilesApi(object):
|
|
|
1178
1103
|
Modify classification of most recent file version
|
|
1179
1104
|
This method makes a synchronous HTTP request by default.
|
|
1180
1105
|
|
|
1181
|
-
:param file_id:
|
|
1182
|
-
:
|
|
1183
|
-
:param
|
|
1184
|
-
:
|
|
1185
|
-
:param async_: Perform the request asynchronously
|
|
1186
|
-
:type async_: bool, optional
|
|
1187
|
-
:rtype: ModifiedResult
|
|
1106
|
+
:param str file_id: (required)
|
|
1107
|
+
:param FileClassificationDelta body: (required)
|
|
1108
|
+
:param bool async_: Perform the request asynchronously
|
|
1109
|
+
:return: ModifiedResult
|
|
1188
1110
|
"""
|
|
1189
1111
|
|
|
1190
1112
|
all_params = ['file_id','body',] # noqa: E501
|
|
@@ -1270,13 +1192,10 @@ class FilesApi(object):
|
|
|
1270
1192
|
Add info to most recent file version, adding items or replacing some existing ones. Parameters: info (dict) -- key/value pairs to add Returns: dict added
|
|
1271
1193
|
This method makes a synchronous HTTP request by default.
|
|
1272
1194
|
|
|
1273
|
-
:param file_id:
|
|
1274
|
-
:
|
|
1275
|
-
:param
|
|
1276
|
-
:
|
|
1277
|
-
:param async_: Perform the request asynchronously
|
|
1278
|
-
:type async_: bool, optional
|
|
1279
|
-
:rtype: ModifiedResult
|
|
1195
|
+
:param str file_id: (required)
|
|
1196
|
+
:param object body:
|
|
1197
|
+
:param bool async_: Perform the request asynchronously
|
|
1198
|
+
:return: ModifiedResult
|
|
1280
1199
|
"""
|
|
1281
1200
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1282
1201
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1300,13 +1219,10 @@ class FilesApi(object):
|
|
|
1300
1219
|
Add info to most recent file version, adding items or replacing some existing ones. Parameters: info (dict) -- key/value pairs to add Returns: dict added
|
|
1301
1220
|
This method makes a synchronous HTTP request by default.
|
|
1302
1221
|
|
|
1303
|
-
:param file_id:
|
|
1304
|
-
:
|
|
1305
|
-
:param
|
|
1306
|
-
:
|
|
1307
|
-
:param async_: Perform the request asynchronously
|
|
1308
|
-
:type async_: bool, optional
|
|
1309
|
-
:rtype: ModifiedResult
|
|
1222
|
+
:param str file_id: (required)
|
|
1223
|
+
:param object body:
|
|
1224
|
+
:param bool async_: Perform the request asynchronously
|
|
1225
|
+
:return: ModifiedResult
|
|
1310
1226
|
"""
|
|
1311
1227
|
|
|
1312
1228
|
all_params = ['file_id','body',] # noqa: E501
|
|
@@ -1388,13 +1304,10 @@ class FilesApi(object):
|
|
|
1388
1304
|
Move a file to a new container and/or give it a new name
|
|
1389
1305
|
This method makes a synchronous HTTP request by default.
|
|
1390
1306
|
|
|
1391
|
-
:param file_id:
|
|
1392
|
-
:
|
|
1393
|
-
:param
|
|
1394
|
-
:
|
|
1395
|
-
:param async_: Perform the request asynchronously
|
|
1396
|
-
:type async_: bool, optional
|
|
1397
|
-
:rtype: ModifiedResult
|
|
1307
|
+
:param str file_id: (required)
|
|
1308
|
+
:param FileMoveInput body: (required)
|
|
1309
|
+
:param bool async_: Perform the request asynchronously
|
|
1310
|
+
:return: ModifiedResult
|
|
1398
1311
|
"""
|
|
1399
1312
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1400
1313
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1418,13 +1331,10 @@ class FilesApi(object):
|
|
|
1418
1331
|
Move a file to a new container and/or give it a new name
|
|
1419
1332
|
This method makes a synchronous HTTP request by default.
|
|
1420
1333
|
|
|
1421
|
-
:param file_id:
|
|
1422
|
-
:
|
|
1423
|
-
:param
|
|
1424
|
-
:
|
|
1425
|
-
:param async_: Perform the request asynchronously
|
|
1426
|
-
:type async_: bool, optional
|
|
1427
|
-
:rtype: ModifiedResult
|
|
1334
|
+
:param str file_id: (required)
|
|
1335
|
+
:param FileMoveInput body: (required)
|
|
1336
|
+
:param bool async_: Perform the request asynchronously
|
|
1337
|
+
:return: ModifiedResult
|
|
1428
1338
|
"""
|
|
1429
1339
|
|
|
1430
1340
|
all_params = ['file_id','body',] # noqa: E501
|
|
@@ -1510,13 +1420,10 @@ class FilesApi(object):
|
|
|
1510
1420
|
Add info to most recent file version, replacing all existing values. Parameters: info (dict) -- all key/value pairs to populate info Returns: dict added
|
|
1511
1421
|
This method makes a synchronous HTTP request by default.
|
|
1512
1422
|
|
|
1513
|
-
:param file_id:
|
|
1514
|
-
:
|
|
1515
|
-
:param
|
|
1516
|
-
:
|
|
1517
|
-
:param async_: Perform the request asynchronously
|
|
1518
|
-
:type async_: bool, optional
|
|
1519
|
-
:rtype: object
|
|
1423
|
+
:param str file_id: (required)
|
|
1424
|
+
:param object body:
|
|
1425
|
+
:param bool async_: Perform the request asynchronously
|
|
1426
|
+
:return: object
|
|
1520
1427
|
"""
|
|
1521
1428
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1522
1429
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1540,13 +1447,10 @@ class FilesApi(object):
|
|
|
1540
1447
|
Add info to most recent file version, replacing all existing values. Parameters: info (dict) -- all key/value pairs to populate info Returns: dict added
|
|
1541
1448
|
This method makes a synchronous HTTP request by default.
|
|
1542
1449
|
|
|
1543
|
-
:param file_id:
|
|
1544
|
-
:
|
|
1545
|
-
:param
|
|
1546
|
-
:
|
|
1547
|
-
:param async_: Perform the request asynchronously
|
|
1548
|
-
:type async_: bool, optional
|
|
1549
|
-
:rtype: object
|
|
1450
|
+
:param str file_id: (required)
|
|
1451
|
+
:param object body:
|
|
1452
|
+
:param bool async_: Perform the request asynchronously
|
|
1453
|
+
:return: object
|
|
1550
1454
|
"""
|
|
1551
1455
|
|
|
1552
1456
|
all_params = ['file_id','body',] # noqa: E501
|
|
@@ -1628,15 +1532,11 @@ class FilesApi(object):
|
|
|
1628
1532
|
Restore a specific version of a file as the active version. This will create a new version which will be identical to the restored version.
|
|
1629
1533
|
This method makes a synchronous HTTP request by default.
|
|
1630
1534
|
|
|
1631
|
-
:param file_id:
|
|
1632
|
-
:
|
|
1633
|
-
:param version
|
|
1634
|
-
:
|
|
1635
|
-
:
|
|
1636
|
-
:type evaluate_gear_rules: bool
|
|
1637
|
-
:param async_: Perform the request asynchronously
|
|
1638
|
-
:type async_: bool, optional
|
|
1639
|
-
:rtype: FileOutput
|
|
1535
|
+
:param str file_id: (required)
|
|
1536
|
+
:param int version: (required)
|
|
1537
|
+
:param bool evaluate_gear_rules: Specify if gear rules should be reevaluated on the newly created file version (required)
|
|
1538
|
+
:param bool async_: Perform the request asynchronously
|
|
1539
|
+
:return: FileOutput
|
|
1640
1540
|
"""
|
|
1641
1541
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1642
1542
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1660,15 +1560,11 @@ class FilesApi(object):
|
|
|
1660
1560
|
Restore a specific version of a file as the active version. This will create a new version which will be identical to the restored version.
|
|
1661
1561
|
This method makes a synchronous HTTP request by default.
|
|
1662
1562
|
|
|
1663
|
-
:param file_id:
|
|
1664
|
-
:
|
|
1665
|
-
:param version
|
|
1666
|
-
:
|
|
1667
|
-
:
|
|
1668
|
-
:type evaluate_gear_rules: bool
|
|
1669
|
-
:param async_: Perform the request asynchronously
|
|
1670
|
-
:type async_: bool, optional
|
|
1671
|
-
:rtype: FileOutput
|
|
1563
|
+
:param str file_id: (required)
|
|
1564
|
+
:param int version: (required)
|
|
1565
|
+
:param bool evaluate_gear_rules: Specify if gear rules should be reevaluated on the newly created file version (required)
|
|
1566
|
+
:param bool async_: Perform the request asynchronously
|
|
1567
|
+
:return: FileOutput
|
|
1672
1568
|
"""
|
|
1673
1569
|
|
|
1674
1570
|
all_params = ['file_id','version','evaluate_gear_rules',] # noqa: E501
|
|
@@ -1749,13 +1645,10 @@ class FilesApi(object):
|
|
|
1749
1645
|
Set the tags on a file to the list of tags provided
|
|
1750
1646
|
This method makes a synchronous HTTP request by default.
|
|
1751
1647
|
|
|
1752
|
-
:param file_id:
|
|
1753
|
-
:
|
|
1754
|
-
:param
|
|
1755
|
-
:
|
|
1756
|
-
:param async_: Perform the request asynchronously
|
|
1757
|
-
:type async_: bool, optional
|
|
1758
|
-
:rtype: ModifiedResult
|
|
1648
|
+
:param str file_id: (required)
|
|
1649
|
+
:param list[str] body: List of application-specific tags (required)
|
|
1650
|
+
:param bool async_: Perform the request asynchronously
|
|
1651
|
+
:return: ModifiedResult
|
|
1759
1652
|
"""
|
|
1760
1653
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1761
1654
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1779,13 +1672,10 @@ class FilesApi(object):
|
|
|
1779
1672
|
Set the tags on a file to the list of tags provided
|
|
1780
1673
|
This method makes a synchronous HTTP request by default.
|
|
1781
1674
|
|
|
1782
|
-
:param file_id:
|
|
1783
|
-
:
|
|
1784
|
-
:param
|
|
1785
|
-
:
|
|
1786
|
-
:param async_: Perform the request asynchronously
|
|
1787
|
-
:type async_: bool, optional
|
|
1788
|
-
:rtype: ModifiedResult
|
|
1675
|
+
:param str file_id: (required)
|
|
1676
|
+
:param list[str] body: List of application-specific tags (required)
|
|
1677
|
+
:param bool async_: Perform the request asynchronously
|
|
1678
|
+
:return: ModifiedResult
|
|
1789
1679
|
"""
|
|
1790
1680
|
|
|
1791
1681
|
all_params = ['file_id','body',] # noqa: E501
|
|
@@ -1864,13 +1754,10 @@ class FilesApi(object):
|
|
|
1864
1754
|
Create or update a file
|
|
1865
1755
|
This method makes a synchronous HTTP request by default.
|
|
1866
1756
|
|
|
1867
|
-
:param body:
|
|
1868
|
-
:
|
|
1869
|
-
:param
|
|
1870
|
-
:
|
|
1871
|
-
:param async_: Perform the request asynchronously
|
|
1872
|
-
:type async_: bool, optional
|
|
1873
|
-
:rtype: FileUpsertOutput
|
|
1757
|
+
:param FileUpsertInput body: (required)
|
|
1758
|
+
:param bool force_update:
|
|
1759
|
+
:param bool async_: Perform the request asynchronously
|
|
1760
|
+
:return: FileUpsertOutput
|
|
1874
1761
|
"""
|
|
1875
1762
|
ignore_simplified_return_value = kwargs.pop('_ignore_simplified_return_value', False)
|
|
1876
1763
|
kwargs['_return_http_data_only'] = True
|
|
@@ -1894,13 +1781,10 @@ class FilesApi(object):
|
|
|
1894
1781
|
Create or update a file
|
|
1895
1782
|
This method makes a synchronous HTTP request by default.
|
|
1896
1783
|
|
|
1897
|
-
:param body:
|
|
1898
|
-
:
|
|
1899
|
-
:param
|
|
1900
|
-
:
|
|
1901
|
-
:param async_: Perform the request asynchronously
|
|
1902
|
-
:type async_: bool, optional
|
|
1903
|
-
:rtype: FileUpsertOutput
|
|
1784
|
+
:param FileUpsertInput body: (required)
|
|
1785
|
+
:param bool force_update:
|
|
1786
|
+
:param bool async_: Perform the request asynchronously
|
|
1787
|
+
:return: FileUpsertOutput
|
|
1904
1788
|
"""
|
|
1905
1789
|
|
|
1906
1790
|
all_params = ['body','force_update',] # noqa: E501
|