wandelbots-api-client 25.10.0.dev41__py3-none-any.whl → 25.10.0.dev60__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 +4 -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 +2 -3
- 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 +2 -3
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +18 -14
- wandelbots_api_client/v2/models/motion_group_info.py +2 -2
- wandelbots_api_client/v2/models/motion_group_joints.py +2 -2
- wandelbots_api_client/v2/models/motion_group_setup.py +6 -5
- wandelbots_api_client/v2/models/motion_group_state.py +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- wandelbots_api_client/v2/models/profinet_sub_slot_description.py +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +5 -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 +38 -75
- 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 +8 -15
- 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 +15 -5
- wandelbots_api_client/v2_pydantic/rest.py +4 -3
- {wandelbots_api_client-25.10.0.dev41.dist-info → wandelbots_api_client-25.10.0.dev60.dist-info}/METADATA +3 -3
- wandelbots_api_client-25.10.0.dev60.dist-info/RECORD +640 -0
- wandelbots_api_client/models/create_trigger_request_config.py +0 -123
- wandelbots_api_client-25.10.0.dev41.dist-info/RECORD +0 -636
- {wandelbots_api_client-25.10.0.dev41.dist-info → wandelbots_api_client-25.10.0.dev60.dist-info}/WHEEL +0 -0
- {wandelbots_api_client-25.10.0.dev41.dist-info → wandelbots_api_client-25.10.0.dev60.dist-info}/licenses/LICENSE +0 -0
- {wandelbots_api_client-25.10.0.dev41.dist-info → wandelbots_api_client-25.10.0.dev60.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.0.0
|
|
8
|
+
The version of the OpenAPI document: 2.0.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
|
|
@@ -126,8 +125,7 @@ class ControllerInputsOutputsApi:
|
|
|
126
125
|
'200': "List[IODescription]",
|
|
127
126
|
'400': "Error",
|
|
128
127
|
'404': "Error",
|
|
129
|
-
}
|
|
130
|
-
|
|
128
|
+
}
|
|
131
129
|
|
|
132
130
|
response_data = await self.api_client.call_api(
|
|
133
131
|
*_param,
|
|
@@ -217,8 +215,7 @@ class ControllerInputsOutputsApi:
|
|
|
217
215
|
'200': "List[IODescription]",
|
|
218
216
|
'400': "Error",
|
|
219
217
|
'404': "Error",
|
|
220
|
-
}
|
|
221
|
-
|
|
218
|
+
}
|
|
222
219
|
|
|
223
220
|
response_data = await self.api_client.call_api(
|
|
224
221
|
*_param,
|
|
@@ -308,8 +305,7 @@ class ControllerInputsOutputsApi:
|
|
|
308
305
|
'200': "List[IODescription]",
|
|
309
306
|
'400': "Error",
|
|
310
307
|
'404': "Error",
|
|
311
|
-
}
|
|
312
|
-
|
|
308
|
+
}
|
|
313
309
|
|
|
314
310
|
response_data = await self.api_client.call_api(
|
|
315
311
|
*_param,
|
|
@@ -468,8 +464,7 @@ class ControllerInputsOutputsApi:
|
|
|
468
464
|
'200': "List[IOValue]",
|
|
469
465
|
'400': "Error",
|
|
470
466
|
'404': "Error",
|
|
471
|
-
}
|
|
472
|
-
|
|
467
|
+
}
|
|
473
468
|
|
|
474
469
|
response_data = await self.api_client.call_api(
|
|
475
470
|
*_param,
|
|
@@ -547,8 +542,7 @@ class ControllerInputsOutputsApi:
|
|
|
547
542
|
'200': "List[IOValue]",
|
|
548
543
|
'400': "Error",
|
|
549
544
|
'404': "Error",
|
|
550
|
-
}
|
|
551
|
-
|
|
545
|
+
}
|
|
552
546
|
|
|
553
547
|
response_data = await self.api_client.call_api(
|
|
554
548
|
*_param,
|
|
@@ -626,8 +620,7 @@ class ControllerInputsOutputsApi:
|
|
|
626
620
|
'200': "List[IOValue]",
|
|
627
621
|
'400': "Error",
|
|
628
622
|
'404': "Error",
|
|
629
|
-
}
|
|
630
|
-
|
|
623
|
+
}
|
|
631
624
|
|
|
632
625
|
response_data = await self.api_client.call_api(
|
|
633
626
|
*_param,
|
|
@@ -772,8 +765,7 @@ class ControllerInputsOutputsApi:
|
|
|
772
765
|
'400': "Error",
|
|
773
766
|
'404': "Error",
|
|
774
767
|
'429': "Error",
|
|
775
|
-
}
|
|
776
|
-
|
|
768
|
+
}
|
|
777
769
|
|
|
778
770
|
response_data = await self.api_client.call_api(
|
|
779
771
|
*_param,
|
|
@@ -852,8 +844,7 @@ class ControllerInputsOutputsApi:
|
|
|
852
844
|
'400': "Error",
|
|
853
845
|
'404': "Error",
|
|
854
846
|
'429': "Error",
|
|
855
|
-
}
|
|
856
|
-
|
|
847
|
+
}
|
|
857
848
|
|
|
858
849
|
response_data = await self.api_client.call_api(
|
|
859
850
|
*_param,
|
|
@@ -932,8 +923,7 @@ class ControllerInputsOutputsApi:
|
|
|
932
923
|
'400': "Error",
|
|
933
924
|
'404': "Error",
|
|
934
925
|
'429': "Error",
|
|
935
|
-
}
|
|
936
|
-
|
|
926
|
+
}
|
|
937
927
|
|
|
938
928
|
response_data = await self.api_client.call_api(
|
|
939
929
|
*_param,
|
|
@@ -1159,8 +1149,7 @@ class ControllerInputsOutputsApi:
|
|
|
1159
1149
|
'200': "bool",
|
|
1160
1150
|
'400': "Error",
|
|
1161
1151
|
'404': "Error",
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1152
|
+
}
|
|
1164
1153
|
|
|
1165
1154
|
response_data = await self.api_client.call_api(
|
|
1166
1155
|
*_param,
|
|
@@ -1238,8 +1227,7 @@ class ControllerInputsOutputsApi:
|
|
|
1238
1227
|
'200': "bool",
|
|
1239
1228
|
'400': "Error",
|
|
1240
1229
|
'404': "Error",
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1230
|
+
}
|
|
1243
1231
|
|
|
1244
1232
|
response_data = await self.api_client.call_api(
|
|
1245
1233
|
*_param,
|
|
@@ -1317,8 +1305,7 @@ class ControllerInputsOutputsApi:
|
|
|
1317
1305
|
'200': "bool",
|
|
1318
1306
|
'400': "Error",
|
|
1319
1307
|
'404': "Error",
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1308
|
+
}
|
|
1322
1309
|
|
|
1323
1310
|
response_data = await self.api_client.call_api(
|
|
1324
1311
|
*_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.0.0
|
|
8
|
+
The version of the OpenAPI document: 2.0.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
|
|
@@ -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.0.0
|
|
8
|
+
The version of the OpenAPI document: 2.0.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
|
|
@@ -108,8 +107,7 @@ class KinematicsApi:
|
|
|
108
107
|
'404': None,
|
|
109
108
|
'422': "ForwardKinematics422Response",
|
|
110
109
|
'500': None,
|
|
111
|
-
}
|
|
112
|
-
|
|
110
|
+
}
|
|
113
111
|
|
|
114
112
|
response_data = await self.api_client.call_api(
|
|
115
113
|
*_param,
|
|
@@ -184,8 +182,7 @@ class KinematicsApi:
|
|
|
184
182
|
'404': None,
|
|
185
183
|
'422': "ForwardKinematics422Response",
|
|
186
184
|
'500': None,
|
|
187
|
-
}
|
|
188
|
-
|
|
185
|
+
}
|
|
189
186
|
|
|
190
187
|
response_data = await self.api_client.call_api(
|
|
191
188
|
*_param,
|
|
@@ -260,8 +257,7 @@ class KinematicsApi:
|
|
|
260
257
|
'404': None,
|
|
261
258
|
'422': "ForwardKinematics422Response",
|
|
262
259
|
'500': None,
|
|
263
|
-
}
|
|
264
|
-
|
|
260
|
+
}
|
|
265
261
|
|
|
266
262
|
response_data = await self.api_client.call_api(
|
|
267
263
|
*_param,
|
|
@@ -409,8 +405,7 @@ class KinematicsApi:
|
|
|
409
405
|
'404': None,
|
|
410
406
|
'422': "InverseKinematics422Response",
|
|
411
407
|
'500': None,
|
|
412
|
-
}
|
|
413
|
-
|
|
408
|
+
}
|
|
414
409
|
|
|
415
410
|
response_data = await self.api_client.call_api(
|
|
416
411
|
*_param,
|
|
@@ -485,8 +480,7 @@ class KinematicsApi:
|
|
|
485
480
|
'404': None,
|
|
486
481
|
'422': "InverseKinematics422Response",
|
|
487
482
|
'500': None,
|
|
488
|
-
}
|
|
489
|
-
|
|
483
|
+
}
|
|
490
484
|
|
|
491
485
|
response_data = await self.api_client.call_api(
|
|
492
486
|
*_param,
|
|
@@ -561,8 +555,7 @@ class KinematicsApi:
|
|
|
561
555
|
'404': None,
|
|
562
556
|
'422': "InverseKinematics422Response",
|
|
563
557
|
'500': None,
|
|
564
|
-
}
|
|
565
|
-
|
|
558
|
+
}
|
|
566
559
|
|
|
567
560
|
response_data = await self.api_client.call_api(
|
|
568
561
|
*_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.0.0
|
|
8
|
+
The version of the OpenAPI document: 2.0.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
|
|
@@ -100,8 +99,7 @@ class LicenseApi:
|
|
|
100
99
|
'200': "License",
|
|
101
100
|
'403': "Error",
|
|
102
101
|
'404': "Error",
|
|
103
|
-
}
|
|
104
|
-
|
|
102
|
+
}
|
|
105
103
|
|
|
106
104
|
response_data = await self.api_client.call_api(
|
|
107
105
|
*_param,
|
|
@@ -171,8 +169,7 @@ class LicenseApi:
|
|
|
171
169
|
'200': "License",
|
|
172
170
|
'403': "Error",
|
|
173
171
|
'404': "Error",
|
|
174
|
-
}
|
|
175
|
-
|
|
172
|
+
}
|
|
176
173
|
|
|
177
174
|
response_data = await self.api_client.call_api(
|
|
178
175
|
*_param,
|
|
@@ -242,8 +239,7 @@ class LicenseApi:
|
|
|
242
239
|
'200': "License",
|
|
243
240
|
'403': "Error",
|
|
244
241
|
'404': "Error",
|
|
245
|
-
}
|
|
246
|
-
|
|
242
|
+
}
|
|
247
243
|
|
|
248
244
|
response_data = await self.api_client.call_api(
|
|
249
245
|
*_param,
|
|
@@ -377,8 +373,7 @@ class LicenseApi:
|
|
|
377
373
|
|
|
378
374
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
379
375
|
'200': None,
|
|
380
|
-
}
|
|
381
|
-
|
|
376
|
+
}
|
|
382
377
|
|
|
383
378
|
response_data = await self.api_client.call_api(
|
|
384
379
|
*_param,
|
|
@@ -442,8 +437,7 @@ class LicenseApi:
|
|
|
442
437
|
|
|
443
438
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
444
439
|
'200': None,
|
|
445
|
-
}
|
|
446
|
-
|
|
440
|
+
}
|
|
447
441
|
|
|
448
442
|
response_data = await self.api_client.call_api(
|
|
449
443
|
*_param,
|
|
@@ -507,8 +501,7 @@ class LicenseApi:
|
|
|
507
501
|
|
|
508
502
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
509
503
|
'200': None,
|
|
510
|
-
}
|
|
511
|
-
|
|
504
|
+
}
|
|
512
505
|
|
|
513
506
|
response_data = await self.api_client.call_api(
|
|
514
507
|
*_param,
|
|
@@ -621,8 +614,7 @@ class LicenseApi:
|
|
|
621
614
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
622
615
|
'200': "License",
|
|
623
616
|
'404': "Error",
|
|
624
|
-
}
|
|
625
|
-
|
|
617
|
+
}
|
|
626
618
|
|
|
627
619
|
response_data = await self.api_client.call_api(
|
|
628
620
|
*_param,
|
|
@@ -687,8 +679,7 @@ class LicenseApi:
|
|
|
687
679
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
688
680
|
'200': "License",
|
|
689
681
|
'404': "Error",
|
|
690
|
-
}
|
|
691
|
-
|
|
682
|
+
}
|
|
692
683
|
|
|
693
684
|
response_data = await self.api_client.call_api(
|
|
694
685
|
*_param,
|
|
@@ -753,8 +744,7 @@ class LicenseApi:
|
|
|
753
744
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
754
745
|
'200': "License",
|
|
755
746
|
'404': "Error",
|
|
756
|
-
}
|
|
757
|
-
|
|
747
|
+
}
|
|
758
748
|
|
|
759
749
|
response_data = await self.api_client.call_api(
|
|
760
750
|
*_param,
|
|
@@ -873,8 +863,7 @@ class LicenseApi:
|
|
|
873
863
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
874
864
|
'200': "LicenseStatus",
|
|
875
865
|
'403': "LicenseStatus",
|
|
876
|
-
}
|
|
877
|
-
|
|
866
|
+
}
|
|
878
867
|
|
|
879
868
|
response_data = await self.api_client.call_api(
|
|
880
869
|
*_param,
|
|
@@ -939,8 +928,7 @@ class LicenseApi:
|
|
|
939
928
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
940
929
|
'200': "LicenseStatus",
|
|
941
930
|
'403': "LicenseStatus",
|
|
942
|
-
}
|
|
943
|
-
|
|
931
|
+
}
|
|
944
932
|
|
|
945
933
|
response_data = await self.api_client.call_api(
|
|
946
934
|
*_param,
|
|
@@ -1005,8 +993,7 @@ class LicenseApi:
|
|
|
1005
993
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1006
994
|
'200': "LicenseStatus",
|
|
1007
995
|
'403': "LicenseStatus",
|
|
1008
|
-
}
|
|
1009
|
-
|
|
996
|
+
}
|
|
1010
997
|
|
|
1011
998
|
response_data = await self.api_client.call_api(
|
|
1012
999
|
*_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.0.0
|
|
8
|
+
The version of the OpenAPI document: 2.0.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
|
|
@@ -114,8 +113,7 @@ class MotionGroupApi:
|
|
|
114
113
|
'200': "MotionGroupState",
|
|
115
114
|
'400': "Error",
|
|
116
115
|
'404': "Error",
|
|
117
|
-
}
|
|
118
|
-
|
|
116
|
+
}
|
|
119
117
|
|
|
120
118
|
response_data = await self.api_client.call_api(
|
|
121
119
|
*_param,
|
|
@@ -197,8 +195,7 @@ class MotionGroupApi:
|
|
|
197
195
|
'200': "MotionGroupState",
|
|
198
196
|
'400': "Error",
|
|
199
197
|
'404': "Error",
|
|
200
|
-
}
|
|
201
|
-
|
|
198
|
+
}
|
|
202
199
|
|
|
203
200
|
response_data = await self.api_client.call_api(
|
|
204
201
|
*_param,
|
|
@@ -280,8 +277,7 @@ class MotionGroupApi:
|
|
|
280
277
|
'200': "MotionGroupState",
|
|
281
278
|
'400': "Error",
|
|
282
279
|
'404': "Error",
|
|
283
|
-
}
|
|
284
|
-
|
|
280
|
+
}
|
|
285
281
|
|
|
286
282
|
response_data = await self.api_client.call_api(
|
|
287
283
|
*_param,
|
|
@@ -427,8 +423,7 @@ class MotionGroupApi:
|
|
|
427
423
|
'200': "MotionGroupDescription",
|
|
428
424
|
'400': "Error",
|
|
429
425
|
'404': "Error",
|
|
430
|
-
}
|
|
431
|
-
|
|
426
|
+
}
|
|
432
427
|
|
|
433
428
|
response_data = await self.api_client.call_api(
|
|
434
429
|
*_param,
|
|
@@ -506,8 +501,7 @@ class MotionGroupApi:
|
|
|
506
501
|
'200': "MotionGroupDescription",
|
|
507
502
|
'400': "Error",
|
|
508
503
|
'404': "Error",
|
|
509
|
-
}
|
|
510
|
-
|
|
504
|
+
}
|
|
511
505
|
|
|
512
506
|
response_data = await self.api_client.call_api(
|
|
513
507
|
*_param,
|
|
@@ -585,8 +579,7 @@ class MotionGroupApi:
|
|
|
585
579
|
'200': "MotionGroupDescription",
|
|
586
580
|
'400': "Error",
|
|
587
581
|
'404': "Error",
|
|
588
|
-
}
|
|
589
|
-
|
|
582
|
+
}
|
|
590
583
|
|
|
591
584
|
response_data = await self.api_client.call_api(
|
|
592
585
|
*_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.0.0
|
|
8
|
+
The version of the OpenAPI document: 2.0.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
|
|
@@ -101,8 +100,7 @@ class MotionGroupModelsApi:
|
|
|
101
100
|
'200': "List[Dict[str, Collider]]",
|
|
102
101
|
'404': None,
|
|
103
102
|
'500': None,
|
|
104
|
-
}
|
|
105
|
-
|
|
103
|
+
}
|
|
106
104
|
|
|
107
105
|
response_data = await self.api_client.call_api(
|
|
108
106
|
*_param,
|
|
@@ -172,8 +170,7 @@ class MotionGroupModelsApi:
|
|
|
172
170
|
'200': "List[Dict[str, Collider]]",
|
|
173
171
|
'404': None,
|
|
174
172
|
'500': None,
|
|
175
|
-
}
|
|
176
|
-
|
|
173
|
+
}
|
|
177
174
|
|
|
178
175
|
response_data = await self.api_client.call_api(
|
|
179
176
|
*_param,
|
|
@@ -243,8 +240,7 @@ class MotionGroupModelsApi:
|
|
|
243
240
|
'200': "List[Dict[str, Collider]]",
|
|
244
241
|
'404': None,
|
|
245
242
|
'500': None,
|
|
246
|
-
}
|
|
247
|
-
|
|
243
|
+
}
|
|
248
244
|
|
|
249
245
|
response_data = await self.api_client.call_api(
|
|
250
246
|
*_param,
|
|
@@ -367,8 +363,7 @@ class MotionGroupModelsApi:
|
|
|
367
363
|
'200': "List[str]",
|
|
368
364
|
'404': None,
|
|
369
365
|
'500': None,
|
|
370
|
-
}
|
|
371
|
-
|
|
366
|
+
}
|
|
372
367
|
|
|
373
368
|
response_data = await self.api_client.call_api(
|
|
374
369
|
*_param,
|
|
@@ -434,8 +429,7 @@ class MotionGroupModelsApi:
|
|
|
434
429
|
'200': "List[str]",
|
|
435
430
|
'404': None,
|
|
436
431
|
'500': None,
|
|
437
|
-
}
|
|
438
|
-
|
|
432
|
+
}
|
|
439
433
|
|
|
440
434
|
response_data = await self.api_client.call_api(
|
|
441
435
|
*_param,
|
|
@@ -501,8 +495,7 @@ class MotionGroupModelsApi:
|
|
|
501
495
|
'200': "List[str]",
|
|
502
496
|
'404': None,
|
|
503
497
|
'500': None,
|
|
504
|
-
}
|
|
505
|
-
|
|
498
|
+
}
|
|
506
499
|
|
|
507
500
|
response_data = await self.api_client.call_api(
|
|
508
501
|
*_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.0.0
|
|
8
|
+
The version of the OpenAPI document: 2.0.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
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|