wandelbots-api-client 25.10.0.dev35__py3-none-any.whl → 25.11.0.dev12__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.
- wandelbots_api_client/__init__.py +2 -3
- wandelbots_api_client/api/__init__.py +2 -0
- wandelbots_api_client/api/application_api.py +1 -2
- wandelbots_api_client/api/cell_api.py +1 -2
- wandelbots_api_client/api/controller_api.py +1 -2
- wandelbots_api_client/api/controller_ios_api.py +1 -2
- wandelbots_api_client/api/coordinate_systems_api.py +1 -2
- wandelbots_api_client/api/device_configuration_api.py +1 -2
- wandelbots_api_client/api/library_program_api.py +1 -2
- wandelbots_api_client/api/library_program_metadata_api.py +1 -2
- wandelbots_api_client/api/library_recipe_api.py +1 -2
- wandelbots_api_client/api/library_recipe_metadata_api.py +1 -2
- wandelbots_api_client/api/license_api.py +1 -2
- wandelbots_api_client/api/motion_api.py +1 -2
- wandelbots_api_client/api/motion_group_api.py +1 -2
- wandelbots_api_client/api/motion_group_infos_api.py +1 -2
- wandelbots_api_client/api/motion_group_jogging_api.py +1 -2
- wandelbots_api_client/api/motion_group_kinematic_api.py +1 -2
- wandelbots_api_client/api/program_api.py +1 -2
- wandelbots_api_client/api/program_operator_api.py +1 -2
- wandelbots_api_client/api/program_values_api.py +1 -2
- wandelbots_api_client/api/store_collision_components_api.py +1 -2
- wandelbots_api_client/api/store_collision_scenes_api.py +1 -2
- wandelbots_api_client/api/store_object_api.py +1 -2
- wandelbots_api_client/api/system_api.py +1 -2
- wandelbots_api_client/api/version_api.py +284 -0
- wandelbots_api_client/api/virtual_robot_api.py +1 -2
- wandelbots_api_client/api/virtual_robot_behavior_api.py +1 -2
- wandelbots_api_client/api/virtual_robot_mode_api.py +1 -2
- wandelbots_api_client/api/virtual_robot_setup_api.py +1 -2
- wandelbots_api_client/api_client.py +14 -7
- wandelbots_api_client/configuration.py +18 -7
- wandelbots_api_client/exceptions.py +1 -1
- wandelbots_api_client/models/__init__.py +3 -4
- wandelbots_api_client/models/abb_controller.py +1 -1
- wandelbots_api_client/models/abb_controller_egm_server.py +1 -1
- wandelbots_api_client/models/activate_license_request.py +1 -1
- wandelbots_api_client/models/add_request.py +1 -1
- wandelbots_api_client/models/all_joint_positions_request.py +1 -1
- wandelbots_api_client/models/all_joint_positions_response.py +1 -1
- wandelbots_api_client/models/api_version.py +91 -0
- wandelbots_api_client/models/app.py +1 -1
- wandelbots_api_client/models/array_input.py +1 -1
- wandelbots_api_client/models/array_output.py +1 -1
- wandelbots_api_client/models/behavior.py +1 -1
- wandelbots_api_client/models/blending_auto.py +1 -1
- wandelbots_api_client/models/blending_position.py +1 -1
- wandelbots_api_client/models/box.py +1 -1
- wandelbots_api_client/models/box2.py +1 -1
- wandelbots_api_client/models/box3.py +1 -1
- wandelbots_api_client/models/capsule.py +1 -1
- wandelbots_api_client/models/capsule2.py +1 -1
- wandelbots_api_client/models/capsule3.py +1 -1
- wandelbots_api_client/models/capture.py +1 -1
- wandelbots_api_client/models/cell.py +1 -1
- wandelbots_api_client/models/circle.py +1 -1
- wandelbots_api_client/models/code_with_arguments.py +5 -4
- wandelbots_api_client/models/collection_value.py +1 -1
- wandelbots_api_client/models/collider.py +1 -1
- wandelbots_api_client/models/collider_input.py +1 -1
- wandelbots_api_client/models/collider_output.py +1 -1
- wandelbots_api_client/models/collider_output_shape.py +1 -1
- wandelbots_api_client/models/collider_shape.py +1 -41
- wandelbots_api_client/models/collision.py +1 -1
- wandelbots_api_client/models/collision_contact.py +1 -1
- wandelbots_api_client/models/collision_motion_group.py +5 -4
- wandelbots_api_client/models/collision_motion_group_assembly.py +5 -4
- wandelbots_api_client/models/collision_robot_configuration_input.py +9 -7
- wandelbots_api_client/models/collision_robot_configuration_output.py +9 -7
- wandelbots_api_client/models/collision_scene.py +9 -7
- wandelbots_api_client/models/collision_scene_assembly.py +9 -7
- wandelbots_api_client/models/command.py +1 -1
- wandelbots_api_client/models/command_settings.py +1 -1
- wandelbots_api_client/models/comparator.py +1 -1
- wandelbots_api_client/models/compound.py +1 -1
- wandelbots_api_client/models/container_environment_inner.py +1 -1
- wandelbots_api_client/models/container_image.py +1 -1
- wandelbots_api_client/models/container_image_secrets_inner.py +1 -1
- wandelbots_api_client/models/container_resources.py +1 -1
- wandelbots_api_client/models/container_storage.py +1 -1
- wandelbots_api_client/models/controller_capabilities.py +1 -1
- wandelbots_api_client/models/controller_instance.py +1 -1
- wandelbots_api_client/models/controller_instance_list.py +1 -1
- wandelbots_api_client/models/convex_hull.py +1 -1
- wandelbots_api_client/models/convex_hull2.py +1 -1
- wandelbots_api_client/models/convex_hull3.py +1 -1
- wandelbots_api_client/models/coordinate_system.py +1 -1
- wandelbots_api_client/models/coordinate_systems.py +1 -1
- wandelbots_api_client/models/create_device_request_inner.py +1 -1
- wandelbots_api_client/models/create_program_run200_response.py +1 -1
- wandelbots_api_client/models/create_program_run_request.py +1 -1
- wandelbots_api_client/models/create_trigger200_response.py +1 -1
- wandelbots_api_client/models/create_trigger_request.py +4 -4
- wandelbots_api_client/models/cubic_spline.py +1 -1
- wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +1 -1
- wandelbots_api_client/models/cubic_spline_parameter.py +1 -1
- wandelbots_api_client/models/cycle_time.py +1 -1
- wandelbots_api_client/models/cylinder.py +1 -1
- wandelbots_api_client/models/cylinder2.py +1 -1
- wandelbots_api_client/models/cylinder3.py +1 -1
- wandelbots_api_client/models/dh_parameter.py +1 -1
- wandelbots_api_client/models/direction.py +1 -1
- wandelbots_api_client/models/direction_jogging_request.py +1 -1
- wandelbots_api_client/models/error.py +1 -1
- wandelbots_api_client/models/execute_trajectory_request.py +1 -1
- wandelbots_api_client/models/execute_trajectory_response.py +1 -1
- wandelbots_api_client/models/execution_result.py +1 -1
- wandelbots_api_client/models/external_joint_stream_datapoint.py +1 -1
- wandelbots_api_client/models/external_joint_stream_datapoint_value.py +1 -1
- wandelbots_api_client/models/fanuc_controller.py +1 -1
- wandelbots_api_client/models/feedback_collision.py +1 -1
- wandelbots_api_client/models/feedback_joint_limit_exceeded.py +1 -1
- wandelbots_api_client/models/feedback_out_of_workspace.py +1 -1
- wandelbots_api_client/models/feedback_singularity.py +1 -1
- wandelbots_api_client/models/flag.py +1 -1
- wandelbots_api_client/models/force_vector.py +1 -1
- wandelbots_api_client/models/geometry.py +1 -1
- wandelbots_api_client/models/get_all_program_runs200_response.py +1 -1
- wandelbots_api_client/models/get_all_triggers200_response.py +1 -1
- wandelbots_api_client/models/get_mode_response.py +1 -1
- wandelbots_api_client/models/get_trajectory_response.py +1 -1
- wandelbots_api_client/models/get_trajectory_sample_response.py +1 -1
- wandelbots_api_client/models/google_protobuf_any.py +1 -1
- wandelbots_api_client/models/http_exception_response.py +1 -1
- wandelbots_api_client/models/http_validation_error.py +1 -1
- wandelbots_api_client/models/http_validation_error2.py +1 -1
- wandelbots_api_client/models/image_credentials.py +1 -1
- wandelbots_api_client/models/info_service_capabilities.py +1 -1
- wandelbots_api_client/models/initialize_movement_request.py +1 -1
- wandelbots_api_client/models/initialize_movement_response.py +1 -1
- wandelbots_api_client/models/initialize_movement_response_init_response.py +1 -1
- wandelbots_api_client/models/io.py +1 -1
- wandelbots_api_client/models/io_description.py +1 -1
- wandelbots_api_client/models/io_value.py +1 -1
- wandelbots_api_client/models/ios.py +1 -1
- wandelbots_api_client/models/jogging_response.py +1 -1
- wandelbots_api_client/models/jogging_service_capabilities.py +1 -1
- wandelbots_api_client/models/joint_jogging_request.py +1 -1
- wandelbots_api_client/models/joint_limit.py +1 -1
- wandelbots_api_client/models/joint_limit_exceeded.py +1 -1
- wandelbots_api_client/models/joint_position_request.py +1 -1
- wandelbots_api_client/models/joint_trajectory.py +1 -1
- wandelbots_api_client/models/joints.py +1 -1
- wandelbots_api_client/models/kinematic_service_capabilities.py +1 -1
- wandelbots_api_client/models/kuka_controller.py +1 -1
- wandelbots_api_client/models/kuka_controller_rsi_server.py +1 -1
- wandelbots_api_client/models/license.py +1 -1
- wandelbots_api_client/models/license_status.py +1 -1
- wandelbots_api_client/models/license_status_enum.py +1 -1
- wandelbots_api_client/models/limit_settings.py +1 -1
- wandelbots_api_client/models/limits_override.py +1 -1
- wandelbots_api_client/models/list_devices200_response_inner.py +1 -1
- wandelbots_api_client/models/list_io_descriptions_response.py +1 -1
- wandelbots_api_client/models/list_io_values_response.py +1 -1
- wandelbots_api_client/models/list_payloads_response.py +1 -1
- wandelbots_api_client/models/list_program_metadata_response.py +1 -1
- wandelbots_api_client/models/list_recipe_metadata_response.py +1 -1
- wandelbots_api_client/models/list_response.py +1 -1
- wandelbots_api_client/models/list_tcps_response.py +1 -1
- wandelbots_api_client/models/manufacturer.py +1 -1
- wandelbots_api_client/models/mode_change_response.py +1 -1
- wandelbots_api_client/models/motion_command.py +1 -1
- wandelbots_api_client/models/motion_command_blending.py +1 -1
- wandelbots_api_client/models/motion_command_path.py +1 -1
- wandelbots_api_client/models/motion_group_behavior_getter.py +1 -1
- wandelbots_api_client/models/motion_group_info.py +1 -1
- wandelbots_api_client/models/motion_group_infos.py +1 -1
- wandelbots_api_client/models/motion_group_instance.py +1 -1
- wandelbots_api_client/models/motion_group_instance_list.py +1 -1
- wandelbots_api_client/models/motion_group_joints.py +1 -1
- wandelbots_api_client/models/motion_group_physical.py +1 -1
- wandelbots_api_client/models/motion_group_specification.py +1 -1
- wandelbots_api_client/models/motion_group_state.py +1 -1
- wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +1 -1
- wandelbots_api_client/models/motion_group_state_response.py +1 -1
- wandelbots_api_client/models/motion_id.py +1 -1
- wandelbots_api_client/models/motion_ids_list_response.py +1 -1
- wandelbots_api_client/models/motion_vector.py +1 -1
- wandelbots_api_client/models/mounting.py +1 -1
- wandelbots_api_client/models/move_request.py +1 -1
- wandelbots_api_client/models/move_response.py +1 -1
- wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +1 -1
- wandelbots_api_client/models/movement.py +1 -1
- wandelbots_api_client/models/movement_error.py +1 -1
- wandelbots_api_client/models/movement_error_error.py +1 -1
- wandelbots_api_client/models/movement_movement.py +1 -1
- wandelbots_api_client/models/op_mode.py +1 -1
- wandelbots_api_client/models/opcua_node_value_trigger_config.py +1 -1
- wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +1 -1
- wandelbots_api_client/models/optimizer_setup.py +1 -1
- wandelbots_api_client/models/out_of_workspace.py +1 -1
- wandelbots_api_client/models/path.py +1 -1
- wandelbots_api_client/models/path_cartesian_ptp.py +1 -1
- wandelbots_api_client/models/path_circle.py +1 -1
- wandelbots_api_client/models/path_cubic_spline.py +1 -1
- wandelbots_api_client/models/path_joint_ptp.py +1 -1
- wandelbots_api_client/models/path_line.py +1 -1
- wandelbots_api_client/models/pause_movement_request.py +1 -1
- wandelbots_api_client/models/pause_movement_response.py +1 -1
- wandelbots_api_client/models/pause_movement_response_pause_response.py +1 -1
- wandelbots_api_client/models/pause_on_io.py +1 -1
- wandelbots_api_client/models/payload.py +1 -1
- wandelbots_api_client/models/plan_collision_free_ptp_request.py +5 -4
- wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +1 -1
- wandelbots_api_client/models/plan_failed_on_trajectory_response.py +1 -1
- wandelbots_api_client/models/plan_failed_response.py +1 -1
- wandelbots_api_client/models/plan_request.py +1 -1
- wandelbots_api_client/models/plan_response.py +1 -1
- wandelbots_api_client/models/plan_successful_response.py +1 -1
- wandelbots_api_client/models/plan_trajectory_failed_response.py +1 -1
- wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +1 -1
- wandelbots_api_client/models/plan_trajectory_request.py +5 -4
- wandelbots_api_client/models/plan_trajectory_response.py +1 -1
- wandelbots_api_client/models/plan_trajectory_response_response.py +1 -1
- wandelbots_api_client/models/plane2.py +1 -1
- wandelbots_api_client/models/plane3.py +1 -1
- wandelbots_api_client/models/planned_motion.py +1 -1
- wandelbots_api_client/models/planner_pose.py +1 -1
- wandelbots_api_client/models/planning_limits.py +1 -1
- wandelbots_api_client/models/planning_limits_limit_range.py +1 -1
- wandelbots_api_client/models/playback_speed_request.py +1 -1
- wandelbots_api_client/models/playback_speed_response.py +1 -1
- wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +1 -1
- wandelbots_api_client/models/point_cloud.py +1 -1
- wandelbots_api_client/models/pose.py +1 -1
- wandelbots_api_client/models/pose2.py +1 -1
- wandelbots_api_client/models/program_metadata.py +1 -1
- wandelbots_api_client/models/program_run.py +5 -4
- wandelbots_api_client/models/program_run_object.py +1 -1
- wandelbots_api_client/models/program_run_state.py +1 -1
- wandelbots_api_client/models/program_runner_reference.py +1 -1
- wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +1 -1
- wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +1 -1
- wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +1 -1
- wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +1 -1
- wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +9 -7
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +9 -7
- wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +1 -1
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +1 -1
- wandelbots_api_client/models/quaternion.py +1 -1
- wandelbots_api_client/models/recipe_metadata.py +1 -1
- wandelbots_api_client/models/rectangle.py +1 -1
- wandelbots_api_client/models/rectangle2.py +1 -1
- wandelbots_api_client/models/rectangle3.py +1 -1
- wandelbots_api_client/models/rectangular_capsule.py +1 -1
- wandelbots_api_client/models/rectangular_capsule2.py +1 -1
- wandelbots_api_client/models/rectangular_capsule3.py +1 -1
- wandelbots_api_client/models/release_channel.py +1 -1
- wandelbots_api_client/models/request.py +1 -1
- wandelbots_api_client/models/request1.py +1 -1
- wandelbots_api_client/models/response_get_value_programs_values_key_get.py +1 -1
- wandelbots_api_client/models/response_get_values_programs_values_get_value.py +1 -1
- wandelbots_api_client/models/robot_controller.py +1 -1
- wandelbots_api_client/models/robot_controller_configuration.py +1 -1
- wandelbots_api_client/models/robot_controller_state.py +1 -1
- wandelbots_api_client/models/robot_link_geometry.py +1 -1
- wandelbots_api_client/models/robot_state.py +1 -1
- wandelbots_api_client/models/robot_system_mode.py +1 -1
- wandelbots_api_client/models/robot_tcp.py +1 -1
- wandelbots_api_client/models/robot_tcps.py +1 -1
- wandelbots_api_client/models/rotation_angle_types.py +1 -1
- wandelbots_api_client/models/rotation_angles.py +1 -1
- wandelbots_api_client/models/safety_configuration.py +1 -1
- wandelbots_api_client/models/safety_setup.py +1 -1
- wandelbots_api_client/models/safety_setup_safety_settings.py +1 -1
- wandelbots_api_client/models/safety_setup_safety_zone.py +1 -1
- wandelbots_api_client/models/safety_zone.py +1 -1
- wandelbots_api_client/models/safety_zone_limits.py +1 -1
- wandelbots_api_client/models/safety_zone_violation.py +1 -1
- wandelbots_api_client/models/service_status.py +1 -1
- wandelbots_api_client/models/service_status_phase.py +1 -1
- wandelbots_api_client/models/service_status_severity.py +1 -1
- wandelbots_api_client/models/service_status_status.py +1 -1
- wandelbots_api_client/models/set_io.py +1 -1
- wandelbots_api_client/models/set_playback_speed.py +1 -1
- wandelbots_api_client/models/single_joint_limit.py +1 -1
- wandelbots_api_client/models/singularity.py +1 -1
- wandelbots_api_client/models/singularity_type_enum.py +1 -1
- wandelbots_api_client/models/sphere.py +1 -1
- wandelbots_api_client/models/sphere2.py +1 -1
- wandelbots_api_client/models/sphere3.py +1 -1
- wandelbots_api_client/models/standstill.py +1 -1
- wandelbots_api_client/models/standstill_reason.py +1 -1
- wandelbots_api_client/models/standstill_standstill.py +1 -1
- wandelbots_api_client/models/start_movement_request.py +1 -1
- wandelbots_api_client/models/start_on_io.py +1 -1
- wandelbots_api_client/models/status.py +1 -1
- wandelbots_api_client/models/stop_response.py +1 -1
- wandelbots_api_client/models/store_value.py +1 -1
- wandelbots_api_client/models/stream_move_backward.py +1 -1
- wandelbots_api_client/models/stream_move_forward.py +1 -1
- wandelbots_api_client/models/stream_move_playback_speed.py +1 -1
- wandelbots_api_client/models/stream_move_request.py +1 -1
- wandelbots_api_client/models/stream_move_response.py +1 -1
- wandelbots_api_client/models/stream_move_to_trajectory.py +1 -1
- wandelbots_api_client/models/stream_stop.py +1 -1
- wandelbots_api_client/models/tcp_pose.py +1 -1
- wandelbots_api_client/models/tcp_pose_request.py +1 -1
- wandelbots_api_client/models/tool_geometry.py +1 -1
- wandelbots_api_client/models/trajectory_sample.py +1 -1
- wandelbots_api_client/models/trigger_object.py +4 -4
- wandelbots_api_client/models/trigger_type.py +1 -1
- wandelbots_api_client/models/universalrobots_controller.py +1 -1
- wandelbots_api_client/models/update_nova_version_request.py +1 -1
- wandelbots_api_client/models/update_program_metadata_request.py +1 -1
- wandelbots_api_client/models/update_recipe_metadata_request.py +1 -1
- wandelbots_api_client/models/update_trigger_request.py +4 -4
- wandelbots_api_client/models/validation_error.py +1 -1
- wandelbots_api_client/models/validation_error2.py +1 -1
- wandelbots_api_client/models/validation_error2_loc_inner.py +1 -1
- wandelbots_api_client/models/validation_error_loc_inner.py +1 -1
- wandelbots_api_client/models/value.py +1 -1
- wandelbots_api_client/models/vector3d.py +1 -1
- wandelbots_api_client/models/version_number.py +1 -1
- wandelbots_api_client/models/virtual_controller.py +1 -1
- wandelbots_api_client/models/virtual_controller_types.py +8 -1
- wandelbots_api_client/models/virtual_robot_configuration.py +1 -1
- wandelbots_api_client/models/yaskawa_controller.py +1 -1
- wandelbots_api_client/rest.py +3 -2
- wandelbots_api_client/v2/__init__.py +3 -4
- wandelbots_api_client/v2/api/__init__.py +2 -0
- wandelbots_api_client/v2/api/application_api.py +2 -3
- wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +2 -3
- wandelbots_api_client/v2/api/cell_api.py +2 -3
- wandelbots_api_client/v2/api/controller_api.py +5 -6
- wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +2 -3
- wandelbots_api_client/v2/api/jogging_api.py +2 -3
- wandelbots_api_client/v2/api/kinematics_api.py +2 -3
- wandelbots_api_client/v2/api/license_api.py +2 -3
- wandelbots_api_client/v2/api/motion_group_api.py +4 -5
- wandelbots_api_client/v2/api/motion_group_models_api.py +2 -3
- wandelbots_api_client/v2/api/program_api.py +2 -3
- wandelbots_api_client/v2/api/store_collision_components_api.py +2 -3
- wandelbots_api_client/v2/api/store_collision_setups_api.py +2 -3
- wandelbots_api_client/v2/api/store_object_api.py +2 -3
- wandelbots_api_client/v2/api/system_api.py +6 -6
- wandelbots_api_client/v2/api/trajectory_caching_api.py +2 -3
- wandelbots_api_client/v2/api/trajectory_execution_api.py +2 -3
- wandelbots_api_client/v2/api/trajectory_planning_api.py +2 -3
- wandelbots_api_client/v2/api/version_api.py +284 -0
- wandelbots_api_client/v2/api/virtual_controller_api.py +2 -3
- wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +2 -3
- wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +2 -3
- wandelbots_api_client/v2/api_client.py +15 -8
- wandelbots_api_client/v2/configuration.py +19 -8
- wandelbots_api_client/v2/exceptions.py +2 -2
- wandelbots_api_client/v2/models/__init__.py +4 -3
- wandelbots_api_client/v2/models/abb_controller.py +2 -2
- wandelbots_api_client/v2/models/abb_controller_egm_server.py +2 -2
- wandelbots_api_client/v2/models/activate_license_request.py +2 -2
- wandelbots_api_client/v2/models/add_trajectory_error.py +2 -2
- wandelbots_api_client/v2/models/add_trajectory_error_data.py +2 -2
- wandelbots_api_client/v2/models/add_trajectory_request.py +2 -2
- wandelbots_api_client/v2/models/add_trajectory_response.py +2 -2
- wandelbots_api_client/v2/models/api_version.py +91 -0
- wandelbots_api_client/v2/models/app.py +2 -2
- wandelbots_api_client/v2/models/behavior.py +2 -2
- wandelbots_api_client/v2/models/blending_auto.py +5 -4
- wandelbots_api_client/v2/models/blending_position.py +2 -2
- wandelbots_api_client/v2/models/boolean_value.py +2 -2
- wandelbots_api_client/v2/models/box.py +2 -2
- wandelbots_api_client/v2/models/bus_io_description.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_client.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_server.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +2 -2
- wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet_network.py +2 -2
- wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +2 -2
- wandelbots_api_client/v2/models/bus_io_type.py +2 -27
- wandelbots_api_client/v2/models/bus_ios_state.py +2 -2
- wandelbots_api_client/v2/models/bus_ios_state_enum.py +2 -2
- wandelbots_api_client/v2/models/capsule.py +2 -2
- wandelbots_api_client/v2/models/cartesian_limits.py +2 -2
- wandelbots_api_client/v2/models/cell.py +2 -2
- wandelbots_api_client/v2/models/collider.py +2 -2
- wandelbots_api_client/v2/models/collider_shape.py +2 -42
- wandelbots_api_client/v2/models/collision.py +2 -2
- wandelbots_api_client/v2/models/collision_contact.py +2 -2
- wandelbots_api_client/v2/models/collision_error.py +2 -2
- wandelbots_api_client/v2/models/collision_free_algorithm.py +3 -3
- wandelbots_api_client/v2/models/collision_setup.py +10 -8
- wandelbots_api_client/v2/models/comparator.py +2 -2
- wandelbots_api_client/v2/models/configuration_archive_status.py +2 -17
- wandelbots_api_client/v2/models/configuration_archive_status_creating.py +2 -2
- wandelbots_api_client/v2/models/configuration_archive_status_error.py +2 -2
- wandelbots_api_client/v2/models/configuration_archive_status_success.py +2 -2
- wandelbots_api_client/v2/models/configuration_resource.py +2 -2
- wandelbots_api_client/v2/models/container_environment_inner.py +2 -2
- wandelbots_api_client/v2/models/container_image.py +2 -2
- wandelbots_api_client/v2/models/container_image_secrets_inner.py +2 -2
- wandelbots_api_client/v2/models/container_resources.py +2 -2
- wandelbots_api_client/v2/models/container_storage.py +2 -2
- wandelbots_api_client/v2/models/controller_description.py +2 -2
- wandelbots_api_client/v2/models/convex_hull.py +2 -2
- wandelbots_api_client/v2/models/coordinate_system.py +2 -2
- wandelbots_api_client/v2/models/coordinate_system_data.py +2 -2
- wandelbots_api_client/v2/models/cubic_spline_parameter.py +2 -2
- wandelbots_api_client/v2/models/cycle_time.py +5 -4
- wandelbots_api_client/v2/models/cylinder.py +2 -2
- wandelbots_api_client/v2/models/dh_parameter.py +2 -2
- wandelbots_api_client/v2/models/direction.py +2 -2
- wandelbots_api_client/v2/models/error.py +2 -2
- wandelbots_api_client/v2/models/error_invalid_joint_count.py +2 -2
- wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +4 -3
- wandelbots_api_client/v2/models/error_joint_position_collision.py +2 -2
- wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +2 -2
- wandelbots_api_client/v2/models/execute.py +2 -2
- wandelbots_api_client/v2/models/execute_details.py +2 -12
- wandelbots_api_client/v2/models/execute_jogging_request.py +2 -2
- wandelbots_api_client/v2/models/execute_jogging_response.py +2 -27
- wandelbots_api_client/v2/models/execute_trajectory_request.py +2 -2
- wandelbots_api_client/v2/models/execute_trajectory_response.py +2 -27
- wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +2 -2
- wandelbots_api_client/v2/models/external_joint_stream_request.py +2 -2
- wandelbots_api_client/v2/models/fanuc_controller.py +2 -2
- wandelbots_api_client/v2/models/feedback_collision.py +2 -2
- wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +5 -4
- wandelbots_api_client/v2/models/feedback_out_of_workspace.py +2 -2
- wandelbots_api_client/v2/models/feedback_singularity.py +2 -2
- wandelbots_api_client/v2/models/flag.py +2 -2
- wandelbots_api_client/v2/models/float_value.py +2 -2
- wandelbots_api_client/v2/models/forward_kinematics422_response.py +2 -2
- wandelbots_api_client/v2/models/forward_kinematics_request.py +2 -2
- wandelbots_api_client/v2/models/forward_kinematics_response.py +2 -2
- wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +2 -2
- wandelbots_api_client/v2/models/get_trajectory_response.py +2 -2
- wandelbots_api_client/v2/models/http_validation_error.py +2 -2
- wandelbots_api_client/v2/models/image_credentials.py +2 -2
- wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py +2 -2
- wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py +2 -2
- wandelbots_api_client/v2/models/initialize_jogging_request.py +2 -2
- wandelbots_api_client/v2/models/initialize_jogging_response.py +2 -2
- wandelbots_api_client/v2/models/initialize_movement_request.py +2 -2
- wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +2 -2
- wandelbots_api_client/v2/models/initialize_movement_response.py +2 -2
- wandelbots_api_client/v2/models/integer_value.py +2 -2
- wandelbots_api_client/v2/models/invalid_dof_error.py +2 -2
- wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py +2 -2
- wandelbots_api_client/v2/models/inverse_kinematics422_response.py +2 -2
- wandelbots_api_client/v2/models/inverse_kinematics_request.py +6 -5
- wandelbots_api_client/v2/models/inverse_kinematics_response.py +2 -2
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +2 -2
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +2 -2
- wandelbots_api_client/v2/models/io_boolean_value.py +2 -2
- wandelbots_api_client/v2/models/io_boundary.py +2 -17
- wandelbots_api_client/v2/models/io_description.py +2 -2
- wandelbots_api_client/v2/models/io_direction.py +2 -2
- wandelbots_api_client/v2/models/io_float_value.py +2 -2
- wandelbots_api_client/v2/models/io_integer_value.py +2 -2
- wandelbots_api_client/v2/models/io_origin.py +2 -2
- wandelbots_api_client/v2/models/io_value.py +2 -17
- wandelbots_api_client/v2/models/io_value_type.py +2 -2
- wandelbots_api_client/v2/models/jogging_details.py +2 -2
- wandelbots_api_client/v2/models/jogging_details_state.py +2 -27
- wandelbots_api_client/v2/models/jogging_paused_by_user.py +2 -2
- wandelbots_api_client/v2/models/jogging_paused_near_collision.py +2 -2
- wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +5 -4
- wandelbots_api_client/v2/models/jogging_paused_on_io.py +2 -2
- wandelbots_api_client/v2/models/jogging_running.py +2 -2
- wandelbots_api_client/v2/models/joint_limit_exceeded_error.py +2 -2
- wandelbots_api_client/v2/models/joint_limits.py +2 -2
- wandelbots_api_client/v2/models/joint_trajectory.py +2 -2
- wandelbots_api_client/v2/models/joint_velocity_request.py +2 -2
- wandelbots_api_client/v2/models/joint_velocity_response.py +2 -2
- wandelbots_api_client/v2/models/kuka_controller.py +2 -2
- wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +2 -2
- wandelbots_api_client/v2/models/license.py +2 -2
- wandelbots_api_client/v2/models/license_status.py +2 -2
- wandelbots_api_client/v2/models/license_status_enum.py +2 -2
- wandelbots_api_client/v2/models/limit_range.py +2 -2
- wandelbots_api_client/v2/models/limit_set.py +2 -2
- wandelbots_api_client/v2/models/limits_override.py +2 -2
- wandelbots_api_client/v2/models/list_trajectories_response.py +2 -2
- wandelbots_api_client/v2/models/manufacturer.py +2 -2
- wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +2 -2
- wandelbots_api_client/v2/models/modbus_io.py +2 -2
- wandelbots_api_client/v2/models/modbus_io_area.py +2 -2
- wandelbots_api_client/v2/models/modbus_io_byte_order.py +2 -2
- wandelbots_api_client/v2/models/modbus_io_data.py +2 -2
- wandelbots_api_client/v2/models/modbus_io_type_enum.py +2 -2
- wandelbots_api_client/v2/models/motion_command.py +2 -2
- wandelbots_api_client/v2/models/motion_command_blending.py +2 -2
- wandelbots_api_client/v2/models/motion_command_path.py +2 -2
- wandelbots_api_client/v2/models/motion_group_description.py +21 -16
- wandelbots_api_client/v2/models/motion_group_info.py +5 -4
- wandelbots_api_client/v2/models/motion_group_joints.py +2 -2
- wandelbots_api_client/v2/models/motion_group_setup.py +9 -7
- wandelbots_api_client/v2/models/motion_group_state.py +4 -3
- wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +2 -2
- wandelbots_api_client/v2/models/movement_error_response.py +2 -2
- wandelbots_api_client/v2/models/nan_value_error.py +2 -2
- wandelbots_api_client/v2/models/nan_value_error_nan_value.py +2 -2
- wandelbots_api_client/v2/models/op_mode.py +2 -2
- wandelbots_api_client/v2/models/operating_state.py +2 -2
- wandelbots_api_client/v2/models/operation_limits.py +2 -2
- wandelbots_api_client/v2/models/operation_mode.py +2 -2
- wandelbots_api_client/v2/models/orientation_type.py +2 -2
- wandelbots_api_client/v2/models/path_cartesian_ptp.py +2 -2
- wandelbots_api_client/v2/models/path_circle.py +2 -2
- wandelbots_api_client/v2/models/path_cubic_spline.py +2 -2
- wandelbots_api_client/v2/models/path_joint_ptp.py +2 -2
- wandelbots_api_client/v2/models/path_line.py +2 -2
- wandelbots_api_client/v2/models/pause_jogging_request.py +2 -2
- wandelbots_api_client/v2/models/pause_jogging_response.py +2 -2
- wandelbots_api_client/v2/models/pause_movement_request.py +2 -2
- wandelbots_api_client/v2/models/pause_movement_response.py +2 -2
- wandelbots_api_client/v2/models/pause_on_io.py +2 -2
- wandelbots_api_client/v2/models/payload.py +2 -2
- wandelbots_api_client/v2/models/plan422_response.py +2 -2
- wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +2 -2
- wandelbots_api_client/v2/models/plan_collision_free_request.py +2 -2
- wandelbots_api_client/v2/models/plan_collision_free_response.py +2 -2
- wandelbots_api_client/v2/models/plan_collision_free_response_response.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_request.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_response.py +2 -2
- wandelbots_api_client/v2/models/plan_trajectory_response_response.py +2 -2
- wandelbots_api_client/v2/models/plan_validation_error.py +2 -2
- wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +2 -2
- wandelbots_api_client/v2/models/plane.py +2 -2
- wandelbots_api_client/v2/models/playback_speed_request.py +5 -4
- wandelbots_api_client/v2/models/playback_speed_response.py +2 -2
- wandelbots_api_client/v2/models/pose.py +2 -2
- wandelbots_api_client/v2/models/profinet_description.py +2 -2
- wandelbots_api_client/v2/models/profinet_input_output_config.py +4 -4
- wandelbots_api_client/v2/models/profinet_io.py +2 -2
- wandelbots_api_client/v2/models/profinet_io_data.py +2 -2
- wandelbots_api_client/v2/models/profinet_io_direction.py +2 -2
- wandelbots_api_client/v2/models/profinet_io_type_enum.py +2 -2
- wandelbots_api_client/v2/models/profinet_slot_description.py +4 -4
- wandelbots_api_client/v2/models/profinet_sub_slot_description.py +5 -5
- wandelbots_api_client/v2/models/program.py +2 -2
- wandelbots_api_client/v2/models/program_run.py +2 -2
- wandelbots_api_client/v2/models/program_run_state.py +2 -2
- wandelbots_api_client/v2/models/program_start_request.py +2 -2
- wandelbots_api_client/v2/models/rectangle.py +2 -2
- wandelbots_api_client/v2/models/rectangular_capsule.py +2 -2
- wandelbots_api_client/v2/models/release_channel.py +2 -2
- wandelbots_api_client/v2/models/robot_controller.py +2 -2
- wandelbots_api_client/v2/models/robot_controller_configuration.py +2 -2
- wandelbots_api_client/v2/models/robot_controller_state.py +6 -5
- wandelbots_api_client/v2/models/robot_system_mode.py +2 -2
- wandelbots_api_client/v2/models/robot_tcp.py +2 -2
- wandelbots_api_client/v2/models/robot_tcp_data.py +2 -2
- wandelbots_api_client/v2/models/rrt_connect_algorithm.py +2 -2
- wandelbots_api_client/v2/models/safety_state_type.py +2 -2
- wandelbots_api_client/v2/models/service_group.py +2 -2
- wandelbots_api_client/v2/models/service_status.py +2 -2
- wandelbots_api_client/v2/models/service_status_phase.py +2 -2
- wandelbots_api_client/v2/models/service_status_response.py +2 -2
- wandelbots_api_client/v2/models/service_status_severity.py +2 -2
- wandelbots_api_client/v2/models/service_status_status.py +2 -2
- wandelbots_api_client/v2/models/set_io.py +2 -2
- wandelbots_api_client/v2/models/settable_robot_system_mode.py +2 -2
- wandelbots_api_client/v2/models/singularity_type_enum.py +2 -2
- wandelbots_api_client/v2/models/sphere.py +2 -2
- wandelbots_api_client/v2/models/start_movement_request.py +2 -2
- wandelbots_api_client/v2/models/start_movement_response.py +2 -2
- wandelbots_api_client/v2/models/start_on_io.py +2 -2
- wandelbots_api_client/v2/models/stream_io_values_response.py +5 -4
- wandelbots_api_client/v2/models/tcp_offset.py +2 -2
- wandelbots_api_client/v2/models/tcp_required_error.py +2 -2
- wandelbots_api_client/v2/models/tcp_velocity_request.py +2 -2
- wandelbots_api_client/v2/models/tcp_velocity_response.py +2 -2
- wandelbots_api_client/v2/models/torque_exceeded_error.py +2 -2
- wandelbots_api_client/v2/models/torque_exceeded_error_torque_exceeded.py +2 -2
- wandelbots_api_client/v2/models/trajectory_data.py +2 -2
- wandelbots_api_client/v2/models/trajectory_details.py +2 -2
- wandelbots_api_client/v2/models/trajectory_details_state.py +2 -27
- wandelbots_api_client/v2/models/trajectory_ended.py +2 -2
- wandelbots_api_client/v2/models/trajectory_id.py +2 -2
- wandelbots_api_client/v2/models/trajectory_paused_by_user.py +2 -2
- wandelbots_api_client/v2/models/trajectory_paused_on_io.py +2 -2
- wandelbots_api_client/v2/models/trajectory_running.py +5 -4
- wandelbots_api_client/v2/models/trajectory_wait_for_io.py +2 -2
- wandelbots_api_client/v2/models/unit_type.py +2 -2
- wandelbots_api_client/v2/models/universalrobots_controller.py +2 -2
- wandelbots_api_client/v2/models/update_nova_version_request.py +2 -2
- wandelbots_api_client/v2/models/validation_error.py +2 -2
- wandelbots_api_client/v2/models/validation_error2.py +2 -2
- wandelbots_api_client/v2/models/validation_error_loc_inner.py +2 -2
- wandelbots_api_client/v2/models/virtual_controller.py +2 -2
- wandelbots_api_client/v2/models/virtual_controller_types.py +9 -2
- wandelbots_api_client/v2/models/virtual_robot_configuration.py +2 -2
- wandelbots_api_client/v2/models/wait_for_io_event_request.py +2 -2
- wandelbots_api_client/v2/models/yaskawa_controller.py +2 -2
- wandelbots_api_client/v2/rest.py +4 -3
- wandelbots_api_client/v2_pydantic/__init__.py +3 -4
- wandelbots_api_client/v2_pydantic/api/__init__.py +2 -0
- wandelbots_api_client/v2_pydantic/api/application_api.py +20 -39
- wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +50 -99
- wandelbots_api_client/v2_pydantic/api/cell_api.py +23 -45
- wandelbots_api_client/v2_pydantic/api/controller_api.py +41 -78
- wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +14 -27
- wandelbots_api_client/v2_pydantic/api/jogging_api.py +2 -3
- wandelbots_api_client/v2_pydantic/api/kinematics_api.py +8 -15
- wandelbots_api_client/v2_pydantic/api/license_api.py +14 -27
- wandelbots_api_client/v2_pydantic/api/motion_group_api.py +10 -17
- wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +8 -15
- wandelbots_api_client/v2_pydantic/api/program_api.py +14 -27
- wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +47 -93
- wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +17 -33
- wandelbots_api_client/v2_pydantic/api/store_object_api.py +20 -39
- wandelbots_api_client/v2_pydantic/api/system_api.py +33 -60
- wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +17 -33
- wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +2 -3
- wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +8 -15
- wandelbots_api_client/v2_pydantic/api/version_api.py +287 -0
- wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +47 -93
- wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +11 -21
- wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +11 -21
- wandelbots_api_client/v2_pydantic/api_client.py +3 -4
- wandelbots_api_client/v2_pydantic/configuration.py +19 -8
- wandelbots_api_client/v2_pydantic/exceptions.py +2 -2
- wandelbots_api_client/v2_pydantic/models.py +58 -40
- wandelbots_api_client/v2_pydantic/rest.py +4 -3
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/METADATA +3 -3
- wandelbots_api_client-25.11.0.dev12.dist-info/RECORD +640 -0
- wandelbots_api_client/models/create_trigger_request_config.py +0 -123
- wandelbots_api_client-25.10.0.dev35.dist-info/RECORD +0 -636
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/WHEEL +0 -0
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/licenses/LICENSE +0 -0
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/top_level.txt +0 -0
|
@@ -3,15 +3,14 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Wandelbots NOVA API
|
|
5
5
|
|
|
6
|
-
Interact with robots in an easy and intuitive way.
|
|
6
|
+
Interact with robots in an easy and intuitive way.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.1.0 dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
12
12
|
""" # noqa: E501
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
from furl import furl
|
|
16
15
|
import json
|
|
17
16
|
import humps
|
|
@@ -120,8 +119,7 @@ class BUSInputsOutputsApi:
|
|
|
120
119
|
'403': "Error",
|
|
121
120
|
'404': "Error",
|
|
122
121
|
'409': None,
|
|
123
|
-
}
|
|
124
|
-
|
|
122
|
+
}
|
|
125
123
|
|
|
126
124
|
response_data = await self.api_client.call_api(
|
|
127
125
|
*_param,
|
|
@@ -201,8 +199,7 @@ class BUSInputsOutputsApi:
|
|
|
201
199
|
'403': "Error",
|
|
202
200
|
'404': "Error",
|
|
203
201
|
'409': None,
|
|
204
|
-
}
|
|
205
|
-
|
|
202
|
+
}
|
|
206
203
|
|
|
207
204
|
response_data = await self.api_client.call_api(
|
|
208
205
|
*_param,
|
|
@@ -282,8 +279,7 @@ class BUSInputsOutputsApi:
|
|
|
282
279
|
'403': "Error",
|
|
283
280
|
'404': "Error",
|
|
284
281
|
'409': None,
|
|
285
|
-
}
|
|
286
|
-
|
|
282
|
+
}
|
|
287
283
|
|
|
288
284
|
response_data = await self.api_client.call_api(
|
|
289
285
|
*_param,
|
|
@@ -439,8 +435,7 @@ class BUSInputsOutputsApi:
|
|
|
439
435
|
'200': None,
|
|
440
436
|
'400': "Error",
|
|
441
437
|
'404': "Error",
|
|
442
|
-
}
|
|
443
|
-
|
|
438
|
+
}
|
|
444
439
|
|
|
445
440
|
response_data = await self.api_client.call_api(
|
|
446
441
|
*_param,
|
|
@@ -518,8 +513,7 @@ class BUSInputsOutputsApi:
|
|
|
518
513
|
'200': None,
|
|
519
514
|
'400': "Error",
|
|
520
515
|
'404': "Error",
|
|
521
|
-
}
|
|
522
|
-
|
|
516
|
+
}
|
|
523
517
|
|
|
524
518
|
response_data = await self.api_client.call_api(
|
|
525
519
|
*_param,
|
|
@@ -597,8 +591,7 @@ class BUSInputsOutputsApi:
|
|
|
597
591
|
'200': None,
|
|
598
592
|
'400': "Error",
|
|
599
593
|
'404': "Error",
|
|
600
|
-
}
|
|
601
|
-
|
|
594
|
+
}
|
|
602
595
|
|
|
603
596
|
response_data = await self.api_client.call_api(
|
|
604
597
|
*_param,
|
|
@@ -752,8 +745,7 @@ class BUSInputsOutputsApi:
|
|
|
752
745
|
'200': None,
|
|
753
746
|
'400': "Error",
|
|
754
747
|
'404': "Error",
|
|
755
|
-
}
|
|
756
|
-
|
|
748
|
+
}
|
|
757
749
|
|
|
758
750
|
response_data = await self.api_client.call_api(
|
|
759
751
|
*_param,
|
|
@@ -831,8 +823,7 @@ class BUSInputsOutputsApi:
|
|
|
831
823
|
'200': None,
|
|
832
824
|
'400': "Error",
|
|
833
825
|
'404': "Error",
|
|
834
|
-
}
|
|
835
|
-
|
|
826
|
+
}
|
|
836
827
|
|
|
837
828
|
response_data = await self.api_client.call_api(
|
|
838
829
|
*_param,
|
|
@@ -910,8 +901,7 @@ class BUSInputsOutputsApi:
|
|
|
910
901
|
'200': None,
|
|
911
902
|
'400': "Error",
|
|
912
903
|
'404': "Error",
|
|
913
|
-
}
|
|
914
|
-
|
|
904
|
+
}
|
|
915
905
|
|
|
916
906
|
response_data = await self.api_client.call_api(
|
|
917
907
|
*_param,
|
|
@@ -1061,8 +1051,7 @@ class BUSInputsOutputsApi:
|
|
|
1061
1051
|
'200': None,
|
|
1062
1052
|
'202': None,
|
|
1063
1053
|
'404': "Error",
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1054
|
+
}
|
|
1066
1055
|
|
|
1067
1056
|
response_data = await self.api_client.call_api(
|
|
1068
1057
|
*_param,
|
|
@@ -1136,8 +1125,7 @@ class BUSInputsOutputsApi:
|
|
|
1136
1125
|
'200': None,
|
|
1137
1126
|
'202': None,
|
|
1138
1127
|
'404': "Error",
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1128
|
+
}
|
|
1141
1129
|
|
|
1142
1130
|
response_data = await self.api_client.call_api(
|
|
1143
1131
|
*_param,
|
|
@@ -1211,8 +1199,7 @@ class BUSInputsOutputsApi:
|
|
|
1211
1199
|
'200': None,
|
|
1212
1200
|
'202': None,
|
|
1213
1201
|
'404': "Error",
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1202
|
+
}
|
|
1216
1203
|
|
|
1217
1204
|
response_data = await self.api_client.call_api(
|
|
1218
1205
|
*_param,
|
|
@@ -1348,8 +1335,7 @@ class BUSInputsOutputsApi:
|
|
|
1348
1335
|
'200': None,
|
|
1349
1336
|
'400': "Error",
|
|
1350
1337
|
'404': "Error",
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1338
|
+
}
|
|
1353
1339
|
|
|
1354
1340
|
response_data = await self.api_client.call_api(
|
|
1355
1341
|
*_param,
|
|
@@ -1423,8 +1409,7 @@ class BUSInputsOutputsApi:
|
|
|
1423
1409
|
'200': None,
|
|
1424
1410
|
'400': "Error",
|
|
1425
1411
|
'404': "Error",
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1412
|
+
}
|
|
1428
1413
|
|
|
1429
1414
|
response_data = await self.api_client.call_api(
|
|
1430
1415
|
*_param,
|
|
@@ -1498,8 +1483,7 @@ class BUSInputsOutputsApi:
|
|
|
1498
1483
|
'200': None,
|
|
1499
1484
|
'400': "Error",
|
|
1500
1485
|
'404': "Error",
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1486
|
+
}
|
|
1503
1487
|
|
|
1504
1488
|
response_data = await self.api_client.call_api(
|
|
1505
1489
|
*_param,
|
|
@@ -1633,8 +1617,7 @@ class BUSInputsOutputsApi:
|
|
|
1633
1617
|
'200': None,
|
|
1634
1618
|
'400': "Error",
|
|
1635
1619
|
'404': "Error",
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1620
|
+
}
|
|
1638
1621
|
|
|
1639
1622
|
response_data = await self.api_client.call_api(
|
|
1640
1623
|
*_param,
|
|
@@ -1708,8 +1691,7 @@ class BUSInputsOutputsApi:
|
|
|
1708
1691
|
'200': None,
|
|
1709
1692
|
'400': "Error",
|
|
1710
1693
|
'404': "Error",
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1694
|
+
}
|
|
1713
1695
|
|
|
1714
1696
|
response_data = await self.api_client.call_api(
|
|
1715
1697
|
*_param,
|
|
@@ -1783,8 +1765,7 @@ class BUSInputsOutputsApi:
|
|
|
1783
1765
|
'200': None,
|
|
1784
1766
|
'400': "Error",
|
|
1785
1767
|
'404': "Error",
|
|
1786
|
-
}
|
|
1787
|
-
|
|
1768
|
+
}
|
|
1788
1769
|
|
|
1789
1770
|
response_data = await self.api_client.call_api(
|
|
1790
1771
|
*_param,
|
|
@@ -1913,8 +1894,7 @@ class BUSInputsOutputsApi:
|
|
|
1913
1894
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1914
1895
|
'200': "BusIOType",
|
|
1915
1896
|
'404': "Error",
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1897
|
+
}
|
|
1918
1898
|
|
|
1919
1899
|
response_data = await self.api_client.call_api(
|
|
1920
1900
|
*_param,
|
|
@@ -1983,8 +1963,7 @@ class BUSInputsOutputsApi:
|
|
|
1983
1963
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1984
1964
|
'200': "BusIOType",
|
|
1985
1965
|
'404': "Error",
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1966
|
+
}
|
|
1988
1967
|
|
|
1989
1968
|
response_data = await self.api_client.call_api(
|
|
1990
1969
|
*_param,
|
|
@@ -2053,8 +2032,7 @@ class BUSInputsOutputsApi:
|
|
|
2053
2032
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2054
2033
|
'200': "BusIOType",
|
|
2055
2034
|
'404': "Error",
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2035
|
+
}
|
|
2058
2036
|
|
|
2059
2037
|
response_data = await self.api_client.call_api(
|
|
2060
2038
|
*_param,
|
|
@@ -2180,8 +2158,7 @@ class BUSInputsOutputsApi:
|
|
|
2180
2158
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2181
2159
|
'200': "BusIOsState",
|
|
2182
2160
|
'404': "Error",
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2161
|
+
}
|
|
2185
2162
|
|
|
2186
2163
|
response_data = await self.api_client.call_api(
|
|
2187
2164
|
*_param,
|
|
@@ -2250,8 +2227,7 @@ class BUSInputsOutputsApi:
|
|
|
2250
2227
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2251
2228
|
'200': "BusIOsState",
|
|
2252
2229
|
'404': "Error",
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2230
|
+
}
|
|
2255
2231
|
|
|
2256
2232
|
response_data = await self.api_client.call_api(
|
|
2257
2233
|
*_param,
|
|
@@ -2320,8 +2296,7 @@ class BUSInputsOutputsApi:
|
|
|
2320
2296
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2321
2297
|
'200': "BusIOsState",
|
|
2322
2298
|
'404': "Error",
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2299
|
+
}
|
|
2325
2300
|
|
|
2326
2301
|
response_data = await self.api_client.call_api(
|
|
2327
2302
|
*_param,
|
|
@@ -2452,8 +2427,7 @@ class BUSInputsOutputsApi:
|
|
|
2452
2427
|
'200': "List[IOValue]",
|
|
2453
2428
|
'400': "Error",
|
|
2454
2429
|
'404': "Error",
|
|
2455
|
-
}
|
|
2456
|
-
|
|
2430
|
+
}
|
|
2457
2431
|
|
|
2458
2432
|
response_data = await self.api_client.call_api(
|
|
2459
2433
|
*_param,
|
|
@@ -2527,8 +2501,7 @@ class BUSInputsOutputsApi:
|
|
|
2527
2501
|
'200': "List[IOValue]",
|
|
2528
2502
|
'400': "Error",
|
|
2529
2503
|
'404': "Error",
|
|
2530
|
-
}
|
|
2531
|
-
|
|
2504
|
+
}
|
|
2532
2505
|
|
|
2533
2506
|
response_data = await self.api_client.call_api(
|
|
2534
2507
|
*_param,
|
|
@@ -2602,8 +2575,7 @@ class BUSInputsOutputsApi:
|
|
|
2602
2575
|
'200': "List[IOValue]",
|
|
2603
2576
|
'400': "Error",
|
|
2604
2577
|
'404': "Error",
|
|
2605
|
-
}
|
|
2606
|
-
|
|
2578
|
+
}
|
|
2607
2579
|
|
|
2608
2580
|
response_data = await self.api_client.call_api(
|
|
2609
2581
|
*_param,
|
|
@@ -2736,8 +2708,7 @@ class BUSInputsOutputsApi:
|
|
|
2736
2708
|
'200': "ProfinetDescription",
|
|
2737
2709
|
'400': "Error",
|
|
2738
2710
|
'404': "Error",
|
|
2739
|
-
}
|
|
2740
|
-
|
|
2711
|
+
}
|
|
2741
2712
|
|
|
2742
2713
|
response_data = await self.api_client.call_api(
|
|
2743
2714
|
*_param,
|
|
@@ -2807,8 +2778,7 @@ class BUSInputsOutputsApi:
|
|
|
2807
2778
|
'200': "ProfinetDescription",
|
|
2808
2779
|
'400': "Error",
|
|
2809
2780
|
'404': "Error",
|
|
2810
|
-
}
|
|
2811
|
-
|
|
2781
|
+
}
|
|
2812
2782
|
|
|
2813
2783
|
response_data = await self.api_client.call_api(
|
|
2814
2784
|
*_param,
|
|
@@ -2878,8 +2848,7 @@ class BUSInputsOutputsApi:
|
|
|
2878
2848
|
'200': "ProfinetDescription",
|
|
2879
2849
|
'400': "Error",
|
|
2880
2850
|
'404': "Error",
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2851
|
+
}
|
|
2883
2852
|
|
|
2884
2853
|
response_data = await self.api_client.call_api(
|
|
2885
2854
|
*_param,
|
|
@@ -3014,8 +2983,7 @@ class BUSInputsOutputsApi:
|
|
|
3014
2983
|
'200': "str",
|
|
3015
2984
|
'400': "Error",
|
|
3016
2985
|
'404': "Error",
|
|
3017
|
-
}
|
|
3018
|
-
|
|
2986
|
+
}
|
|
3019
2987
|
|
|
3020
2988
|
response_data = await self.api_client.call_api(
|
|
3021
2989
|
*_param,
|
|
@@ -3093,8 +3061,7 @@ class BUSInputsOutputsApi:
|
|
|
3093
3061
|
'200': "str",
|
|
3094
3062
|
'400': "Error",
|
|
3095
3063
|
'404': "Error",
|
|
3096
|
-
}
|
|
3097
|
-
|
|
3064
|
+
}
|
|
3098
3065
|
|
|
3099
3066
|
response_data = await self.api_client.call_api(
|
|
3100
3067
|
*_param,
|
|
@@ -3172,8 +3139,7 @@ class BUSInputsOutputsApi:
|
|
|
3172
3139
|
'200': "str",
|
|
3173
3140
|
'400': "Error",
|
|
3174
3141
|
'404': "Error",
|
|
3175
|
-
}
|
|
3176
|
-
|
|
3142
|
+
}
|
|
3177
3143
|
|
|
3178
3144
|
response_data = await self.api_client.call_api(
|
|
3179
3145
|
*_param,
|
|
@@ -3309,8 +3275,7 @@ class BUSInputsOutputsApi:
|
|
|
3309
3275
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3310
3276
|
'200': "List[BusIODescription]",
|
|
3311
3277
|
'404': "Error",
|
|
3312
|
-
}
|
|
3313
|
-
|
|
3278
|
+
}
|
|
3314
3279
|
|
|
3315
3280
|
response_data = await self.api_client.call_api(
|
|
3316
3281
|
*_param,
|
|
@@ -3379,8 +3344,7 @@ class BUSInputsOutputsApi:
|
|
|
3379
3344
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3380
3345
|
'200': "List[BusIODescription]",
|
|
3381
3346
|
'404': "Error",
|
|
3382
|
-
}
|
|
3383
|
-
|
|
3347
|
+
}
|
|
3384
3348
|
|
|
3385
3349
|
response_data = await self.api_client.call_api(
|
|
3386
3350
|
*_param,
|
|
@@ -3449,8 +3413,7 @@ class BUSInputsOutputsApi:
|
|
|
3449
3413
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3450
3414
|
'200': "List[BusIODescription]",
|
|
3451
3415
|
'404': "Error",
|
|
3452
|
-
}
|
|
3453
|
-
|
|
3416
|
+
}
|
|
3454
3417
|
|
|
3455
3418
|
response_data = await self.api_client.call_api(
|
|
3456
3419
|
*_param,
|
|
@@ -3576,8 +3539,7 @@ class BUSInputsOutputsApi:
|
|
|
3576
3539
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3577
3540
|
'200': "List[ModbusIO]",
|
|
3578
3541
|
'404': "Error",
|
|
3579
|
-
}
|
|
3580
|
-
|
|
3542
|
+
}
|
|
3581
3543
|
|
|
3582
3544
|
response_data = await self.api_client.call_api(
|
|
3583
3545
|
*_param,
|
|
@@ -3646,8 +3608,7 @@ class BUSInputsOutputsApi:
|
|
|
3646
3608
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3647
3609
|
'200': "List[ModbusIO]",
|
|
3648
3610
|
'404': "Error",
|
|
3649
|
-
}
|
|
3650
|
-
|
|
3611
|
+
}
|
|
3651
3612
|
|
|
3652
3613
|
response_data = await self.api_client.call_api(
|
|
3653
3614
|
*_param,
|
|
@@ -3716,8 +3677,7 @@ class BUSInputsOutputsApi:
|
|
|
3716
3677
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3717
3678
|
'200': "List[ModbusIO]",
|
|
3718
3679
|
'404': "Error",
|
|
3719
|
-
}
|
|
3720
|
-
|
|
3680
|
+
}
|
|
3721
3681
|
|
|
3722
3682
|
response_data = await self.api_client.call_api(
|
|
3723
3683
|
*_param,
|
|
@@ -3843,8 +3803,7 @@ class BUSInputsOutputsApi:
|
|
|
3843
3803
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3844
3804
|
'200': "List[ProfinetIO]",
|
|
3845
3805
|
'404': "Error",
|
|
3846
|
-
}
|
|
3847
|
-
|
|
3806
|
+
}
|
|
3848
3807
|
|
|
3849
3808
|
response_data = await self.api_client.call_api(
|
|
3850
3809
|
*_param,
|
|
@@ -3913,8 +3872,7 @@ class BUSInputsOutputsApi:
|
|
|
3913
3872
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3914
3873
|
'200': "List[ProfinetIO]",
|
|
3915
3874
|
'404': "Error",
|
|
3916
|
-
}
|
|
3917
|
-
|
|
3875
|
+
}
|
|
3918
3876
|
|
|
3919
3877
|
response_data = await self.api_client.call_api(
|
|
3920
3878
|
*_param,
|
|
@@ -3983,8 +3941,7 @@ class BUSInputsOutputsApi:
|
|
|
3983
3941
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3984
3942
|
'200': "List[ProfinetIO]",
|
|
3985
3943
|
'404': "Error",
|
|
3986
|
-
}
|
|
3987
|
-
|
|
3944
|
+
}
|
|
3988
3945
|
|
|
3989
3946
|
response_data = await self.api_client.call_api(
|
|
3990
3947
|
*_param,
|
|
@@ -4115,8 +4072,7 @@ class BUSInputsOutputsApi:
|
|
|
4115
4072
|
'200': None,
|
|
4116
4073
|
'400': "Error",
|
|
4117
4074
|
'404': "Error",
|
|
4118
|
-
}
|
|
4119
|
-
|
|
4075
|
+
}
|
|
4120
4076
|
|
|
4121
4077
|
response_data = await self.api_client.call_api(
|
|
4122
4078
|
*_param,
|
|
@@ -4190,8 +4146,7 @@ class BUSInputsOutputsApi:
|
|
|
4190
4146
|
'200': None,
|
|
4191
4147
|
'400': "Error",
|
|
4192
4148
|
'404': "Error",
|
|
4193
|
-
}
|
|
4194
|
-
|
|
4149
|
+
}
|
|
4195
4150
|
|
|
4196
4151
|
response_data = await self.api_client.call_api(
|
|
4197
4152
|
*_param,
|
|
@@ -4265,8 +4220,7 @@ class BUSInputsOutputsApi:
|
|
|
4265
4220
|
'200': None,
|
|
4266
4221
|
'400': "Error",
|
|
4267
4222
|
'404': "Error",
|
|
4268
|
-
}
|
|
4269
|
-
|
|
4223
|
+
}
|
|
4270
4224
|
|
|
4271
4225
|
response_data = await self.api_client.call_api(
|
|
4272
4226
|
*_param,
|
|
@@ -4414,8 +4368,7 @@ class BUSInputsOutputsApi:
|
|
|
4414
4368
|
'200': None,
|
|
4415
4369
|
'400': "Error",
|
|
4416
4370
|
'404': "Error",
|
|
4417
|
-
}
|
|
4418
|
-
|
|
4371
|
+
}
|
|
4419
4372
|
|
|
4420
4373
|
response_data = await self.api_client.call_api(
|
|
4421
4374
|
*_param,
|
|
@@ -4489,8 +4442,7 @@ class BUSInputsOutputsApi:
|
|
|
4489
4442
|
'200': None,
|
|
4490
4443
|
'400': "Error",
|
|
4491
4444
|
'404': "Error",
|
|
4492
|
-
}
|
|
4493
|
-
|
|
4445
|
+
}
|
|
4494
4446
|
|
|
4495
4447
|
response_data = await self.api_client.call_api(
|
|
4496
4448
|
*_param,
|
|
@@ -4564,8 +4516,7 @@ class BUSInputsOutputsApi:
|
|
|
4564
4516
|
'200': None,
|
|
4565
4517
|
'400': "Error",
|
|
4566
4518
|
'404': "Error",
|
|
4567
|
-
}
|
|
4568
|
-
|
|
4519
|
+
}
|
|
4569
4520
|
|
|
4570
4521
|
response_data = await self.api_client.call_api(
|
|
4571
4522
|
*_param,
|
|
@@ -3,15 +3,14 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Wandelbots NOVA API
|
|
5
5
|
|
|
6
|
-
Interact with robots in an easy and intuitive way.
|
|
6
|
+
Interact with robots in an easy and intuitive way.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.1.0 dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
12
12
|
""" # noqa: E501
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
from furl import furl
|
|
16
15
|
import json
|
|
17
16
|
import humps
|
|
@@ -107,8 +106,7 @@ class CellApi:
|
|
|
107
106
|
'200': None,
|
|
108
107
|
'202': None,
|
|
109
108
|
'404': "Error",
|
|
110
|
-
}
|
|
111
|
-
|
|
109
|
+
}
|
|
112
110
|
|
|
113
111
|
response_data = await self.api_client.call_api(
|
|
114
112
|
*_param,
|
|
@@ -182,8 +180,7 @@ class CellApi:
|
|
|
182
180
|
'200': None,
|
|
183
181
|
'202': None,
|
|
184
182
|
'404': "Error",
|
|
185
|
-
}
|
|
186
|
-
|
|
183
|
+
}
|
|
187
184
|
|
|
188
185
|
response_data = await self.api_client.call_api(
|
|
189
186
|
*_param,
|
|
@@ -257,8 +254,7 @@ class CellApi:
|
|
|
257
254
|
'200': None,
|
|
258
255
|
'202': None,
|
|
259
256
|
'404': "Error",
|
|
260
|
-
}
|
|
261
|
-
|
|
257
|
+
}
|
|
262
258
|
|
|
263
259
|
response_data = await self.api_client.call_api(
|
|
264
260
|
*_param,
|
|
@@ -395,8 +391,7 @@ class CellApi:
|
|
|
395
391
|
'202': None,
|
|
396
392
|
'403': "Error",
|
|
397
393
|
'409': None,
|
|
398
|
-
}
|
|
399
|
-
|
|
394
|
+
}
|
|
400
395
|
|
|
401
396
|
response_data = await self.api_client.call_api(
|
|
402
397
|
*_param,
|
|
@@ -471,8 +466,7 @@ class CellApi:
|
|
|
471
466
|
'202': None,
|
|
472
467
|
'403': "Error",
|
|
473
468
|
'409': None,
|
|
474
|
-
}
|
|
475
|
-
|
|
469
|
+
}
|
|
476
470
|
|
|
477
471
|
response_data = await self.api_client.call_api(
|
|
478
472
|
*_param,
|
|
@@ -547,8 +541,7 @@ class CellApi:
|
|
|
547
541
|
'202': None,
|
|
548
542
|
'403': "Error",
|
|
549
543
|
'409': None,
|
|
550
|
-
}
|
|
551
|
-
|
|
544
|
+
}
|
|
552
545
|
|
|
553
546
|
response_data = await self.api_client.call_api(
|
|
554
547
|
*_param,
|
|
@@ -692,8 +685,7 @@ class CellApi:
|
|
|
692
685
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
693
686
|
'200': "Cell",
|
|
694
687
|
'404': "Error",
|
|
695
|
-
}
|
|
696
|
-
|
|
688
|
+
}
|
|
697
689
|
|
|
698
690
|
response_data = await self.api_client.call_api(
|
|
699
691
|
*_param,
|
|
@@ -762,8 +754,7 @@ class CellApi:
|
|
|
762
754
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
763
755
|
'200': "Cell",
|
|
764
756
|
'404': "Error",
|
|
765
|
-
}
|
|
766
|
-
|
|
757
|
+
}
|
|
767
758
|
|
|
768
759
|
response_data = await self.api_client.call_api(
|
|
769
760
|
*_param,
|
|
@@ -832,8 +823,7 @@ class CellApi:
|
|
|
832
823
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
833
824
|
'200': "Cell",
|
|
834
825
|
'404': "Error",
|
|
835
|
-
}
|
|
836
|
-
|
|
826
|
+
}
|
|
837
827
|
|
|
838
828
|
response_data = await self.api_client.call_api(
|
|
839
829
|
*_param,
|
|
@@ -959,8 +949,7 @@ class CellApi:
|
|
|
959
949
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
960
950
|
'200': "ServiceStatusResponse",
|
|
961
951
|
'404': "Error",
|
|
962
|
-
}
|
|
963
|
-
|
|
952
|
+
}
|
|
964
953
|
|
|
965
954
|
response_data = await self.api_client.call_api(
|
|
966
955
|
*_param,
|
|
@@ -1029,8 +1018,7 @@ class CellApi:
|
|
|
1029
1018
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1030
1019
|
'200': "ServiceStatusResponse",
|
|
1031
1020
|
'404': "Error",
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1021
|
+
}
|
|
1034
1022
|
|
|
1035
1023
|
response_data = await self.api_client.call_api(
|
|
1036
1024
|
*_param,
|
|
@@ -1099,8 +1087,7 @@ class CellApi:
|
|
|
1099
1087
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1100
1088
|
'200': "ServiceStatusResponse",
|
|
1101
1089
|
'404': "Error",
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1090
|
+
}
|
|
1104
1091
|
|
|
1105
1092
|
response_data = await self.api_client.call_api(
|
|
1106
1093
|
*_param,
|
|
@@ -1221,8 +1208,7 @@ class CellApi:
|
|
|
1221
1208
|
|
|
1222
1209
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1223
1210
|
'200': "List[str]",
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1211
|
+
}
|
|
1226
1212
|
|
|
1227
1213
|
response_data = await self.api_client.call_api(
|
|
1228
1214
|
*_param,
|
|
@@ -1286,8 +1272,7 @@ class CellApi:
|
|
|
1286
1272
|
|
|
1287
1273
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1288
1274
|
'200': "List[str]",
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1275
|
+
}
|
|
1291
1276
|
|
|
1292
1277
|
response_data = await self.api_client.call_api(
|
|
1293
1278
|
*_param,
|
|
@@ -1351,8 +1336,7 @@ class CellApi:
|
|
|
1351
1336
|
|
|
1352
1337
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1353
1338
|
'200': "List[str]",
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1339
|
+
}
|
|
1356
1340
|
|
|
1357
1341
|
response_data = await self.api_client.call_api(
|
|
1358
1342
|
*_param,
|
|
@@ -1479,8 +1463,7 @@ class CellApi:
|
|
|
1479
1463
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1480
1464
|
'202': None,
|
|
1481
1465
|
'404': "Error",
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1466
|
+
}
|
|
1484
1467
|
|
|
1485
1468
|
response_data = await self.api_client.call_api(
|
|
1486
1469
|
*_param,
|
|
@@ -1553,8 +1536,7 @@ class CellApi:
|
|
|
1553
1536
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1554
1537
|
'202': None,
|
|
1555
1538
|
'404': "Error",
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1539
|
+
}
|
|
1558
1540
|
|
|
1559
1541
|
response_data = await self.api_client.call_api(
|
|
1560
1542
|
*_param,
|
|
@@ -1627,8 +1609,7 @@ class CellApi:
|
|
|
1627
1609
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1628
1610
|
'202': None,
|
|
1629
1611
|
'404': "Error",
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1612
|
+
}
|
|
1632
1613
|
|
|
1633
1614
|
response_data = await self.api_client.call_api(
|
|
1634
1615
|
*_param,
|
|
@@ -1770,8 +1751,7 @@ class CellApi:
|
|
|
1770
1751
|
'400': "Error",
|
|
1771
1752
|
'403': "Error",
|
|
1772
1753
|
'404': "Error",
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1754
|
+
}
|
|
1775
1755
|
|
|
1776
1756
|
response_data = await self.api_client.call_api(
|
|
1777
1757
|
*_param,
|
|
@@ -1851,8 +1831,7 @@ class CellApi:
|
|
|
1851
1831
|
'400': "Error",
|
|
1852
1832
|
'403': "Error",
|
|
1853
1833
|
'404': "Error",
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1834
|
+
}
|
|
1856
1835
|
|
|
1857
1836
|
response_data = await self.api_client.call_api(
|
|
1858
1837
|
*_param,
|
|
@@ -1932,8 +1911,7 @@ class CellApi:
|
|
|
1932
1911
|
'400': "Error",
|
|
1933
1912
|
'403': "Error",
|
|
1934
1913
|
'404': "Error",
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1914
|
+
}
|
|
1937
1915
|
|
|
1938
1916
|
response_data = await self.api_client.call_api(
|
|
1939
1917
|
*_param,
|