wandelbots-api-client 25.10.0.dev35__py3-none-any.whl → 26.1.0.dev50__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 +4 -5
- 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 +581 -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 +3 -4
- 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 +532 -5
- wandelbots_api_client/v2/api/program_api.py +14 -15
- 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 +3 -4
- 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 +6 -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 +17 -3
- wandelbots_api_client/v2/models/blending_space.py +37 -0
- 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 +25 -18
- 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 +772 -236
- 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 +3 -4
- 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 +544 -17
- wandelbots_api_client/v2_pydantic/api/program_api.py +26 -39
- 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 +3 -4
- 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 +451 -406
- wandelbots_api_client/v2_pydantic/rest.py +4 -3
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/METADATA +3 -3
- wandelbots_api_client-26.1.0.dev50.dist-info/RECORD +641 -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-26.1.0.dev50.dist-info}/WHEEL +0 -0
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/licenses/LICENSE +0 -0
- {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-26.1.0.dev50.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
|
|
@@ -66,7 +65,7 @@ class ProgramApi:
|
|
|
66
65
|
) -> Program:
|
|
67
66
|
"""Get program
|
|
68
67
|
|
|
69
|
-
Get details of a program.
|
|
68
|
+
<!-- theme: danger --> > **Experimental** Get details of a program.
|
|
70
69
|
|
|
71
70
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
72
71
|
:type cell: str
|
|
@@ -106,8 +105,7 @@ class ProgramApi:
|
|
|
106
105
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
107
106
|
'200': "Program",
|
|
108
107
|
'500': None,
|
|
109
|
-
}
|
|
110
|
-
|
|
108
|
+
}
|
|
111
109
|
|
|
112
110
|
response_data = await self.api_client.call_api(
|
|
113
111
|
*_param,
|
|
@@ -140,7 +138,7 @@ class ProgramApi:
|
|
|
140
138
|
) -> ApiResponse[Program]:
|
|
141
139
|
"""Get program
|
|
142
140
|
|
|
143
|
-
Get details of a program.
|
|
141
|
+
<!-- theme: danger --> > **Experimental** Get details of a program.
|
|
144
142
|
|
|
145
143
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
146
144
|
:type cell: str
|
|
@@ -180,8 +178,7 @@ class ProgramApi:
|
|
|
180
178
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
181
179
|
'200': "Program",
|
|
182
180
|
'500': None,
|
|
183
|
-
}
|
|
184
|
-
|
|
181
|
+
}
|
|
185
182
|
|
|
186
183
|
response_data = await self.api_client.call_api(
|
|
187
184
|
*_param,
|
|
@@ -214,7 +211,7 @@ class ProgramApi:
|
|
|
214
211
|
) -> RESTResponseType:
|
|
215
212
|
"""Get program
|
|
216
213
|
|
|
217
|
-
Get details of a program.
|
|
214
|
+
<!-- theme: danger --> > **Experimental** Get details of a program.
|
|
218
215
|
|
|
219
216
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
220
217
|
:type cell: str
|
|
@@ -254,8 +251,7 @@ class ProgramApi:
|
|
|
254
251
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
255
252
|
'200': "Program",
|
|
256
253
|
'500': None,
|
|
257
|
-
}
|
|
258
|
-
|
|
254
|
+
}
|
|
259
255
|
|
|
260
256
|
response_data = await self.api_client.call_api(
|
|
261
257
|
*_param,
|
|
@@ -347,7 +343,7 @@ class ProgramApi:
|
|
|
347
343
|
) -> List[Program]:
|
|
348
344
|
"""List programs
|
|
349
345
|
|
|
350
|
-
List details of all existing programs.
|
|
346
|
+
<!-- theme: danger --> > **Experimental** List details of all existing programs.
|
|
351
347
|
|
|
352
348
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
353
349
|
:type cell: str
|
|
@@ -384,8 +380,7 @@ class ProgramApi:
|
|
|
384
380
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
385
381
|
'200': "List[Program]",
|
|
386
382
|
'500': None,
|
|
387
|
-
}
|
|
388
|
-
|
|
383
|
+
}
|
|
389
384
|
|
|
390
385
|
response_data = await self.api_client.call_api(
|
|
391
386
|
*_param,
|
|
@@ -417,7 +412,7 @@ class ProgramApi:
|
|
|
417
412
|
) -> ApiResponse[List[Program]]:
|
|
418
413
|
"""List programs
|
|
419
414
|
|
|
420
|
-
List details of all existing programs.
|
|
415
|
+
<!-- theme: danger --> > **Experimental** List details of all existing programs.
|
|
421
416
|
|
|
422
417
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
423
418
|
:type cell: str
|
|
@@ -454,8 +449,7 @@ class ProgramApi:
|
|
|
454
449
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
455
450
|
'200': "List[Program]",
|
|
456
451
|
'500': None,
|
|
457
|
-
}
|
|
458
|
-
|
|
452
|
+
}
|
|
459
453
|
|
|
460
454
|
response_data = await self.api_client.call_api(
|
|
461
455
|
*_param,
|
|
@@ -487,7 +481,7 @@ class ProgramApi:
|
|
|
487
481
|
) -> RESTResponseType:
|
|
488
482
|
"""List programs
|
|
489
483
|
|
|
490
|
-
List details of all existing programs.
|
|
484
|
+
<!-- theme: danger --> > **Experimental** List details of all existing programs.
|
|
491
485
|
|
|
492
486
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
493
487
|
:type cell: str
|
|
@@ -524,8 +518,7 @@ class ProgramApi:
|
|
|
524
518
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
525
519
|
'200': "List[Program]",
|
|
526
520
|
'500': None,
|
|
527
|
-
}
|
|
528
|
-
|
|
521
|
+
}
|
|
529
522
|
|
|
530
523
|
response_data = await self.api_client.call_api(
|
|
531
524
|
*_param,
|
|
@@ -616,7 +609,7 @@ class ProgramApi:
|
|
|
616
609
|
) -> ProgramRun:
|
|
617
610
|
"""Start the program
|
|
618
611
|
|
|
619
|
-
This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
612
|
+
<!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
620
613
|
|
|
621
614
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
622
615
|
:type cell: str
|
|
@@ -664,8 +657,7 @@ class ProgramApi:
|
|
|
664
657
|
'422': "HTTPValidationError",
|
|
665
658
|
'452': None,
|
|
666
659
|
'500': None,
|
|
667
|
-
}
|
|
668
|
-
|
|
660
|
+
}
|
|
669
661
|
|
|
670
662
|
response_data = await self.api_client.call_api(
|
|
671
663
|
*_param,
|
|
@@ -699,7 +691,7 @@ class ProgramApi:
|
|
|
699
691
|
) -> ApiResponse[ProgramRun]:
|
|
700
692
|
"""Start the program
|
|
701
693
|
|
|
702
|
-
This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
694
|
+
<!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
703
695
|
|
|
704
696
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
705
697
|
:type cell: str
|
|
@@ -747,8 +739,7 @@ class ProgramApi:
|
|
|
747
739
|
'422': "HTTPValidationError",
|
|
748
740
|
'452': None,
|
|
749
741
|
'500': None,
|
|
750
|
-
}
|
|
751
|
-
|
|
742
|
+
}
|
|
752
743
|
|
|
753
744
|
response_data = await self.api_client.call_api(
|
|
754
745
|
*_param,
|
|
@@ -782,7 +773,7 @@ class ProgramApi:
|
|
|
782
773
|
) -> RESTResponseType:
|
|
783
774
|
"""Start the program
|
|
784
775
|
|
|
785
|
-
This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
776
|
+
<!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
786
777
|
|
|
787
778
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
788
779
|
:type cell: str
|
|
@@ -830,8 +821,7 @@ class ProgramApi:
|
|
|
830
821
|
'422': "HTTPValidationError",
|
|
831
822
|
'452': None,
|
|
832
823
|
'500': None,
|
|
833
|
-
}
|
|
834
|
-
|
|
824
|
+
}
|
|
835
825
|
|
|
836
826
|
response_data = await self.api_client.call_api(
|
|
837
827
|
*_param,
|
|
@@ -940,7 +930,7 @@ class ProgramApi:
|
|
|
940
930
|
) -> None:
|
|
941
931
|
"""Stop program run
|
|
942
932
|
|
|
943
|
-
Stop a specific program run.
|
|
933
|
+
<!-- theme: danger --> > **Experimental** Stop a specific program run.
|
|
944
934
|
|
|
945
935
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
946
936
|
:type cell: str
|
|
@@ -981,8 +971,7 @@ class ProgramApi:
|
|
|
981
971
|
'204': None,
|
|
982
972
|
'404': None,
|
|
983
973
|
'500': None,
|
|
984
|
-
}
|
|
985
|
-
|
|
974
|
+
}
|
|
986
975
|
|
|
987
976
|
response_data = await self.api_client.call_api(
|
|
988
977
|
*_param,
|
|
@@ -1015,7 +1004,7 @@ class ProgramApi:
|
|
|
1015
1004
|
) -> ApiResponse[None]:
|
|
1016
1005
|
"""Stop program run
|
|
1017
1006
|
|
|
1018
|
-
Stop a specific program run.
|
|
1007
|
+
<!-- theme: danger --> > **Experimental** Stop a specific program run.
|
|
1019
1008
|
|
|
1020
1009
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1021
1010
|
:type cell: str
|
|
@@ -1056,8 +1045,7 @@ class ProgramApi:
|
|
|
1056
1045
|
'204': None,
|
|
1057
1046
|
'404': None,
|
|
1058
1047
|
'500': None,
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1048
|
+
}
|
|
1061
1049
|
|
|
1062
1050
|
response_data = await self.api_client.call_api(
|
|
1063
1051
|
*_param,
|
|
@@ -1090,7 +1078,7 @@ class ProgramApi:
|
|
|
1090
1078
|
) -> RESTResponseType:
|
|
1091
1079
|
"""Stop program run
|
|
1092
1080
|
|
|
1093
|
-
Stop a specific program run.
|
|
1081
|
+
<!-- theme: danger --> > **Experimental** Stop a specific program run.
|
|
1094
1082
|
|
|
1095
1083
|
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1096
1084
|
:type cell: str
|
|
@@ -1131,8 +1119,7 @@ class ProgramApi:
|
|
|
1131
1119
|
'204': None,
|
|
1132
1120
|
'404': None,
|
|
1133
1121
|
'500': None,
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1122
|
+
}
|
|
1136
1123
|
|
|
1137
1124
|
response_data = await self.api_client.call_api(
|
|
1138
1125
|
*_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
|
|
@@ -103,8 +102,7 @@ class StoreCollisionComponentsApi:
|
|
|
103
102
|
|
|
104
103
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
105
104
|
'204': None,
|
|
106
|
-
}
|
|
107
|
-
|
|
105
|
+
}
|
|
108
106
|
|
|
109
107
|
response_data = await self.api_client.call_api(
|
|
110
108
|
*_param,
|
|
@@ -176,8 +174,7 @@ class StoreCollisionComponentsApi:
|
|
|
176
174
|
|
|
177
175
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
178
176
|
'204': None,
|
|
179
|
-
}
|
|
180
|
-
|
|
177
|
+
}
|
|
181
178
|
|
|
182
179
|
response_data = await self.api_client.call_api(
|
|
183
180
|
*_param,
|
|
@@ -249,8 +246,7 @@ class StoreCollisionComponentsApi:
|
|
|
249
246
|
|
|
250
247
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
251
248
|
'204': None,
|
|
252
|
-
}
|
|
253
|
-
|
|
249
|
+
}
|
|
254
250
|
|
|
255
251
|
response_data = await self.api_client.call_api(
|
|
256
252
|
*_param,
|
|
@@ -376,8 +372,7 @@ class StoreCollisionComponentsApi:
|
|
|
376
372
|
|
|
377
373
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
378
374
|
'204': None,
|
|
379
|
-
}
|
|
380
|
-
|
|
375
|
+
}
|
|
381
376
|
|
|
382
377
|
response_data = await self.api_client.call_api(
|
|
383
378
|
*_param,
|
|
@@ -449,8 +444,7 @@ class StoreCollisionComponentsApi:
|
|
|
449
444
|
|
|
450
445
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
451
446
|
'204': None,
|
|
452
|
-
}
|
|
453
|
-
|
|
447
|
+
}
|
|
454
448
|
|
|
455
449
|
response_data = await self.api_client.call_api(
|
|
456
450
|
*_param,
|
|
@@ -522,8 +516,7 @@ class StoreCollisionComponentsApi:
|
|
|
522
516
|
|
|
523
517
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
524
518
|
'204': None,
|
|
525
|
-
}
|
|
526
|
-
|
|
519
|
+
}
|
|
527
520
|
|
|
528
521
|
response_data = await self.api_client.call_api(
|
|
529
522
|
*_param,
|
|
@@ -649,8 +642,7 @@ class StoreCollisionComponentsApi:
|
|
|
649
642
|
|
|
650
643
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
651
644
|
'204': None,
|
|
652
|
-
}
|
|
653
|
-
|
|
645
|
+
}
|
|
654
646
|
|
|
655
647
|
response_data = await self.api_client.call_api(
|
|
656
648
|
*_param,
|
|
@@ -722,8 +714,7 @@ class StoreCollisionComponentsApi:
|
|
|
722
714
|
|
|
723
715
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
724
716
|
'204': None,
|
|
725
|
-
}
|
|
726
|
-
|
|
717
|
+
}
|
|
727
718
|
|
|
728
719
|
response_data = await self.api_client.call_api(
|
|
729
720
|
*_param,
|
|
@@ -795,8 +786,7 @@ class StoreCollisionComponentsApi:
|
|
|
795
786
|
|
|
796
787
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
797
788
|
'204': None,
|
|
798
|
-
}
|
|
799
|
-
|
|
789
|
+
}
|
|
800
790
|
|
|
801
791
|
response_data = await self.api_client.call_api(
|
|
802
792
|
*_param,
|
|
@@ -923,8 +913,7 @@ class StoreCollisionComponentsApi:
|
|
|
923
913
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
924
914
|
'200': "Collider",
|
|
925
915
|
'404': None,
|
|
926
|
-
}
|
|
927
|
-
|
|
916
|
+
}
|
|
928
917
|
|
|
929
918
|
response_data = await self.api_client.call_api(
|
|
930
919
|
*_param,
|
|
@@ -997,8 +986,7 @@ class StoreCollisionComponentsApi:
|
|
|
997
986
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
998
987
|
'200': "Collider",
|
|
999
988
|
'404': None,
|
|
1000
|
-
}
|
|
1001
|
-
|
|
989
|
+
}
|
|
1002
990
|
|
|
1003
991
|
response_data = await self.api_client.call_api(
|
|
1004
992
|
*_param,
|
|
@@ -1071,8 +1059,7 @@ class StoreCollisionComponentsApi:
|
|
|
1071
1059
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1072
1060
|
'200': "Collider",
|
|
1073
1061
|
'404': None,
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1062
|
+
}
|
|
1076
1063
|
|
|
1077
1064
|
response_data = await self.api_client.call_api(
|
|
1078
1065
|
*_param,
|
|
@@ -1205,8 +1192,7 @@ class StoreCollisionComponentsApi:
|
|
|
1205
1192
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1206
1193
|
'200': "List[Dict[str, Collider]]",
|
|
1207
1194
|
'404': None,
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1195
|
+
}
|
|
1210
1196
|
|
|
1211
1197
|
response_data = await self.api_client.call_api(
|
|
1212
1198
|
*_param,
|
|
@@ -1279,8 +1265,7 @@ class StoreCollisionComponentsApi:
|
|
|
1279
1265
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1280
1266
|
'200': "List[Dict[str, Collider]]",
|
|
1281
1267
|
'404': None,
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1268
|
+
}
|
|
1284
1269
|
|
|
1285
1270
|
response_data = await self.api_client.call_api(
|
|
1286
1271
|
*_param,
|
|
@@ -1353,8 +1338,7 @@ class StoreCollisionComponentsApi:
|
|
|
1353
1338
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1354
1339
|
'200': "List[Dict[str, Collider]]",
|
|
1355
1340
|
'404': None,
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1341
|
+
}
|
|
1358
1342
|
|
|
1359
1343
|
response_data = await self.api_client.call_api(
|
|
1360
1344
|
*_param,
|
|
@@ -1487,8 +1471,7 @@ class StoreCollisionComponentsApi:
|
|
|
1487
1471
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1488
1472
|
'200': "Dict[str, Collider]",
|
|
1489
1473
|
'404': None,
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1474
|
+
}
|
|
1492
1475
|
|
|
1493
1476
|
response_data = await self.api_client.call_api(
|
|
1494
1477
|
*_param,
|
|
@@ -1561,8 +1544,7 @@ class StoreCollisionComponentsApi:
|
|
|
1561
1544
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1562
1545
|
'200': "Dict[str, Collider]",
|
|
1563
1546
|
'404': None,
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1547
|
+
}
|
|
1566
1548
|
|
|
1567
1549
|
response_data = await self.api_client.call_api(
|
|
1568
1550
|
*_param,
|
|
@@ -1635,8 +1617,7 @@ class StoreCollisionComponentsApi:
|
|
|
1635
1617
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1636
1618
|
'200': "Dict[str, Collider]",
|
|
1637
1619
|
'404': None,
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1620
|
+
}
|
|
1640
1621
|
|
|
1641
1622
|
response_data = await self.api_client.call_api(
|
|
1642
1623
|
*_param,
|
|
@@ -1764,8 +1745,7 @@ class StoreCollisionComponentsApi:
|
|
|
1764
1745
|
|
|
1765
1746
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1766
1747
|
'200': "Dict[str, List[Dict[str, Collider]]]",
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1748
|
+
}
|
|
1769
1749
|
|
|
1770
1750
|
response_data = await self.api_client.call_api(
|
|
1771
1751
|
*_param,
|
|
@@ -1833,8 +1813,7 @@ class StoreCollisionComponentsApi:
|
|
|
1833
1813
|
|
|
1834
1814
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1835
1815
|
'200': "Dict[str, List[Dict[str, Collider]]]",
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1816
|
+
}
|
|
1838
1817
|
|
|
1839
1818
|
response_data = await self.api_client.call_api(
|
|
1840
1819
|
*_param,
|
|
@@ -1902,8 +1881,7 @@ class StoreCollisionComponentsApi:
|
|
|
1902
1881
|
|
|
1903
1882
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1904
1883
|
'200': "Dict[str, List[Dict[str, Collider]]]",
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1884
|
+
}
|
|
1907
1885
|
|
|
1908
1886
|
response_data = await self.api_client.call_api(
|
|
1909
1887
|
*_param,
|
|
@@ -2028,8 +2006,7 @@ class StoreCollisionComponentsApi:
|
|
|
2028
2006
|
|
|
2029
2007
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2030
2008
|
'200': "List[str]",
|
|
2031
|
-
}
|
|
2032
|
-
|
|
2009
|
+
}
|
|
2033
2010
|
|
|
2034
2011
|
response_data = await self.api_client.call_api(
|
|
2035
2012
|
*_param,
|
|
@@ -2097,8 +2074,7 @@ class StoreCollisionComponentsApi:
|
|
|
2097
2074
|
|
|
2098
2075
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2099
2076
|
'200': "List[str]",
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2077
|
+
}
|
|
2102
2078
|
|
|
2103
2079
|
response_data = await self.api_client.call_api(
|
|
2104
2080
|
*_param,
|
|
@@ -2166,8 +2142,7 @@ class StoreCollisionComponentsApi:
|
|
|
2166
2142
|
|
|
2167
2143
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2168
2144
|
'200': "List[str]",
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2145
|
+
}
|
|
2171
2146
|
|
|
2172
2147
|
response_data = await self.api_client.call_api(
|
|
2173
2148
|
*_param,
|
|
@@ -2292,8 +2267,7 @@ class StoreCollisionComponentsApi:
|
|
|
2292
2267
|
|
|
2293
2268
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2294
2269
|
'200': "Dict[str, Collider]",
|
|
2295
|
-
}
|
|
2296
|
-
|
|
2270
|
+
}
|
|
2297
2271
|
|
|
2298
2272
|
response_data = await self.api_client.call_api(
|
|
2299
2273
|
*_param,
|
|
@@ -2361,8 +2335,7 @@ class StoreCollisionComponentsApi:
|
|
|
2361
2335
|
|
|
2362
2336
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2363
2337
|
'200': "Dict[str, Collider]",
|
|
2364
|
-
}
|
|
2365
|
-
|
|
2338
|
+
}
|
|
2366
2339
|
|
|
2367
2340
|
response_data = await self.api_client.call_api(
|
|
2368
2341
|
*_param,
|
|
@@ -2430,8 +2403,7 @@ class StoreCollisionComponentsApi:
|
|
|
2430
2403
|
|
|
2431
2404
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2432
2405
|
'200': "Dict[str, Collider]",
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2406
|
+
}
|
|
2435
2407
|
|
|
2436
2408
|
response_data = await self.api_client.call_api(
|
|
2437
2409
|
*_param,
|
|
@@ -2556,8 +2528,7 @@ class StoreCollisionComponentsApi:
|
|
|
2556
2528
|
|
|
2557
2529
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2558
2530
|
'200': "List[str]",
|
|
2559
|
-
}
|
|
2560
|
-
|
|
2531
|
+
}
|
|
2561
2532
|
|
|
2562
2533
|
response_data = await self.api_client.call_api(
|
|
2563
2534
|
*_param,
|
|
@@ -2625,8 +2596,7 @@ class StoreCollisionComponentsApi:
|
|
|
2625
2596
|
|
|
2626
2597
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2627
2598
|
'200': "List[str]",
|
|
2628
|
-
}
|
|
2629
|
-
|
|
2599
|
+
}
|
|
2630
2600
|
|
|
2631
2601
|
response_data = await self.api_client.call_api(
|
|
2632
2602
|
*_param,
|
|
@@ -2694,8 +2664,7 @@ class StoreCollisionComponentsApi:
|
|
|
2694
2664
|
|
|
2695
2665
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2696
2666
|
'200': "List[str]",
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2667
|
+
}
|
|
2699
2668
|
|
|
2700
2669
|
response_data = await self.api_client.call_api(
|
|
2701
2670
|
*_param,
|
|
@@ -2820,8 +2789,7 @@ class StoreCollisionComponentsApi:
|
|
|
2820
2789
|
|
|
2821
2790
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2822
2791
|
'200': "Dict[str, Dict[str, Collider]]",
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2792
|
+
}
|
|
2825
2793
|
|
|
2826
2794
|
response_data = await self.api_client.call_api(
|
|
2827
2795
|
*_param,
|
|
@@ -2889,8 +2857,7 @@ class StoreCollisionComponentsApi:
|
|
|
2889
2857
|
|
|
2890
2858
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2891
2859
|
'200': "Dict[str, Dict[str, Collider]]",
|
|
2892
|
-
}
|
|
2893
|
-
|
|
2860
|
+
}
|
|
2894
2861
|
|
|
2895
2862
|
response_data = await self.api_client.call_api(
|
|
2896
2863
|
*_param,
|
|
@@ -2958,8 +2925,7 @@ class StoreCollisionComponentsApi:
|
|
|
2958
2925
|
|
|
2959
2926
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2960
2927
|
'200': "Dict[str, Dict[str, Collider]]",
|
|
2961
|
-
}
|
|
2962
|
-
|
|
2928
|
+
}
|
|
2963
2929
|
|
|
2964
2930
|
response_data = await self.api_client.call_api(
|
|
2965
2931
|
*_param,
|
|
@@ -3084,8 +3050,7 @@ class StoreCollisionComponentsApi:
|
|
|
3084
3050
|
|
|
3085
3051
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3086
3052
|
'200': "List[str]",
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3053
|
+
}
|
|
3089
3054
|
|
|
3090
3055
|
response_data = await self.api_client.call_api(
|
|
3091
3056
|
*_param,
|
|
@@ -3153,8 +3118,7 @@ class StoreCollisionComponentsApi:
|
|
|
3153
3118
|
|
|
3154
3119
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3155
3120
|
'200': "List[str]",
|
|
3156
|
-
}
|
|
3157
|
-
|
|
3121
|
+
}
|
|
3158
3122
|
|
|
3159
3123
|
response_data = await self.api_client.call_api(
|
|
3160
3124
|
*_param,
|
|
@@ -3222,8 +3186,7 @@ class StoreCollisionComponentsApi:
|
|
|
3222
3186
|
|
|
3223
3187
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3224
3188
|
'200': "List[str]",
|
|
3225
|
-
}
|
|
3226
|
-
|
|
3189
|
+
}
|
|
3227
3190
|
|
|
3228
3191
|
response_data = await self.api_client.call_api(
|
|
3229
3192
|
*_param,
|
|
@@ -3356,8 +3319,7 @@ class StoreCollisionComponentsApi:
|
|
|
3356
3319
|
|
|
3357
3320
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3358
3321
|
'200': "Collider",
|
|
3359
|
-
}
|
|
3360
|
-
|
|
3322
|
+
}
|
|
3361
3323
|
|
|
3362
3324
|
response_data = await self.api_client.call_api(
|
|
3363
3325
|
*_param,
|
|
@@ -3433,8 +3395,7 @@ class StoreCollisionComponentsApi:
|
|
|
3433
3395
|
|
|
3434
3396
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3435
3397
|
'200': "Collider",
|
|
3436
|
-
}
|
|
3437
|
-
|
|
3398
|
+
}
|
|
3438
3399
|
|
|
3439
3400
|
response_data = await self.api_client.call_api(
|
|
3440
3401
|
*_param,
|
|
@@ -3510,8 +3471,7 @@ class StoreCollisionComponentsApi:
|
|
|
3510
3471
|
|
|
3511
3472
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3512
3473
|
'200': "Collider",
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3474
|
+
}
|
|
3515
3475
|
|
|
3516
3476
|
response_data = await self.api_client.call_api(
|
|
3517
3477
|
*_param,
|
|
@@ -3663,8 +3623,7 @@ class StoreCollisionComponentsApi:
|
|
|
3663
3623
|
|
|
3664
3624
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3665
3625
|
'200': "List[Dict[str, Collider]]",
|
|
3666
|
-
}
|
|
3667
|
-
|
|
3626
|
+
}
|
|
3668
3627
|
|
|
3669
3628
|
response_data = await self.api_client.call_api(
|
|
3670
3629
|
*_param,
|
|
@@ -3740,8 +3699,7 @@ class StoreCollisionComponentsApi:
|
|
|
3740
3699
|
|
|
3741
3700
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3742
3701
|
'200': "List[Dict[str, Collider]]",
|
|
3743
|
-
}
|
|
3744
|
-
|
|
3702
|
+
}
|
|
3745
3703
|
|
|
3746
3704
|
response_data = await self.api_client.call_api(
|
|
3747
3705
|
*_param,
|
|
@@ -3817,8 +3775,7 @@ class StoreCollisionComponentsApi:
|
|
|
3817
3775
|
|
|
3818
3776
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3819
3777
|
'200': "List[Dict[str, Collider]]",
|
|
3820
|
-
}
|
|
3821
|
-
|
|
3778
|
+
}
|
|
3822
3779
|
|
|
3823
3780
|
response_data = await self.api_client.call_api(
|
|
3824
3781
|
*_param,
|
|
@@ -3971,8 +3928,7 @@ class StoreCollisionComponentsApi:
|
|
|
3971
3928
|
|
|
3972
3929
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3973
3930
|
'200': "Dict[str, Collider]",
|
|
3974
|
-
}
|
|
3975
|
-
|
|
3931
|
+
}
|
|
3976
3932
|
|
|
3977
3933
|
response_data = await self.api_client.call_api(
|
|
3978
3934
|
*_param,
|
|
@@ -4048,8 +4004,7 @@ class StoreCollisionComponentsApi:
|
|
|
4048
4004
|
|
|
4049
4005
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4050
4006
|
'200': "Dict[str, Collider]",
|
|
4051
|
-
}
|
|
4052
|
-
|
|
4007
|
+
}
|
|
4053
4008
|
|
|
4054
4009
|
response_data = await self.api_client.call_api(
|
|
4055
4010
|
*_param,
|
|
@@ -4125,8 +4080,7 @@ class StoreCollisionComponentsApi:
|
|
|
4125
4080
|
|
|
4126
4081
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4127
4082
|
'200': "Dict[str, Collider]",
|
|
4128
|
-
}
|
|
4129
|
-
|
|
4083
|
+
}
|
|
4130
4084
|
|
|
4131
4085
|
response_data = await self.api_client.call_api(
|
|
4132
4086
|
*_param,
|