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.
Files changed (636) hide show
  1. wandelbots_api_client/__init__.py +2 -3
  2. wandelbots_api_client/api/__init__.py +2 -0
  3. wandelbots_api_client/api/application_api.py +1 -2
  4. wandelbots_api_client/api/cell_api.py +1 -2
  5. wandelbots_api_client/api/controller_api.py +1 -2
  6. wandelbots_api_client/api/controller_ios_api.py +1 -2
  7. wandelbots_api_client/api/coordinate_systems_api.py +1 -2
  8. wandelbots_api_client/api/device_configuration_api.py +1 -2
  9. wandelbots_api_client/api/library_program_api.py +1 -2
  10. wandelbots_api_client/api/library_program_metadata_api.py +1 -2
  11. wandelbots_api_client/api/library_recipe_api.py +1 -2
  12. wandelbots_api_client/api/library_recipe_metadata_api.py +1 -2
  13. wandelbots_api_client/api/license_api.py +1 -2
  14. wandelbots_api_client/api/motion_api.py +4 -5
  15. wandelbots_api_client/api/motion_group_api.py +1 -2
  16. wandelbots_api_client/api/motion_group_infos_api.py +1 -2
  17. wandelbots_api_client/api/motion_group_jogging_api.py +1 -2
  18. wandelbots_api_client/api/motion_group_kinematic_api.py +1 -2
  19. wandelbots_api_client/api/program_api.py +1 -2
  20. wandelbots_api_client/api/program_operator_api.py +1 -2
  21. wandelbots_api_client/api/program_values_api.py +1 -2
  22. wandelbots_api_client/api/store_collision_components_api.py +1 -2
  23. wandelbots_api_client/api/store_collision_scenes_api.py +1 -2
  24. wandelbots_api_client/api/store_object_api.py +1 -2
  25. wandelbots_api_client/api/system_api.py +1 -2
  26. wandelbots_api_client/api/version_api.py +284 -0
  27. wandelbots_api_client/api/virtual_robot_api.py +1 -2
  28. wandelbots_api_client/api/virtual_robot_behavior_api.py +1 -2
  29. wandelbots_api_client/api/virtual_robot_mode_api.py +1 -2
  30. wandelbots_api_client/api/virtual_robot_setup_api.py +1 -2
  31. wandelbots_api_client/api_client.py +14 -7
  32. wandelbots_api_client/configuration.py +18 -7
  33. wandelbots_api_client/exceptions.py +1 -1
  34. wandelbots_api_client/models/__init__.py +3 -4
  35. wandelbots_api_client/models/abb_controller.py +1 -1
  36. wandelbots_api_client/models/abb_controller_egm_server.py +1 -1
  37. wandelbots_api_client/models/activate_license_request.py +1 -1
  38. wandelbots_api_client/models/add_request.py +1 -1
  39. wandelbots_api_client/models/all_joint_positions_request.py +1 -1
  40. wandelbots_api_client/models/all_joint_positions_response.py +1 -1
  41. wandelbots_api_client/models/api_version.py +91 -0
  42. wandelbots_api_client/models/app.py +1 -1
  43. wandelbots_api_client/models/array_input.py +1 -1
  44. wandelbots_api_client/models/array_output.py +1 -1
  45. wandelbots_api_client/models/behavior.py +1 -1
  46. wandelbots_api_client/models/blending_auto.py +1 -1
  47. wandelbots_api_client/models/blending_position.py +1 -1
  48. wandelbots_api_client/models/box.py +1 -1
  49. wandelbots_api_client/models/box2.py +1 -1
  50. wandelbots_api_client/models/box3.py +1 -1
  51. wandelbots_api_client/models/capsule.py +1 -1
  52. wandelbots_api_client/models/capsule2.py +1 -1
  53. wandelbots_api_client/models/capsule3.py +1 -1
  54. wandelbots_api_client/models/capture.py +1 -1
  55. wandelbots_api_client/models/cell.py +1 -1
  56. wandelbots_api_client/models/circle.py +1 -1
  57. wandelbots_api_client/models/code_with_arguments.py +5 -4
  58. wandelbots_api_client/models/collection_value.py +1 -1
  59. wandelbots_api_client/models/collider.py +1 -1
  60. wandelbots_api_client/models/collider_input.py +1 -1
  61. wandelbots_api_client/models/collider_output.py +1 -1
  62. wandelbots_api_client/models/collider_output_shape.py +1 -1
  63. wandelbots_api_client/models/collider_shape.py +1 -41
  64. wandelbots_api_client/models/collision.py +1 -1
  65. wandelbots_api_client/models/collision_contact.py +1 -1
  66. wandelbots_api_client/models/collision_motion_group.py +5 -4
  67. wandelbots_api_client/models/collision_motion_group_assembly.py +5 -4
  68. wandelbots_api_client/models/collision_robot_configuration_input.py +9 -7
  69. wandelbots_api_client/models/collision_robot_configuration_output.py +9 -7
  70. wandelbots_api_client/models/collision_scene.py +9 -7
  71. wandelbots_api_client/models/collision_scene_assembly.py +9 -7
  72. wandelbots_api_client/models/command.py +1 -1
  73. wandelbots_api_client/models/command_settings.py +1 -1
  74. wandelbots_api_client/models/comparator.py +1 -1
  75. wandelbots_api_client/models/compound.py +1 -1
  76. wandelbots_api_client/models/container_environment_inner.py +1 -1
  77. wandelbots_api_client/models/container_image.py +1 -1
  78. wandelbots_api_client/models/container_image_secrets_inner.py +1 -1
  79. wandelbots_api_client/models/container_resources.py +1 -1
  80. wandelbots_api_client/models/container_storage.py +1 -1
  81. wandelbots_api_client/models/controller_capabilities.py +1 -1
  82. wandelbots_api_client/models/controller_instance.py +1 -1
  83. wandelbots_api_client/models/controller_instance_list.py +1 -1
  84. wandelbots_api_client/models/convex_hull.py +1 -1
  85. wandelbots_api_client/models/convex_hull2.py +1 -1
  86. wandelbots_api_client/models/convex_hull3.py +1 -1
  87. wandelbots_api_client/models/coordinate_system.py +1 -1
  88. wandelbots_api_client/models/coordinate_systems.py +1 -1
  89. wandelbots_api_client/models/create_device_request_inner.py +1 -1
  90. wandelbots_api_client/models/create_program_run200_response.py +1 -1
  91. wandelbots_api_client/models/create_program_run_request.py +1 -1
  92. wandelbots_api_client/models/create_trigger200_response.py +1 -1
  93. wandelbots_api_client/models/create_trigger_request.py +4 -4
  94. wandelbots_api_client/models/cubic_spline.py +1 -1
  95. wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +1 -1
  96. wandelbots_api_client/models/cubic_spline_parameter.py +1 -1
  97. wandelbots_api_client/models/cycle_time.py +1 -1
  98. wandelbots_api_client/models/cylinder.py +1 -1
  99. wandelbots_api_client/models/cylinder2.py +1 -1
  100. wandelbots_api_client/models/cylinder3.py +1 -1
  101. wandelbots_api_client/models/dh_parameter.py +1 -1
  102. wandelbots_api_client/models/direction.py +1 -1
  103. wandelbots_api_client/models/direction_jogging_request.py +1 -1
  104. wandelbots_api_client/models/error.py +1 -1
  105. wandelbots_api_client/models/execute_trajectory_request.py +1 -1
  106. wandelbots_api_client/models/execute_trajectory_response.py +1 -1
  107. wandelbots_api_client/models/execution_result.py +1 -1
  108. wandelbots_api_client/models/external_joint_stream_datapoint.py +1 -1
  109. wandelbots_api_client/models/external_joint_stream_datapoint_value.py +1 -1
  110. wandelbots_api_client/models/fanuc_controller.py +1 -1
  111. wandelbots_api_client/models/feedback_collision.py +1 -1
  112. wandelbots_api_client/models/feedback_joint_limit_exceeded.py +1 -1
  113. wandelbots_api_client/models/feedback_out_of_workspace.py +1 -1
  114. wandelbots_api_client/models/feedback_singularity.py +1 -1
  115. wandelbots_api_client/models/flag.py +1 -1
  116. wandelbots_api_client/models/force_vector.py +1 -1
  117. wandelbots_api_client/models/geometry.py +1 -1
  118. wandelbots_api_client/models/get_all_program_runs200_response.py +1 -1
  119. wandelbots_api_client/models/get_all_triggers200_response.py +1 -1
  120. wandelbots_api_client/models/get_mode_response.py +1 -1
  121. wandelbots_api_client/models/get_trajectory_response.py +1 -1
  122. wandelbots_api_client/models/get_trajectory_sample_response.py +1 -1
  123. wandelbots_api_client/models/google_protobuf_any.py +1 -1
  124. wandelbots_api_client/models/http_exception_response.py +1 -1
  125. wandelbots_api_client/models/http_validation_error.py +1 -1
  126. wandelbots_api_client/models/http_validation_error2.py +1 -1
  127. wandelbots_api_client/models/image_credentials.py +1 -1
  128. wandelbots_api_client/models/info_service_capabilities.py +1 -1
  129. wandelbots_api_client/models/initialize_movement_request.py +1 -1
  130. wandelbots_api_client/models/initialize_movement_response.py +1 -1
  131. wandelbots_api_client/models/initialize_movement_response_init_response.py +1 -1
  132. wandelbots_api_client/models/io.py +1 -1
  133. wandelbots_api_client/models/io_description.py +1 -1
  134. wandelbots_api_client/models/io_value.py +1 -1
  135. wandelbots_api_client/models/ios.py +1 -1
  136. wandelbots_api_client/models/jogging_response.py +1 -1
  137. wandelbots_api_client/models/jogging_service_capabilities.py +1 -1
  138. wandelbots_api_client/models/joint_jogging_request.py +1 -1
  139. wandelbots_api_client/models/joint_limit.py +1 -1
  140. wandelbots_api_client/models/joint_limit_exceeded.py +1 -1
  141. wandelbots_api_client/models/joint_position_request.py +1 -1
  142. wandelbots_api_client/models/joint_trajectory.py +1 -1
  143. wandelbots_api_client/models/joints.py +1 -1
  144. wandelbots_api_client/models/kinematic_service_capabilities.py +1 -1
  145. wandelbots_api_client/models/kuka_controller.py +1 -1
  146. wandelbots_api_client/models/kuka_controller_rsi_server.py +1 -1
  147. wandelbots_api_client/models/license.py +1 -1
  148. wandelbots_api_client/models/license_status.py +1 -1
  149. wandelbots_api_client/models/license_status_enum.py +1 -1
  150. wandelbots_api_client/models/limit_settings.py +1 -1
  151. wandelbots_api_client/models/limits_override.py +1 -1
  152. wandelbots_api_client/models/list_devices200_response_inner.py +1 -1
  153. wandelbots_api_client/models/list_io_descriptions_response.py +1 -1
  154. wandelbots_api_client/models/list_io_values_response.py +1 -1
  155. wandelbots_api_client/models/list_payloads_response.py +1 -1
  156. wandelbots_api_client/models/list_program_metadata_response.py +1 -1
  157. wandelbots_api_client/models/list_recipe_metadata_response.py +1 -1
  158. wandelbots_api_client/models/list_response.py +1 -1
  159. wandelbots_api_client/models/list_tcps_response.py +1 -1
  160. wandelbots_api_client/models/manufacturer.py +1 -1
  161. wandelbots_api_client/models/mode_change_response.py +1 -1
  162. wandelbots_api_client/models/motion_command.py +1 -1
  163. wandelbots_api_client/models/motion_command_blending.py +1 -1
  164. wandelbots_api_client/models/motion_command_path.py +1 -1
  165. wandelbots_api_client/models/motion_group_behavior_getter.py +1 -1
  166. wandelbots_api_client/models/motion_group_info.py +1 -1
  167. wandelbots_api_client/models/motion_group_infos.py +1 -1
  168. wandelbots_api_client/models/motion_group_instance.py +1 -1
  169. wandelbots_api_client/models/motion_group_instance_list.py +1 -1
  170. wandelbots_api_client/models/motion_group_joints.py +1 -1
  171. wandelbots_api_client/models/motion_group_physical.py +1 -1
  172. wandelbots_api_client/models/motion_group_specification.py +1 -1
  173. wandelbots_api_client/models/motion_group_state.py +1 -1
  174. wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +1 -1
  175. wandelbots_api_client/models/motion_group_state_response.py +1 -1
  176. wandelbots_api_client/models/motion_id.py +1 -1
  177. wandelbots_api_client/models/motion_ids_list_response.py +1 -1
  178. wandelbots_api_client/models/motion_vector.py +1 -1
  179. wandelbots_api_client/models/mounting.py +1 -1
  180. wandelbots_api_client/models/move_request.py +1 -1
  181. wandelbots_api_client/models/move_response.py +1 -1
  182. wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +1 -1
  183. wandelbots_api_client/models/movement.py +1 -1
  184. wandelbots_api_client/models/movement_error.py +1 -1
  185. wandelbots_api_client/models/movement_error_error.py +1 -1
  186. wandelbots_api_client/models/movement_movement.py +1 -1
  187. wandelbots_api_client/models/op_mode.py +1 -1
  188. wandelbots_api_client/models/opcua_node_value_trigger_config.py +1 -1
  189. wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +1 -1
  190. wandelbots_api_client/models/optimizer_setup.py +1 -1
  191. wandelbots_api_client/models/out_of_workspace.py +1 -1
  192. wandelbots_api_client/models/path.py +1 -1
  193. wandelbots_api_client/models/path_cartesian_ptp.py +1 -1
  194. wandelbots_api_client/models/path_circle.py +1 -1
  195. wandelbots_api_client/models/path_cubic_spline.py +1 -1
  196. wandelbots_api_client/models/path_joint_ptp.py +1 -1
  197. wandelbots_api_client/models/path_line.py +1 -1
  198. wandelbots_api_client/models/pause_movement_request.py +1 -1
  199. wandelbots_api_client/models/pause_movement_response.py +1 -1
  200. wandelbots_api_client/models/pause_movement_response_pause_response.py +1 -1
  201. wandelbots_api_client/models/pause_on_io.py +1 -1
  202. wandelbots_api_client/models/payload.py +1 -1
  203. wandelbots_api_client/models/plan_collision_free_ptp_request.py +5 -4
  204. wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +1 -1
  205. wandelbots_api_client/models/plan_failed_on_trajectory_response.py +1 -1
  206. wandelbots_api_client/models/plan_failed_response.py +1 -1
  207. wandelbots_api_client/models/plan_request.py +1 -1
  208. wandelbots_api_client/models/plan_response.py +1 -1
  209. wandelbots_api_client/models/plan_successful_response.py +1 -1
  210. wandelbots_api_client/models/plan_trajectory_failed_response.py +1 -1
  211. wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +1 -1
  212. wandelbots_api_client/models/plan_trajectory_request.py +5 -4
  213. wandelbots_api_client/models/plan_trajectory_response.py +1 -1
  214. wandelbots_api_client/models/plan_trajectory_response_response.py +1 -1
  215. wandelbots_api_client/models/plane2.py +1 -1
  216. wandelbots_api_client/models/plane3.py +1 -1
  217. wandelbots_api_client/models/planned_motion.py +1 -1
  218. wandelbots_api_client/models/planner_pose.py +1 -1
  219. wandelbots_api_client/models/planning_limits.py +1 -1
  220. wandelbots_api_client/models/planning_limits_limit_range.py +1 -1
  221. wandelbots_api_client/models/playback_speed_request.py +1 -1
  222. wandelbots_api_client/models/playback_speed_response.py +1 -1
  223. wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +1 -1
  224. wandelbots_api_client/models/point_cloud.py +1 -1
  225. wandelbots_api_client/models/pose.py +1 -1
  226. wandelbots_api_client/models/pose2.py +1 -1
  227. wandelbots_api_client/models/program_metadata.py +1 -1
  228. wandelbots_api_client/models/program_run.py +5 -4
  229. wandelbots_api_client/models/program_run_object.py +1 -1
  230. wandelbots_api_client/models/program_run_state.py +1 -1
  231. wandelbots_api_client/models/program_runner_reference.py +1 -1
  232. wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +1 -1
  233. wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +1 -1
  234. wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +1 -1
  235. wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +1 -1
  236. wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +1 -1
  237. wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +1 -1
  238. wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +1 -1
  239. wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +1 -1
  240. wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +1 -1
  241. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +9 -7
  242. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +9 -7
  243. wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +1 -1
  244. wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +1 -1
  245. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +1 -1
  246. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +1 -1
  247. wandelbots_api_client/models/quaternion.py +1 -1
  248. wandelbots_api_client/models/recipe_metadata.py +1 -1
  249. wandelbots_api_client/models/rectangle.py +1 -1
  250. wandelbots_api_client/models/rectangle2.py +1 -1
  251. wandelbots_api_client/models/rectangle3.py +1 -1
  252. wandelbots_api_client/models/rectangular_capsule.py +1 -1
  253. wandelbots_api_client/models/rectangular_capsule2.py +1 -1
  254. wandelbots_api_client/models/rectangular_capsule3.py +1 -1
  255. wandelbots_api_client/models/release_channel.py +1 -1
  256. wandelbots_api_client/models/request.py +1 -1
  257. wandelbots_api_client/models/request1.py +1 -1
  258. wandelbots_api_client/models/response_get_value_programs_values_key_get.py +1 -1
  259. wandelbots_api_client/models/response_get_values_programs_values_get_value.py +1 -1
  260. wandelbots_api_client/models/robot_controller.py +1 -1
  261. wandelbots_api_client/models/robot_controller_configuration.py +1 -1
  262. wandelbots_api_client/models/robot_controller_state.py +1 -1
  263. wandelbots_api_client/models/robot_link_geometry.py +1 -1
  264. wandelbots_api_client/models/robot_state.py +1 -1
  265. wandelbots_api_client/models/robot_system_mode.py +1 -1
  266. wandelbots_api_client/models/robot_tcp.py +1 -1
  267. wandelbots_api_client/models/robot_tcps.py +1 -1
  268. wandelbots_api_client/models/rotation_angle_types.py +1 -1
  269. wandelbots_api_client/models/rotation_angles.py +1 -1
  270. wandelbots_api_client/models/safety_configuration.py +1 -1
  271. wandelbots_api_client/models/safety_setup.py +1 -1
  272. wandelbots_api_client/models/safety_setup_safety_settings.py +1 -1
  273. wandelbots_api_client/models/safety_setup_safety_zone.py +1 -1
  274. wandelbots_api_client/models/safety_zone.py +1 -1
  275. wandelbots_api_client/models/safety_zone_limits.py +1 -1
  276. wandelbots_api_client/models/safety_zone_violation.py +1 -1
  277. wandelbots_api_client/models/service_status.py +1 -1
  278. wandelbots_api_client/models/service_status_phase.py +1 -1
  279. wandelbots_api_client/models/service_status_severity.py +1 -1
  280. wandelbots_api_client/models/service_status_status.py +1 -1
  281. wandelbots_api_client/models/set_io.py +1 -1
  282. wandelbots_api_client/models/set_playback_speed.py +1 -1
  283. wandelbots_api_client/models/single_joint_limit.py +1 -1
  284. wandelbots_api_client/models/singularity.py +1 -1
  285. wandelbots_api_client/models/singularity_type_enum.py +1 -1
  286. wandelbots_api_client/models/sphere.py +1 -1
  287. wandelbots_api_client/models/sphere2.py +1 -1
  288. wandelbots_api_client/models/sphere3.py +1 -1
  289. wandelbots_api_client/models/standstill.py +1 -1
  290. wandelbots_api_client/models/standstill_reason.py +1 -1
  291. wandelbots_api_client/models/standstill_standstill.py +1 -1
  292. wandelbots_api_client/models/start_movement_request.py +1 -1
  293. wandelbots_api_client/models/start_on_io.py +1 -1
  294. wandelbots_api_client/models/status.py +1 -1
  295. wandelbots_api_client/models/stop_response.py +1 -1
  296. wandelbots_api_client/models/store_value.py +1 -1
  297. wandelbots_api_client/models/stream_move_backward.py +1 -1
  298. wandelbots_api_client/models/stream_move_forward.py +1 -1
  299. wandelbots_api_client/models/stream_move_playback_speed.py +1 -1
  300. wandelbots_api_client/models/stream_move_request.py +1 -1
  301. wandelbots_api_client/models/stream_move_response.py +1 -1
  302. wandelbots_api_client/models/stream_move_to_trajectory.py +1 -1
  303. wandelbots_api_client/models/stream_stop.py +1 -1
  304. wandelbots_api_client/models/tcp_pose.py +1 -1
  305. wandelbots_api_client/models/tcp_pose_request.py +1 -1
  306. wandelbots_api_client/models/tool_geometry.py +1 -1
  307. wandelbots_api_client/models/trajectory_sample.py +1 -1
  308. wandelbots_api_client/models/trigger_object.py +4 -4
  309. wandelbots_api_client/models/trigger_type.py +1 -1
  310. wandelbots_api_client/models/universalrobots_controller.py +1 -1
  311. wandelbots_api_client/models/update_nova_version_request.py +1 -1
  312. wandelbots_api_client/models/update_program_metadata_request.py +1 -1
  313. wandelbots_api_client/models/update_recipe_metadata_request.py +1 -1
  314. wandelbots_api_client/models/update_trigger_request.py +4 -4
  315. wandelbots_api_client/models/validation_error.py +1 -1
  316. wandelbots_api_client/models/validation_error2.py +1 -1
  317. wandelbots_api_client/models/validation_error2_loc_inner.py +1 -1
  318. wandelbots_api_client/models/validation_error_loc_inner.py +1 -1
  319. wandelbots_api_client/models/value.py +1 -1
  320. wandelbots_api_client/models/vector3d.py +1 -1
  321. wandelbots_api_client/models/version_number.py +1 -1
  322. wandelbots_api_client/models/virtual_controller.py +1 -1
  323. wandelbots_api_client/models/virtual_controller_types.py +8 -1
  324. wandelbots_api_client/models/virtual_robot_configuration.py +1 -1
  325. wandelbots_api_client/models/yaskawa_controller.py +1 -1
  326. wandelbots_api_client/rest.py +3 -2
  327. wandelbots_api_client/v2/__init__.py +3 -4
  328. wandelbots_api_client/v2/api/__init__.py +2 -0
  329. wandelbots_api_client/v2/api/application_api.py +2 -3
  330. wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +581 -3
  331. wandelbots_api_client/v2/api/cell_api.py +2 -3
  332. wandelbots_api_client/v2/api/controller_api.py +5 -6
  333. wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +2 -3
  334. wandelbots_api_client/v2/api/jogging_api.py +3 -4
  335. wandelbots_api_client/v2/api/kinematics_api.py +2 -3
  336. wandelbots_api_client/v2/api/license_api.py +2 -3
  337. wandelbots_api_client/v2/api/motion_group_api.py +4 -5
  338. wandelbots_api_client/v2/api/motion_group_models_api.py +532 -5
  339. wandelbots_api_client/v2/api/program_api.py +14 -15
  340. wandelbots_api_client/v2/api/store_collision_components_api.py +2 -3
  341. wandelbots_api_client/v2/api/store_collision_setups_api.py +2 -3
  342. wandelbots_api_client/v2/api/store_object_api.py +2 -3
  343. wandelbots_api_client/v2/api/system_api.py +6 -6
  344. wandelbots_api_client/v2/api/trajectory_caching_api.py +2 -3
  345. wandelbots_api_client/v2/api/trajectory_execution_api.py +3 -4
  346. wandelbots_api_client/v2/api/trajectory_planning_api.py +2 -3
  347. wandelbots_api_client/v2/api/version_api.py +284 -0
  348. wandelbots_api_client/v2/api/virtual_controller_api.py +2 -3
  349. wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +2 -3
  350. wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +2 -3
  351. wandelbots_api_client/v2/api_client.py +15 -8
  352. wandelbots_api_client/v2/configuration.py +19 -8
  353. wandelbots_api_client/v2/exceptions.py +2 -2
  354. wandelbots_api_client/v2/models/__init__.py +6 -3
  355. wandelbots_api_client/v2/models/abb_controller.py +2 -2
  356. wandelbots_api_client/v2/models/abb_controller_egm_server.py +2 -2
  357. wandelbots_api_client/v2/models/activate_license_request.py +2 -2
  358. wandelbots_api_client/v2/models/add_trajectory_error.py +2 -2
  359. wandelbots_api_client/v2/models/add_trajectory_error_data.py +2 -2
  360. wandelbots_api_client/v2/models/add_trajectory_request.py +2 -2
  361. wandelbots_api_client/v2/models/add_trajectory_response.py +2 -2
  362. wandelbots_api_client/v2/models/api_version.py +91 -0
  363. wandelbots_api_client/v2/models/app.py +2 -2
  364. wandelbots_api_client/v2/models/behavior.py +2 -2
  365. wandelbots_api_client/v2/models/blending_auto.py +5 -4
  366. wandelbots_api_client/v2/models/blending_position.py +17 -3
  367. wandelbots_api_client/v2/models/blending_space.py +37 -0
  368. wandelbots_api_client/v2/models/boolean_value.py +2 -2
  369. wandelbots_api_client/v2/models/box.py +2 -2
  370. wandelbots_api_client/v2/models/bus_io_description.py +2 -2
  371. wandelbots_api_client/v2/models/bus_io_modbus_client.py +2 -2
  372. wandelbots_api_client/v2/models/bus_io_modbus_server.py +2 -2
  373. wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +2 -2
  374. wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +2 -2
  375. wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +2 -2
  376. wandelbots_api_client/v2/models/bus_io_profinet.py +2 -2
  377. wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +2 -2
  378. wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +2 -2
  379. wandelbots_api_client/v2/models/bus_io_profinet_network.py +2 -2
  380. wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +2 -2
  381. wandelbots_api_client/v2/models/bus_io_type.py +2 -27
  382. wandelbots_api_client/v2/models/bus_ios_state.py +2 -2
  383. wandelbots_api_client/v2/models/bus_ios_state_enum.py +2 -2
  384. wandelbots_api_client/v2/models/capsule.py +2 -2
  385. wandelbots_api_client/v2/models/cartesian_limits.py +2 -2
  386. wandelbots_api_client/v2/models/cell.py +2 -2
  387. wandelbots_api_client/v2/models/collider.py +2 -2
  388. wandelbots_api_client/v2/models/collider_shape.py +2 -42
  389. wandelbots_api_client/v2/models/collision.py +2 -2
  390. wandelbots_api_client/v2/models/collision_contact.py +2 -2
  391. wandelbots_api_client/v2/models/collision_error.py +2 -2
  392. wandelbots_api_client/v2/models/collision_free_algorithm.py +3 -3
  393. wandelbots_api_client/v2/models/collision_setup.py +10 -8
  394. wandelbots_api_client/v2/models/comparator.py +2 -2
  395. wandelbots_api_client/v2/models/configuration_archive_status.py +2 -17
  396. wandelbots_api_client/v2/models/configuration_archive_status_creating.py +2 -2
  397. wandelbots_api_client/v2/models/configuration_archive_status_error.py +2 -2
  398. wandelbots_api_client/v2/models/configuration_archive_status_success.py +2 -2
  399. wandelbots_api_client/v2/models/configuration_resource.py +2 -2
  400. wandelbots_api_client/v2/models/container_environment_inner.py +2 -2
  401. wandelbots_api_client/v2/models/container_image.py +2 -2
  402. wandelbots_api_client/v2/models/container_image_secrets_inner.py +2 -2
  403. wandelbots_api_client/v2/models/container_resources.py +2 -2
  404. wandelbots_api_client/v2/models/container_storage.py +2 -2
  405. wandelbots_api_client/v2/models/controller_description.py +2 -2
  406. wandelbots_api_client/v2/models/convex_hull.py +2 -2
  407. wandelbots_api_client/v2/models/coordinate_system.py +2 -2
  408. wandelbots_api_client/v2/models/coordinate_system_data.py +2 -2
  409. wandelbots_api_client/v2/models/cubic_spline_parameter.py +2 -2
  410. wandelbots_api_client/v2/models/cycle_time.py +5 -4
  411. wandelbots_api_client/v2/models/cylinder.py +2 -2
  412. wandelbots_api_client/v2/models/dh_parameter.py +2 -2
  413. wandelbots_api_client/v2/models/direction.py +2 -2
  414. wandelbots_api_client/v2/models/error.py +2 -2
  415. wandelbots_api_client/v2/models/error_invalid_joint_count.py +2 -2
  416. wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +4 -3
  417. wandelbots_api_client/v2/models/error_joint_position_collision.py +2 -2
  418. wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +2 -2
  419. wandelbots_api_client/v2/models/execute.py +2 -2
  420. wandelbots_api_client/v2/models/execute_details.py +2 -12
  421. wandelbots_api_client/v2/models/execute_jogging_request.py +2 -2
  422. wandelbots_api_client/v2/models/execute_jogging_response.py +2 -27
  423. wandelbots_api_client/v2/models/execute_trajectory_request.py +2 -2
  424. wandelbots_api_client/v2/models/execute_trajectory_response.py +2 -27
  425. wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +2 -2
  426. wandelbots_api_client/v2/models/external_joint_stream_request.py +2 -2
  427. wandelbots_api_client/v2/models/fanuc_controller.py +2 -2
  428. wandelbots_api_client/v2/models/feedback_collision.py +2 -2
  429. wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +5 -4
  430. wandelbots_api_client/v2/models/feedback_out_of_workspace.py +2 -2
  431. wandelbots_api_client/v2/models/feedback_singularity.py +2 -2
  432. wandelbots_api_client/v2/models/flag.py +2 -2
  433. wandelbots_api_client/v2/models/float_value.py +2 -2
  434. wandelbots_api_client/v2/models/forward_kinematics422_response.py +2 -2
  435. wandelbots_api_client/v2/models/forward_kinematics_request.py +2 -2
  436. wandelbots_api_client/v2/models/forward_kinematics_response.py +2 -2
  437. wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +2 -2
  438. wandelbots_api_client/v2/models/get_trajectory_response.py +2 -2
  439. wandelbots_api_client/v2/models/http_validation_error.py +2 -2
  440. wandelbots_api_client/v2/models/image_credentials.py +2 -2
  441. wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py +2 -2
  442. wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py +2 -2
  443. wandelbots_api_client/v2/models/initialize_jogging_request.py +2 -2
  444. wandelbots_api_client/v2/models/initialize_jogging_response.py +2 -2
  445. wandelbots_api_client/v2/models/initialize_movement_request.py +2 -2
  446. wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +2 -2
  447. wandelbots_api_client/v2/models/initialize_movement_response.py +2 -2
  448. wandelbots_api_client/v2/models/integer_value.py +2 -2
  449. wandelbots_api_client/v2/models/invalid_dof_error.py +2 -2
  450. wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py +2 -2
  451. wandelbots_api_client/v2/models/inverse_kinematics422_response.py +2 -2
  452. wandelbots_api_client/v2/models/inverse_kinematics_request.py +6 -5
  453. wandelbots_api_client/v2/models/inverse_kinematics_response.py +2 -2
  454. wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +2 -2
  455. wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +2 -2
  456. wandelbots_api_client/v2/models/io_boolean_value.py +2 -2
  457. wandelbots_api_client/v2/models/io_boundary.py +2 -17
  458. wandelbots_api_client/v2/models/io_description.py +2 -2
  459. wandelbots_api_client/v2/models/io_direction.py +2 -2
  460. wandelbots_api_client/v2/models/io_float_value.py +2 -2
  461. wandelbots_api_client/v2/models/io_integer_value.py +2 -2
  462. wandelbots_api_client/v2/models/io_origin.py +2 -2
  463. wandelbots_api_client/v2/models/io_value.py +2 -17
  464. wandelbots_api_client/v2/models/io_value_type.py +2 -2
  465. wandelbots_api_client/v2/models/jogging_details.py +2 -2
  466. wandelbots_api_client/v2/models/jogging_details_state.py +2 -27
  467. wandelbots_api_client/v2/models/jogging_paused_by_user.py +2 -2
  468. wandelbots_api_client/v2/models/jogging_paused_near_collision.py +2 -2
  469. wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +5 -4
  470. wandelbots_api_client/v2/models/jogging_paused_on_io.py +2 -2
  471. wandelbots_api_client/v2/models/jogging_running.py +2 -2
  472. wandelbots_api_client/v2/models/joint_limit_exceeded_error.py +2 -2
  473. wandelbots_api_client/v2/models/joint_limits.py +2 -2
  474. wandelbots_api_client/v2/models/joint_trajectory.py +2 -2
  475. wandelbots_api_client/v2/models/joint_velocity_request.py +2 -2
  476. wandelbots_api_client/v2/models/joint_velocity_response.py +2 -2
  477. wandelbots_api_client/v2/models/kuka_controller.py +2 -2
  478. wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +2 -2
  479. wandelbots_api_client/v2/models/license.py +2 -2
  480. wandelbots_api_client/v2/models/license_status.py +2 -2
  481. wandelbots_api_client/v2/models/license_status_enum.py +2 -2
  482. wandelbots_api_client/v2/models/limit_range.py +2 -2
  483. wandelbots_api_client/v2/models/limit_set.py +2 -2
  484. wandelbots_api_client/v2/models/limits_override.py +2 -2
  485. wandelbots_api_client/v2/models/list_trajectories_response.py +2 -2
  486. wandelbots_api_client/v2/models/manufacturer.py +2 -2
  487. wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +2 -2
  488. wandelbots_api_client/v2/models/modbus_io.py +2 -2
  489. wandelbots_api_client/v2/models/modbus_io_area.py +2 -2
  490. wandelbots_api_client/v2/models/modbus_io_byte_order.py +2 -2
  491. wandelbots_api_client/v2/models/modbus_io_data.py +2 -2
  492. wandelbots_api_client/v2/models/modbus_io_type_enum.py +2 -2
  493. wandelbots_api_client/v2/models/motion_command.py +2 -2
  494. wandelbots_api_client/v2/models/motion_command_blending.py +2 -2
  495. wandelbots_api_client/v2/models/motion_command_path.py +2 -2
  496. wandelbots_api_client/v2/models/motion_group_description.py +25 -18
  497. wandelbots_api_client/v2/models/motion_group_info.py +5 -4
  498. wandelbots_api_client/v2/models/motion_group_joints.py +2 -2
  499. wandelbots_api_client/v2/models/motion_group_setup.py +9 -7
  500. wandelbots_api_client/v2/models/motion_group_state.py +4 -3
  501. wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +2 -2
  502. wandelbots_api_client/v2/models/movement_error_response.py +2 -2
  503. wandelbots_api_client/v2/models/nan_value_error.py +2 -2
  504. wandelbots_api_client/v2/models/nan_value_error_nan_value.py +2 -2
  505. wandelbots_api_client/v2/models/op_mode.py +2 -2
  506. wandelbots_api_client/v2/models/operating_state.py +2 -2
  507. wandelbots_api_client/v2/models/operation_limits.py +2 -2
  508. wandelbots_api_client/v2/models/operation_mode.py +2 -2
  509. wandelbots_api_client/v2/models/orientation_type.py +2 -2
  510. wandelbots_api_client/v2/models/path_cartesian_ptp.py +2 -2
  511. wandelbots_api_client/v2/models/path_circle.py +2 -2
  512. wandelbots_api_client/v2/models/path_cubic_spline.py +2 -2
  513. wandelbots_api_client/v2/models/path_joint_ptp.py +2 -2
  514. wandelbots_api_client/v2/models/path_line.py +2 -2
  515. wandelbots_api_client/v2/models/pause_jogging_request.py +2 -2
  516. wandelbots_api_client/v2/models/pause_jogging_response.py +2 -2
  517. wandelbots_api_client/v2/models/pause_movement_request.py +2 -2
  518. wandelbots_api_client/v2/models/pause_movement_response.py +2 -2
  519. wandelbots_api_client/v2/models/pause_on_io.py +2 -2
  520. wandelbots_api_client/v2/models/payload.py +2 -2
  521. wandelbots_api_client/v2/models/plan422_response.py +2 -2
  522. wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +2 -2
  523. wandelbots_api_client/v2/models/plan_collision_free_request.py +2 -2
  524. wandelbots_api_client/v2/models/plan_collision_free_response.py +2 -2
  525. wandelbots_api_client/v2/models/plan_collision_free_response_response.py +2 -2
  526. wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +2 -2
  527. wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +2 -2
  528. wandelbots_api_client/v2/models/plan_trajectory_request.py +2 -2
  529. wandelbots_api_client/v2/models/plan_trajectory_response.py +2 -2
  530. wandelbots_api_client/v2/models/plan_trajectory_response_response.py +2 -2
  531. wandelbots_api_client/v2/models/plan_validation_error.py +2 -2
  532. wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +2 -2
  533. wandelbots_api_client/v2/models/plane.py +2 -2
  534. wandelbots_api_client/v2/models/playback_speed_request.py +5 -4
  535. wandelbots_api_client/v2/models/playback_speed_response.py +2 -2
  536. wandelbots_api_client/v2/models/pose.py +2 -2
  537. wandelbots_api_client/v2/models/profinet_description.py +2 -2
  538. wandelbots_api_client/v2/models/profinet_input_output_config.py +4 -4
  539. wandelbots_api_client/v2/models/profinet_io.py +2 -2
  540. wandelbots_api_client/v2/models/profinet_io_data.py +2 -2
  541. wandelbots_api_client/v2/models/profinet_io_direction.py +2 -2
  542. wandelbots_api_client/v2/models/profinet_io_type_enum.py +2 -2
  543. wandelbots_api_client/v2/models/profinet_slot_description.py +4 -4
  544. wandelbots_api_client/v2/models/profinet_sub_slot_description.py +5 -5
  545. wandelbots_api_client/v2/models/program.py +2 -2
  546. wandelbots_api_client/v2/models/program_run.py +2 -2
  547. wandelbots_api_client/v2/models/program_run_state.py +2 -2
  548. wandelbots_api_client/v2/models/program_start_request.py +2 -2
  549. wandelbots_api_client/v2/models/rectangle.py +2 -2
  550. wandelbots_api_client/v2/models/rectangular_capsule.py +2 -2
  551. wandelbots_api_client/v2/models/release_channel.py +2 -2
  552. wandelbots_api_client/v2/models/robot_controller.py +2 -2
  553. wandelbots_api_client/v2/models/robot_controller_configuration.py +2 -2
  554. wandelbots_api_client/v2/models/robot_controller_state.py +6 -5
  555. wandelbots_api_client/v2/models/robot_system_mode.py +2 -2
  556. wandelbots_api_client/v2/models/robot_tcp.py +2 -2
  557. wandelbots_api_client/v2/models/robot_tcp_data.py +2 -2
  558. wandelbots_api_client/v2/models/rrt_connect_algorithm.py +2 -2
  559. wandelbots_api_client/v2/models/safety_state_type.py +2 -2
  560. wandelbots_api_client/v2/models/service_group.py +2 -2
  561. wandelbots_api_client/v2/models/service_status.py +2 -2
  562. wandelbots_api_client/v2/models/service_status_phase.py +2 -2
  563. wandelbots_api_client/v2/models/service_status_response.py +2 -2
  564. wandelbots_api_client/v2/models/service_status_severity.py +2 -2
  565. wandelbots_api_client/v2/models/service_status_status.py +2 -2
  566. wandelbots_api_client/v2/models/set_io.py +2 -2
  567. wandelbots_api_client/v2/models/settable_robot_system_mode.py +2 -2
  568. wandelbots_api_client/v2/models/singularity_type_enum.py +2 -2
  569. wandelbots_api_client/v2/models/sphere.py +2 -2
  570. wandelbots_api_client/v2/models/start_movement_request.py +2 -2
  571. wandelbots_api_client/v2/models/start_movement_response.py +2 -2
  572. wandelbots_api_client/v2/models/start_on_io.py +2 -2
  573. wandelbots_api_client/v2/models/stream_io_values_response.py +5 -4
  574. wandelbots_api_client/v2/models/tcp_offset.py +2 -2
  575. wandelbots_api_client/v2/models/tcp_required_error.py +2 -2
  576. wandelbots_api_client/v2/models/tcp_velocity_request.py +2 -2
  577. wandelbots_api_client/v2/models/tcp_velocity_response.py +2 -2
  578. wandelbots_api_client/v2/models/torque_exceeded_error.py +2 -2
  579. wandelbots_api_client/v2/models/torque_exceeded_error_torque_exceeded.py +2 -2
  580. wandelbots_api_client/v2/models/trajectory_data.py +2 -2
  581. wandelbots_api_client/v2/models/trajectory_details.py +2 -2
  582. wandelbots_api_client/v2/models/trajectory_details_state.py +2 -27
  583. wandelbots_api_client/v2/models/trajectory_ended.py +2 -2
  584. wandelbots_api_client/v2/models/trajectory_id.py +2 -2
  585. wandelbots_api_client/v2/models/trajectory_paused_by_user.py +2 -2
  586. wandelbots_api_client/v2/models/trajectory_paused_on_io.py +2 -2
  587. wandelbots_api_client/v2/models/trajectory_running.py +5 -4
  588. wandelbots_api_client/v2/models/trajectory_wait_for_io.py +2 -2
  589. wandelbots_api_client/v2/models/unit_type.py +2 -2
  590. wandelbots_api_client/v2/models/universalrobots_controller.py +2 -2
  591. wandelbots_api_client/v2/models/update_nova_version_request.py +2 -2
  592. wandelbots_api_client/v2/models/validation_error.py +2 -2
  593. wandelbots_api_client/v2/models/validation_error2.py +2 -2
  594. wandelbots_api_client/v2/models/validation_error_loc_inner.py +2 -2
  595. wandelbots_api_client/v2/models/virtual_controller.py +2 -2
  596. wandelbots_api_client/v2/models/virtual_controller_types.py +9 -2
  597. wandelbots_api_client/v2/models/virtual_robot_configuration.py +2 -2
  598. wandelbots_api_client/v2/models/wait_for_io_event_request.py +2 -2
  599. wandelbots_api_client/v2/models/yaskawa_controller.py +2 -2
  600. wandelbots_api_client/v2/rest.py +4 -3
  601. wandelbots_api_client/v2_pydantic/__init__.py +3 -4
  602. wandelbots_api_client/v2_pydantic/api/__init__.py +2 -0
  603. wandelbots_api_client/v2_pydantic/api/application_api.py +20 -39
  604. wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +772 -236
  605. wandelbots_api_client/v2_pydantic/api/cell_api.py +23 -45
  606. wandelbots_api_client/v2_pydantic/api/controller_api.py +41 -78
  607. wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +14 -27
  608. wandelbots_api_client/v2_pydantic/api/jogging_api.py +3 -4
  609. wandelbots_api_client/v2_pydantic/api/kinematics_api.py +8 -15
  610. wandelbots_api_client/v2_pydantic/api/license_api.py +14 -27
  611. wandelbots_api_client/v2_pydantic/api/motion_group_api.py +10 -17
  612. wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +544 -17
  613. wandelbots_api_client/v2_pydantic/api/program_api.py +26 -39
  614. wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +47 -93
  615. wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +17 -33
  616. wandelbots_api_client/v2_pydantic/api/store_object_api.py +20 -39
  617. wandelbots_api_client/v2_pydantic/api/system_api.py +33 -60
  618. wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +17 -33
  619. wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +3 -4
  620. wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +8 -15
  621. wandelbots_api_client/v2_pydantic/api/version_api.py +287 -0
  622. wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +47 -93
  623. wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +11 -21
  624. wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +11 -21
  625. wandelbots_api_client/v2_pydantic/api_client.py +3 -4
  626. wandelbots_api_client/v2_pydantic/configuration.py +19 -8
  627. wandelbots_api_client/v2_pydantic/exceptions.py +2 -2
  628. wandelbots_api_client/v2_pydantic/models.py +451 -406
  629. wandelbots_api_client/v2_pydantic/rest.py +4 -3
  630. {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/METADATA +3 -3
  631. wandelbots_api_client-26.1.0.dev50.dist-info/RECORD +641 -0
  632. wandelbots_api_client/models/create_trigger_request_config.py +0 -123
  633. wandelbots_api_client-25.10.0.dev35.dist-info/RECORD +0 -636
  634. {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/WHEEL +0 -0
  635. {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/licenses/LICENSE +0 -0
  636. {wandelbots_api_client-25.10.0.dev35.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,641 @@
1
+ wandelbots_api_client/__init__.py,sha256=DEygmeDIo-yro2Pn7EFFnbM4lSvF9HJk34ELLZ_02lw,1026
2
+ wandelbots_api_client/api_client.py,sha256=vF-0pkYtdnjWIkNejcb6wUIiizvh2Yo3vsjYUPcwsOg,27916
3
+ wandelbots_api_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
+ wandelbots_api_client/authorization.py,sha256=DyGsVHmD-1D4C9rMEEtQLi5YvbxPxgt7MqKVlwQgC3o,9499
5
+ wandelbots_api_client/configuration.py,sha256=dk5-XlVcocmxBoBLqj3GHBURdTi3JTIK5iB2L-Cm870,18879
6
+ wandelbots_api_client/exceptions.py,sha256=vt8CfEEb6tv-SLne9AsjB68nYm6jfvl9T1fgq0Dp_2I,6432
7
+ wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ wandelbots_api_client/rest.py,sha256=l217DMul4sTxbJ24bRKuRo9kllBUfIec52829IxTFfA,7260
9
+ wandelbots_api_client/api/__init__.py,sha256=apj_cS4idaYqI2A2FUPrmozeb2ASOY7tIboWj2RSJ_Y,2212
10
+ wandelbots_api_client/api/application_api.py,sha256=F2xr2U_-PN-Dgh6iSg6heM_x9Vb2zYSePd8WflYiLzA,70754
11
+ wandelbots_api_client/api/cell_api.py,sha256=RxeR9GgyctlWU3cqxfd3YCTxAHK6PGc4PTqBejNZLLI,66056
12
+ wandelbots_api_client/api/controller_api.py,sha256=mXvV5L2milnVvAThSWFYH12n0z4eoOMtwL17Y6Xt7Xg,150067
13
+ wandelbots_api_client/api/controller_ios_api.py,sha256=0dgHvd3Ll-PhokecxEsJjfC4x-1H3csEROy404Dn564,59508
14
+ wandelbots_api_client/api/coordinate_systems_api.py,sha256=dJ4fJIbpoAjVPB2j6pLVGVFX1QmECyY9SiSCxQOzUgA,68974
15
+ wandelbots_api_client/api/device_configuration_api.py,sha256=Dw6Xg7Dmr_H6Vn3N8HQljThnGB_y-zj_ec7gfKCjsyI,57591
16
+ wandelbots_api_client/api/library_program_api.py,sha256=7wcDkQH0JtUBzELOjYB1yqFRe5fJWidWszeA0k-8W2U,65123
17
+ wandelbots_api_client/api/library_program_metadata_api.py,sha256=zIg9j_LZtHeKNelLMsBJbvJe0OSvzsF5iVbf14ba1eY,51807
18
+ wandelbots_api_client/api/library_recipe_api.py,sha256=0d_xBCWHDe3-uVEImsEefCJcocCagnorwD3J5TJuRP0,63326
19
+ wandelbots_api_client/api/library_recipe_metadata_api.py,sha256=0OJA555XDuXyePQyryZm7hZGFEqd_QAA06VgnTEFBQ0,49999
20
+ wandelbots_api_client/api/license_api.py,sha256=TZylrwUgeL819LgF3SklIQwPU1f4GAYWjLEQoP7YgCY,40619
21
+ wandelbots_api_client/api/motion_api.py,sha256=z50CBaaStRSukHqtg1ahz9toePBOwucYcREQKewzWqU,196241
22
+ wandelbots_api_client/api/motion_group_api.py,sha256=2O5UdxfpDnUzXk6H4FEX3v1viOlp47rfY9MOcIJDngw,46674
23
+ wandelbots_api_client/api/motion_group_infos_api.py,sha256=b1qmqYJhXExiPWEAG5F4JeWTfXhFqgT2LzAA59Daigw,124476
24
+ wandelbots_api_client/api/motion_group_jogging_api.py,sha256=wMQrBSr1ZWc7lLgLQouWENhnxneK_hzslSffkR6awOQ,39875
25
+ wandelbots_api_client/api/motion_group_kinematic_api.py,sha256=HMEhvlvoVjkX7IBp4Mq5sITowvWog818Ix9RnCh5nv4,54265
26
+ wandelbots_api_client/api/program_api.py,sha256=a1SWxDQv-0X-_4cFA0xkwTwUoCwkQW45QTolGCvx5_I,99645
27
+ wandelbots_api_client/api/program_operator_api.py,sha256=vp_9prC2CN1Knf6ljikGv0xMftdXwM2G5g0KLblL90E,92716
28
+ wandelbots_api_client/api/program_values_api.py,sha256=WdBEY4i_tvgdAN9kNb_pLh4Smyzcu8_I05CredvzBwA,72112
29
+ wandelbots_api_client/api/store_collision_components_api.py,sha256=UKXjFKz-lrRSsUyJQZ4Kf46e-WTX1iV5Mg_5YBA9Cqs,149875
30
+ wandelbots_api_client/api/store_collision_scenes_api.py,sha256=ELSCBWEoL9wlcmWlg9k-BOc5vaPDBIW2bv_j1f3FZv0,46200
31
+ wandelbots_api_client/api/store_object_api.py,sha256=gyMwXYO0mg9EXp37fIODMZ0Fu7GkgxL5SNv394Zc_u4,65482
32
+ wandelbots_api_client/api/system_api.py,sha256=0sbpsjl6NQuLsBHVzh2yxLHPGIdDKNoBWT3wSpq0nvg,51652
33
+ wandelbots_api_client/api/version_api.py,sha256=-E-SqgFqWK91c_Gxuvjqy2N9iQjWKIcVuHV62l37fXs,10378
34
+ wandelbots_api_client/api/virtual_robot_api.py,sha256=pTR__LFgWzlcLKcjfPc294b1CmUb6e-iJycQLHMJPWI,75168
35
+ wandelbots_api_client/api/virtual_robot_behavior_api.py,sha256=fYeW-Kc8jAIYCkwSS6o5vzXo2ZTy-sj2sk3O3dAL9eM,32270
36
+ wandelbots_api_client/api/virtual_robot_mode_api.py,sha256=eNd8xM5PWnlf5L5e6Mm760WGoYgJR6J2z4QR86vZ5-I,73440
37
+ wandelbots_api_client/api/virtual_robot_setup_api.py,sha256=4ibN-scoi3Nwlj3dwHl6uRrkxbmKkKGf6sa3-G_gILs,115744
38
+ wandelbots_api_client/models/__init__.py,sha256=PJ-5A1keGO8-nNER0OtyH1MHmU2yq_6NaQDbzvOOngM,23724
39
+ wandelbots_api_client/models/abb_controller.py,sha256=1e1EmowcCLH_uD4DI85Rnev1WcQutCQNeFmz5HTYlgs,4040
40
+ wandelbots_api_client/models/abb_controller_egm_server.py,sha256=GtQ-qFaGDKfz7li3Qh5EiyHlN2Tct-aXF1xrbsRxrqo,2775
41
+ wandelbots_api_client/models/activate_license_request.py,sha256=4cKZFRVIyA5jBK1-M9OUj31mfxfMx0R53K8qWNz__X0,2693
42
+ wandelbots_api_client/models/add_request.py,sha256=TTuuDCf_jvgD5ZrW5nnisa6eq1jWwc3rlExFqMtKJcY,3153
43
+ wandelbots_api_client/models/all_joint_positions_request.py,sha256=mU6mqCAW_rTykDW3sUvNdKUZxLOlJmg4EZoB_UBOp6A,3163
44
+ wandelbots_api_client/models/all_joint_positions_response.py,sha256=e1zxIlyRtnAloW_APfvCFOkXnJuL0BEvHqg-B6LX_bc,3917
45
+ wandelbots_api_client/models/api_version.py,sha256=qTFnuFBB8ytO1lFm1eiUDQoGDE1Y4GfDozwWaDP3cl0,2603
46
+ wandelbots_api_client/models/app.py,sha256=waJ2UYwpYv_4piLT9fSAtTGbBNKX1XRUHo93fjIjfRE,6706
47
+ wandelbots_api_client/models/array_input.py,sha256=ltiuHTbcncnax_emxawl89bElDDcw9Zdz-cITYNWemk,3722
48
+ wandelbots_api_client/models/array_output.py,sha256=4FNiJo4uIO-vNOLTpIPTfcvh30rCjnI1kgNxOV-Rx6I,3852
49
+ wandelbots_api_client/models/behavior.py,sha256=msR468pds0Cj-SDDgIF4VaYfOUYp1aazb5RMF_U87MQ,1766
50
+ wandelbots_api_client/models/blending_auto.py,sha256=32H5l-lkTvkf2lbw1BV1fGfmVxg1lrgFLxLGxEdq6i0,3317
51
+ wandelbots_api_client/models/blending_position.py,sha256=5xUh1r08fjfIY3usTi-95CCT1-el_iAvjdjtoIF0O7w,3433
52
+ wandelbots_api_client/models/box.py,sha256=CWwXmscpvPmvSnLS7LF9JAKpKU7IQ-Xx7I_aLx0nqGw,3415
53
+ wandelbots_api_client/models/box2.py,sha256=P_bJ2XMaxDNuIuWqqHYLWMtv78vqXF1DVSfLe7qpnn8,4072
54
+ wandelbots_api_client/models/box3.py,sha256=bU0T3iJUlKmCyTnhZKqopUKnpsxwu2oFLRIHMwllkVw,3759
55
+ wandelbots_api_client/models/capsule.py,sha256=HmA1MQvGM-OIkV63X_3PMXlPOvEBZTPDPL6WtNi6qYg,2912
56
+ wandelbots_api_client/models/capsule2.py,sha256=ApWdeqjlyDS9mYaau-No46PBUI-_DtSSDsd5V50sa4g,3338
57
+ wandelbots_api_client/models/capsule3.py,sha256=d2GabDv8e4VP9hHdmHyx0_Oe5z-SaSgFWjRi5_NwQ2s,3171
58
+ wandelbots_api_client/models/capture.py,sha256=6JqNrUHV-p4QdvRizrtd6LQE71mAiBQELcwUqRzJWaU,2529
59
+ wandelbots_api_client/models/cell.py,sha256=mh0R5NTwQD-3wYuUoVo_fvm38fSaRFHl6K1ejhevahw,5820
60
+ wandelbots_api_client/models/circle.py,sha256=aRW9ZhUX7ekDPA5sbqijhhofR_dnr-Q7wtguXofaYc8,3128
61
+ wandelbots_api_client/models/code_with_arguments.py,sha256=CWawHU-41p30uaebu6vNre8hrgQQYyXSrWOTaGMjFEA,3740
62
+ wandelbots_api_client/models/collection_value.py,sha256=fF6Al0cLd0Lp9ISUlwSfW_N8j0NxyPilT9EBut7uYg8,11812
63
+ wandelbots_api_client/models/collider.py,sha256=PDFTronsKyxE9Ik20dOQWA_ufJmu9HUJ6YHyZVqsIq8,3954
64
+ wandelbots_api_client/models/collider_input.py,sha256=XLl2J1nrNK0G1O9S9HrJFYinpAbjzZq1p40qMcWlZko,3699
65
+ wandelbots_api_client/models/collider_output.py,sha256=66pV6EWvfTVsNm232-WqlODpoPu4csT1HLpJgu1sOkE,3702
66
+ wandelbots_api_client/models/collider_output_shape.py,sha256=P4XSNRtP6TrZtXuwytTNCclchRLw5b1veagbT-zRG_U,9286
67
+ wandelbots_api_client/models/collider_shape.py,sha256=uLX2d2a7yoLb1qnvOca4JM5yE762z1qzhLRUVg6Eb5M,10986
68
+ wandelbots_api_client/models/collision.py,sha256=W-P5cNEt9nl0rPE7_yjBx3tUbqxoL9FE9trUhZ5yHYU,4042
69
+ wandelbots_api_client/models/collision_contact.py,sha256=u-3p6eB6evpQdN84oUCnFQT7iV0_kw-qCNTQSm-wn6s,3140
70
+ wandelbots_api_client/models/collision_motion_group.py,sha256=2jAjGSbwvIdtC2XytOwg-md9TkU8M0UP5HhL0iZF68g,5486
71
+ wandelbots_api_client/models/collision_motion_group_assembly.py,sha256=u67uZz_Lt4nGR6WRUs1SJED5cYU88XUxArqsE8lGSlk,5895
72
+ wandelbots_api_client/models/collision_robot_configuration_input.py,sha256=223R_OD2j937Rly6R6PtgTakTchi76ednwBRTI7JFvw,5534
73
+ wandelbots_api_client/models/collision_robot_configuration_output.py,sha256=UegFu7juxsiwdFuH2AHQhjT5ygPfCp40LDhz2YrEtz0,5543
74
+ wandelbots_api_client/models/collision_scene.py,sha256=Xol0FexyoNgtd4oBg9JFQSaead1Y3NVdBxXZHk6NDnw,5359
75
+ wandelbots_api_client/models/collision_scene_assembly.py,sha256=_5L0CtXS7nwpZOm5o9WdvKW_QLZVLJpo4Lv7Ja5djEA,6649
76
+ wandelbots_api_client/models/command.py,sha256=CpU89TEOcIiGJ8dzvQMJsS_LoN_qPnSqFnxu2YgNCc4,6790
77
+ wandelbots_api_client/models/command_settings.py,sha256=I4_xfd_gaBDEryPBBJe1Vkprm26vvY033a4aAwAs-vs,4120
78
+ wandelbots_api_client/models/comparator.py,sha256=TqoU46JqhZLUlA73KIRTftiV38WYaRgLso24XlX8PqI,1142
79
+ wandelbots_api_client/models/compound.py,sha256=RAgFgZtfIPpvVDWgSLg6y_c0OTxX3jFrCoYTieeOL4I,3983
80
+ wandelbots_api_client/models/container_environment_inner.py,sha256=_cI17_y4_3njWAZsNcVd93_pC5eMAifi_0cul9kOppI,2667
81
+ wandelbots_api_client/models/container_image.py,sha256=m6UwUQZ3FqJBuKkJbhER3B8txt-IY8nLTKd0XhyFxvU,4633
82
+ wandelbots_api_client/models/container_image_secrets_inner.py,sha256=rcaLzoIGimtXdAa2CinvqjqAYxqCLkwq5o6FwDJpoQE,2601
83
+ wandelbots_api_client/models/container_resources.py,sha256=Ef5kB1vRqKEVKWSnRwACaxikVurPqi3aYfitfbEbZvk,2812
84
+ wandelbots_api_client/models/container_storage.py,sha256=tRWqom4E35fZc_wABs3Q2-SSimJ4m4Yz_nZ3otsY-vU,3376
85
+ wandelbots_api_client/models/controller_capabilities.py,sha256=rIvJHbeiCZOiVjmWdfNbXqk1Ljbb-r_WLILFJVp7YKE,2970
86
+ wandelbots_api_client/models/controller_instance.py,sha256=dYeWk7B_WnE4OUalerkU4yxnmY6YVduDnWXFUygfxGo,6418
87
+ wandelbots_api_client/models/controller_instance_list.py,sha256=rlqwxC8jdloXGPqkxH1epkkq7xxTYZvMZ8M0aJ8vHX4,3755
88
+ wandelbots_api_client/models/convex_hull.py,sha256=kkAYViYr0CdHlKjWK_EdfISyzZD1mtQQwtFidX1LeL4,3735
89
+ wandelbots_api_client/models/convex_hull2.py,sha256=0e4OQja53ULdLgH97HhdnkVilkcrcPc-uzLlnSu6h2k,3185
90
+ wandelbots_api_client/models/convex_hull3.py,sha256=44uxr5xauHHiOvVf-qAfqXsTzG134vKVXwlNiWGyCO4,3106
91
+ wandelbots_api_client/models/coordinate_system.py,sha256=nAErzqam4UBhdKND7xWwn5UmylWRYwsV24P3rlvTgj0,3880
92
+ wandelbots_api_client/models/coordinate_systems.py,sha256=Mi6mLyT1PABvzoa-ShJHVWw3UC4y19mGN49ptRcX4wo,3787
93
+ wandelbots_api_client/models/create_device_request_inner.py,sha256=G8YV6Bqic6UjXDN2UXKxy77H9GVPcEifshpKh52LvlA,16204
94
+ wandelbots_api_client/models/create_program_run200_response.py,sha256=FzosGtMlqfi5UCC0JAKDjgvCtwl0PkQ6CiAI-sHpiwU,2743
95
+ wandelbots_api_client/models/create_program_run_request.py,sha256=R9mwiipSPf6PznRqD_BEi6LSkYflHxQc2hMvnBQOMS8,2704
96
+ wandelbots_api_client/models/create_trigger200_response.py,sha256=xii-59CEKf7-Du5sgdBiEMXgO82Rt0HPwT7ebjh_2Gs,2688
97
+ wandelbots_api_client/models/create_trigger_request.py,sha256=2fbFOTVXbzQaWMXuhKVpFgDckR48_MP3qlUTyKTdAR4,3459
98
+ wandelbots_api_client/models/cubic_spline.py,sha256=--Ub-uLHo5ZWC9-iz7fd7QORYc0TSy9-VnQ4qYioJh4,3769
99
+ wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py,sha256=dQwMqU5StM6zl6AyN5XbIBl6dosOdhhywVne5AcFkG0,3019
100
+ wandelbots_api_client/models/cubic_spline_parameter.py,sha256=9SyT9KbknPwv-tLqdYHuGfX5Pld5UJuOEDLevyUNdTA,2979
101
+ wandelbots_api_client/models/cycle_time.py,sha256=WfFfJf-uUBJ1C98pyR9vGwLa4cwhyZCk2MndzGFfRhc,2647
102
+ wandelbots_api_client/models/cylinder.py,sha256=_NfsCUJ6AsK68KmFrvUI5gU0t3q8lTcc3w6sg8rsrTE,2843
103
+ wandelbots_api_client/models/cylinder2.py,sha256=M5-RLodXzMqditCKHB37cqXPgpiyM5N_UsmNAMzEMfM,3333
104
+ wandelbots_api_client/models/cylinder3.py,sha256=Jda5unOSWzxVFgiNHQBUwPSuQaIku2nbINq2evkVey8,3224
105
+ wandelbots_api_client/models/dh_parameter.py,sha256=ACKUL6qsf8LuLnhIFUwHAT35ezRUeSf-bIY3aFwt-K8,3427
106
+ wandelbots_api_client/models/direction.py,sha256=oPdwDYYLyHWKV5FFKlELto_46mLA0jqaDHtS8WP7O5g,806
107
+ wandelbots_api_client/models/direction_jogging_request.py,sha256=Z-ekou0USt-OhfcINh6ogLGURB8b5jjNwiGxLLvVNxY,5192
108
+ wandelbots_api_client/models/error.py,sha256=AEtBFFRizz4EOG0ZB3DI79I4AMeuL_fC8YMWCKFc8H0,2595
109
+ wandelbots_api_client/models/execute_trajectory_request.py,sha256=KVmaLx6gBPGrh0lJSMP0ooo4XYpQp8MKuB2duiJbuhk,7403
110
+ wandelbots_api_client/models/execute_trajectory_response.py,sha256=i2vbMz4_rUa0irZ0MoSEXYHz2IFZ0BRHqkuuBIZ2jHo,8706
111
+ wandelbots_api_client/models/execution_result.py,sha256=PFXJuDLoWuYwTQrKXUldfzaYbF8Z0jDRQmfwTHAr_UA,4147
112
+ wandelbots_api_client/models/external_joint_stream_datapoint.py,sha256=5WVI3WfOgXMH9ZXh0trAFlQyanLp7B_RTYuq13B3StQ,3146
113
+ wandelbots_api_client/models/external_joint_stream_datapoint_value.py,sha256=Lv3W2nBpdRnZQgmysL5jvOz2wp1xpgOMMXTu_bRgzOY,3304
114
+ wandelbots_api_client/models/fanuc_controller.py,sha256=QgoLp_Dd_hu8qJAbjOTOkiH5hx5fqmyuhX0z1VAMyaU,3176
115
+ wandelbots_api_client/models/feedback_collision.py,sha256=fmDPbpBCMNwBnUkmGhqeCTHVy5LIdePUAVVEZM35Jn4,4717
116
+ wandelbots_api_client/models/feedback_joint_limit_exceeded.py,sha256=gOwIdXRNgDXKfORAL7ogTLF66hxfNTMMnDdwDpOo-Mo,3461
117
+ wandelbots_api_client/models/feedback_out_of_workspace.py,sha256=qZqHYYEmzxyqjdWR3YY4G9WIfzZYo-Am_bbMajaHQEM,3472
118
+ wandelbots_api_client/models/feedback_singularity.py,sha256=wV4Utr6XyWswauAX1-wKSoOuoOfdbvn3EGOVqoiLmfM,3897
119
+ wandelbots_api_client/models/flag.py,sha256=6coyFQCRg_EGy4jYjJEBC7EvcFka8Ho51IQWDaxWNws,2523
120
+ wandelbots_api_client/models/force_vector.py,sha256=ifKLMHuGqW_5O6BY0EtjYJ_0IhAOIYD3mhxh0zM4QGY,3473
121
+ wandelbots_api_client/models/geometry.py,sha256=syE7KkHzj-odzMQDydtdNaBFs4zRXIe6VHPeXn0rDLo,6520
122
+ wandelbots_api_client/models/get_all_program_runs200_response.py,sha256=E6Rqam9aJruwlh4dPurv2XTOmkLFtclGN4qiY8D6BhY,3805
123
+ wandelbots_api_client/models/get_all_triggers200_response.py,sha256=GzBZEVUxWHciYE3nNBTRkrbTx9fxNlL102UswNVF_jQ,3741
124
+ wandelbots_api_client/models/get_mode_response.py,sha256=8DcQrZH8Xl3IK107R13RT0QvQVHP7zfIZhmXdFpA-SE,2679
125
+ wandelbots_api_client/models/get_trajectory_response.py,sha256=0n8dwNoiS0I44bwQqhCMYPzomTHHPm3HVKVmd1YHTJw,3909
126
+ wandelbots_api_client/models/get_trajectory_sample_response.py,sha256=nR-u25XgEsyBkMN9dRpVliDOspsEHxgKN84HlB4ColM,2940
127
+ wandelbots_api_client/models/google_protobuf_any.py,sha256=-Esv0rzKD3SNp5CoUncEG9FvSlRV9gPxkLqBn9jBdm4,3371
128
+ wandelbots_api_client/models/http_exception_response.py,sha256=Nv0FKoLo8HjNzF_1crNdRF-7eLQIEKyEvCyBMOtiDsE,2651
129
+ wandelbots_api_client/models/http_validation_error.py,sha256=LrAewfgtCbkz_4dgwN9M6Tp400baIS9xw-yHu2Syw1M,3709
130
+ wandelbots_api_client/models/http_validation_error2.py,sha256=UCkd7g4c0sGUJjgn66aQBjxhRPW5aHjGbTGwt1QGZls,3718
131
+ wandelbots_api_client/models/image_credentials.py,sha256=Tfv2oqDZdKipf-lkS4_fkFzFBkK7E0v5lnwkl9yI6os,2791
132
+ wandelbots_api_client/models/info_service_capabilities.py,sha256=fuCF6SyOSmSNeQ-9hHneRq-quIUsUC8K6vu4PeTB6j8,3946
133
+ wandelbots_api_client/models/initialize_movement_request.py,sha256=BDlMmtLSyWLcvS839C258LXJz5sUIbqiMs8hig0VZ-s,5406
134
+ wandelbots_api_client/models/initialize_movement_response.py,sha256=cLGDmxrmdCVJL8vxi0WRXygLkpeBaehEAas0nhqCi84,3085
135
+ wandelbots_api_client/models/initialize_movement_response_init_response.py,sha256=UNF6TawInBcc1z6sg730KSwXSMc8C1elihxlZfHxurc,3102
136
+ wandelbots_api_client/models/io.py,sha256=s2EMIt-bVuH0Qx8WDyvlBlIkOo8_YeRSQVmFXikK1vw,3242
137
+ wandelbots_api_client/models/io_description.py,sha256=tHIwKs6KyOdpMIxGhlDmLmCMfyMXzgFk4esHzKed2tc,5660
138
+ wandelbots_api_client/models/io_value.py,sha256=04KWE3GN5IE1kWrS2zkhAncqi1jodpZ5V7IRxRLFB3E,3814
139
+ wandelbots_api_client/models/ios.py,sha256=oOP_aaHtroEdWhvWeOjvSkdSpbRP5S4JB3VCEiDR-8Q,3553
140
+ wandelbots_api_client/models/jogging_response.py,sha256=rVvCZSExZraPiVfvCC9Vy7N8mgsKqLNYbvvr9JGYUZ0,4005
141
+ wandelbots_api_client/models/jogging_service_capabilities.py,sha256=Y0-p2AzDsGIhjeoYZBatBq9GlkNq3Z3B84srxYpNZvw,2915
142
+ wandelbots_api_client/models/joint_jogging_request.py,sha256=fDjjY8n8MSxdJVqmoSEMn-QuQ8VR0GPlfipZknuyQZ4,3738
143
+ wandelbots_api_client/models/joint_limit.py,sha256=RNMbcqOurNSMTDLDLobKYKFCvv9Em4WbJyw8wvHrXMA,4192
144
+ wandelbots_api_client/models/joint_limit_exceeded.py,sha256=wm89cfiiRHD2Li9JrMgQ4hcImyxIHZtgf1kay75HygQ,3217
145
+ wandelbots_api_client/models/joint_position_request.py,sha256=17uRGligq8VHghjMmrVIxrgkePKASjtciLXWj9CZNRc,3659
146
+ wandelbots_api_client/models/joint_trajectory.py,sha256=LxfMLIFMwJ8G4qRgPrnubjJfv9DdutLOp-pQnt7Nx9I,4502
147
+ wandelbots_api_client/models/joints.py,sha256=PfS5hrVmwhMySd7fUJvVaLDwo9NT_m30qqVIMG1OfRQ,2989
148
+ wandelbots_api_client/models/kinematic_service_capabilities.py,sha256=2gUtQXxN-432u8gVlj1ovtzMJUxTS9qoFVkur1d_Y7A,3276
149
+ wandelbots_api_client/models/kuka_controller.py,sha256=QV1fqVSJk2mnOz0vzeXkNf4Z989iTEnNNQeQdMlL4XI,4255
150
+ wandelbots_api_client/models/kuka_controller_rsi_server.py,sha256=P-AxcSqu0nCTxW_hCKItRwJwCiqZfUaVhPWO4hL0H3w,2760
151
+ wandelbots_api_client/models/license.py,sha256=2N2676JQsZYbLQQ5n85ADH3mjCCuayPtatPYgV_DoWA,4590
152
+ wandelbots_api_client/models/license_status.py,sha256=HAnUEAxwzaf6oWtHurkC0GGds2ZhBXYCA-monve3f8A,2731
153
+ wandelbots_api_client/models/license_status_enum.py,sha256=dzoA57n9136WtzNyRshDvxzu_chDy7BJ1e8RKhztBrY,819
154
+ wandelbots_api_client/models/limit_settings.py,sha256=06AN80zfkQFmO2PJbApr_5Km16OgcDMl25eWS1EYacw,10559
155
+ wandelbots_api_client/models/limits_override.py,sha256=BKcOrQseZ_eF4yGzm4hpX3O6ua9OcOnJO-R5hO5yxy8,4907
156
+ wandelbots_api_client/models/list_devices200_response_inner.py,sha256=F4_x6KwOgl4xfuBmy5hGiA-MSSw8VCOCPUOCkY_OS18,16237
157
+ wandelbots_api_client/models/list_io_descriptions_response.py,sha256=4E1ij50eGdiz810SYBBPgQtDZ8x2e5TQHviy7bYHVhM,3787
158
+ wandelbots_api_client/models/list_io_values_response.py,sha256=m_37lFg9X_Lkf7C2JAvPwkyxn86SbMoBQmkRo5su188,3673
159
+ wandelbots_api_client/models/list_payloads_response.py,sha256=iD0vA4HGE8irfofnhu1bs_wCVUAbqLqXxM_hYsRuIAI,3690
160
+ wandelbots_api_client/models/list_program_metadata_response.py,sha256=O9ZdlGcPSGJG3iegTMIYP8zDy1INbWL6Gv2JrXiTMhU,3768
161
+ wandelbots_api_client/models/list_recipe_metadata_response.py,sha256=6t8AF2dKhIDjYZY9Vp25JbjplnqdpeQPq5BgMT-Ir3Y,3750
162
+ wandelbots_api_client/models/list_response.py,sha256=oL53fYWGgiWevem_91iOe4gyz0qs7zkj5gm_ebTkoTI,3785
163
+ wandelbots_api_client/models/list_tcps_response.py,sha256=WHp9IomK2Puyh8nGVryLSEGDAo1yN_uuVcblTBVmZuk,3799
164
+ wandelbots_api_client/models/manufacturer.py,sha256=4Tnj9zaWbknXxd4OSvnZfO--nyTsUdtONBeysHxnO7w,784
165
+ wandelbots_api_client/models/mode_change_response.py,sha256=VVmu_g38ajO_5S18QimVhZX7aWlbMa7wva8msryUqUY,4166
166
+ wandelbots_api_client/models/motion_command.py,sha256=pa4sOJaVddr2fmnAOHs3lN2BofJw761axM41sCd40LU,3914
167
+ wandelbots_api_client/models/motion_command_blending.py,sha256=tWLQXLtIfsQrMddruEq6eLV1ZBHHCySd9xrmQ2fGRSg,6177
168
+ wandelbots_api_client/models/motion_command_path.py,sha256=XO7be6cOoZsTCLGjwheMFtuxTIMIjmevIkYR6mQG458,8744
169
+ wandelbots_api_client/models/motion_group_behavior_getter.py,sha256=nXVrMDk8Jyl52tkKjjOkzThiTQdd5xQERTN5znLCZlg,2660
170
+ wandelbots_api_client/models/motion_group_info.py,sha256=GkFLPDOsYJLDbWIzrXB55BCJgGFOQ6Yd1RC6CbbK3AE,2978
171
+ wandelbots_api_client/models/motion_group_infos.py,sha256=D76rsb4dDOElLGAL2TsXaSRHSZLVWHeNDr2_DmhJHhs,3725
172
+ wandelbots_api_client/models/motion_group_instance.py,sha256=LJC-47YyYKaX5gYVyDC8dIg2yFHUWZsaApSeQxuQDEk,3697
173
+ wandelbots_api_client/models/motion_group_instance_list.py,sha256=m8XuJX3rMNwfWgBlyIA2-HAqPrEc14-Ez0w8Yzn6H8g,3747
174
+ wandelbots_api_client/models/motion_group_joints.py,sha256=uV6qgS-ALe3_yAPGv3OkfPR5KexD5WR6dYsmjwAYqNc,3460
175
+ wandelbots_api_client/models/motion_group_physical.py,sha256=yCAnU5JAOO3hDzRDa6xf6-BUs-0PbEg7g7gSMXQtO_g,4015
176
+ wandelbots_api_client/models/motion_group_specification.py,sha256=mxNJlqLXiwquOL2EmMmQ00EI-abwGbpqs0GPAUOaR6M,5987
177
+ wandelbots_api_client/models/motion_group_state.py,sha256=9YQSFTn5A7uWefYBfQ8HNf1Nv9XCuIt7mI3fobRpbOc,8687
178
+ wandelbots_api_client/models/motion_group_state_joint_limit_reached.py,sha256=YphJk9A3IoN5xX2ijDZQ8cJv1wOaMxsGufUFJz8bRa4,2911
179
+ wandelbots_api_client/models/motion_group_state_response.py,sha256=-6NFmG_gzHELx-C2AEcAhZjSG-4j7e4HJU80TUU2mHo,3842
180
+ wandelbots_api_client/models/motion_id.py,sha256=NMpI92l6eXALrzBzD2Yw8oIkdQ8YSUMsfNJbf71h2q4,2767
181
+ wandelbots_api_client/models/motion_ids_list_response.py,sha256=tulqPm52hEMR7VH-h_yKL5Pu2RBwfsK6Be36Xqj2p3A,2852
182
+ wandelbots_api_client/models/motion_vector.py,sha256=C3bYEHdijmRG0xyYLS12ClPVn_UCdmsRbcWigby-N_4,3421
183
+ wandelbots_api_client/models/mounting.py,sha256=APQUuOdFhRX-awr9AWoLYVJZSRBnRE_glfbECmduvsg,3147
184
+ wandelbots_api_client/models/move_request.py,sha256=6szDD-XrTGi5o6nr1T2Ht-AEwlBlXT2ixc4XwG7AQck,7813
185
+ wandelbots_api_client/models/move_response.py,sha256=AISjl5EEwJeffaWpkrlmDPhB6TzBWwhQ2VLSHQf7-sg,2970
186
+ wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py,sha256=LaOXyIWnYJnIOCfSMbwJzd8faeJa7jpU9fsx3Y2ivY0,4717
187
+ wandelbots_api_client/models/movement.py,sha256=wOqk13yYzQ7JUR3vQlXZSTXfAA5ih_f11fdONVbwpC4,2977
188
+ wandelbots_api_client/models/movement_error.py,sha256=MM_CdgknpJH5OeO-_MnHmRnD8BUG-sdYRwaMW6lUefo,3046
189
+ wandelbots_api_client/models/movement_error_error.py,sha256=7YTOeIR7039BYSq_v253oMRxVz7w4Vrc7uaSVCxKzh0,2691
190
+ wandelbots_api_client/models/movement_movement.py,sha256=0FAiWm5AYKrO_nSCEFKq0G9aFub6IDI1Qw1a-3SiwB0,3395
191
+ wandelbots_api_client/models/op_mode.py,sha256=GU-Dkxgprb5cDqHq8G0OGaUXiLF9IKA_PG7ccTqzDXI,3157
192
+ wandelbots_api_client/models/opcua_node_value_trigger_config.py,sha256=SBdOpkKG1fGjY7nzMYrQqnndwDh2QheszQPeM2vI8Fg,3437
193
+ wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py,sha256=7gwGPxI9MM2spCpi7-1Amlf9edYha3akh3wXaew-SLg,5716
194
+ wandelbots_api_client/models/optimizer_setup.py,sha256=S5YWwmiOq3yaE0XaEIxTn7K4pJ804uRGpVVpqpWD0CY,6253
195
+ wandelbots_api_client/models/out_of_workspace.py,sha256=irP6evgEEbvca4h_QBctKersc2OZ4YLLTVBrd7m2-ts,2973
196
+ wandelbots_api_client/models/path.py,sha256=oU82-1eVrm66cTDzerkShhSRF1b6ePEF9QZnDB6EL8s,3615
197
+ wandelbots_api_client/models/path_cartesian_ptp.py,sha256=wR9djBjxmgNwPlIwV6vtmFi226QYGCHBb-YMo7rp_3Y,3660
198
+ wandelbots_api_client/models/path_circle.py,sha256=W4G6ceAYnCLhLxz5AR-5dhQDlzRb5La1-qbDpoPSBDU,4009
199
+ wandelbots_api_client/models/path_cubic_spline.py,sha256=KGUoCPv17r2wBW08fmmtKWH4Xp5Kvc6BYu-bkll5MdM,4375
200
+ wandelbots_api_client/models/path_joint_ptp.py,sha256=VmovvpkakbHC6v13TsUgJPAKXQaduNkY1OZAkA8WWHg,3191
201
+ wandelbots_api_client/models/path_line.py,sha256=ipJdKvU5vSHo8w_xzji1Wg7JDiMQNioTGakHo5orePA,3496
202
+ wandelbots_api_client/models/pause_movement_request.py,sha256=84vXwM6cOaHCSSh-0Auf65LN7rx1vcv2Srt-c5EUjZE,3275
203
+ wandelbots_api_client/models/pause_movement_response.py,sha256=QqshYU3NU8tL4tyJsnBZwcFdqt7yHEKl0Fs5LW0VnMU,3284
204
+ wandelbots_api_client/models/pause_movement_response_pause_response.py,sha256=72qHzuXuz0iEPbrt6kzBd-jZjn6qVj1F5Va5aTls7W4,2995
205
+ wandelbots_api_client/models/pause_on_io.py,sha256=QjDLxzjDCM5Yq2Z4BoPfxzcEZfggQwTthGPWxvIPQkA,3196
206
+ wandelbots_api_client/models/payload.py,sha256=epsMYD3MDpNygwtCxHj6slvp3sOQ0dq49-qmwG5kw58,3626
207
+ wandelbots_api_client/models/plan_collision_free_ptp_request.py,sha256=b5GpjShDx3T_H9PA-H1j5KS0FYiCnX8c5uKyVxPpdD8,5278
208
+ wandelbots_api_client/models/plan_collision_free_ptp_request_target.py,sha256=EV1HvBTdac96MuI0OT2TJikEw9A7ejjkjOGS0r8ZWec,5473
209
+ wandelbots_api_client/models/plan_failed_on_trajectory_response.py,sha256=K-KyrIoos0BaNCUfR8I6mrkssg8Mc7hUlEkpTNIFAFw,6446
210
+ wandelbots_api_client/models/plan_failed_response.py,sha256=4p7Sw7WtRjwTD_iUVszNQ9T2X3XszM1T9DG6C7iCGYw,5390
211
+ wandelbots_api_client/models/plan_request.py,sha256=zON27WxMYw4_L025oBwPXT_udYMDM83_ERWsOPHHGh4,5408
212
+ wandelbots_api_client/models/plan_response.py,sha256=GdN6NlbGyocdrKVzKRqNotG7sI5qyZQYEmVa1OMzJRQ,5098
213
+ wandelbots_api_client/models/plan_successful_response.py,sha256=14ZLGcj3hNIFwl_2q2LAIi_6CVcZAz0kPqCpFFCsNgw,3320
214
+ wandelbots_api_client/models/plan_trajectory_failed_response.py,sha256=HfER7lg-zvYJXgU5_Sa6pYbR_OIWaGz9B_KhnN9nOGU,3924
215
+ wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py,sha256=uP0qfzgvGq7-jSCoARB9Zpb37U6-5g6oS6-NGRWhTow,8712
216
+ wandelbots_api_client/models/plan_trajectory_request.py,sha256=RecqY_XaQUhetpPaKJYdre8jLTaSJbG7H5isgSp2dnA,6230
217
+ wandelbots_api_client/models/plan_trajectory_response.py,sha256=M9fdnNmRXcGYUPoD3KZa-mY_RuzGXB76EWZu-V8Nv98,2969
218
+ wandelbots_api_client/models/plan_trajectory_response_response.py,sha256=Zb137ltuLBkU3vieCMg8Ubiu2LQENgBMPT-1vyp2isE,5675
219
+ wandelbots_api_client/models/plane2.py,sha256=sPCBvEaSUO304jiUSxON1H4IvJiQgX5yD4GUGoy5OU4,2844
220
+ wandelbots_api_client/models/plane3.py,sha256=WqQpX3_0vpE7aRJFQ5-rxUPEkF4eJ6d4tkycOtRSWXQ,2863
221
+ wandelbots_api_client/models/planned_motion.py,sha256=N7YwWxIOS9ArjgMCVQNcJpfC9T04IRs8thNxWGSAqbM,4947
222
+ wandelbots_api_client/models/planner_pose.py,sha256=P17x8gJ1u7X-j_BZVeJBuihsIOpIRLbOIluxzO36_gY,3283
223
+ wandelbots_api_client/models/planning_limits.py,sha256=I2G59pUpIe7iU-_5BLsnOzuxWas7IgPw4JCZAYPuxIM,7213
224
+ wandelbots_api_client/models/planning_limits_limit_range.py,sha256=Tu8odZVX3qwV9hsgCCYzSYCe3CpL5LfdZhgjqnXaQ4M,2804
225
+ wandelbots_api_client/models/playback_speed_request.py,sha256=trN8lxrkorZK-1ct1ay4Svc6PvUxe4cWUhArGDXzvjU,3614
226
+ wandelbots_api_client/models/playback_speed_response.py,sha256=Fi5isgicT60IIYWlHsBNu611ur-ZR5Su9_ZQdWvUBzA,3150
227
+ wandelbots_api_client/models/playback_speed_response_playback_speed_response.py,sha256=hK3LPGeWIyK1vfLN9nBb_3BsXm1RemERnjXcRNqe5no,2793
228
+ wandelbots_api_client/models/point_cloud.py,sha256=unaoTahoHkzDjSvZbzMj5aNwudCY7-DRMHd814itrRM,2561
229
+ wandelbots_api_client/models/pose.py,sha256=PFG6L9ZB-1c4Igyf0L1qfyUHH46g3Bt7_CqPDhYfqz8,4010
230
+ wandelbots_api_client/models/pose2.py,sha256=EBCLPH5TNQez03ODgjvEzbATYCAL9HGB96lo8fEHJlk,3356
231
+ wandelbots_api_client/models/program_metadata.py,sha256=SkfWOVlGa4asFCh_Phm-ttfFFibczEgaJr1TEgare9I,3476
232
+ wandelbots_api_client/models/program_run.py,sha256=5mUReLOOjtljoe6euNbI8Er8515qttti4WF35iTWJNc,6288
233
+ wandelbots_api_client/models/program_run_object.py,sha256=-UspeJBG5KKuX8ZfTSYxzJDVxH-2xBYTQdDMKooI-Lw,3634
234
+ wandelbots_api_client/models/program_run_state.py,sha256=QmRyauOsdyVgpFLmjeyRFSTzh8ViVEi5gxmwseGFymE,805
235
+ wandelbots_api_client/models/program_runner_reference.py,sha256=SW9ZmRoD-Zjk5s_WyBCU36zcEWQ31ogMDUBuKNJytO4,2728
236
+ wandelbots_api_client/models/pyjectory_datatypes_core_pose.py,sha256=03I91IWuJUOyqeaeHtY72LuEpgE5vBdBPZH8daxsjlE,2846
237
+ wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py,sha256=QuTjatmqNGYSN-i_JvCT5GVtOJI6hU5Zu6C7y09zJvY,3032
238
+ wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py,sha256=9rtVkQhwZy81Q6Z3xos9IzhPYbWi0nOzviTNx9K3AbU,2809
239
+ wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py,sha256=RQKdm219LSSO6XYtHWR_ggxoYPDZfAImhc5jND5hg38,2777
240
+ wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py,sha256=Zg_cHJDiyl4qm4u75EYmEIE-GlS6atJb4zfkQq0Q5aM,3753
241
+ wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py,sha256=AoKvHxpZgIC6syFU4cDfqKpde-THGG2eIkP2aIU3D6k,3285
242
+ wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py,sha256=nNBbCOpNJZKmYZyz9oFvdFiKvmmgnkArxk3r7YRJusk,3241
243
+ wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py,sha256=XH3JdCOQ3pPpWgE-DusR1Q22OVv3Vnn8QeW5mw37XEo,3974
244
+ wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py,sha256=9c84PDOI4-sQ0LPst3BQra_sTJ8MEbsBqBbr_KUDZ6c,4553
245
+ wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py,sha256=tyf_WuUXWKGYeEuDlxtIb0xW8fcPjiXB0zM220Fg4UQ,5404
246
+ wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py,sha256=s6ze7S8GRGgN1183bA50lcItCb5tFxt_jxgwYOgmd-k,5416
247
+ wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py,sha256=AyjlqpYmlFrXHw4ZRKKxzkq3GYL92mhNILlVMRYc-cw,3247
248
+ wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py,sha256=tJSNIhMcZNas_EQjE12L7lUGuEpoytg6D0_YHBkYxSA,3343
249
+ wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py,sha256=PUb1srNdle-ZdnfSHEQ4iishnpDAimq0qd1cbf3YkMU,3075
250
+ wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py,sha256=xeigL5-IzI5zgO5MMzSbzfI4PKkdoMuWa0vkfYgi5f4,3093
251
+ wandelbots_api_client/models/quaternion.py,sha256=KqP64E_HH95bi16uJlKF8kTI7pkegJqrzSKpEkF95hg,2904
252
+ wandelbots_api_client/models/recipe_metadata.py,sha256=Z_Kai4OK5FAEPCvhATA_fn0aAEcxz_cwhqhknR3miOA,3231
253
+ wandelbots_api_client/models/rectangle.py,sha256=D7-xBmvCq6h3fTOtt1Qb-mZuWqP5c1ShRaW6rSzy6D0,2833
254
+ wandelbots_api_client/models/rectangle2.py,sha256=vow6jmp-QmxjSJpdEYI-NQv-iv7_bKinGfWAxecYnjM,3241
255
+ wandelbots_api_client/models/rectangle3.py,sha256=xf5xXgtZQTYyCzilJaynDS1T3I12TLHbtL7ZJ0gn5KA,3122
256
+ wandelbots_api_client/models/rectangular_capsule.py,sha256=hnkkrz_rhiWls2gU3YTbT4MwU4DUB34H30QH3YjHCys,3346
257
+ wandelbots_api_client/models/rectangular_capsule2.py,sha256=cj0R_a6NCNmaadwJbSHhkU6w8kciw6EVPsC08Ib1sD0,3772
258
+ wandelbots_api_client/models/rectangular_capsule3.py,sha256=BxQvzXyQEJ7WrK4HkFncMUHNkiq_ushF_Ud9VAlUfM8,3602
259
+ wandelbots_api_client/models/release_channel.py,sha256=tacRf5xbgkS0eJPXCEBPxtrgdFbP5qUnvQZss80-wRU,850
260
+ wandelbots_api_client/models/request.py,sha256=8VeoBBHXeWcGu1oFCEYhOTXIJ40mTG8VY6NJ09ksDIc,4993
261
+ wandelbots_api_client/models/request1.py,sha256=GeiW68cAXq8cYfPGB2iX3N8BTIMhCDtHYg054gSmzqs,4970
262
+ wandelbots_api_client/models/response_get_value_programs_values_key_get.py,sha256=viZvpBfzuy9vqfuD8ss0LKms7Zuvcfdrz7oHN3Ch8wA,11863
263
+ wandelbots_api_client/models/response_get_values_programs_values_get_value.py,sha256=0CDga2MgDCZG9hBQr5-Po38lXUwQtfFpS8S7HD7agwc,11995
264
+ wandelbots_api_client/models/robot_controller.py,sha256=qq5JaTjeKlyKR0rSP0AH2D1lejohdkRJ9HTZdWeV8BQ,3726
265
+ wandelbots_api_client/models/robot_controller_configuration.py,sha256=LKIwb9oW_kLjgDojN8zHLxyRMn4wNgqyNTnFFQWE2Qs,10280
266
+ wandelbots_api_client/models/robot_controller_state.py,sha256=EH22nyynAKVIJPK_j1sEkOQRz-d-XioIjf_fllhDvd8,8053
267
+ wandelbots_api_client/models/robot_link_geometry.py,sha256=4R0JNQTsDkIhfH4jw9iSulaH3IDGICDi18gOOmY03sU,3191
268
+ wandelbots_api_client/models/robot_state.py,sha256=OnloDgJjAi4GBfXZG86vZCnP7uR9VnKItWGw5KkQYFM,3283
269
+ wandelbots_api_client/models/robot_system_mode.py,sha256=La-ZX3mjSZB1xgyMab_n5nuGf0A7bwBk2wae7Y69QvY,2591
270
+ wandelbots_api_client/models/robot_tcp.py,sha256=Zn44_UTwP-bVmdELekE0Uc2EgGphb92Y6o8VKZKRWL0,3575
271
+ wandelbots_api_client/models/robot_tcps.py,sha256=qfEzGVAEGqRC0nAkOprUE0KIGAP-W8eanqVLzJjJ6Ak,3589
272
+ wandelbots_api_client/models/rotation_angle_types.py,sha256=TfP10uAy4OCYPpKEg6mAvV1W7kHA2ud2nfQis2VRfQM,3004
273
+ wandelbots_api_client/models/rotation_angles.py,sha256=IrUMcl87Q1AMDDIg7Qc8NyyoGgSbPOgtgmCj0YHUFtI,3082
274
+ wandelbots_api_client/models/safety_configuration.py,sha256=2HXVRoPGC-0MAe8KJAYd_gF-Ueb1h_LRXWVtHlMWAks,8501
275
+ wandelbots_api_client/models/safety_setup.py,sha256=6Ed1B0WNINOOIlG32ACr2Dk-lFRdQX61sOID1rfc1Cw,7726
276
+ wandelbots_api_client/models/safety_setup_safety_settings.py,sha256=3ta7-ET5Vp95m16wRGZNJ6hi68GaH5xc_DZ11-ikNKs,3594
277
+ wandelbots_api_client/models/safety_setup_safety_zone.py,sha256=jTF7zZdtMQeTTNfmx_XjEVEIZ8Or-DFtWvbKlu7ssD8,3582
278
+ wandelbots_api_client/models/safety_zone.py,sha256=4Oxf1NEHn4rfDSkd3qFuQbssKMPqAK4JGKJPVL6Iz48,3153
279
+ wandelbots_api_client/models/safety_zone_limits.py,sha256=HqZnA8tI1oUkJzqHv6KkCeH-vwTWvb-RIRcCZyHRiSI,3001
280
+ wandelbots_api_client/models/safety_zone_violation.py,sha256=4ubVWbAgP_RHi_yMpDwwhkyu1HApnuHAS57KbncGFBw,2804
281
+ wandelbots_api_client/models/service_status.py,sha256=kV0RPJAwW3Dxj2UG2jmJF1Lxo9imp3JiwOUoOB5Y4Ko,2959
282
+ wandelbots_api_client/models/service_status_phase.py,sha256=azNDQ0ahibeFf7rHati9E96vnSTsDaIBhbLFc6IP_W4,1112
283
+ wandelbots_api_client/models/service_status_severity.py,sha256=Dkt24NeK78veDk7mduJzjXe3kxu8g1QuyORMI8v-ygI,755
284
+ wandelbots_api_client/models/service_status_status.py,sha256=sK-JRBe6MIfmo9sPrPF8YTQo2YLNMJ06iNF8TONeyxI,2945
285
+ wandelbots_api_client/models/set_io.py,sha256=aGlLDOwaLSCaq1sgovJrX-IiRDhO2b7pUz3izaoWGKI,3056
286
+ wandelbots_api_client/models/set_playback_speed.py,sha256=TNqcjLgQOnW9EMbB_gCjAH4n10c44OCHVJLGT4Mg6mM,3675
287
+ wandelbots_api_client/models/single_joint_limit.py,sha256=MLmlvZjmNK0c7EocWjYO-3IZMTj8fO7weWl37Ya2lrw,3749
288
+ wandelbots_api_client/models/singularity.py,sha256=mB9elPqmloMgeEUxR5mKhhZsXTtCqMqEwOhoIHUqpAU,4042
289
+ wandelbots_api_client/models/singularity_type_enum.py,sha256=Q4Ftnf5D5WWor4EefIaNxbNTzQHpOkrwiu2z-jDPJ1o,753
290
+ wandelbots_api_client/models/sphere.py,sha256=iLa96UO92DmolbrRDf1U6ad6D6ZnmyMPDKfk5mrFg2s,2679
291
+ wandelbots_api_client/models/sphere2.py,sha256=l8oUOma_YHnt02DJPAXg94Q940gd3LucVkAEnK-4JuA,3051
292
+ wandelbots_api_client/models/sphere3.py,sha256=owujCtnrjU9i5YXiNCNgzk4iEuAgf7aR23nQdAZpYgs,3009
293
+ wandelbots_api_client/models/standstill.py,sha256=5M-S_o_UGEOUMxqoA07FZL1m35Pa_ipECncENyPY0o0,3004
294
+ wandelbots_api_client/models/standstill_reason.py,sha256=LavfpNaIo__sLUX2Ui4DNhKfqL_215EfDfnibgy2ics,908
295
+ wandelbots_api_client/models/standstill_standstill.py,sha256=oZxaMyxVX2m6_o7kBbfadUflccKwGfXClMzaTsAjyiE,3290
296
+ wandelbots_api_client/models/start_movement_request.py,sha256=NcKhHp1kNjqunlN2Q9Wlq3xQycPGrbb6Awkhj5CQYWM,6024
297
+ wandelbots_api_client/models/start_on_io.py,sha256=vmfpVTqwQsLkTYujY-cIUEYDJDgwN9zSO2As1JFHumI,3175
298
+ wandelbots_api_client/models/status.py,sha256=9hZb2VbI__b72nDW12hYKmS-eKi_ION1nxlbCvmlHro,4704
299
+ wandelbots_api_client/models/stop_response.py,sha256=WEjyPBsfVO4ouDHrSnjwukS_DeNAl5ZOxeTrrjiV4wg,3625
300
+ wandelbots_api_client/models/store_value.py,sha256=p-s5Ky2Q7vJsxoe6qyK9SZGBhpbNY7ZDd9T13J_uU-c,12437
301
+ wandelbots_api_client/models/stream_move_backward.py,sha256=BGMsdN_CkmVwb6HIRD8oqepmLfgiIBMa0rdO_Crl7Vg,2875
302
+ wandelbots_api_client/models/stream_move_forward.py,sha256=1Zt_dFG7rDyB0PiHhbWSdA74hEwJnl-ChZAuGd-B8j0,2862
303
+ wandelbots_api_client/models/stream_move_playback_speed.py,sha256=p7tlhLEsUl5kKP6QfOHEj7SShGLIqBhrY0K1nXsqBhY,2970
304
+ wandelbots_api_client/models/stream_move_request.py,sha256=LNjQ-07MT9HwEeKbBTKVIQ3soE0GlwiVtmB8hQWrCCw,7964
305
+ wandelbots_api_client/models/stream_move_response.py,sha256=yBPTrfaLtwNVF-C24mG349M-FhpE1YQRY_Rabowc04M,4264
306
+ wandelbots_api_client/models/stream_move_to_trajectory.py,sha256=9p4p47U0dNA3_-ohsBQzbRDgxiRs26LJbSqzweK54TQ,3033
307
+ wandelbots_api_client/models/stream_stop.py,sha256=td13liTxqwJFgtVuxvjDg16LEzOlmlwdCxC0WME_jHg,2795
308
+ wandelbots_api_client/models/tcp_pose.py,sha256=vu62nHb3C0vdNuZYNDvhW2EXot7w_1Lz7vpeAHxpQsE,3596
309
+ wandelbots_api_client/models/tcp_pose_request.py,sha256=-Qj5nRn1YwsEz10CIrurw5B60cJrezAvrooDAjft5qU,3654
310
+ wandelbots_api_client/models/tool_geometry.py,sha256=E0n7YJlOASKFzhWrCCZOlqPHxzHQaPbObvkBmUp1pI8,3942
311
+ wandelbots_api_client/models/trajectory_sample.py,sha256=KkpTfrFYQrjdmUHQGf8NTc5eUP-_pNiGvW7XCY2bEmE,5752
312
+ wandelbots_api_client/models/trigger_object.py,sha256=WRi-dvLR_CTC5jeiH0-YCKz7Cxyv0b6z_SRjtDHPRaA,4146
313
+ wandelbots_api_client/models/trigger_type.py,sha256=uNqWlSpD3M3EKpo3Ja9Jedh-g3raZwV82PXAkCXtqFY,718
314
+ wandelbots_api_client/models/universalrobots_controller.py,sha256=RjeMUveQ3FMfkBmZ26FnyWhnOTReIpS4RtrXcqGqrek,3251
315
+ wandelbots_api_client/models/update_nova_version_request.py,sha256=wvQEia4wYV0hyEureLNKNQBqfmfKELZKUFYj40FeKdc,2718
316
+ wandelbots_api_client/models/update_program_metadata_request.py,sha256=GL7L_Q8BvNqdrLoB9TGkSOpfws2TV9u312OrA1c87AM,2901
317
+ wandelbots_api_client/models/update_recipe_metadata_request.py,sha256=OD6DgGmt0-J1rTDkoDWqFKJfQFQq1x03Uea_eSrSFDA,2933
318
+ wandelbots_api_client/models/update_trigger_request.py,sha256=iIVbGrsVja6U-PC_HJBofXNTuion0arcZpxtt1fcVZk,3363
319
+ wandelbots_api_client/models/validation_error.py,sha256=8s2G0ufDSrF-HF7qmCGZCMm_WAUCCz1cFGJuvNVY3Ek,3820
320
+ wandelbots_api_client/models/validation_error2.py,sha256=_zTkSYPU1DOR40S6SaCRcEGztm2_VCjf5tL8Jp1gEZA,3829
321
+ wandelbots_api_client/models/validation_error2_loc_inner.py,sha256=jjjQMdLfSDf1kShOn4jc0xs-JEJrds1Q64e_Qd-T2r8,4852
322
+ wandelbots_api_client/models/validation_error_loc_inner.py,sha256=jpU4482KhsEKBuIR1CNlFOd1nDE8zAUPZIviijjQa5o,5263
323
+ wandelbots_api_client/models/value.py,sha256=35mI12UvoBM1SVmtmP5Mkl7f2WzhyiuSey-R4ViysaY,11662
324
+ wandelbots_api_client/models/vector3d.py,sha256=Iaf639p9r7YmDprbsjHMUnVHZhEqt00472KhnzDFFzI,2742
325
+ wandelbots_api_client/models/version_number.py,sha256=e5inSN6SLbgR92-GfLiw4DbyYgOzUB59H9mODFirPYQ,3919
326
+ wandelbots_api_client/models/virtual_controller.py,sha256=La9EZaZacWBB7IWFR-TKRn5wGM5ATQC9LI0o5nc-wAQ,4375
327
+ wandelbots_api_client/models/virtual_controller_types.py,sha256=8JXzdce7iQiR-Et-TzhKAwxSAVJywcAhtBEI9tt5C7g,6572
328
+ wandelbots_api_client/models/virtual_robot_configuration.py,sha256=hSE-ATghHP7T0--x1LGmKjO3afMkRAvb7W-qvhgAWlU,2958
329
+ wandelbots_api_client/models/yaskawa_controller.py,sha256=Qni-K_9wsekMuvwd1tjSGUYO6GXzcpqorNe6WceZAiU,3192
330
+ wandelbots_api_client/v2/__init__.py,sha256=66gI8GHK8qEiTIzcFloM4kDLsqXh2DR1wwo1p7M4Am8,1026
331
+ wandelbots_api_client/v2/api_client.py,sha256=OdsiGX8_Pg3KZBnFdIU_6nqxxya_4BTYXKNUgxb7cuw,27934
332
+ wandelbots_api_client/v2/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
333
+ wandelbots_api_client/v2/configuration.py,sha256=IwgOMmNtDfKKbvcuxQoK-j3mSbebV8FdnJbnESoqhOc,18885
334
+ wandelbots_api_client/v2/exceptions.py,sha256=Ca5nkeVDg0VRjfjpyMekJd9c9OXUXfnd3aSOFDxRIZk,6432
335
+ wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
336
+ wandelbots_api_client/v2/rest.py,sha256=2NwLYJ9HyXfGOM4vIz-AD_cL-BwZOzl5NvoHm7p73jk,7263
337
+ wandelbots_api_client/v2/api/__init__.py,sha256=nSlcUz3tOOcpazfb8NtrTfNZI8rVJUTlCHAnaSMGcBI,1780
338
+ wandelbots_api_client/v2/api/application_api.py,sha256=5OkXWTFGe5zuKUxblCw6Lh23tXZQZ6RfIEtPnbT40gQ,71037
339
+ wandelbots_api_client/v2/api/bus_inputs_outputs_api.py,sha256=QxLWvgRJhtwJI2WuDb3C-VWjlxF-76EEclbpUMHAzAg,215011
340
+ wandelbots_api_client/v2/api/cell_api.py,sha256=Uiche9Es8LpOKhtL09EOIe6Qu1u7j0MgAUCaYgW7mac,76604
341
+ wandelbots_api_client/v2/api/controller_api.py,sha256=LlqkzCRpg-WSjwRJtn0PAh-4hOa8Vqod0sqbZHxxD5o,164265
342
+ wandelbots_api_client/v2/api/controller_inputs_outputs_api.py,sha256=nP-Nv8CaSluktUWR-dBH2Mwq9-k3E-8GuqnrAut2aoM,61855
343
+ wandelbots_api_client/v2/api/jogging_api.py,sha256=8jOmLOsxGfAYyKLx-rLSg3Gs2mH7QxvQ0c9emj5JoJI,7773
344
+ wandelbots_api_client/v2/api/kinematics_api.py,sha256=yp3xGJYs1N7sK4DP06iYZcClB-mmNBQhMF9N4LLAGqg,25405
345
+ wandelbots_api_client/v2/api/license_api.py,sha256=90kO8MKfCdRb4E4Z9sUMs413G4151LNLMapJNLzBXlE,40658
346
+ wandelbots_api_client/v2/api/motion_group_api.py,sha256=krnvzo5b-w5ai-0T4zZbUvWZAZCDlijDRaEUnTcr_ms,32792
347
+ wandelbots_api_client/v2/api/motion_group_models_api.py,sha256=NvyCSaf4APArRqmxGNLFF5WIHH5uRD85vzQmobId9Qg,47352
348
+ wandelbots_api_client/v2/api/program_api.py,sha256=SxWfih0IxtgKl0GTAggQDqcV6Owzc2iOYVvgy1IPgCw,45939
349
+ wandelbots_api_client/v2/api/store_collision_components_api.py,sha256=Nb8gg6E_DUiCqgVWBlJrMh6eAX7m2ShZ2LwvAUww60A,165184
350
+ wandelbots_api_client/v2/api/store_collision_setups_api.py,sha256=i82JGVlyOuF1_aivaVGvlaMWcTROOAvqUxMzL9lTp5c,55937
351
+ wandelbots_api_client/v2/api/store_object_api.py,sha256=ktvHZ2nsAdPN8i-kkZevn9Q-3uxBGxJNdjNX0RQMWMU,65799
352
+ wandelbots_api_client/v2/api/system_api.py,sha256=Zbq-oQ65gzxgjvtR2W9YHh2WWCXcSZYYdYBkHZQGDdU,95805
353
+ wandelbots_api_client/v2/api/trajectory_caching_api.py,sha256=347u5znXjL7pSroraqPMHrqBEaaahSzgwoU3mv5kias,68763
354
+ wandelbots_api_client/v2/api/trajectory_execution_api.py,sha256=Pt6JFT0YR2GNVdTb4hAFbv3tcgdsKvrM3VnVPa6ackw,9123
355
+ wandelbots_api_client/v2/api/trajectory_planning_api.py,sha256=LYoyMf6A_0PvMCW23QEvgrO5QvjZzUDZVsBLPYp0EwQ,29461
356
+ wandelbots_api_client/v2/api/version_api.py,sha256=blrLxwmtrPj6Wq_ujGy1eC9vD_J1GG0JAx1oSWyvbL8,10390
357
+ wandelbots_api_client/v2/api/virtual_controller_api.py,sha256=n2njQG3KS956_XpuIKXOOw_2ckjBMBR8qhmtC8hydyM,206604
358
+ wandelbots_api_client/v2/api/virtual_controller_behavior_api.py,sha256=tbCeKf5NfaynA85gCwm3dHoLFtrXS6FRcS-4aCo36i8,42162
359
+ wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py,sha256=VnhBKJ5gwGT0RcS6d-kMp_wBngQmQ_FhNIDJTOlC9mg,42446
360
+ wandelbots_api_client/v2/models/__init__.py,sha256=43VXuD8AXP9pIoajPpXo8ek2Xrfioz5kXr1Qb2bnb74,19858
361
+ wandelbots_api_client/v2/models/abb_controller.py,sha256=J4KR0yDwYua1Jt7aPVDEAfVBgPinvJ6D6tE8ZnZhyFM,3860
362
+ wandelbots_api_client/v2/models/abb_controller_egm_server.py,sha256=_-Kk3mAYlJ-beKKITI3nnTI4dQNLuzLIiFtN2jc_J8M,2776
363
+ wandelbots_api_client/v2/models/activate_license_request.py,sha256=wBbxeVV_kGwJfKE6JVARyjrrgxxm32J9DYxqrzYxhcg,2693
364
+ wandelbots_api_client/v2/models/add_trajectory_error.py,sha256=2JKS8p5LYkZrawH0_yruCGh7-nD7QHqLH0qRkXb5Ev4,3926
365
+ wandelbots_api_client/v2/models/add_trajectory_error_data.py,sha256=CdOSdV8UAHX9ZWZc7Xfbdb_EVKG-9-QMhGGx8AsfVIU,9784
366
+ wandelbots_api_client/v2/models/add_trajectory_request.py,sha256=cunt-dF4s4JW-6t4yRtEqQMrPHkAErruqBbpjPmwQCU,3436
367
+ wandelbots_api_client/v2/models/add_trajectory_response.py,sha256=W2TYCYMGLSunMNdxorsbxpz8YlH8WWJb3iMYaJBSE5M,4134
368
+ wandelbots_api_client/v2/models/api_version.py,sha256=qkkicdUQavXrJWP7ESrLIGO2azCwFaa7fYI3ThKI2Fo,2603
369
+ wandelbots_api_client/v2/models/app.py,sha256=x-ibpVuAw1iFNi4iWdBVAqCqCLQY7-XZTXR1pX4pmpU,7897
370
+ wandelbots_api_client/v2/models/behavior.py,sha256=7A_CQG3VaYGKXCUvfxnup-ljaVR57BztstGLocxALsI,1771
371
+ wandelbots_api_client/v2/models/blending_auto.py,sha256=9Qgbf0r_9zsUoJ2xwqgHK6tV11Fc9p0sxti7CDzkMI8,3497
372
+ wandelbots_api_client/v2/models/blending_position.py,sha256=Ne31XXFFAtpdaj2SVmloW-QPxkxalK20fH8p6aE1bOE,5908
373
+ wandelbots_api_client/v2/models/blending_space.py,sha256=bxLp5-1oVp-GMvG0oa-z0V25MU_ewvWdGU5sMRUtgro,868
374
+ wandelbots_api_client/v2/models/boolean_value.py,sha256=yVm_QfVLaY1yN-esetja_RSF0pFr9cZ4i-SHMdnMW0I,2944
375
+ wandelbots_api_client/v2/models/box.py,sha256=HFXj23MtgtNcj9o1twulHZWTj8tQFWJMkCXJ0HvLDW4,4069
376
+ wandelbots_api_client/v2/models/bus_io_description.py,sha256=Q6YDQ24JlVGtEkGkzbl650oanFK_5UbY6rPbFXPzUzY,3960
377
+ wandelbots_api_client/v2/models/bus_io_modbus_client.py,sha256=2BT0mQ91xvEyg4SaCxGKbB4XxTJ0E2Tv6VRXVPiZETs,3317
378
+ wandelbots_api_client/v2/models/bus_io_modbus_server.py,sha256=OF-KJuAxmdVRIBmf2x1wDgcBB_c-QDlnEUc5TXUBxhk,4478
379
+ wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py,sha256=NdhUC9la1MSsU83L3ouL1BVjGoKAB9z7qWRntG0MxdU,3325
380
+ wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py,sha256=QaOWcCczwHhWxTy7ljZM_NgWLesPJw6jyKl9mVe8fZU,3178
381
+ wandelbots_api_client/v2/models/bus_io_modbus_virtual.py,sha256=-fKqD3XPsCH256ttO_f9GJggGlrhODa2Rdxhdg5g9wI,2908
382
+ wandelbots_api_client/v2/models/bus_io_profinet.py,sha256=QmT4j1-Ew0SXyRXqC_5CLPV6cC8dmRPpFIE4BS5um6k,4669
383
+ wandelbots_api_client/v2/models/bus_io_profinet_default_route.py,sha256=wPiKRqyYrj5FzFQUoPFf73RwjBtM6nFcYe09-rz28K0,3210
384
+ wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py,sha256=kOZjYCJG9GAAiOR307dJzHBER0y4cW0RUgF-c_0woE8,3376
385
+ wandelbots_api_client/v2/models/bus_io_profinet_network.py,sha256=4O_a6BfsPwlJLdEegB6oASGc835L8-5BLyRUnLkPu58,4097
386
+ wandelbots_api_client/v2/models/bus_io_profinet_virtual.py,sha256=TYfQz3q0blzMPMjlCM5R4YuUEjCazPe1LDBvjND1fXA,2926
387
+ wandelbots_api_client/v2/models/bus_io_type.py,sha256=soso_vub0we_vu8NLqm2IGdubBaUcFD5kZvamRNkF94,9136
388
+ wandelbots_api_client/v2/models/bus_ios_state.py,sha256=il2z_mPNvPal_mxAEcL1b7aleIUZkOM7V7PuQWwiChA,2947
389
+ wandelbots_api_client/v2/models/bus_ios_state_enum.py,sha256=6c05nr6RVPqCFBtzoQiUc5ZrO4laM49C8vw3QFhTzyE,939
390
+ wandelbots_api_client/v2/models/capsule.py,sha256=SMA6JBY_SsalZoIHK1szGMtTQi_tD2neBAw8wHiBlXA,3335
391
+ wandelbots_api_client/v2/models/cartesian_limits.py,sha256=6rPqnPFWILwtWHSt0bnwrNTL648S73upJdTq9iGB1ps,3125
392
+ wandelbots_api_client/v2/models/cell.py,sha256=yJo1P6xxfM7PYpr_gKiYLvu9zeELV2siyWgI7Pv50u4,6037
393
+ wandelbots_api_client/v2/models/collider.py,sha256=tixC2UpMo7_B1btKZNMXOrv_c7_7-Hh9OgaYud7fR9A,3956
394
+ wandelbots_api_client/v2/models/collider_shape.py,sha256=wPBXqsjx_heDO55UrrM6vyEI2vBAF89tMl2Xre1JEGA,10858
395
+ wandelbots_api_client/v2/models/collision.py,sha256=CQ3jyCTVDN7mnHoEiQB4EpzTfQiuA61_OLjm0zKdIIs,4007
396
+ wandelbots_api_client/v2/models/collision_contact.py,sha256=gMkmNAnb2yOvQmIpwo6nJvEBllpMMIDZi3uWJqixsOA,3068
397
+ wandelbots_api_client/v2/models/collision_error.py,sha256=nm4mEKAY5TVim_ltPR8sqOf5vwk30q_4l7UMnZhDZQw,2922
398
+ wandelbots_api_client/v2/models/collision_free_algorithm.py,sha256=C7EouvC9RRWRpERGeJI0gnlmDsX0n9Ozs4xGG-XQV3Q,6744
399
+ wandelbots_api_client/v2/models/collision_setup.py,sha256=-E7HvR25nzhGdd5U0wUO9huGrUNF-F4Y7za_5vnsU4A,6905
400
+ wandelbots_api_client/v2/models/comparator.py,sha256=_1ArWVJI5-Lwsnwumzf-M97CzmhBf4jm0-k600TmqDo,1096
401
+ wandelbots_api_client/v2/models/configuration_archive_status.py,sha256=QuIFqUHYzYykdciJTCP95_JLTgtPGUlVzW3eRseXEaE,8099
402
+ wandelbots_api_client/v2/models/configuration_archive_status_creating.py,sha256=BUK8LpurXmlaSVD8mAlAkb--Mc-fmHIpP9RSevarLT8,3196
403
+ wandelbots_api_client/v2/models/configuration_archive_status_error.py,sha256=-zyg7XmAM-0cWjFeDNf6h4BVK9x3NEcdgKPH20Jr6y4,3037
404
+ wandelbots_api_client/v2/models/configuration_archive_status_success.py,sha256=cxql4hAdBxIL85nYzX371ymZffYgzAftgrAwSMgiZJ0,2907
405
+ wandelbots_api_client/v2/models/configuration_resource.py,sha256=Jm9isVWrbFDFEEPXGf5mkDm06ZW0tPJdo-s_LHZhRho,4127
406
+ wandelbots_api_client/v2/models/container_environment_inner.py,sha256=yEUBiuJZ-l_OPgkjEJ83o9qCrV9HuCP2ZRlAxTKXki0,2667
407
+ wandelbots_api_client/v2/models/container_image.py,sha256=4CMnYdQ1PpAd0nuHsW8aK53ETLmzlOb2BQ4oKxBJu10,4639
408
+ wandelbots_api_client/v2/models/container_image_secrets_inner.py,sha256=2euhJ-wyEHHutB9JeemeY2dbdFEJp0EW-99Z47D56fc,2601
409
+ wandelbots_api_client/v2/models/container_resources.py,sha256=f5i4UQMD6OtfUZnTxz-9d7lsc0ghPlNaUlwzXbWEjxY,2999
410
+ wandelbots_api_client/v2/models/container_storage.py,sha256=sZwnwxrocHPD-Pu3O-y48m2MwBdJcp9rlZmFX1GIBbY,3352
411
+ wandelbots_api_client/v2/models/controller_description.py,sha256=zZcVWQ_VJSoixBtPfFJgN0NttnflQDVHv95NTDH2HVg,3594
412
+ wandelbots_api_client/v2/models/convex_hull.py,sha256=uGzliw_GQUtO1E9b6nMIU0yIG0ePHc5VUzSTjI3DJKg,3182
413
+ wandelbots_api_client/v2/models/coordinate_system.py,sha256=nLXhw5OrBEF-QEdFliWXgpC4hoDvokfy66KSPDD8Tqc,4033
414
+ wandelbots_api_client/v2/models/coordinate_system_data.py,sha256=mONJoz4e2yh_ZwltsICjMZWb8sslLrtOdQHNYLmOAWY,3864
415
+ wandelbots_api_client/v2/models/cubic_spline_parameter.py,sha256=jof4CmMlxzdiHvPKAvaXhhqfXC5Kj8HxUB5sq1YnLo4,2978
416
+ wandelbots_api_client/v2/models/cycle_time.py,sha256=TsU-THqP5wWeTMpgPyP5fEZ2-YpETBq9eQvG2fMn1G0,2722
417
+ wandelbots_api_client/v2/models/cylinder.py,sha256=_LI7ynph11OzznwpwDRsU-aLJ8YlLfb9rHvFSHEJZc0,3330
418
+ wandelbots_api_client/v2/models/dh_parameter.py,sha256=n74q7_t1RC6ADzyqBz1NRx6hU6DP6TkuZBy1WENtTpU,3427
419
+ wandelbots_api_client/v2/models/direction.py,sha256=NFPxWXRBf5vMFuVXH7BlhQvT7YABNwoKSuBvL6VQqHg,807
420
+ wandelbots_api_client/v2/models/error.py,sha256=lHZ0KJKE8JwGky3MCBDYM2vSRYBEyYRcXUDnBCz0aT0,2622
421
+ wandelbots_api_client/v2/models/error_invalid_joint_count.py,sha256=dV7M2TXK749uEcXHwrgHSKi3eCjVJQEwBnA5ZtsTs0c,3459
422
+ wandelbots_api_client/v2/models/error_joint_limit_exceeded.py,sha256=0DVPEfU4PCKKR7nmzmlj6NpRl1Ktc4fSN8bAT6zIcbs,3521
423
+ wandelbots_api_client/v2/models/error_joint_position_collision.py,sha256=t_JJd0zRBs6bDPQrbf7fsioTS4WxtSaeaoVJUrnxzEA,4501
424
+ wandelbots_api_client/v2/models/error_max_iterations_exceeded.py,sha256=lEyKSsgvIYTOa0kiTqxhMfrpUzjE0LnCYQ8Rhwipm-A,3380
425
+ wandelbots_api_client/v2/models/execute.py,sha256=lGVA3sn1SeLDRrdBnOcD112DtxBG3ljDkHZBLOZ5xxQ,3363
426
+ wandelbots_api_client/v2/models/execute_details.py,sha256=8JU00ry0KYtlmAag5T_ZhKwDygiCr0jYbsxmIARQ-bM,6028
427
+ wandelbots_api_client/v2/models/execute_jogging_request.py,sha256=4Um3eKFIw-gsJz4LOXJ-pmW4uq13mov9quqj1z6f6Jo,8490
428
+ wandelbots_api_client/v2/models/execute_jogging_response.py,sha256=tuSQmN107uDg7mVqyiubdrcAhxftLGsK-p-PKW6feGo,9652
429
+ wandelbots_api_client/v2/models/execute_trajectory_request.py,sha256=tUEiS7bK1TbrHmzmDPiHh1UtZSOOprTG553ETzepXNY,8594
430
+ wandelbots_api_client/v2/models/execute_trajectory_response.py,sha256=OHhQ1GY1xP6Ai4cwx6E2wb0H1JJvT5QJmT1STXsGh2w,9745
431
+ wandelbots_api_client/v2/models/external_joint_stream_datapoint.py,sha256=tfnIi06vkdnvqaES6Mjt24ODUAxVu6_CFdkKdAaiiXQ,3112
432
+ wandelbots_api_client/v2/models/external_joint_stream_request.py,sha256=tkjGDc0lwbCIQCmcYuBbkz8InU_5W2x3JnksfnFwNmk,3780
433
+ wandelbots_api_client/v2/models/fanuc_controller.py,sha256=r1ub1EVebY6PYewxN1kD9btw9__6mj_t526w2lPC9pg,3026
434
+ wandelbots_api_client/v2/models/feedback_collision.py,sha256=qQyBgHMZLF7-2e6L438wIXSEBZbyJVVzlk2aTON4lIY,4719
435
+ wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py,sha256=XVz_cbcltWr0l3UKyGhwQk3O7FKeGf2o-kUh3HDLBaY,3554
436
+ wandelbots_api_client/v2/models/feedback_out_of_workspace.py,sha256=IyslztJs6EwdZu61KNecmvnORay8xgOUpkTO71YY6fk,3471
437
+ wandelbots_api_client/v2/models/feedback_singularity.py,sha256=R7alX1nNnGokKe8hd292OeBgAHqNKAeudh1qTMn3IwM,3900
438
+ wandelbots_api_client/v2/models/flag.py,sha256=8dphJzDwnpnxKVqTbVtBmuoC5dShAB_6fcBWu9E6U1M,2523
439
+ wandelbots_api_client/v2/models/float_value.py,sha256=xgrr_ZiZjFJ8yVEChvh36Zlo1o13ZBpBfBN5xkg8q08,3045
440
+ wandelbots_api_client/v2/models/forward_kinematics422_response.py,sha256=Ic5fWvsCaC699mQjUinhgnVA9H0lp7HCRaVka4_4icc,3835
441
+ wandelbots_api_client/v2/models/forward_kinematics_request.py,sha256=xZWL5QAIxas7LUvvhPEE1ihb279d91pZH55BFBtpGVU,3795
442
+ wandelbots_api_client/v2/models/forward_kinematics_response.py,sha256=OrerPrtqBRV8EhvMeo146fW4PpyfETziWIO6Fd2RvKA,3782
443
+ wandelbots_api_client/v2/models/forward_kinematics_validation_error.py,sha256=CyHaw-UJIh6lqfRA6zvn0QVesSC2b6jZRRjVKoBwcdQ,4389
444
+ wandelbots_api_client/v2/models/get_trajectory_response.py,sha256=ji75Vut9Mpi1mDnrgW-ytsDzAfgl0_AYUp2c2QK8qA4,3406
445
+ wandelbots_api_client/v2/models/http_validation_error.py,sha256=yuEYvTsBOB5JoXRN6iDkPEL5pC5DwcR9DENEfg4jvlc,3717
446
+ wandelbots_api_client/v2/models/image_credentials.py,sha256=RnB5MMcibRwdnSsMaQEwLa24gzu3gWIiJNEEf0e0KI8,2791
447
+ wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py,sha256=nQwAfBP1gLHm8cnA4ck5fmJ5n0gEVfjKBGWqsfX5wGU,3398
448
+ wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py,sha256=Tj6ZnIQl-y1nByjpxQWptEpp6-U3xWKYkI5JwthS6cg,3042
449
+ wandelbots_api_client/v2/models/initialize_jogging_request.py,sha256=lam0Bb-8GWd8IIU0CYdl2AlggP4RdFc4l5HemOaYGXw,3758
450
+ wandelbots_api_client/v2/models/initialize_jogging_response.py,sha256=g0KlElPFn2pI1I-2kNV0YJLTGVIRjDLygTHQxdcagew,3115
451
+ wandelbots_api_client/v2/models/initialize_movement_request.py,sha256=AOs88zSsBorXvSgCmCiFGKZc7n6MXUfxg2OndwPWLJc,5076
452
+ wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py,sha256=l0q6XpzgvDFlRebED5hKTtpDoALTuFuoIzAHrcIiRtc,6161
453
+ wandelbots_api_client/v2/models/initialize_movement_response.py,sha256=OAe7l4Nd3-1OsOCnx-BWCjDG1TmMfgijVjxgGjIjpA4,3826
454
+ wandelbots_api_client/v2/models/integer_value.py,sha256=d6l2pBP718l8sEL4SPpQ-1FPiVvCXr181J5yGJvzTDE,3227
455
+ wandelbots_api_client/v2/models/invalid_dof_error.py,sha256=BsJJXLeTplkTnTDmiKP3YiVsSmf8F97SMsFrM1_XKGQ,2979
456
+ wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py,sha256=FOxL_scfg-NhBm4Yp5wr6fn_o9zkrkrmhIOBGXaLPr4,2978
457
+ wandelbots_api_client/v2/models/inverse_kinematics422_response.py,sha256=qJOpa_DKDCXYA-QcAhTQQxlmpudKXKR3Ni5RSS1EZkI,3835
458
+ wandelbots_api_client/v2/models/inverse_kinematics_request.py,sha256=Y-mNMb7qXBBLy1p0m4fC_mYBNsuz_METh3EZWRCQclM,7659
459
+ wandelbots_api_client/v2/models/inverse_kinematics_response.py,sha256=DRgT-kuDtYK1hoMgpkgOSObcZCf8NlPEHVDs8F4pPpE,2663
460
+ wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py,sha256=ORW251P8MwgafCqxho2PSL7faIrvrt8m-wDxP1rgXZk,4468
461
+ wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py,sha256=AoTehZikk39JeKvFcBswusiMjmuc167qP2ZoYJ56Adk,6586
462
+ wandelbots_api_client/v2/models/io_boolean_value.py,sha256=7rn0nSUiute7EAoATvkwn09JQb8HeVH9GqmpinDEckw,3143
463
+ wandelbots_api_client/v2/models/io_boundary.py,sha256=Evo4GAXhZ1J5MeEAKEVyNlEeRSyta3KBkM5_PKkQcRw,6753
464
+ wandelbots_api_client/v2/models/io_description.py,sha256=XXIrX3XL1Al6Hh5noKlmOvlPRNSgXjJ2G--8uSlTcDg,4150
465
+ wandelbots_api_client/v2/models/io_direction.py,sha256=bR7w3KRKLiItwhWrPXPoXaIDLzdFwDsCyPS1SRdnhks,759
466
+ wandelbots_api_client/v2/models/io_float_value.py,sha256=Du2eVLfhMkirG-tZjrTxZ3P0X6qu-KZ9j3L4zG4sF9g,3173
467
+ wandelbots_api_client/v2/models/io_integer_value.py,sha256=eZt8x1Y-MoNP3LzT2tfW8BX_Ga_ECzmCyttV2aHRX6k,3398
468
+ wandelbots_api_client/v2/models/io_origin.py,sha256=mXOk8ptOdWKpAdJHldBWIJugXxyL8_4iU2jfGaP-5W4,744
469
+ wandelbots_api_client/v2/models/io_value.py,sha256=grRNU2K4hy9jSlBI5FP8WMEdKhfHtKO8vwNgYuvjCGU,6846
470
+ wandelbots_api_client/v2/models/io_value_type.py,sha256=DPmD8A4VzQxFOMtRVFN-1BHaFOu4dFyh7ak8YYhQPJI,832
471
+ wandelbots_api_client/v2/models/jogging_details.py,sha256=hvzBLrn4ohucRRo2fC-gUYOJ696UX4wbzeB8NQFUYtw,3724
472
+ wandelbots_api_client/v2/models/jogging_details_state.py,sha256=aTSJi8FxtvGR_FBDkpLe3d3Lgqubahtuqlf4oHdvLAI,9563
473
+ wandelbots_api_client/v2/models/jogging_paused_by_user.py,sha256=xSQD1SDXb4392Vqh2y8II4Hpj06nXMOX9h2xgpvvLMI,2859
474
+ wandelbots_api_client/v2/models/jogging_paused_near_collision.py,sha256=vqK-VwwLf1-xEqqU0b8_pNKCkw910YSEGRRealK9iA0,3034
475
+ wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py,sha256=ctFjx70_6dr9fEiEQg80jrp37O7GGvC53xyt7fjpQHc,3140
476
+ wandelbots_api_client/v2/models/jogging_paused_on_io.py,sha256=gulvXLiKfUvr-m8r3bMvmrVRxyO3BOzSvxVJvWixJkA,2866
477
+ wandelbots_api_client/v2/models/jogging_running.py,sha256=IBIyEbWGInXpegMZ7LamRb4blLgItrIktEGz7fB6r6U,2817
478
+ wandelbots_api_client/v2/models/joint_limit_exceeded_error.py,sha256=1yfy-frTptFzAnzehND2k9rr491EvW1_h3XnbM2qVwI,3095
479
+ wandelbots_api_client/v2/models/joint_limits.py,sha256=4oGsGqhXf-5ZkXq3qf3_EokyYRChh00ozPCjpj9Y2no,3269
480
+ wandelbots_api_client/v2/models/joint_trajectory.py,sha256=rs7nO4xc42r-N1k2UXBuRMGo27OddZ5jRn_DeZZOv_w,3080
481
+ wandelbots_api_client/v2/models/joint_velocity_request.py,sha256=tIT3Pou-33HLI-9BVnbJiPerpm_4D9NpFjC8UFDbZqU,3265
482
+ wandelbots_api_client/v2/models/joint_velocity_response.py,sha256=Txw_KlgCa-YXYIWeivW24TbipPNIZXhBhGSGMMdx1EE,3106
483
+ wandelbots_api_client/v2/models/kuka_controller.py,sha256=3FYVbPlTjXnU9P1hfWnfq0KJ6DNrMYHE2wM83ATybBs,4076
484
+ wandelbots_api_client/v2/models/kuka_controller_rsi_server.py,sha256=ecZ5PsRm0MpPkBycTFBAqR287BgIhlUKmBZFi34S558,2760
485
+ wandelbots_api_client/v2/models/license.py,sha256=-TDBzT6M0sKPkP6Y9hhCy56oD_5Zat9QnB1TDA0IYgw,4593
486
+ wandelbots_api_client/v2/models/license_status.py,sha256=_MFU490S13SOkZQ2D1b2-AZqpbL0N_M2sNFmQICy_UY,2734
487
+ wandelbots_api_client/v2/models/license_status_enum.py,sha256=OF1ftdiKDqYrXBjPkgNwzVgF17qjcgfJL9z3bzqTTCM,819
488
+ wandelbots_api_client/v2/models/limit_range.py,sha256=pIsyAFIRF9X9-QGLKeScDSjhyNdaqABlpyg8aRfCIaQ,2806
489
+ wandelbots_api_client/v2/models/limit_set.py,sha256=Cqvf1BbZ7IKCYEGaskzx18iv-N2jKxRntc-jQJKQNLY,5175
490
+ wandelbots_api_client/v2/models/limits_override.py,sha256=QEFVFNTKgx18E23gS1sc5SwDkXPcx5vRr0wRrRI2sYY,4305
491
+ wandelbots_api_client/v2/models/list_trajectories_response.py,sha256=CYoi76KRv2R1s6B-PDPsxt5gBw8NA_rtYYln3CoAG50,2948
492
+ wandelbots_api_client/v2/models/manufacturer.py,sha256=nqE0nJId4pDG1JuKGzpIyo__1GiI1vKJHZ2ktquxJbg,784
493
+ wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py,sha256=K3RlIPCETAolw-4mPbgJnLqaeglTc-cvAdt4kWufevs,3419
494
+ wandelbots_api_client/v2/models/modbus_io.py,sha256=_0KcjWPhdki0lOhPLUW75ZD2d0qg_CiKJh5IU8Ni3gA,4036
495
+ wandelbots_api_client/v2/models/modbus_io_area.py,sha256=5HmqBeAb4Cn9YjJaZXiLnKeTOuLMtpS7DPGjjI5EMys,1069
496
+ wandelbots_api_client/v2/models/modbus_io_byte_order.py,sha256=O9gWpiqYAPqXvoL9s-r9aK3iGUL6H3VmPtaMRAUSef0,1070
497
+ wandelbots_api_client/v2/models/modbus_io_data.py,sha256=tUwMrtusM_an4LcxUmIc9VTuX3CFYHTK8Ur2iwEIW8M,3825
498
+ wandelbots_api_client/v2/models/modbus_io_type_enum.py,sha256=Dx_k376x1tJHSk23FMjmThReTqRkQVOo8_ktcNFY8wY,970
499
+ wandelbots_api_client/v2/models/motion_command.py,sha256=W8sP89NYGvC8BpJYNBm-5OVwO09qb8tRx7TpJPKITHw,3923
500
+ wandelbots_api_client/v2/models/motion_command_blending.py,sha256=Ypo--eJBnyfCUvR5ri9JWWZaHw4xdvKMUcVcVlb5Peg,6183
501
+ wandelbots_api_client/v2/models/motion_command_path.py,sha256=RIBjwG8lt_kKJNZRdS2zgpjTT2zLeZNCnHMxTst9wv8,8759
502
+ wandelbots_api_client/v2/models/motion_group_description.py,sha256=D5Zq7ANMwtHKoVCRJtuzq3utjz3KDA4-Mc4maaJ71gM,11047
503
+ wandelbots_api_client/v2/models/motion_group_info.py,sha256=_aXGPpEjF5WJ47PGs4U8tTlcG31nxd4OXljMiRp6In4,3093
504
+ wandelbots_api_client/v2/models/motion_group_joints.py,sha256=iEzi1aChSVLgqXk_0FaYJtMROlv0owaq8FbL0vmfdlw,3460
505
+ wandelbots_api_client/v2/models/motion_group_setup.py,sha256=Jm7mG8yfbz_NFemw7kD1_kgYU3N-8I1_p-MjawCGCmk,6164
506
+ wandelbots_api_client/v2/models/motion_group_state.py,sha256=xLhULtqdRPtd3RXPkEB7dW2G6kEb7SekfmAakNJ7-wQ,8341
507
+ wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py,sha256=sO9k7WEpmUqv4sMbL25J0yyTxljwFitjvJHHoCyO0YM,2912
508
+ wandelbots_api_client/v2/models/movement_error_response.py,sha256=V3mgPGbV68hdLjS_e9NbTbR_iSQXujO2kmPGKBcmQsg,3090
509
+ wandelbots_api_client/v2/models/nan_value_error.py,sha256=VPe2Cr63uIjsY1Rw6zs2wzayFKQt4mDn87fN9If7sUc,2937
510
+ wandelbots_api_client/v2/models/nan_value_error_nan_value.py,sha256=v9GFjoNDsOHCynLEblPvNa38WQ3RojXodrEaQ1IqfCg,2801
511
+ wandelbots_api_client/v2/models/op_mode.py,sha256=mBuRaiH0kcvj-HpAKiK8dHk5S7vyUdJvT5uDa9cMjzE,2895
512
+ wandelbots_api_client/v2/models/operating_state.py,sha256=EpYF_4WxRDB9SQD1ep21Ed5esDqqb6hScg-WfF-mbbI,726
513
+ wandelbots_api_client/v2/models/operation_limits.py,sha256=M3ars8AYbx3j8ozlJpVGjx43C2luVn-T8WKlHDuHQ8o,4081
514
+ wandelbots_api_client/v2/models/operation_mode.py,sha256=yHczl_d5BaKPyZRv8BqpAfFMPpm45MFsBuo2BcMw0uM,1641
515
+ wandelbots_api_client/v2/models/orientation_type.py,sha256=fvWU_H5B34FMp-czE3uIIEsDpYO_AMWExCk87MxjIj0,3006
516
+ wandelbots_api_client/v2/models/path_cartesian_ptp.py,sha256=4pptP5rEIdEveQ5ewNCUu-ySevSPcOCCMy-cz_JgYg8,3659
517
+ wandelbots_api_client/v2/models/path_circle.py,sha256=zezTZ7IXYfIbBLPA8eNIV1QnbiK70QLk-Kqs974IUuQ,4006
518
+ wandelbots_api_client/v2/models/path_cubic_spline.py,sha256=snoJrbJLI-cu79t5GKz9ddBVnleIYJeVNX3T1_-neDU,4378
519
+ wandelbots_api_client/v2/models/path_joint_ptp.py,sha256=iPCmK9DlFgM_M0wdLpXjTs7mOg3F2hvqPQlqJCHAHUQ,3191
520
+ wandelbots_api_client/v2/models/path_line.py,sha256=aAQF_EKHIIOvo62g2T_j5tzU0RDNCFpQZm-EbetRJkg,3495
521
+ wandelbots_api_client/v2/models/pause_jogging_request.py,sha256=T1NHpsDblWG4zTd_MB9ClYco6BZns7TfdK8pDs3eWak,3042
522
+ wandelbots_api_client/v2/models/pause_jogging_response.py,sha256=wp8om9wrJE2yipmZvPjU7BK-XLfHwB9Fu44BrjQZpec,3074
523
+ wandelbots_api_client/v2/models/pause_movement_request.py,sha256=mjO26YBwMXbebF1gYH2YS4nNV67NzcyGKVl5T2WQy-Y,3081
524
+ wandelbots_api_client/v2/models/pause_movement_response.py,sha256=gysb5vvpMOOyxbrioP9zOXoAY7moyoC2EGSJdiVs3KQ,3313
525
+ wandelbots_api_client/v2/models/pause_on_io.py,sha256=H60m2KWX5XmhmzK8OgWVjVAG-_ylKOlcSbiHy7cy5TU,3359
526
+ wandelbots_api_client/v2/models/payload.py,sha256=jdD-yuVM57qVoaTYJI-QTlgDBClXvKtBRIspurbiZow,3343
527
+ wandelbots_api_client/v2/models/plan422_response.py,sha256=OJ2SZKgdS1bVaNKfYBS134IBUPgzJJfH8krJ4ynasyQ,3717
528
+ wandelbots_api_client/v2/models/plan_collision_free_failed_response.py,sha256=CINqlbuBqJHTqJL67bSunYqvZ2YlDGcUWX5nLsAmjsw,3129
529
+ wandelbots_api_client/v2/models/plan_collision_free_request.py,sha256=GftQOkumBAdXtoXDL_NegyKDxw9QgLZc198HmcbD-DY,3894
530
+ wandelbots_api_client/v2/models/plan_collision_free_response.py,sha256=aFRAMSxhjDGG2XHsnUrEcyifXIJwKwiLjsqxlP87AXI,3092
531
+ wandelbots_api_client/v2/models/plan_collision_free_response_response.py,sha256=G03XDcFYlhD3XCwLQ2tntTgtd_h18dmG8gODaNkOv7Q,5757
532
+ wandelbots_api_client/v2/models/plan_trajectory_failed_response.py,sha256=rUySrdP4WTNKpCDBfZsExWb47kEjaoXsd3WizdonRrQ,4654
533
+ wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py,sha256=6wCAsKD7L0VghioDrZGevT3DOCCFsduXtprSZ9GcSMM,8724
534
+ wandelbots_api_client/v2/models/plan_trajectory_request.py,sha256=wQZTUpHOihY6jvFIO28EoWHr1e52yOehvssv9ierbbc,4778
535
+ wandelbots_api_client/v2/models/plan_trajectory_response.py,sha256=tpTm0dIQq0DBkFgrLiHGPLUjMRczgi8cccgVxxKJ36U,2972
536
+ wandelbots_api_client/v2/models/plan_trajectory_response_response.py,sha256=jNCN8IKeAOGTBdZ5kCTnrwYxamg9MGBUKuam7jXQSXY,5681
537
+ wandelbots_api_client/v2/models/plan_validation_error.py,sha256=Q8KtbGUPeN5z8A_vRyVrLDZSPSMv2jcyvS8BzjNYL2I,4363
538
+ wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py,sha256=8uTWhzp04JdIMtfDVMLel6nRkysNWnpVCeeq9I-xk3A,7723
539
+ wandelbots_api_client/v2/models/plane.py,sha256=LsQM2QxXTq_iRuIv6yJ3PlJd8eeMzHq1HURGl6oOphI,2841
540
+ wandelbots_api_client/v2/models/playback_speed_request.py,sha256=tv5ivvf3eqwweCXSZf2iSDlFJyyhg4QLd7G0FsLq7oI,3807
541
+ wandelbots_api_client/v2/models/playback_speed_response.py,sha256=75eLNVgbUwX2lmnKAkJQNb8TuAJ7E5dCKNAFB0ivhhM,3113
542
+ wandelbots_api_client/v2/models/pose.py,sha256=rn9YOHbArdvjgK4zfqR0nPXgrcjgICmY-gBXqMXgwCE,3319
543
+ wandelbots_api_client/v2/models/profinet_description.py,sha256=AdHPOOsXk0bze_z4IGhEhguo2FlOYBnsXQ_W2-Wohr0,5041
544
+ wandelbots_api_client/v2/models/profinet_input_output_config.py,sha256=mlO_spXPjYnM6d560VMCNZqUDJoAOLNETWoTx3uKhCM,3599
545
+ wandelbots_api_client/v2/models/profinet_io.py,sha256=dj-fUvJTZLkleTeg1HYea5dT7p4ap5JC5mK5hWH8v5Y,4228
546
+ wandelbots_api_client/v2/models/profinet_io_data.py,sha256=9lc_QLdUIERQJIAqnY1E4S6eAw8cRg5DbU-EcrtLDyE,3985
547
+ wandelbots_api_client/v2/models/profinet_io_direction.py,sha256=XzeE4cnFrSDCQjs1O4bYlp0AWlo1evspk-8iNFUiAcM,1005
548
+ wandelbots_api_client/v2/models/profinet_io_type_enum.py,sha256=2Z552IJH8lsQ-D7vWkc7Z0kitELVFBkJ3mw6q88kV8Y,1301
549
+ wandelbots_api_client/v2/models/profinet_slot_description.py,sha256=UJJMEGnbMOl31Mo-9MVZ3ucCNr6ArExjWq5uQdjcVyU,5017
550
+ wandelbots_api_client/v2/models/profinet_sub_slot_description.py,sha256=EjXMzAi3ouzfFZ9jp47HaEttoFVTNbMMTn45HjlB_24,3260
551
+ wandelbots_api_client/v2/models/program.py,sha256=9SEq7fcOuEy_TnNjHv7M66YqDkDwk7ojlhEl5fj8u_w,3537
552
+ wandelbots_api_client/v2/models/program_run.py,sha256=YNY67EVgYGAqep5uwQB_h42GXrX1ikDPaw4E2v0D8n8,4449
553
+ wandelbots_api_client/v2/models/program_run_state.py,sha256=QgYnSUetsj60uCOMzVAdbBvmqi32DTv8v50aNbT9jQE,813
554
+ wandelbots_api_client/v2/models/program_start_request.py,sha256=Pj-eFsNPnOBhAKVHO7p5uNBKfORZPsJT7BAcnqyflDM,2663
555
+ wandelbots_api_client/v2/models/rectangle.py,sha256=gdi7cDQZZJ1cuwHl1GtbstOK0Ap-FzKBzPKRkZ45nO0,3238
556
+ wandelbots_api_client/v2/models/rectangular_capsule.py,sha256=KuOicUMskoUhBCch3R3U3GJaR3ZFrsmGFZ3gtpSBgVc,3769
557
+ wandelbots_api_client/v2/models/release_channel.py,sha256=2Dr4Z_JALhExQkAKGRBfvf9R6MEl5T8Gh-oh8mL1h0U,850
558
+ wandelbots_api_client/v2/models/robot_controller.py,sha256=rdpUknDIOy9pLnF_dd4hn1U9l43gWh1XqLidyOP1psE,3724
559
+ wandelbots_api_client/v2/models/robot_controller_configuration.py,sha256=MZCp6-_b7Wh0kw9aO2kmupzXvlNOv1ta3f5x9U1-L6E,10298
560
+ wandelbots_api_client/v2/models/robot_controller_state.py,sha256=1etMRBwk7jRyACWGog2nAf93lV9t1QCElGUFPg-BqM8,6486
561
+ wandelbots_api_client/v2/models/robot_system_mode.py,sha256=kEj_i6rAbV37tZvGaE0cPlDbquLY4pp95sO7skctuAY,2149
562
+ wandelbots_api_client/v2/models/robot_tcp.py,sha256=kJxDoxWRlRD83Q1qk4VlNaH3gkI1V1Vu-L4IZ3FxNWA,3629
563
+ wandelbots_api_client/v2/models/robot_tcp_data.py,sha256=wWS3g-jaNRJipnO8-JwZIWE7KGTPnHLUM-BlzQRADQc,3540
564
+ wandelbots_api_client/v2/models/rrt_connect_algorithm.py,sha256=liWMbgbKvVPE1hGHnZbc6Wk0kvN4uHiRhUG5pT7neX8,4689
565
+ wandelbots_api_client/v2/models/safety_state_type.py,sha256=Qqh16Ls0htKVAEMuWcztyWsQlUsr3_dDSlssCH-GPro,1775
566
+ wandelbots_api_client/v2/models/service_group.py,sha256=0bLJsg5E6UPXzYGddJWXosSZpvUnkOW_EHq8ifvx40o,790
567
+ wandelbots_api_client/v2/models/service_status.py,sha256=H0_xlKcXnY_lBmrsA5F8qHyfiPcfslc-FZiccKfM1J4,3106
568
+ wandelbots_api_client/v2/models/service_status_phase.py,sha256=U6ODPoK9IPUWLr1D_KkFxOeb10H3FFvGBo0YCEZwTBo,1112
569
+ wandelbots_api_client/v2/models/service_status_response.py,sha256=RFaZjFYMCqfko5HoGdnmA4kwi68PhAGiM180Mu897wE,4249
570
+ wandelbots_api_client/v2/models/service_status_severity.py,sha256=Bg5LqZ-J4NDBD-M05McrTjHkaGXzS5wyuMSXkX5IJGQ,755
571
+ wandelbots_api_client/v2/models/service_status_status.py,sha256=0iZPu1-DpwaANd6fcSSee6NDMXciHLvzvv24OGTMz6w,2951
572
+ wandelbots_api_client/v2/models/set_io.py,sha256=1Pb9majXMYhFVX712zieO04aGI8o7FQM5mmj86x0pAc,3227
573
+ wandelbots_api_client/v2/models/settable_robot_system_mode.py,sha256=oY0f54_O4PrmM6E3p6h5RPeqCbJVfnINzGjsDJwI4JE,819
574
+ wandelbots_api_client/v2/models/singularity_type_enum.py,sha256=iIbXpOwKybvyMqyhTo_ju0vPdUOIrUDKMfc0ye62WZE,753
575
+ wandelbots_api_client/v2/models/sphere.py,sha256=8dz4iGhL8bKpDFVoFg1nWV1zf-bbeuYAIfThLmqRsbw,3048
576
+ wandelbots_api_client/v2/models/start_movement_request.py,sha256=EOUcYxRWJNZNRVHWRog-WOotb-XoCQR_lBZa_zgzDdc,7160
577
+ wandelbots_api_client/v2/models/start_movement_response.py,sha256=vungxuj0TtiKmQCRdDRNLJh7lw_AOjLKghPXJFOB7ZM,3353
578
+ wandelbots_api_client/v2/models/start_on_io.py,sha256=ZmLhLElsH7dyjHNfwIyM5-Ex5P8EhtQ5xXgd-r7fwCQ,3338
579
+ wandelbots_api_client/v2/models/stream_io_values_response.py,sha256=XDJP3Bva3dVhu3RHR7l7smJXDUbN3HDoajjjdSF6Vo8,4375
580
+ wandelbots_api_client/v2/models/tcp_offset.py,sha256=jdDgLTWPuKT82pJMdDW5QAxSZyuW-GPUQepFbwY178s,2943
581
+ wandelbots_api_client/v2/models/tcp_required_error.py,sha256=pZKlOMeBgWA085JkV0ePqV3VVIfaVlVhtcvWC9YCkfo,2860
582
+ wandelbots_api_client/v2/models/tcp_velocity_request.py,sha256=jTj7x8tbs5s3KIxKR70GizePG_M1RjHDlrXbD9fxNNo,4171
583
+ wandelbots_api_client/v2/models/tcp_velocity_response.py,sha256=6DmAqV84d3ni6GQGGO9WSZzoDmxJDTCDfrtkWhTPFp8,3090
584
+ wandelbots_api_client/v2/models/torque_exceeded_error.py,sha256=4YA62q9UO2-ztR61O44sE_vX9xd0D-nzxXugHRQBzt0,3063
585
+ wandelbots_api_client/v2/models/torque_exceeded_error_torque_exceeded.py,sha256=qnN3QYp_AzMDb-v2QufuH6V9iY6pvJrnevEQRXWqh24,3017
586
+ wandelbots_api_client/v2/models/trajectory_data.py,sha256=DvR8rU_O5n6hjpd8EzLNQRZ3BtXevbp_D84An8jaCk8,3739
587
+ wandelbots_api_client/v2/models/trajectory_details.py,sha256=3w-EfYrc3ArodvYa5O8xbM_p9PZI_Bujdc0z4BjFDYs,4808
588
+ wandelbots_api_client/v2/models/trajectory_details_state.py,sha256=wEXcg7moJOAp6QEmDxiyioBx48EJktVyYPI45B2nUc0,9378
589
+ wandelbots_api_client/v2/models/trajectory_ended.py,sha256=bUTRiYTwlDWxIJr9YAv5Nl8GRWq4yD775kwvpn4vBqg,2906
590
+ wandelbots_api_client/v2/models/trajectory_id.py,sha256=zCPAfrrNwqAmj-G1XoQvt9uSrbgfz8FHPGtxi8qJKfE,3056
591
+ wandelbots_api_client/v2/models/trajectory_paused_by_user.py,sha256=5Eyck-B68XHKdG3RS0CHdTs7JteOuTNU_NPox8-lgsM,2870
592
+ wandelbots_api_client/v2/models/trajectory_paused_on_io.py,sha256=sv9mREtfbS1UCCou3X4fB1lI_K9nKdn4S1ht8eDDDic,2877
593
+ wandelbots_api_client/v2/models/trajectory_running.py,sha256=ORa1ANqb_6J9VsZe5CDTwQ62XyjAj9YTfDhUfdgobDQ,3115
594
+ wandelbots_api_client/v2/models/trajectory_wait_for_io.py,sha256=zAzlKJqnF5mHhW4iR36FavTiAvRU1efk-LaEyDy_qbU,2870
595
+ wandelbots_api_client/v2/models/unit_type.py,sha256=u6lBZNEudvU7viX5b2NONct7Qea3JajV_HOvZyQdmP4,1003
596
+ wandelbots_api_client/v2/models/universalrobots_controller.py,sha256=oMljLqpG5VIyEa3gnpSMUyvPobmkap-eA0jFa69-jw4,3091
597
+ wandelbots_api_client/v2/models/update_nova_version_request.py,sha256=fYyhW1VclCs8U7g7itwhcLvIrNEunAzOa2BpSQqTnRA,2721
598
+ wandelbots_api_client/v2/models/validation_error.py,sha256=7GkKU7eRFSLYM8yU36oNjm7S-iwDCCbR6QkofLeugRY,3898
599
+ wandelbots_api_client/v2/models/validation_error2.py,sha256=B4ITgtZ3VzQ40zRJ77EwmsL0F8xpNKy8303JQN9qyxM,2718
600
+ wandelbots_api_client/v2/models/validation_error_loc_inner.py,sha256=Rbel_w9_RRrCxcDLinCSOJQPVH8Rhq32FTHjTbG8zmI,5263
601
+ wandelbots_api_client/v2/models/virtual_controller.py,sha256=_AAjNJlrn0JGjaQ8d5hJdBhwEmc9Jvlwc4axLnN8xZQ,4326
602
+ wandelbots_api_client/v2/models/virtual_controller_types.py,sha256=HY-xos_zMTjkDH3VPQ-xy6ZwDWHDIq4CepcJHWl3sOg,6572
603
+ wandelbots_api_client/v2/models/virtual_robot_configuration.py,sha256=91OOKWd5zM15ohNn0NF7wwi08HJtZTZHQl29ibQb4LY,2958
604
+ wandelbots_api_client/v2/models/wait_for_io_event_request.py,sha256=F5H8xDdWckiC4zwLc7Ce-TMcHeWteUfaUiu6wQ7FMr4,3211
605
+ wandelbots_api_client/v2/models/yaskawa_controller.py,sha256=BQtgT1acj1-hXW5mA33GPcv7utqM5hbRqD0kmN5N2tk,3040
606
+ wandelbots_api_client/v2_pydantic/__init__.py,sha256=lwflpPV_KF1GHRYsAvs2IGcniHHhyf6SJxlebO30n_0,1061
607
+ wandelbots_api_client/v2_pydantic/api_client.py,sha256=oDnyRDR3mvUEoC4IpIA1MmFoOH_3ndC4dHNph9JNURE,28142
608
+ wandelbots_api_client/v2_pydantic/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
609
+ wandelbots_api_client/v2_pydantic/configuration.py,sha256=VptvAnmP6KZgLtNMNzsovdBHfqSglcAoOZmOlSKD8u8,18903
610
+ wandelbots_api_client/v2_pydantic/exceptions.py,sha256=Ca5nkeVDg0VRjfjpyMekJd9c9OXUXfnd3aSOFDxRIZk,6432
611
+ wandelbots_api_client/v2_pydantic/models.py,sha256=bGw-8KTqEt2TcdFscODGZ2IVdRvql-FSnPN-bqg_k6Y,134301
612
+ wandelbots_api_client/v2_pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
613
+ wandelbots_api_client/v2_pydantic/rest.py,sha256=327QB3WHUdmmKw_FBmYUGS3syi216LaW-BiTY40rgik,7272
614
+ wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=nSlcUz3tOOcpazfb8NtrTfNZI8rVJUTlCHAnaSMGcBI,1780
615
+ wandelbots_api_client/v2_pydantic/api/application_api.py,sha256=7N4TFus04elS125kIn3FHi7Oof91DvHjAwdKjqRqE8g,71327
616
+ wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py,sha256=uBneLeJ_d6CaH6O2HqPEfi2AdZCNX3VcJWg2BZL8PXU,215744
617
+ wandelbots_api_client/v2_pydantic/api/cell_api.py,sha256=ZuEkqo4PbqsPdiP_vRAUO32mTl__udMCvn0aj6mvbGY,76914
618
+ wandelbots_api_client/v2_pydantic/api/controller_api.py,sha256=XuNsMaKF1ZIaukuDuoscKBs_3JTEHKT5POu2Jqmwx7M,164728
619
+ wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py,sha256=JxmyAT8obJnn1JAvFJUuvhS9hfkRb3nF4TW1oLYLS18,62010
620
+ wandelbots_api_client/v2_pydantic/api/jogging_api.py,sha256=Ak70H8bwTPG5U54Ph3usbAtSH6aX7C9WJvPh4u4AWzo,7809
621
+ wandelbots_api_client/v2_pydantic/api/kinematics_api.py,sha256=OXNrHmtZx1y5L2sMIGRbDAqG6KLcf84IikY9Ilcdufc,25444
622
+ wandelbots_api_client/v2_pydantic/api/license_api.py,sha256=jzArFEw0b2VJtpVQRa-74GpycDW0twntJllFTcFrHPI,40836
623
+ wandelbots_api_client/v2_pydantic/api/motion_group_api.py,sha256=kXWHsnHrahohagR2dpMnLIWKxXqD9LonauK6xNCQnFE,32884
624
+ wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py,sha256=LU1iiOV4qmRaB6gfDJz293Dyyfl8cn42sJwNQ-Kmu8c,47551
625
+ wandelbots_api_client/v2_pydantic/api/program_api.py,sha256=9ZJbfSiHmdgtGMYP909ujoTPPlFjDbH35gY4lrjbBD0,46123
626
+ wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py,sha256=DbBliWnZAeo5wjKwWTccnp825o4KBS-eCjYFha7f8eQ,165856
627
+ wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py,sha256=PcIGjzQovFyQuUspheICgWrtFEsOShh0X7j5_Zy5quw,56172
628
+ wandelbots_api_client/v2_pydantic/api/store_object_api.py,sha256=j6sZ7VsTB3jwNPgBtX-CA6SHMYe4j70uPzxXf_eVDK4,66084
629
+ wandelbots_api_client/v2_pydantic/api/system_api.py,sha256=JYc5s-DrLwg6zoQ9Ge0aGvFRcBB5e6mo7z3K55lwqI4,96153
630
+ wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py,sha256=cJUDAjuDC4gaqXCjEjNOdkmSGTws0oYPekS0nl76w9M,68943
631
+ wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py,sha256=pH9jDIXNsSuSK7B91QIt9Z36pdgPJoWBi6gfE1oI3Wk,9153
632
+ wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py,sha256=CS4ArdhaniqeF_t5Trfp9KApaGMRiqsjfjP1LxBP7N0,29504
633
+ wandelbots_api_client/v2_pydantic/api/version_api.py,sha256=Wzp7Jj-lKy0QAzPddcsdUW93FHR6K11TfcUdzNZ_G8A,10457
634
+ wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py,sha256=iayURe8F_4IK-12f9ZeQYxWGNmkwFcAnpn3S_J9s8Ag,207225
635
+ wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py,sha256=YykdkLQQc3zje8MBRog6sjELorPG4Q36GfJAeiBocc4,42312
636
+ wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py,sha256=1gYa5YfRF70oNBJFsDpfQCXQt6gEM1-S49mNSNmaMzE,42587
637
+ wandelbots_api_client-26.1.0.dev50.dist-info/licenses/LICENSE,sha256=PJyUaZgTVC0_nJmhRpcbnOcXvmTqJGE6axeSifngIGY,11344
638
+ wandelbots_api_client-26.1.0.dev50.dist-info/METADATA,sha256=RHanopk6x_BFoNiQthe8qHEjpJEL0MQFteXvRIsBZkQ,1726
639
+ wandelbots_api_client-26.1.0.dev50.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
640
+ wandelbots_api_client-26.1.0.dev50.dist-info/top_level.txt,sha256=eCDsV95XWqVBSMDe4MRzyOj53-TK-o5WU1Qv_yv493M,22
641
+ wandelbots_api_client-26.1.0.dev50.dist-info/RECORD,,