wandelbots-api-client 25.8.0.dev23__py3-none-any.whl → 25.10.0rc2__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 (640) 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 +10 -5
  6. wandelbots_api_client/api/controller_ios_api.py +3 -6
  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 +17 -6
  15. wandelbots_api_client/api/motion_group_api.py +1 -2
  16. wandelbots_api_client/api/motion_group_infos_api.py +3 -2
  17. wandelbots_api_client/api/motion_group_jogging_api.py +11 -6
  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 +10 -8
  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 +6 -4
  29. wandelbots_api_client/api/virtual_robot_mode_api.py +1 -2
  30. wandelbots_api_client/api/virtual_robot_setup_api.py +16 -17
  31. wandelbots_api_client/api_client.py +14 -7
  32. wandelbots_api_client/authorization.py +244 -0
  33. wandelbots_api_client/configuration.py +18 -7
  34. wandelbots_api_client/exceptions.py +1 -1
  35. wandelbots_api_client/models/__init__.py +3 -4
  36. wandelbots_api_client/models/abb_controller.py +5 -5
  37. wandelbots_api_client/models/abb_controller_egm_server.py +3 -3
  38. wandelbots_api_client/models/activate_license_request.py +2 -2
  39. wandelbots_api_client/models/add_request.py +3 -3
  40. wandelbots_api_client/models/all_joint_positions_request.py +3 -3
  41. wandelbots_api_client/models/all_joint_positions_response.py +2 -2
  42. wandelbots_api_client/models/api_version.py +91 -0
  43. wandelbots_api_client/models/app.py +8 -8
  44. wandelbots_api_client/models/array_input.py +2 -2
  45. wandelbots_api_client/models/array_output.py +2 -2
  46. wandelbots_api_client/models/behavior.py +1 -1
  47. wandelbots_api_client/models/blending_auto.py +3 -3
  48. wandelbots_api_client/models/blending_position.py +3 -3
  49. wandelbots_api_client/models/box.py +5 -5
  50. wandelbots_api_client/models/box2.py +6 -6
  51. wandelbots_api_client/models/box3.py +6 -6
  52. wandelbots_api_client/models/capsule.py +3 -3
  53. wandelbots_api_client/models/capsule2.py +4 -4
  54. wandelbots_api_client/models/capsule3.py +4 -4
  55. wandelbots_api_client/models/capture.py +2 -2
  56. wandelbots_api_client/models/cell.py +4 -4
  57. wandelbots_api_client/models/circle.py +3 -3
  58. wandelbots_api_client/models/code_with_arguments.py +7 -6
  59. wandelbots_api_client/models/collection_value.py +1 -1
  60. wandelbots_api_client/models/collider.py +4 -4
  61. wandelbots_api_client/models/collider_input.py +4 -4
  62. wandelbots_api_client/models/collider_output.py +4 -4
  63. wandelbots_api_client/models/collider_output_shape.py +1 -1
  64. wandelbots_api_client/models/collider_shape.py +1 -41
  65. wandelbots_api_client/models/collision.py +7 -7
  66. wandelbots_api_client/models/collision_contact.py +3 -3
  67. wandelbots_api_client/models/collision_motion_group.py +7 -6
  68. wandelbots_api_client/models/collision_motion_group_assembly.py +9 -8
  69. wandelbots_api_client/models/collision_robot_configuration_input.py +12 -10
  70. wandelbots_api_client/models/collision_robot_configuration_output.py +12 -10
  71. wandelbots_api_client/models/collision_scene.py +11 -9
  72. wandelbots_api_client/models/collision_scene_assembly.py +14 -12
  73. wandelbots_api_client/models/command.py +7 -7
  74. wandelbots_api_client/models/command_settings.py +4 -4
  75. wandelbots_api_client/models/comparator.py +1 -1
  76. wandelbots_api_client/models/compound.py +2 -2
  77. wandelbots_api_client/models/container_environment_inner.py +3 -3
  78. wandelbots_api_client/models/container_image.py +4 -4
  79. wandelbots_api_client/models/container_image_secrets_inner.py +2 -2
  80. wandelbots_api_client/models/container_resources.py +2 -2
  81. wandelbots_api_client/models/container_storage.py +3 -3
  82. wandelbots_api_client/models/controller_capabilities.py +3 -3
  83. wandelbots_api_client/models/controller_instance.py +9 -9
  84. wandelbots_api_client/models/controller_instance_list.py +2 -2
  85. wandelbots_api_client/models/convex_hull.py +2 -2
  86. wandelbots_api_client/models/convex_hull2.py +3 -3
  87. wandelbots_api_client/models/convex_hull3.py +3 -3
  88. wandelbots_api_client/models/coordinate_system.py +6 -6
  89. wandelbots_api_client/models/coordinate_systems.py +2 -2
  90. wandelbots_api_client/models/create_device_request_inner.py +1 -1
  91. wandelbots_api_client/models/create_program_run200_response.py +2 -2
  92. wandelbots_api_client/models/create_program_run_request.py +2 -2
  93. wandelbots_api_client/models/create_trigger200_response.py +2 -2
  94. wandelbots_api_client/models/create_trigger_request.py +7 -7
  95. wandelbots_api_client/models/cubic_spline.py +2 -2
  96. wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +3 -3
  97. wandelbots_api_client/models/cubic_spline_parameter.py +3 -3
  98. wandelbots_api_client/models/cycle_time.py +2 -2
  99. wandelbots_api_client/models/cylinder.py +3 -3
  100. wandelbots_api_client/models/cylinder2.py +4 -4
  101. wandelbots_api_client/models/cylinder3.py +4 -4
  102. wandelbots_api_client/models/dh_parameter.py +6 -6
  103. wandelbots_api_client/models/direction.py +1 -1
  104. wandelbots_api_client/models/direction_jogging_request.py +10 -10
  105. wandelbots_api_client/models/error.py +3 -3
  106. wandelbots_api_client/models/execute_trajectory_request.py +1 -1
  107. wandelbots_api_client/models/execute_trajectory_response.py +1 -1
  108. wandelbots_api_client/models/execution_result.py +4 -4
  109. wandelbots_api_client/models/external_joint_stream_datapoint.py +3 -3
  110. wandelbots_api_client/models/external_joint_stream_datapoint_value.py +5 -5
  111. wandelbots_api_client/models/fanuc_controller.py +3 -3
  112. wandelbots_api_client/models/feedback_collision.py +5 -5
  113. wandelbots_api_client/models/feedback_joint_limit_exceeded.py +4 -4
  114. wandelbots_api_client/models/feedback_out_of_workspace.py +3 -3
  115. wandelbots_api_client/models/feedback_singularity.py +4 -4
  116. wandelbots_api_client/models/flag.py +2 -2
  117. wandelbots_api_client/models/force_vector.py +4 -4
  118. wandelbots_api_client/models/geometry.py +12 -12
  119. wandelbots_api_client/models/get_all_program_runs200_response.py +2 -2
  120. wandelbots_api_client/models/get_all_triggers200_response.py +2 -2
  121. wandelbots_api_client/models/get_mode_response.py +2 -2
  122. wandelbots_api_client/models/get_trajectory_response.py +2 -2
  123. wandelbots_api_client/models/get_trajectory_sample_response.py +2 -2
  124. wandelbots_api_client/models/google_protobuf_any.py +2 -2
  125. wandelbots_api_client/models/http_exception_response.py +2 -2
  126. wandelbots_api_client/models/http_validation_error.py +2 -2
  127. wandelbots_api_client/models/http_validation_error2.py +2 -2
  128. wandelbots_api_client/models/image_credentials.py +4 -4
  129. wandelbots_api_client/models/info_service_capabilities.py +8 -8
  130. wandelbots_api_client/models/initialize_movement_request.py +6 -6
  131. wandelbots_api_client/models/initialize_movement_response.py +2 -2
  132. wandelbots_api_client/models/initialize_movement_response_init_response.py +3 -3
  133. wandelbots_api_client/models/io.py +6 -6
  134. wandelbots_api_client/models/io_description.py +10 -10
  135. wandelbots_api_client/models/io_value.py +5 -5
  136. wandelbots_api_client/models/ios.py +2 -2
  137. wandelbots_api_client/models/jogging_response.py +4 -4
  138. wandelbots_api_client/models/jogging_service_capabilities.py +3 -3
  139. wandelbots_api_client/models/joint_jogging_request.py +6 -6
  140. wandelbots_api_client/models/joint_limit.py +5 -5
  141. wandelbots_api_client/models/joint_limit_exceeded.py +3 -3
  142. wandelbots_api_client/models/joint_position_request.py +4 -4
  143. wandelbots_api_client/models/joint_trajectory.py +4 -4
  144. wandelbots_api_client/models/joints.py +2 -2
  145. wandelbots_api_client/models/kinematic_service_capabilities.py +4 -4
  146. wandelbots_api_client/models/kuka_controller.py +10 -8
  147. wandelbots_api_client/models/kuka_controller_rsi_server.py +3 -3
  148. wandelbots_api_client/models/license.py +11 -11
  149. wandelbots_api_client/models/license_status.py +3 -3
  150. wandelbots_api_client/models/license_status_enum.py +1 -1
  151. wandelbots_api_client/models/limit_settings.py +13 -13
  152. wandelbots_api_client/models/limits_override.py +7 -7
  153. wandelbots_api_client/models/list_devices200_response_inner.py +1 -1
  154. wandelbots_api_client/models/list_io_descriptions_response.py +2 -2
  155. wandelbots_api_client/models/list_io_values_response.py +2 -2
  156. wandelbots_api_client/models/list_payloads_response.py +2 -2
  157. wandelbots_api_client/models/list_program_metadata_response.py +2 -2
  158. wandelbots_api_client/models/list_recipe_metadata_response.py +2 -2
  159. wandelbots_api_client/models/list_response.py +2 -2
  160. wandelbots_api_client/models/list_tcps_response.py +2 -2
  161. wandelbots_api_client/models/manufacturer.py +1 -1
  162. wandelbots_api_client/models/mode_change_response.py +5 -5
  163. wandelbots_api_client/models/motion_command.py +4 -4
  164. wandelbots_api_client/models/motion_command_blending.py +1 -1
  165. wandelbots_api_client/models/motion_command_path.py +1 -1
  166. wandelbots_api_client/models/motion_group_behavior_getter.py +2 -2
  167. wandelbots_api_client/models/motion_group_info.py +4 -4
  168. wandelbots_api_client/models/motion_group_infos.py +2 -2
  169. wandelbots_api_client/models/motion_group_instance.py +6 -6
  170. wandelbots_api_client/models/motion_group_instance_list.py +2 -2
  171. wandelbots_api_client/models/motion_group_joints.py +5 -5
  172. wandelbots_api_client/models/motion_group_physical.py +6 -6
  173. wandelbots_api_client/models/motion_group_specification.py +3 -3
  174. wandelbots_api_client/models/motion_group_state.py +13 -13
  175. wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +2 -2
  176. wandelbots_api_client/models/motion_group_state_response.py +3 -3
  177. wandelbots_api_client/models/motion_id.py +2 -2
  178. wandelbots_api_client/models/motion_ids_list_response.py +2 -2
  179. wandelbots_api_client/models/motion_vector.py +4 -4
  180. wandelbots_api_client/models/mounting.py +3 -3
  181. wandelbots_api_client/models/move_request.py +9 -9
  182. wandelbots_api_client/models/move_response.py +3 -3
  183. wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +5 -5
  184. wandelbots_api_client/models/movement.py +2 -2
  185. wandelbots_api_client/models/movement_error.py +2 -2
  186. wandelbots_api_client/models/movement_error_error.py +2 -2
  187. wandelbots_api_client/models/movement_movement.py +4 -4
  188. wandelbots_api_client/models/op_mode.py +2 -2
  189. wandelbots_api_client/models/opcua_node_value_trigger_config.py +4 -4
  190. wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +1 -1
  191. wandelbots_api_client/models/optimizer_setup.py +8 -8
  192. wandelbots_api_client/models/out_of_workspace.py +2 -2
  193. wandelbots_api_client/models/path.py +2 -2
  194. wandelbots_api_client/models/path_cartesian_ptp.py +3 -3
  195. wandelbots_api_client/models/path_circle.py +4 -4
  196. wandelbots_api_client/models/path_cubic_spline.py +3 -3
  197. wandelbots_api_client/models/path_joint_ptp.py +3 -3
  198. wandelbots_api_client/models/path_line.py +3 -3
  199. wandelbots_api_client/models/pause_movement_request.py +3 -3
  200. wandelbots_api_client/models/pause_movement_response.py +2 -2
  201. wandelbots_api_client/models/pause_movement_response_pause_response.py +3 -3
  202. wandelbots_api_client/models/pause_on_io.py +3 -3
  203. wandelbots_api_client/models/payload.py +5 -5
  204. wandelbots_api_client/models/plan_collision_free_ptp_request.py +10 -9
  205. wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +1 -1
  206. wandelbots_api_client/models/plan_failed_on_trajectory_response.py +10 -10
  207. wandelbots_api_client/models/plan_failed_response.py +8 -8
  208. wandelbots_api_client/models/plan_request.py +6 -6
  209. wandelbots_api_client/models/plan_response.py +4 -4
  210. wandelbots_api_client/models/plan_successful_response.py +3 -3
  211. wandelbots_api_client/models/plan_trajectory_failed_response.py +4 -4
  212. wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +1 -1
  213. wandelbots_api_client/models/plan_trajectory_request.py +10 -9
  214. wandelbots_api_client/models/plan_trajectory_response.py +2 -2
  215. wandelbots_api_client/models/plan_trajectory_response_response.py +1 -1
  216. wandelbots_api_client/models/plane2.py +2 -2
  217. wandelbots_api_client/models/plane3.py +2 -2
  218. wandelbots_api_client/models/planned_motion.py +6 -6
  219. wandelbots_api_client/models/planner_pose.py +3 -3
  220. wandelbots_api_client/models/planning_limits.py +13 -13
  221. wandelbots_api_client/models/planning_limits_limit_range.py +3 -3
  222. wandelbots_api_client/models/playback_speed_request.py +3 -3
  223. wandelbots_api_client/models/playback_speed_response.py +2 -2
  224. wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +2 -2
  225. wandelbots_api_client/models/point_cloud.py +2 -2
  226. wandelbots_api_client/models/pose.py +4 -4
  227. wandelbots_api_client/models/pose2.py +3 -3
  228. wandelbots_api_client/models/program_metadata.py +7 -7
  229. wandelbots_api_client/models/program_run.py +15 -14
  230. wandelbots_api_client/models/program_run_object.py +7 -7
  231. wandelbots_api_client/models/program_run_state.py +1 -1
  232. wandelbots_api_client/models/program_runner_reference.py +3 -3
  233. wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +3 -3
  234. wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +2 -2
  235. wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +2 -2
  236. wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +2 -2
  237. wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +5 -5
  238. wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +5 -5
  239. wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +4 -4
  240. wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +7 -7
  241. wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +8 -8
  242. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +13 -11
  243. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +13 -11
  244. wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +3 -3
  245. wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +4 -4
  246. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +3 -3
  247. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +3 -3
  248. wandelbots_api_client/models/quaternion.py +5 -5
  249. wandelbots_api_client/models/recipe_metadata.py +8 -8
  250. wandelbots_api_client/models/rectangle.py +3 -3
  251. wandelbots_api_client/models/rectangle2.py +4 -4
  252. wandelbots_api_client/models/rectangle3.py +4 -4
  253. wandelbots_api_client/models/rectangular_capsule.py +4 -4
  254. wandelbots_api_client/models/rectangular_capsule2.py +5 -5
  255. wandelbots_api_client/models/rectangular_capsule3.py +5 -5
  256. wandelbots_api_client/models/release_channel.py +1 -1
  257. wandelbots_api_client/models/request.py +1 -1
  258. wandelbots_api_client/models/request1.py +1 -1
  259. wandelbots_api_client/models/response_get_value_programs_values_key_get.py +1 -1
  260. wandelbots_api_client/models/response_get_values_programs_values_get_value.py +1 -1
  261. wandelbots_api_client/models/robot_controller.py +3 -3
  262. wandelbots_api_client/models/robot_controller_configuration.py +1 -1
  263. wandelbots_api_client/models/robot_controller_state.py +8 -8
  264. wandelbots_api_client/models/robot_link_geometry.py +3 -3
  265. wandelbots_api_client/models/robot_state.py +3 -3
  266. wandelbots_api_client/models/robot_system_mode.py +1 -1
  267. wandelbots_api_client/models/robot_tcp.py +5 -5
  268. wandelbots_api_client/models/robot_tcps.py +2 -2
  269. wandelbots_api_client/models/rotation_angle_types.py +1 -1
  270. wandelbots_api_client/models/rotation_angles.py +3 -3
  271. wandelbots_api_client/models/safety_configuration.py +6 -6
  272. wandelbots_api_client/models/safety_setup.py +5 -5
  273. wandelbots_api_client/models/safety_setup_safety_settings.py +3 -3
  274. wandelbots_api_client/models/safety_setup_safety_zone.py +5 -5
  275. wandelbots_api_client/models/safety_zone.py +4 -4
  276. wandelbots_api_client/models/safety_zone_limits.py +3 -3
  277. wandelbots_api_client/models/safety_zone_violation.py +2 -2
  278. wandelbots_api_client/models/service_status.py +3 -3
  279. wandelbots_api_client/models/service_status_phase.py +1 -1
  280. wandelbots_api_client/models/service_status_severity.py +1 -1
  281. wandelbots_api_client/models/service_status_status.py +4 -4
  282. wandelbots_api_client/models/set_io.py +3 -3
  283. wandelbots_api_client/models/set_playback_speed.py +3 -3
  284. wandelbots_api_client/models/single_joint_limit.py +3 -3
  285. wandelbots_api_client/models/singularity.py +3 -3
  286. wandelbots_api_client/models/singularity_type_enum.py +1 -1
  287. wandelbots_api_client/models/sphere.py +2 -2
  288. wandelbots_api_client/models/sphere2.py +3 -3
  289. wandelbots_api_client/models/sphere3.py +3 -3
  290. wandelbots_api_client/models/standstill.py +2 -2
  291. wandelbots_api_client/models/standstill_reason.py +1 -1
  292. wandelbots_api_client/models/standstill_standstill.py +4 -4
  293. wandelbots_api_client/models/start_movement_request.py +6 -6
  294. wandelbots_api_client/models/start_on_io.py +3 -3
  295. wandelbots_api_client/models/status.py +4 -4
  296. wandelbots_api_client/models/stop_response.py +4 -4
  297. wandelbots_api_client/models/store_value.py +1 -1
  298. wandelbots_api_client/models/stream_move_backward.py +2 -2
  299. wandelbots_api_client/models/stream_move_forward.py +2 -2
  300. wandelbots_api_client/models/stream_move_playback_speed.py +2 -2
  301. wandelbots_api_client/models/stream_move_request.py +1 -1
  302. wandelbots_api_client/models/stream_move_response.py +4 -4
  303. wandelbots_api_client/models/stream_move_to_trajectory.py +2 -2
  304. wandelbots_api_client/models/stream_stop.py +2 -2
  305. wandelbots_api_client/models/tcp_pose.py +5 -5
  306. wandelbots_api_client/models/tcp_pose_request.py +5 -5
  307. wandelbots_api_client/models/tool_geometry.py +3 -3
  308. wandelbots_api_client/models/trajectory_sample.py +12 -12
  309. wandelbots_api_client/models/trigger_object.py +11 -11
  310. wandelbots_api_client/models/trigger_type.py +1 -1
  311. wandelbots_api_client/models/universalrobots_controller.py +3 -3
  312. wandelbots_api_client/models/update_nova_version_request.py +2 -2
  313. wandelbots_api_client/models/update_program_metadata_request.py +4 -4
  314. wandelbots_api_client/models/update_recipe_metadata_request.py +4 -4
  315. wandelbots_api_client/models/update_trigger_request.py +6 -6
  316. wandelbots_api_client/models/validation_error.py +4 -4
  317. wandelbots_api_client/models/validation_error2.py +4 -4
  318. wandelbots_api_client/models/validation_error2_loc_inner.py +1 -1
  319. wandelbots_api_client/models/validation_error_loc_inner.py +1 -1
  320. wandelbots_api_client/models/value.py +1 -1
  321. wandelbots_api_client/models/vector3d.py +4 -4
  322. wandelbots_api_client/models/version_number.py +9 -9
  323. wandelbots_api_client/models/virtual_controller.py +6 -6
  324. wandelbots_api_client/models/virtual_controller_types.py +13 -1
  325. wandelbots_api_client/models/virtual_robot_configuration.py +3 -3
  326. wandelbots_api_client/models/yaskawa_controller.py +3 -3
  327. wandelbots_api_client/rest.py +3 -2
  328. wandelbots_api_client/v2/__init__.py +3 -4
  329. wandelbots_api_client/v2/api/__init__.py +2 -0
  330. wandelbots_api_client/v2/api/application_api.py +11 -12
  331. wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +930 -82
  332. wandelbots_api_client/v2/api/cell_api.py +8 -9
  333. wandelbots_api_client/v2/api/controller_api.py +35 -32
  334. wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +14 -13
  335. wandelbots_api_client/v2/api/jogging_api.py +8 -6
  336. wandelbots_api_client/v2/api/kinematics_api.py +14 -16
  337. wandelbots_api_client/v2/api/license_api.py +8 -9
  338. wandelbots_api_client/v2/api/motion_group_api.py +10 -9
  339. wandelbots_api_client/v2/api/motion_group_models_api.py +16 -53
  340. wandelbots_api_client/v2/api/program_api.py +14 -15
  341. wandelbots_api_client/v2/api/store_collision_components_api.py +823 -50
  342. wandelbots_api_client/v2/api/store_collision_setups_api.py +264 -7
  343. wandelbots_api_client/v2/api/store_object_api.py +11 -12
  344. wandelbots_api_client/v2/api/system_api.py +6 -6
  345. wandelbots_api_client/v2/api/trajectory_caching_api.py +14 -15
  346. wandelbots_api_client/v2/api/trajectory_execution_api.py +8 -6
  347. wandelbots_api_client/v2/api/trajectory_planning_api.py +17 -19
  348. wandelbots_api_client/v2/api/version_api.py +284 -0
  349. wandelbots_api_client/v2/api/virtual_controller_api.py +56 -42
  350. wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +20 -12
  351. wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +5 -6
  352. wandelbots_api_client/v2/api_client.py +15 -8
  353. wandelbots_api_client/v2/configuration.py +19 -8
  354. wandelbots_api_client/v2/exceptions.py +2 -2
  355. wandelbots_api_client/v2/models/__init__.py +52 -31
  356. wandelbots_api_client/v2/models/abb_controller.py +8 -11
  357. wandelbots_api_client/v2/models/abb_controller_egm_server.py +4 -4
  358. wandelbots_api_client/v2/models/activate_license_request.py +3 -3
  359. wandelbots_api_client/v2/models/add_trajectory_error.py +5 -5
  360. wandelbots_api_client/v2/models/add_trajectory_error_data.py +58 -58
  361. wandelbots_api_client/v2/models/add_trajectory_request.py +5 -5
  362. wandelbots_api_client/v2/models/add_trajectory_response.py +4 -4
  363. wandelbots_api_client/v2/models/api_version.py +91 -0
  364. wandelbots_api_client/v2/models/app.py +11 -11
  365. wandelbots_api_client/v2/models/behavior.py +3 -3
  366. wandelbots_api_client/v2/models/blending_auto.py +6 -5
  367. wandelbots_api_client/v2/models/blending_position.py +4 -4
  368. wandelbots_api_client/v2/models/boolean_value.py +6 -9
  369. wandelbots_api_client/v2/models/box.py +7 -7
  370. wandelbots_api_client/v2/models/{io_description2.py → bus_io_description.py} +16 -16
  371. wandelbots_api_client/v2/models/bus_io_modbus_client.py +104 -0
  372. wandelbots_api_client/v2/models/bus_io_modbus_server.py +115 -0
  373. wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +106 -0
  374. wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +104 -0
  375. wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +98 -0
  376. wandelbots_api_client/v2/models/bus_io_profinet.py +10 -13
  377. wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +4 -4
  378. wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +5 -5
  379. wandelbots_api_client/v2/models/bus_io_profinet_network.py +5 -5
  380. wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +5 -8
  381. wandelbots_api_client/v2/models/bus_io_type.py +65 -18
  382. wandelbots_api_client/v2/models/bus_ios_state.py +4 -4
  383. wandelbots_api_client/v2/models/bus_ios_state_enum.py +2 -2
  384. wandelbots_api_client/v2/models/capsule.py +5 -5
  385. wandelbots_api_client/v2/models/cartesian_limits.py +6 -6
  386. wandelbots_api_client/v2/models/cell.py +7 -7
  387. wandelbots_api_client/v2/models/collider.py +5 -5
  388. wandelbots_api_client/v2/models/collider_shape.py +2 -42
  389. wandelbots_api_client/v2/models/collision.py +8 -8
  390. wandelbots_api_client/v2/models/collision_contact.py +4 -4
  391. wandelbots_api_client/v2/models/collision_error.py +3 -3
  392. wandelbots_api_client/v2/models/collision_free_algorithm.py +15 -15
  393. wandelbots_api_client/v2/models/collision_setup.py +14 -12
  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 +4 -4
  397. wandelbots_api_client/v2/models/configuration_archive_status_error.py +4 -4
  398. wandelbots_api_client/v2/models/configuration_archive_status_success.py +3 -3
  399. wandelbots_api_client/v2/models/configuration_resource.py +5 -5
  400. wandelbots_api_client/v2/models/container_environment_inner.py +4 -4
  401. wandelbots_api_client/v2/models/container_image.py +5 -5
  402. wandelbots_api_client/v2/models/container_image_secrets_inner.py +3 -3
  403. wandelbots_api_client/v2/models/container_resources.py +4 -4
  404. wandelbots_api_client/v2/models/container_storage.py +4 -4
  405. wandelbots_api_client/v2/models/controller_description.py +6 -6
  406. wandelbots_api_client/v2/models/convex_hull.py +4 -4
  407. wandelbots_api_client/v2/models/coordinate_system.py +8 -8
  408. wandelbots_api_client/v2/models/coordinate_system_data.py +7 -7
  409. wandelbots_api_client/v2/models/cubic_spline_parameter.py +4 -4
  410. wandelbots_api_client/v2/models/cycle_time.py +5 -4
  411. wandelbots_api_client/v2/models/cylinder.py +5 -5
  412. wandelbots_api_client/v2/models/dh_parameter.py +7 -7
  413. wandelbots_api_client/v2/models/direction.py +2 -2
  414. wandelbots_api_client/v2/models/error.py +4 -4
  415. wandelbots_api_client/v2/models/error_invalid_joint_count.py +5 -5
  416. wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +6 -5
  417. wandelbots_api_client/v2/models/error_joint_position_collision.py +6 -6
  418. wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +4 -4
  419. wandelbots_api_client/v2/models/execute.py +4 -4
  420. wandelbots_api_client/v2/models/execute_details.py +2 -12
  421. wandelbots_api_client/v2/models/execute_jogging_request.py +30 -2
  422. wandelbots_api_client/v2/models/execute_jogging_response.py +7 -7
  423. wandelbots_api_client/v2/models/execute_trajectory_request.py +30 -2
  424. wandelbots_api_client/v2/models/execute_trajectory_response.py +7 -7
  425. wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +4 -4
  426. wandelbots_api_client/v2/models/external_joint_stream_request.py +3 -3
  427. wandelbots_api_client/v2/models/fanuc_controller.py +6 -9
  428. wandelbots_api_client/v2/models/feedback_collision.py +6 -6
  429. wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +7 -6
  430. wandelbots_api_client/v2/models/feedback_out_of_workspace.py +4 -4
  431. wandelbots_api_client/v2/models/feedback_singularity.py +5 -5
  432. wandelbots_api_client/v2/models/flag.py +3 -3
  433. wandelbots_api_client/v2/models/float_value.py +6 -9
  434. wandelbots_api_client/v2/models/forward_kinematics422_response.py +3 -3
  435. wandelbots_api_client/v2/models/forward_kinematics_request.py +6 -6
  436. wandelbots_api_client/v2/models/forward_kinematics_response.py +3 -3
  437. wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +7 -7
  438. wandelbots_api_client/v2/models/get_trajectory_response.py +5 -5
  439. wandelbots_api_client/v2/models/http_validation_error.py +3 -3
  440. wandelbots_api_client/v2/models/image_credentials.py +5 -5
  441. wandelbots_api_client/v2/models/{inconsitent_trajectory_size.py → inconsistent_trajectory_size_error.py} +9 -9
  442. wandelbots_api_client/v2/models/{inconsitent_trajectory_size_inconsistent_trajectory_size.py → inconsistent_trajectory_size_error_inconsistent_trajectory_size.py} +9 -9
  443. wandelbots_api_client/v2/models/initialize_jogging_request.py +10 -17
  444. wandelbots_api_client/v2/models/initialize_jogging_response.py +4 -4
  445. wandelbots_api_client/v2/models/initialize_movement_request.py +8 -13
  446. wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +2 -2
  447. wandelbots_api_client/v2/models/initialize_movement_response.py +5 -5
  448. wandelbots_api_client/v2/models/integer_value.py +7 -10
  449. wandelbots_api_client/v2/models/{invalid_dof.py → invalid_dof_error.py} +9 -9
  450. wandelbots_api_client/v2/models/{invalid_dof_invalid_dof.py → invalid_dof_error_invalid_dof.py} +8 -8
  451. wandelbots_api_client/v2/models/inverse_kinematics422_response.py +3 -3
  452. wandelbots_api_client/v2/models/inverse_kinematics_request.py +12 -11
  453. wandelbots_api_client/v2/models/inverse_kinematics_response.py +3 -3
  454. wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +7 -7
  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 +7 -10
  457. wandelbots_api_client/v2/models/{io_description_min.py → io_boundary.py} +10 -25
  458. wandelbots_api_client/v2/models/io_description.py +13 -13
  459. wandelbots_api_client/v2/models/io_direction.py +2 -2
  460. wandelbots_api_client/v2/models/io_float_value.py +7 -10
  461. wandelbots_api_client/v2/models/io_integer_value.py +7 -10
  462. wandelbots_api_client/v2/models/io_origin.py +37 -0
  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 +4 -4
  466. wandelbots_api_client/v2/models/jogging_details_state.py +2 -27
  467. wandelbots_api_client/v2/models/jogging_paused_by_user.py +3 -3
  468. wandelbots_api_client/v2/models/jogging_paused_near_collision.py +4 -4
  469. wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +6 -5
  470. wandelbots_api_client/v2/models/jogging_paused_on_io.py +3 -3
  471. wandelbots_api_client/v2/models/jogging_running.py +3 -3
  472. wandelbots_api_client/v2/models/{joint_limit_exceeded.py → joint_limit_exceeded_error.py} +7 -7
  473. wandelbots_api_client/v2/models/joint_limits.py +6 -6
  474. wandelbots_api_client/v2/models/joint_trajectory.py +5 -5
  475. wandelbots_api_client/v2/models/joint_velocity_request.py +6 -9
  476. wandelbots_api_client/v2/models/joint_velocity_response.py +4 -4
  477. wandelbots_api_client/v2/models/kuka_controller.py +12 -13
  478. wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +4 -4
  479. wandelbots_api_client/v2/models/license.py +12 -12
  480. wandelbots_api_client/v2/models/license_status.py +4 -4
  481. wandelbots_api_client/v2/models/license_status_enum.py +2 -2
  482. wandelbots_api_client/v2/models/limit_range.py +4 -4
  483. wandelbots_api_client/v2/models/limit_set.py +7 -7
  484. wandelbots_api_client/v2/models/limits_override.py +8 -8
  485. wandelbots_api_client/v2/models/list_trajectories_response.py +3 -3
  486. wandelbots_api_client/v2/models/manufacturer.py +2 -2
  487. wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +4 -4
  488. wandelbots_api_client/v2/models/modbus_io.py +105 -0
  489. wandelbots_api_client/v2/models/modbus_io_area.py +40 -0
  490. wandelbots_api_client/v2/models/modbus_io_byte_order.py +40 -0
  491. wandelbots_api_client/v2/models/{http_validation_error2.py → modbus_io_data.py} +23 -28
  492. wandelbots_api_client/v2/models/modbus_io_type_enum.py +39 -0
  493. wandelbots_api_client/v2/models/motion_command.py +5 -5
  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 +36 -31
  497. wandelbots_api_client/v2/models/motion_group_info.py +7 -6
  498. wandelbots_api_client/v2/models/motion_group_joints.py +6 -6
  499. wandelbots_api_client/v2/models/motion_group_setup.py +15 -13
  500. wandelbots_api_client/v2/models/motion_group_state.py +18 -17
  501. wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +3 -3
  502. wandelbots_api_client/v2/models/movement_error_response.py +4 -4
  503. wandelbots_api_client/v2/models/{nan_value.py → nan_value_error.py} +9 -9
  504. wandelbots_api_client/v2/models/{nan_value_nan_value.py → nan_value_error_nan_value.py} +6 -6
  505. wandelbots_api_client/v2/models/op_mode.py +3 -3
  506. wandelbots_api_client/v2/models/operating_state.py +2 -2
  507. wandelbots_api_client/v2/models/operation_limits.py +6 -6
  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 +4 -4
  511. wandelbots_api_client/v2/models/path_circle.py +5 -5
  512. wandelbots_api_client/v2/models/path_cubic_spline.py +4 -4
  513. wandelbots_api_client/v2/models/path_joint_ptp.py +4 -4
  514. wandelbots_api_client/v2/models/path_line.py +4 -4
  515. wandelbots_api_client/v2/models/pause_jogging_request.py +5 -8
  516. wandelbots_api_client/v2/models/pause_jogging_response.py +4 -4
  517. wandelbots_api_client/v2/models/pause_movement_request.py +5 -8
  518. wandelbots_api_client/v2/models/pause_movement_response.py +4 -4
  519. wandelbots_api_client/v2/models/pause_on_io.py +9 -6
  520. wandelbots_api_client/v2/models/payload.py +6 -6
  521. wandelbots_api_client/v2/models/plan422_response.py +3 -3
  522. wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +3 -3
  523. wandelbots_api_client/v2/models/plan_collision_free_request.py +6 -6
  524. wandelbots_api_client/v2/models/plan_collision_free_response.py +3 -3
  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 +5 -5
  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 +5 -5
  529. wandelbots_api_client/v2/models/plan_trajectory_response.py +3 -3
  530. wandelbots_api_client/v2/models/plan_trajectory_response_response.py +2 -2
  531. wandelbots_api_client/v2/models/plan_validation_error.py +7 -7
  532. wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +2 -2
  533. wandelbots_api_client/v2/models/plane.py +3 -3
  534. wandelbots_api_client/v2/models/playback_speed_request.py +8 -10
  535. wandelbots_api_client/v2/models/playback_speed_response.py +4 -4
  536. wandelbots_api_client/v2/models/pose.py +4 -4
  537. wandelbots_api_client/v2/models/profinet_description.py +7 -7
  538. wandelbots_api_client/v2/models/profinet_input_output_config.py +5 -5
  539. wandelbots_api_client/v2/models/profinet_io.py +10 -10
  540. wandelbots_api_client/v2/models/profinet_io_data.py +9 -9
  541. wandelbots_api_client/v2/models/profinet_io_direction.py +3 -3
  542. wandelbots_api_client/v2/models/profinet_io_type_enum.py +2 -2
  543. wandelbots_api_client/v2/models/profinet_slot_description.py +6 -6
  544. wandelbots_api_client/v2/models/profinet_sub_slot_description.py +5 -5
  545. wandelbots_api_client/v2/models/program.py +8 -8
  546. wandelbots_api_client/v2/models/program_run.py +16 -14
  547. wandelbots_api_client/v2/models/program_run_state.py +2 -2
  548. wandelbots_api_client/v2/models/program_start_request.py +3 -3
  549. wandelbots_api_client/v2/models/rectangle.py +5 -5
  550. wandelbots_api_client/v2/models/rectangular_capsule.py +6 -6
  551. wandelbots_api_client/v2/models/release_channel.py +2 -2
  552. wandelbots_api_client/v2/models/robot_controller.py +4 -4
  553. wandelbots_api_client/v2/models/robot_controller_configuration.py +2 -2
  554. wandelbots_api_client/v2/models/robot_controller_state.py +13 -12
  555. wandelbots_api_client/v2/models/robot_system_mode.py +2 -2
  556. wandelbots_api_client/v2/models/robot_tcp.py +7 -7
  557. wandelbots_api_client/v2/models/robot_tcp_data.py +6 -6
  558. wandelbots_api_client/v2/models/rrt_connect_algorithm.py +8 -8
  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 +5 -5
  562. wandelbots_api_client/v2/models/service_status_phase.py +2 -2
  563. wandelbots_api_client/v2/models/service_status_response.py +4 -4
  564. wandelbots_api_client/v2/models/service_status_severity.py +2 -2
  565. wandelbots_api_client/v2/models/service_status_status.py +5 -5
  566. wandelbots_api_client/v2/models/set_io.py +100 -0
  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 +4 -4
  570. wandelbots_api_client/v2/models/start_movement_request.py +15 -16
  571. wandelbots_api_client/v2/models/start_movement_response.py +4 -4
  572. wandelbots_api_client/v2/models/start_on_io.py +9 -6
  573. wandelbots_api_client/v2/models/stream_io_values_response.py +7 -6
  574. wandelbots_api_client/v2/models/tcp_offset.py +4 -4
  575. wandelbots_api_client/v2/models/{tcp_required.py → tcp_required_error.py} +6 -6
  576. wandelbots_api_client/v2/models/tcp_velocity_request.py +7 -10
  577. wandelbots_api_client/v2/models/tcp_velocity_response.py +4 -4
  578. wandelbots_api_client/v2/models/{torque_exceeded.py → torque_exceeded_error.py} +9 -9
  579. wandelbots_api_client/v2/models/{torque_exceeded_torque_exceeded.py → torque_exceeded_error_torque_exceeded.py} +8 -8
  580. wandelbots_api_client/v2/models/trajectory_data.py +7 -7
  581. wandelbots_api_client/v2/models/trajectory_details.py +6 -6
  582. wandelbots_api_client/v2/models/trajectory_details_state.py +2 -27
  583. wandelbots_api_client/v2/models/trajectory_ended.py +3 -3
  584. wandelbots_api_client/v2/models/trajectory_id.py +6 -9
  585. wandelbots_api_client/v2/models/trajectory_paused_by_user.py +3 -3
  586. wandelbots_api_client/v2/models/trajectory_paused_on_io.py +3 -3
  587. wandelbots_api_client/v2/models/trajectory_running.py +6 -5
  588. wandelbots_api_client/v2/models/trajectory_wait_for_io.py +3 -3
  589. wandelbots_api_client/v2/models/unit_type.py +2 -2
  590. wandelbots_api_client/v2/models/universalrobots_controller.py +6 -9
  591. wandelbots_api_client/v2/models/update_nova_version_request.py +3 -3
  592. wandelbots_api_client/v2/models/validation_error.py +6 -6
  593. wandelbots_api_client/v2/models/validation_error2.py +5 -5
  594. wandelbots_api_client/v2/models/validation_error_loc_inner.py +2 -2
  595. wandelbots_api_client/v2/models/virtual_controller.py +8 -11
  596. wandelbots_api_client/v2/models/virtual_controller_types.py +14 -2
  597. wandelbots_api_client/v2/models/virtual_robot_configuration.py +4 -4
  598. wandelbots_api_client/v2/models/wait_for_io_event_request.py +4 -4
  599. wandelbots_api_client/v2/models/yaskawa_controller.py +6 -9
  600. wandelbots_api_client/v2/rest.py +4 -3
  601. wandelbots_api_client/v2_pydantic/__init__.py +50 -0
  602. wandelbots_api_client/v2_pydantic/api/__init__.py +51 -0
  603. wandelbots_api_client/v2_pydantic/api/application_api.py +1803 -0
  604. wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +4603 -0
  605. wandelbots_api_client/v2_pydantic/api/cell_api.py +2003 -0
  606. wandelbots_api_client/v2_pydantic/api/controller_api.py +3721 -0
  607. wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +1395 -0
  608. wandelbots_api_client/v2_pydantic/api/jogging_api.py +125 -0
  609. wandelbots_api_client/v2_pydantic/api/kinematics_api.py +642 -0
  610. wandelbots_api_client/v2_pydantic/api/license_api.py +1061 -0
  611. wandelbots_api_client/v2_pydantic/api/motion_group_api.py +733 -0
  612. wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +563 -0
  613. wandelbots_api_client/v2_pydantic/api/program_api.py +1187 -0
  614. wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +4170 -0
  615. wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +1419 -0
  616. wandelbots_api_client/v2_pydantic/api/store_object_api.py +1719 -0
  617. wandelbots_api_client/v2_pydantic/api/system_api.py +2427 -0
  618. wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +1508 -0
  619. wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +125 -0
  620. wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +642 -0
  621. wandelbots_api_client/v2_pydantic/api/version_api.py +287 -0
  622. wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +4610 -0
  623. wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +991 -0
  624. wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +1012 -0
  625. wandelbots_api_client/v2_pydantic/api_client.py +809 -0
  626. wandelbots_api_client/v2_pydantic/api_response.py +21 -0
  627. wandelbots_api_client/v2_pydantic/configuration.py +606 -0
  628. wandelbots_api_client/v2_pydantic/exceptions.py +216 -0
  629. wandelbots_api_client/v2_pydantic/models.py +4561 -0
  630. wandelbots_api_client/v2_pydantic/py.typed +0 -0
  631. wandelbots_api_client/v2_pydantic/rest.py +213 -0
  632. wandelbots_api_client-25.10.0rc2.dist-info/METADATA +62 -0
  633. wandelbots_api_client-25.10.0rc2.dist-info/RECORD +640 -0
  634. {wandelbots_api_client-25.8.0.dev23.dist-info → wandelbots_api_client-25.10.0rc2.dist-info}/WHEEL +2 -1
  635. wandelbots_api_client-25.10.0rc2.dist-info/top_level.txt +1 -0
  636. wandelbots_api_client/models/create_trigger_request_config.py +0 -123
  637. wandelbots_api_client/v2/models/limit_config.py +0 -101
  638. wandelbots_api_client-25.8.0.dev23.dist-info/METADATA +0 -63
  639. wandelbots_api_client-25.8.0.dev23.dist-info/RECORD +0 -594
  640. {wandelbots_api_client-25.8.0.dev23.dist-info → wandelbots_api_client-25.10.0rc2.dist-info/licenses}/LICENSE +0 -0
@@ -1,594 +0,0 @@
1
- wandelbots_api_client/__init__.py,sha256=vmPSI6J-1G9arPi7ydwcwStXlHVnSGV5EjWy8Vi4F-4,1023
2
- wandelbots_api_client/api/__init__.py,sha256=LCro2rt4NjT1jOBiLAWzPYZgTFleOUX7TajzN7O2G3o,2157
3
- wandelbots_api_client/api/application_api.py,sha256=vvoLPlOi2GIkJu3wlxRVp0WdJl4dJBJgS-p5XCl-NoM,70751
4
- wandelbots_api_client/api/cell_api.py,sha256=0ZrGAhqweezISLmm_wnY9Ywp4PvlqChZpjAu2XvRTdc,66053
5
- wandelbots_api_client/api/controller_api.py,sha256=hpBZhwpkGERb4309v1rZy0IuwJLnJEJ6TqIlVZK0myw,148216
6
- wandelbots_api_client/api/controller_ios_api.py,sha256=uftuHXwTyhCd-CdZWM8QRcgN_J0YagS0sioZhiaJ6qU,59729
7
- wandelbots_api_client/api/coordinate_systems_api.py,sha256=Lf4Z_pYC6db0XiyiNODz-k0ULU5gYPFJDzKIV9OgYrA,68971
8
- wandelbots_api_client/api/device_configuration_api.py,sha256=XXCqlGEhsOX-cMBQs3G8uNGjtDPE9FVdgjv5bO9YCNE,57588
9
- wandelbots_api_client/api/library_program_api.py,sha256=syqOcafTYDCNzhBSroq05RtwuScT4n14cVDFwOVeA4s,65120
10
- wandelbots_api_client/api/library_program_metadata_api.py,sha256=1uRZ76SX6lOFmhrOQeA4ot35giMQgHr9ES6JCSsrOfo,51804
11
- wandelbots_api_client/api/library_recipe_api.py,sha256=6S-vdjddPSWryUIUix1hM4VBSLuCzaWeRVk3TfrW6Uc,63323
12
- wandelbots_api_client/api/library_recipe_metadata_api.py,sha256=QlLpbyOyUkacwJrhJnlGPmL_HGJZBVuo9YlY8kA7ujo,49996
13
- wandelbots_api_client/api/license_api.py,sha256=Y6jVoWT2MQgHTnhAzdzkF60tM6LDXmCLjdd_pYPawqg,40616
14
- wandelbots_api_client/api/motion_api.py,sha256=KGnTDa3lOKDu6jXpTi7tlG-c1BNZUZnOezFaqY52aGU,195613
15
- wandelbots_api_client/api/motion_group_api.py,sha256=ZFNXz8NFwYiXpdjQLLv2W0cAGbxjwJqSe6mo78r3LOQ,46671
16
- wandelbots_api_client/api/motion_group_infos_api.py,sha256=WfXzMP515nZx5iiyJVi7xtIW1GJKR7eUOexYRvuHkkQ,124412
17
- wandelbots_api_client/api/motion_group_jogging_api.py,sha256=miCXXeAqIUQuyFkjKMd_BbGcaFwPdHf7acf1-MfJeiA,39700
18
- wandelbots_api_client/api/motion_group_kinematic_api.py,sha256=ZNm2_LEZcQRTZMvJdfUG_yG4opGomES4wUGKOn9tif4,54262
19
- wandelbots_api_client/api/program_api.py,sha256=F30dJvTk7g2vbwD3yQblIQYZ8JXTQ0kFklJ3wd_kM6I,99642
20
- wandelbots_api_client/api/program_operator_api.py,sha256=rKlA8oNUNev3Yv-zs49JlCoeNa4nf8itjWHnjJ6C7rg,92713
21
- wandelbots_api_client/api/program_values_api.py,sha256=V2gqFXEFL43tJPi76_VJFTNnWyTC7Zvu5JwPx76Pw1Q,72109
22
- wandelbots_api_client/api/store_collision_components_api.py,sha256=h8RwHDyGtNgFOwL32QUWyzi2tMhYqzQ3eyPWa1QLB-c,149002
23
- wandelbots_api_client/api/store_collision_scenes_api.py,sha256=tWNm92rUiLUAL5ZaAZOzbN2drUwpB_nC89cb0C7WYfI,46197
24
- wandelbots_api_client/api/store_object_api.py,sha256=N2jB91S9Dy0TzzdwEA7FYKK2orvrzdrtl5i-3netaSM,65479
25
- wandelbots_api_client/api/system_api.py,sha256=AT1MxrtsUXtNFnIK8zUBz4XduyoB2i-0VSkhjlhKB1c,51649
26
- wandelbots_api_client/api/virtual_robot_api.py,sha256=nPxDJV5M7DoxAPe4Fquq7MTLJHqe5UXj2T76lsnbjVA,75165
27
- wandelbots_api_client/api/virtual_robot_behavior_api.py,sha256=6ynJEaNMxX8cz-QW8j_VVBXegGE4MspoEmTbbPaSYvQ,32181
28
- wandelbots_api_client/api/virtual_robot_mode_api.py,sha256=gy6u0fUjWQwBI--EfYSc6jkO5bgG1ukPfL7IT-oA0TM,73437
29
- wandelbots_api_client/api/virtual_robot_setup_api.py,sha256=MY9SIYbC1-WoGRG4ItnKgKgBWw1iuVU_6iptc0xNTa8,103324
30
- wandelbots_api_client/api_client.py,sha256=itHwbkccO9qtDZy6BYCx3wQCmkGWpu_Mb3Xqbxah8_A,27596
31
- wandelbots_api_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
32
- wandelbots_api_client/configuration.py,sha256=htKWCuUty9cLvCXISNVGH3UlH8W6JXDzdMta-nXA95Q,18313
33
- wandelbots_api_client/exceptions.py,sha256=4ukZiylEwTUCen4G_zzHViQOC0Desk52mRekPGrRcKQ,6428
34
- wandelbots_api_client/models/__init__.py,sha256=0XG98LJK9Iqxv-r207BQNB3_imHWLkXtxTqLV2n0Kh4,23771
35
- wandelbots_api_client/models/abb_controller.py,sha256=NyphxMVPomm1xuYtoPEhEJ17YV4a3Lbri_KTqjL3mSE,4049
36
- wandelbots_api_client/models/abb_controller_egm_server.py,sha256=0EVH12MdrUp1NP5NlcctNdjgfDfIgvOL5H6_spWKfIo,2769
37
- wandelbots_api_client/models/activate_license_request.py,sha256=yMUNQa86oKItIbEUr1zOY9Jm0rJS8JSbIlm-mFoiXZ4,2688
38
- wandelbots_api_client/models/add_request.py,sha256=SeMObTosLJS2i3XEIIU45Ap5plYGFssyIMr0Za0HD8A,3147
39
- wandelbots_api_client/models/all_joint_positions_request.py,sha256=rHRomKIchjqEGAXeB4hl_o8Pp5EvuyyJ1FKOD8PBWV0,3157
40
- wandelbots_api_client/models/all_joint_positions_response.py,sha256=Rly4nPXgTokj0YGdRaeN0t14iiVT3urTz_Ch0j4Agp8,3912
41
- wandelbots_api_client/models/app.py,sha256=0s6OFBiKgNzval8s6e4DLcFuvm5fhvdlNhzf03ffVow,6695
42
- wandelbots_api_client/models/array_input.py,sha256=qaBySJTpSkiEM3FjvbqpRktLhDBbtUZoITbUDS3E5T8,3717
43
- wandelbots_api_client/models/array_output.py,sha256=5a5xHgJEzv5LX6knVAq1Z5Zy2L26Z4h2u0u5Q5eT-vg,3847
44
- wandelbots_api_client/models/behavior.py,sha256=MwdwhM8picHSQomkNaAB-RKF4HHokE2rIqSIZXzOTko,1762
45
- wandelbots_api_client/models/blending_auto.py,sha256=GsOWrCOVSOlsefYausNPLuTEZRJgFysV2UdAomn-3S8,3301
46
- wandelbots_api_client/models/blending_position.py,sha256=0wX2jp0t0JCkVLxAOo_kODWjC9oBuCl9N2jGganeMmw,3413
47
- wandelbots_api_client/models/box.py,sha256=UzJMWzH9r4QCmqXMiCFSBV0IeoZTr5EmXf_vC2oOINU,3407
48
- wandelbots_api_client/models/box2.py,sha256=YEjQCF3tjBGaW7WjbehfUscHchRl8e_Ql88UQlyurns,4062
49
- wandelbots_api_client/models/box3.py,sha256=MGoDEmsn1JO4X-jyptNff8dFiq3eE80rgYMAjAZr_8M,3749
50
- wandelbots_api_client/models/capsule.py,sha256=VJ02MRGI3_BpQdTa_2uALeReiJPpfJMfO97wl7iWkAM,2906
51
- wandelbots_api_client/models/capsule2.py,sha256=_ig0uLzJ6Dl92GQH1qD1y7Z0zyybxmSzxspmztuQ78g,3326
52
- wandelbots_api_client/models/capsule3.py,sha256=qG83LFLBWmvFahMxf4Yp0R1UfGcMx9wGMLa4GV3nLlg,3159
53
- wandelbots_api_client/models/capture.py,sha256=jBtCfpzYifJdt8fpMe4ucXx7I4joRsx-AbAIOELYMPs,2524
54
- wandelbots_api_client/models/cell.py,sha256=kGeZFWffs4vJE16jk2XxBF9ZxT89PxXqnykJ4khn-wk,5813
55
- wandelbots_api_client/models/circle.py,sha256=J070uw6f-6U6Ix0ORTvY_00MU0kGiRhrxBSFE1oi1_s,3122
56
- wandelbots_api_client/models/code_with_arguments.py,sha256=J2CWFic67XuYqnQwkhRyiX3rJAgINUGsX339RlZlB5I,3687
57
- wandelbots_api_client/models/collection_value.py,sha256=uLsqUqXoAIRVUBGPmPTuQ07Jr5XTdNr-7pcxYw_EVUM,11808
58
- wandelbots_api_client/models/collider.py,sha256=A5BA8r_wL0fZZ3PA3RzJnCxWTRZFhzC4eV2OmPG34oc,3947
59
- wandelbots_api_client/models/collider_input.py,sha256=ksbaeTK6P2TMVvl87opKRqwvC-hhrHbmKgAWhmOvRLE,3692
60
- wandelbots_api_client/models/collider_output.py,sha256=hPE22XRPdax2bcVW7MWoobx7laxmaY1D0iMhipAkyT4,3695
61
- wandelbots_api_client/models/collider_output_shape.py,sha256=73mCpPkQImfxV2Eoq56rktyZ8XknQNbMmwAY-Vbw_Z8,9282
62
- wandelbots_api_client/models/collider_shape.py,sha256=ucLBN_Kwf_qbFzNKWIqvjfze5_rtouPDGYs-DaYtag4,12436
63
- wandelbots_api_client/models/collision.py,sha256=92NxopU1hqn6-zrPdnHHIgszTc_vYBtbQfqF8B3B-PY,4032
64
- wandelbots_api_client/models/collision_contact.py,sha256=-_NDNkl6JYd3zh4jiJsMuoVcRuho-WPL6JyHDbPkEjU,3134
65
- wandelbots_api_client/models/collision_motion_group.py,sha256=6oFEKclkhpGAHvkxVYDSs7OElATcIw7ODOKZEhR-6cQ,5424
66
- wandelbots_api_client/models/collision_motion_group_assembly.py,sha256=cAw_rBpLqYKkAFnU9ciBOoPnWndTKajPPUu0m59j1ek,5831
67
- wandelbots_api_client/models/collision_robot_configuration_input.py,sha256=mrQQ8G-Su3tDd34XdNZ8gzw_ndqKj8Y4e_r17jHzNTY,5357
68
- wandelbots_api_client/models/collision_robot_configuration_output.py,sha256=U_a1_QdIiE-eNyDLbk7LoVwHhbs2j8FJaySs_736niw,5366
69
- wandelbots_api_client/models/collision_scene.py,sha256=lyam1FVFNx-C9yQxvwEVkUrxD_5g7qNWJWrf6U6_Xz4,5255
70
- wandelbots_api_client/models/collision_scene_assembly.py,sha256=gnI1kHiPYbdcVJbBAnTNjam8JEJ3cJrNke6plSpY4sM,6542
71
- wandelbots_api_client/models/command.py,sha256=wis5yzelJEpLm2k6ungCUvYjWWTjQjcJPo0b1K2ZVVQ,6780
72
- wandelbots_api_client/models/command_settings.py,sha256=Pi5u-EjHdvwHhGMlwoogbbSZqmqxmecDDghdgX9MqPs,4113
73
- wandelbots_api_client/models/comparator.py,sha256=RMAq_Lo5s4OZOu5SkwrGXZN2DnGEM2snil31Iyz8QWw,1138
74
- wandelbots_api_client/models/compound.py,sha256=--zk1KfCL18QUATU6Wj0jqXL4mWF-UPtYOk1m7lfOSk,3978
75
- wandelbots_api_client/models/container_environment_inner.py,sha256=63a6hIwOHIKjiwgigvkWGs4D1lsVh-Sks4_1n8bERIo,2661
76
- wandelbots_api_client/models/container_image.py,sha256=MRJXYRXGUYWO61BA9chtP-UyFFxQhKcWdudx6_eLAFw,4626
77
- wandelbots_api_client/models/container_image_secrets_inner.py,sha256=kszteYNVYZNepBRQjGarC7vBEkBxNt2AqYMFnxdCW6Y,2596
78
- wandelbots_api_client/models/container_resources.py,sha256=EljgiNSLZjAGvEs2sJqTONVbVp67oXRZ8L3C-X-cT7M,2807
79
- wandelbots_api_client/models/container_storage.py,sha256=90BZD8AWBiekqAqk36e7rkoYZkmCL6qG5bBWIftEMyo,3370
80
- wandelbots_api_client/models/controller_capabilities.py,sha256=tmhLso9ZH6-R7sMQdHOOHCQbBnMu2lf64PFKBAD5V8U,2964
81
- wandelbots_api_client/models/controller_instance.py,sha256=nXpTV_PEQpx-tmvcwv1qi_1zWwUy92pFqKSmGeYqHNA,6406
82
- wandelbots_api_client/models/controller_instance_list.py,sha256=ol6CPDUSl2-AwGyz0jYwj5FFCV0zztk1mPEBLs0a-3g,3750
83
- wandelbots_api_client/models/convex_hull.py,sha256=Nw0XPBzx2P4_UEdLA1wUTeWY-g_6gU7Q2wcLLGLoQCU,3730
84
- wandelbots_api_client/models/convex_hull2.py,sha256=o2JbVeFaQQu-OHRQ8Y6QwgqYLXJ-bn-xj2Oheu2SJgU,3170
85
- wandelbots_api_client/models/convex_hull3.py,sha256=lRAiF_TsPxaAkj0cNQYOaAJsOYACG9PvkaC1mgXwGio,3091
86
- wandelbots_api_client/models/coordinate_system.py,sha256=mqwVaJKptnhz2iUJ7wg5LlbdIbSNfQcXfy3Fwy-oXmk,3871
87
- wandelbots_api_client/models/coordinate_systems.py,sha256=FQ7qGszqmipBeB6yxEA8HioaqcF5YeJgZf86evV3j_o,3782
88
- wandelbots_api_client/models/create_device_request_inner.py,sha256=PdHtRO9WXRa_aHao-3JjJal98a-AoRYfPZTgU12YRuo,16200
89
- wandelbots_api_client/models/create_program_run200_response.py,sha256=J7K8wqCr0nqAGdelL0tqEEzhiEReAQrEb6S8WXC8bIM,2738
90
- wandelbots_api_client/models/create_program_run_request.py,sha256=wQJ2yhP2_vEdjVoI-TXT8-rErIS_SXFMZxBBUaiIEOQ,2699
91
- wandelbots_api_client/models/create_trigger200_response.py,sha256=NhIrvVkt0ESJbKVxDV4-pnvNqGYTI8P_xp0_EYxNh-k,2683
92
- wandelbots_api_client/models/create_trigger_request.py,sha256=TGT5jtP59GmIL5uWu9eUY3DFcLhAPAoxclvvHevSk-c,3446
93
- wandelbots_api_client/models/create_trigger_request_config.py,sha256=nZuN5gefINKO_JblFj70m5OK0yBaGCU9Ag3kuvusdYs,4838
94
- wandelbots_api_client/models/cubic_spline.py,sha256=T1OViBv25fVLaCtgo998TpcAgOoCNqiCNYzh2XanSCs,3764
95
- wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py,sha256=k0qaxxhzdGknUmjFMY4JzQpm2BokISewKVPOJs8fZSU,3013
96
- wandelbots_api_client/models/cubic_spline_parameter.py,sha256=WpV0ocOqpAW2tifwI9zv1sY_kn2dNO8XNe9qgCUhZpc,2973
97
- wandelbots_api_client/models/cycle_time.py,sha256=JlOP9m_QaO7dMYbkSo2dPeTdZDXCveplbwWCDK5fvRs,2642
98
- wandelbots_api_client/models/cylinder.py,sha256=P6MaLH0U_maUBVzlhKVCvjM_Bdul3KdE0BHUa013Qgs,2837
99
- wandelbots_api_client/models/cylinder2.py,sha256=YftFlIefVkdpPTOa_udPgVDGEwetzvw5xrrbcOzSKxI,3320
100
- wandelbots_api_client/models/cylinder3.py,sha256=IYcXavqzSZH6EkxmojB7uVCvuqskPb0W45kBE-YfB6Y,3211
101
- wandelbots_api_client/models/dh_parameter.py,sha256=zlkYz4jaisP4RQ-t1hz0GWWO4nOIbmeC7VMCxYOVeyU,3418
102
- wandelbots_api_client/models/direction.py,sha256=oYTCnJHe4c0IY02E2Y3lhpr_1Lr8BwOKngC5qSB73LA,802
103
- wandelbots_api_client/models/direction_jogging_request.py,sha256=99rU4Wl9YvWlZlj3bHzrACGWahs43ttdr3_L-7MIuOM,5179
104
- wandelbots_api_client/models/error.py,sha256=DDAye32hntXHzIVU4uf4douCiuz8kU4wmsQKkjj7Stg,2589
105
- wandelbots_api_client/models/execute_trajectory_request.py,sha256=rvtHOXn4BEd3nl3tYqr2QFomlwhzHbzR-UihnO7t1Rg,7399
106
- wandelbots_api_client/models/execute_trajectory_response.py,sha256=lYU-67_zF4RoV4ot6aDSYZj1BFbzp9YpUYYQXhZLF54,8702
107
- wandelbots_api_client/models/execution_result.py,sha256=DGXGOSS-nRks2ELvbLHsfThiJVhwTvKH-3iolsWLDGU,4140
108
- wandelbots_api_client/models/external_joint_stream_datapoint.py,sha256=EfcjgFj1LjOsdcbsRG0zijKsFtnJFe5ts6IIF9uBLxg,3140
109
- wandelbots_api_client/models/external_joint_stream_datapoint_value.py,sha256=T295iOqgGyeX3kevtz60ypLtEt6Npov6OR-XKfJ7hGY,3296
110
- wandelbots_api_client/models/fanuc_controller.py,sha256=vf2XfRPZmKVNg2nVnjbYgNyEmeoT-R0-lv05r0-1iEE,3187
111
- wandelbots_api_client/models/feedback_collision.py,sha256=cOnJpqYshcloQepJtIG6X4-QwUOLsRXfOHZ6JRXfOW4,4694
112
- wandelbots_api_client/models/feedback_joint_limit_exceeded.py,sha256=gMmJ-6d-3Az4S1NsTDv6FbEMZXASDCu_dhzkPRAWtIc,3430
113
- wandelbots_api_client/models/feedback_out_of_workspace.py,sha256=yMNzzdrgrtBtWTlEgNCSR_xtk51nHH9AEUHjVZRcfEc,3446
114
- wandelbots_api_client/models/feedback_singularity.py,sha256=0NHLBs6MD3hJ13YhQf9TnuLQkEQFDh6vh-XisGQV9Ag,3873
115
- wandelbots_api_client/models/flag.py,sha256=sg9quIL1DCZYI_USAo7KTmjodu8eM7BRW7hfnwJTqhc,2518
116
- wandelbots_api_client/models/force_vector.py,sha256=PJRUIsTeZZC508g14aI8w3PcN3pNcCGLMPZyycJ6PBk,3466
117
- wandelbots_api_client/models/geometry.py,sha256=6lfgjD03lYvWo32SLUsRzsQA5yfgyia07oG02zEmi8g,6505
118
- wandelbots_api_client/models/get_all_program_runs200_response.py,sha256=-Kx3fHZT2jWghZp9NLdG2v9q3BDT9VrBd_crMhrwD-Y,3800
119
- wandelbots_api_client/models/get_all_triggers200_response.py,sha256=7OumIDrdab4uOcZs2aevxjGUPrH8Z4PUSnxV6g13yhs,3736
120
- wandelbots_api_client/models/get_mode_response.py,sha256=gyVvQ8YWHOvrIHeB7aQwOE7e7FHmIXjL39cSf8Tfx14,2674
121
- wandelbots_api_client/models/get_trajectory_response.py,sha256=etwBDBxsddagq-lgbblqFV7Stue1UwGvNGyLBC_hyBo,3904
122
- wandelbots_api_client/models/get_trajectory_sample_response.py,sha256=znp5Mvjxotiuu4mjDypF0Wzo2bu9kTnCjlgEGrYJ7yA,2935
123
- wandelbots_api_client/models/google_protobuf_any.py,sha256=4xMzfvtWddhgWSbbyNGrW4vLXJdRNFGxxLBpsQw_ytU,3366
124
- wandelbots_api_client/models/http_exception_response.py,sha256=A3Xk64_sSVOM2yVgF81MYGtNIY303KltWU5FGlbjok0,2646
125
- wandelbots_api_client/models/http_validation_error.py,sha256=uwddPePTlZP4sxU6WH370FUbq3dLVL9UGiMRDdovDfQ,3704
126
- wandelbots_api_client/models/http_validation_error2.py,sha256=TEU4xjYeePiKwZx6-jD7fbRuAQL72h7fmL25UJDQ4Nc,3713
127
- wandelbots_api_client/models/image_credentials.py,sha256=2LnIT7mD8jqcOwLg2vhBB1klUJAz6OUhm__uuqZroGY,2784
128
- wandelbots_api_client/models/info_service_capabilities.py,sha256=JLR-zJCc6RB68h-4XoLwzEwHT2I9T92NfJ2X3nLNlQg,3935
129
- wandelbots_api_client/models/initialize_movement_request.py,sha256=D12Of5_ZK0D_VHsH1d6Kdsvifcc2LG6ylx9Plp2IbY8,5397
130
- wandelbots_api_client/models/initialize_movement_response.py,sha256=mh8sSbO0NX9NKNcLt_TM8f8kkFfW9Rkb-JhrnzzOumo,3080
131
- wandelbots_api_client/models/initialize_movement_response_init_response.py,sha256=YmZcKUci5yn2c8tv9dADad550FP4RjsHkuMMNHtasb4,3096
132
- wandelbots_api_client/models/io.py,sha256=YiB8SCJ9TNcrfH3dwVp-F6ff7RXLbvVRjqa9jBlfwlg,3233
133
- wandelbots_api_client/models/io_description.py,sha256=cVg9uewizXOo5JR2507qscFblsAnDowrP09Kp9v01b8,5647
134
- wandelbots_api_client/models/io_value.py,sha256=FbgknUwsEEb-2HJ_kvjEUztg8p3yB2nzXVbb5j7BNRY,3806
135
- wandelbots_api_client/models/ios.py,sha256=cg0Aomj36dxIKTsuPf2QpzAglW1xNx6OUOXHDJRVrb4,3548
136
- wandelbots_api_client/models/jogging_response.py,sha256=rQX97E2Otk1Afps1oDn_QVdT37VlElWzTUM2dlO6e5o,3998
137
- wandelbots_api_client/models/jogging_service_capabilities.py,sha256=-HSi-p5iYRwmefUtUZEj4JZMFAIKcEwkNxd-dVrW4yg,2909
138
- wandelbots_api_client/models/joint_jogging_request.py,sha256=Zg-JEDvoxZCdFk_53vpfeisLnBzHcroE_DmTWE5Hw2A,3729
139
- wandelbots_api_client/models/joint_limit.py,sha256=-3qp-0P0Xql5RzUsrwtluJ0z9i3PmuakvZDvFuRJTcE,4184
140
- wandelbots_api_client/models/joint_limit_exceeded.py,sha256=mY_B3mwY_RVdyzis8pgHMD5obCKcn8pcx6Tkyww58EM,3211
141
- wandelbots_api_client/models/joint_position_request.py,sha256=evZTIufjavg0W7q-hkkLLehc0N0miee0tAaKkQuvYxQ,3652
142
- wandelbots_api_client/models/joint_trajectory.py,sha256=vKrtaV5LesMu83V34AzqnxWf2gFu7Ul8BGnoRH4aJ38,4495
143
- wandelbots_api_client/models/joints.py,sha256=0VCdXhfPwhSR_x37_wW9tNlPZ8-xSCfV8rQ1_wJFuzE,2984
144
- wandelbots_api_client/models/kinematic_service_capabilities.py,sha256=2NMQOPQMkQwg55wRWvrtbOiC-Y3buFtEe2oztsgqaro,3269
145
- wandelbots_api_client/models/kuka_controller.py,sha256=8qjD0mE823D9PcP6OjyQ8vXFlvOq3CRruylQWZHZcyg,3983
146
- wandelbots_api_client/models/kuka_controller_rsi_server.py,sha256=dJThDLK9eXfSZVUkcg4bT7utmDbjMXVfSTZBW_N_VEg,2754
147
- wandelbots_api_client/models/license.py,sha256=1Evr4gP7hknRoR4CR95XIzHi1MvmCL47B4_eB-oVjT0,4576
148
- wandelbots_api_client/models/license_status.py,sha256=HAjJJsu0DfRgkDH7y0jyaLmYVPzrUXG9sW9qVuh0q9M,2725
149
- wandelbots_api_client/models/license_status_enum.py,sha256=sEZs30y8ln4jerA3lCILJdzlkyh-D0sbqB0x0vlJqPc,815
150
- wandelbots_api_client/models/limit_settings.py,sha256=o-f_kLjJ5l9hK6GTiXnv2igpyfgQ7FDXq_WKVoAb5NA,10543
151
- wandelbots_api_client/models/limits_override.py,sha256=eLi-ltJ3qZC8iTCyOUHdKjEZ7ZZDwQLlK4wGxhzVkDg,4897
152
- wandelbots_api_client/models/list_devices200_response_inner.py,sha256=_mi4vf_sjgjMfAHas0A_qiT3Yja2h9X9J9aOXTuu88I,16233
153
- wandelbots_api_client/models/list_io_descriptions_response.py,sha256=ksOIu8Cguy1gy6YCEWCW84AdeG9x6y_zCKuR18HVYsE,3782
154
- wandelbots_api_client/models/list_io_values_response.py,sha256=H1V626P84Rfc1n9ka96RWtscDyVrPjTZHo13SLGxZRA,3668
155
- wandelbots_api_client/models/list_payloads_response.py,sha256=fbwXkMOpI_WN8Ms1QjKRfKgszhvfhcVrnFJuw4U61Tk,3685
156
- wandelbots_api_client/models/list_program_metadata_response.py,sha256=yoEg0yoljryrpm9VSJE9wQ---Ag6Ng8a7TT4N5wbGBY,3763
157
- wandelbots_api_client/models/list_recipe_metadata_response.py,sha256=egt3HKH3V8RlR0RYz7H91YWZ59mcDE6C1hK1ITVF-e0,3745
158
- wandelbots_api_client/models/list_response.py,sha256=cPj4MZ24QTidV3mvVXk8eo05WLCZtA3FIhR435J6dmw,3780
159
- wandelbots_api_client/models/list_tcps_response.py,sha256=4oT4k7XV1YuCSLB8JidJHMuSaLcdZ0V7NXl2fID2wvI,3794
160
- wandelbots_api_client/models/manufacturer.py,sha256=GYpavr0CX1x67TQwKMRPWOy8jMUfL-NE_lGu4XG26yg,780
161
- wandelbots_api_client/models/mode_change_response.py,sha256=j8ID_K4TkmjBbcXbrTKhWfVST6E7hcPrzhciaJCG_Tg,4158
162
- wandelbots_api_client/models/motion_command.py,sha256=SFjaYHWjJDl7I2zpJQfQIhFtN_xYJyPERRgZAUQ7ORA,3907
163
- wandelbots_api_client/models/motion_command_blending.py,sha256=UV8-ORCVQXWObtcY7UTJfjswUnrEnh_Cx15KN61Xe6s,6173
164
- wandelbots_api_client/models/motion_command_path.py,sha256=QR845L2KjhTWw_Yd18iRCTtlOZDsFnp0dsKKXAxK8I4,8740
165
- wandelbots_api_client/models/motion_group_behavior_getter.py,sha256=VjqMr3aIjokYY2UqnbvOvj5Tf0WWWwlolCTO62XY9wo,2655
166
- wandelbots_api_client/models/motion_group_info.py,sha256=X9-niKtqyWJZ0n-S8NwgewR2F1xesu5WYJhYx4bC2w8,2971
167
- wandelbots_api_client/models/motion_group_infos.py,sha256=RWLvKFcIaR2740qjBP-hk4GCj97qKlpdPfl-YJzZD80,3720
168
- wandelbots_api_client/models/motion_group_instance.py,sha256=QMbCQGHHKyQZuKVIzk76Av2s1tWajbTAlgpp-_u3ZW8,3688
169
- wandelbots_api_client/models/motion_group_instance_list.py,sha256=arZ7GRNQbNIE3tD7TkLAz1St7-PbOwDbc8TfVaVkZas,3742
170
- wandelbots_api_client/models/motion_group_joints.py,sha256=ozc_SUGABHhEAQxttcblGXDK4mo0tLm_tLgRD17twOU,3452
171
- wandelbots_api_client/models/motion_group_physical.py,sha256=gfNNIw9ekqFy8RMpkDAuaMKuM1NTapuKXZ9_7YZmQkU,4006
172
- wandelbots_api_client/models/motion_group_specification.py,sha256=fmtjhCCh5z-5H9baSpjzrvln-n4TtNOL7CmXJ3A7I_E,5981
173
- wandelbots_api_client/models/motion_group_state.py,sha256=vXEmw6PPFNJVHs23TfXrOpjHpTHQjcEgboVCX2Tcqzw,8671
174
- wandelbots_api_client/models/motion_group_state_joint_limit_reached.py,sha256=3ymnA7bOxtiIUatG7QdUpaozkZ-KG4rWjKRg4wknS3Q,2906
175
- wandelbots_api_client/models/motion_group_state_response.py,sha256=6ogbd50qnUUH4kRg75RKxF4PFY39LkqY0UVC6P1xTJY,3836
176
- wandelbots_api_client/models/motion_id.py,sha256=VMkkpIVhPKxbtlxjK5fEy1A276sDB_sYqYe2f_G8VGQ,2762
177
- wandelbots_api_client/models/motion_ids_list_response.py,sha256=mFl6o9SkagStYU7n2vKwcHgzJ3NjLJAIRuukDrJ5hYY,2847
178
- wandelbots_api_client/models/motion_vector.py,sha256=6eNwyRh4HKQPsXBt6PXfSiByiSICtF44Xjbyqiuxswg,3414
179
- wandelbots_api_client/models/mounting.py,sha256=EMirdAtO8Eg4eot6tyB8MkAiUxVO5_rRXEkrQQjGWvI,3141
180
- wandelbots_api_client/models/move_request.py,sha256=bn0PoXE65gqqEuGsyT1HF9Vf0g7Sb1hcSUaDqthvLA0,7801
181
- wandelbots_api_client/models/move_response.py,sha256=mppzMgJvMLj9EJcLPnECSNWUszP45W2z8mK_hzNwWlk,2964
182
- wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py,sha256=ESc9LsKESCdtaMgAxM1rf7t2mtWk37LYDtiZZpWY76k,4709
183
- wandelbots_api_client/models/movement.py,sha256=spgxSk-bTHkqooREwN2vJXGLM8EZeDICdyszFxMJ0L4,2972
184
- wandelbots_api_client/models/movement_error.py,sha256=d0FXlfTRuSJjoJhbGm0pQOI5sZa4LTHKsK1oC3g3CAA,3041
185
- wandelbots_api_client/models/movement_error_error.py,sha256=UiMrA3SIltti22E_KHbKiSHF8v2cMjWyOjGDZr8jG2M,2686
186
- wandelbots_api_client/models/movement_movement.py,sha256=5GKFdKLbHp9d2Mr9pbl7REGLZgLQbFYDrVavvVd8B1E,3388
187
- wandelbots_api_client/models/op_mode.py,sha256=GbQk2X7qxEc0449wjREEG8cQz48gvPbSm-R8WVJI_RU,3152
188
- wandelbots_api_client/models/opcua_node_value_trigger_config.py,sha256=oLo3UojUSV4ZZjZXQuQjxcXD1JQzqQ7kREmfBUufGpk,3430
189
- wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py,sha256=f9FGNc1YuzZAW9JD42sMFu5h2fXjjcJiBI0_OHHVHog,5712
190
- wandelbots_api_client/models/optimizer_setup.py,sha256=aESRXGd5e7hXDV3mWpOYMkl5ZQLHDanDynlr5p1A3Xo,6242
191
- wandelbots_api_client/models/out_of_workspace.py,sha256=v4SOlVK5pmB13B-omZllZWA7Uo-Ro0yi_rpnfDG14kU,2968
192
- wandelbots_api_client/models/path.py,sha256=LSZnTd5EwzcEQ4oIt7fX2sLhP3pJBjexJWeRIVpXwVA,3610
193
- wandelbots_api_client/models/path_cartesian_ptp.py,sha256=R1hpJQyXDrvtLX83HdVsUY3CNCxEjZ9wwHL34HO6QTE,3640
194
- wandelbots_api_client/models/path_circle.py,sha256=pmovzA1Pa9oiHLz1gMwVkxvKG--ThjJ90AVMW1sWHfA,3994
195
- wandelbots_api_client/models/path_cubic_spline.py,sha256=3LkbW-4iOyB10yRY75wskH3FUueEu7POCf32uC55iac,4356
196
- wandelbots_api_client/models/path_joint_ptp.py,sha256=GYRG1IE7RiDkZZMY8kb96ogP9_nhGH8kDw6xKNVjeHg,3175
197
- wandelbots_api_client/models/path_line.py,sha256=qayqS2mEth1zuuGsyzlHAftiiB2ppNm-_8niel4o2wc,3484
198
- wandelbots_api_client/models/pause_movement_request.py,sha256=FydOEVWXGsrXT93Q7ERM0nqP2BKIHjCNDfwM_isE_-o,3269
199
- wandelbots_api_client/models/pause_movement_response.py,sha256=DXX4X3aZhxEknZ_H4E1SSJiEyS-iw7PJ2ZIJnXJlLO0,3279
200
- wandelbots_api_client/models/pause_movement_response_pause_response.py,sha256=Ss9lI8vh0SoR2DRnxGmw2ObdUBYtdu4hDZsuCAFC8Bw,2989
201
- wandelbots_api_client/models/pause_on_io.py,sha256=3C01Cm5AxYU5E9iWAB72lxUg2iklUzUNsP6fQJtxawc,3190
202
- wandelbots_api_client/models/payload.py,sha256=DY2F7pqFjT5tvO0j4_lzsDsNddvtfktTLZ3fcS0PyY4,3618
203
- wandelbots_api_client/models/plan_collision_free_ptp_request.py,sha256=18INJftqcotYSrD568iR7UfAoZbnDD2AY0E-JglQKfk,5225
204
- wandelbots_api_client/models/plan_collision_free_ptp_request_target.py,sha256=gDHBHUJ_kVi8lRvJZnLNMgDe4Oin5cxn3tuR8p5ImhI,5469
205
- wandelbots_api_client/models/plan_failed_on_trajectory_response.py,sha256=B3J5EBox_EPd7fGS5aFdHsX_R2kcUOlQwG7fwt5K1KE,6433
206
- wandelbots_api_client/models/plan_failed_response.py,sha256=g4D2rRZc2y0GlUeYEYvbghDtgkDZv_YDwjqRya0YYEw,5379
207
- wandelbots_api_client/models/plan_request.py,sha256=fgP3X2PK9FNa8x21d-crdnZrnM3ukbGtMOuvCyaKhLE,5399
208
- wandelbots_api_client/models/plan_response.py,sha256=zgGelAcOoatNGrxAddPV60a2aWzLKyFZShwuZqVihK0,5091
209
- wandelbots_api_client/models/plan_successful_response.py,sha256=Eb8B3MVm-Qa5wSwzYnt9upaIyzX9dSomhYFDagJqvio,3314
210
- wandelbots_api_client/models/plan_trajectory_failed_response.py,sha256=33ztwx5Uhy7EkTneEhiQQgyTFzM2jOBvGCVJVsI0RRA,3917
211
- wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py,sha256=edrJfFeROWFADsDuZaPlPr3r2xpeGmAo83m6tGzkijQ,8708
212
- wandelbots_api_client/models/plan_trajectory_request.py,sha256=JshcAUGytT6sQR7N0C-Yst5z9uOa9m9ZkYqK7nNc4NA,6177
213
- wandelbots_api_client/models/plan_trajectory_response.py,sha256=6O6h_oogRPpZWn_inyYpvA2Uok3hmv6Kmkbk2dy35F0,2964
214
- wandelbots_api_client/models/plan_trajectory_response_response.py,sha256=sVcaJ_0yCNJxh4FcnU7hG2icnGRmuFmcKD57MrLAaWw,5671
215
- wandelbots_api_client/models/plane2.py,sha256=XiP4LaXJDLS-okLIobkY7vyW0cTxut77Teo54VQ4ZM4,2836
216
- wandelbots_api_client/models/plane3.py,sha256=46M-XcEtzyZOYhDaT3_F5YcasANvUF2dAQOYgefVHhU,2855
217
- wandelbots_api_client/models/planned_motion.py,sha256=eG8xaWRjDEjKD2CBx9uPaBuLfhYp9IX4kbHIDtdp-Xk,4938
218
- wandelbots_api_client/models/planner_pose.py,sha256=xVj6Nz574kJF4TfS9twJOS2aUfnOEmVEhLEo6uyTzN8,3277
219
- wandelbots_api_client/models/planning_limits.py,sha256=herR7u5Y7ch9NwYXWvv7LdOGlCqZta4EhRklGPsmdf8,7197
220
- wandelbots_api_client/models/planning_limits_limit_range.py,sha256=G6VdFrYiIqz7StjFSL49KQuprBFBn44lB1WJsddwJC4,2798
221
- wandelbots_api_client/models/playback_speed_request.py,sha256=gtbsvRZc8PlQZKdW6NJ8-3tP1ms1fAXq5BRtitpFh1g,3608
222
- wandelbots_api_client/models/playback_speed_response.py,sha256=9zHUtPh9t3o4QFEXAtGufAarr35lqAklMbi7dYvHO70,3145
223
- wandelbots_api_client/models/playback_speed_response_playback_speed_response.py,sha256=-Q9vnh7Ul5wBusiRcEIXN6U4gRshVqUMtmeueyNRMZs,2788
224
- wandelbots_api_client/models/point_cloud.py,sha256=JObu-dYYG7fBDn4POXjUMMUZK3lGAhD6Aw-PU3cO92s,2556
225
- wandelbots_api_client/models/pose.py,sha256=iz5hHIy0z9zPp3MSoeYfafKz3qsWxdTnJ7DSsQXYnCY,4003
226
- wandelbots_api_client/models/pose2.py,sha256=-dTVygKEAGmzYDofHTfjDFycXWW4o_WhBVMkrhteKEU,3350
227
- wandelbots_api_client/models/program_metadata.py,sha256=umlIKBOcFUewxaU-soNMwRXWYXOVLRDRvT_CoUZK5bA,3466
228
- wandelbots_api_client/models/program_run.py,sha256=z8PIurObyx8jGNOkaGTQK4tzzkXF6B0ocuAoHy6UfKY,6219
229
- wandelbots_api_client/models/program_run_object.py,sha256=-jai4ejSfFQbgX0Ppc9TxVaX_CutKVnj4nRFBCvyYRc,3624
230
- wandelbots_api_client/models/program_run_state.py,sha256=mxmL2tO88oSGF80SXEx7Jfz_y1LIfA4wBAVt3aJS1bM,801
231
- wandelbots_api_client/models/program_runner_reference.py,sha256=tL5OxhTmp7zP8PkgTNZ7Zc9seAbVw5ZHiVyYzWkEpmo,2722
232
- wandelbots_api_client/models/pyjectory_datatypes_core_pose.py,sha256=HEfPwBQZ0zvJTcOdq3wRUpj30JqO6ocC5Y4F2bbCPMk,2840
233
- wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py,sha256=qUcluwkF61hOFQnG8otndM85f3IwsUuVS11wt9bfSdw,3027
234
- wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py,sha256=imJ8390AOhNWIiwaLDEeiwlkhTNO4K2B7P-Awnip7pQ,2804
235
- wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py,sha256=h67Kds-KZb0bxylOsxuiNHe2AtDd2hNERYYh4YeL-68,2772
236
- wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py,sha256=WvdD6RBn6Qj_ovAFYmMhsWrdoBToeOTQkNW2-LeA0TI,3745
237
- wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py,sha256=qWqdg79Hak6xCgQJlDsjLHEmz-Li1KbYodykCvR98kM,3277
238
- wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py,sha256=rdmlbX9MMiE_qujLT7dykGkMy8vRMKJ_AoHA9mNwoSw,3234
239
- wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py,sha256=-SyTwW9Bi4dffaWE8WAY4iUI4VUTYb_QFWf7x-MB-fw,3964
240
- wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py,sha256=qyxJ9wW5qVTaV_3j4dv0Riah0hgSROfjkci8gJiNlXE,4542
241
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py,sha256=vrHEeumLN0PcBbr31tKixGG5UQQ8PrIv-OFf_zJzsbo,5312
242
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py,sha256=4Oi93JKejGIgeQqF5LqOjIpDhQ4s9vOHGOYt5Xo6Jrk,5324
243
- wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py,sha256=sdsZWagSV9lq1ncO1lzrpKUxg-8O-hta1q37RlK4M3Y,3241
244
- wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py,sha256=eNwy_cFzzqIdCEX3Yi4wPICVknr2RyDxb0UqaVYQApc,3336
245
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py,sha256=M1zjwj3-F2p6Af1lYMyq1uLUmpFogrdIhX6aavDNvD8,3069
246
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py,sha256=NmEY-w9XPMwrlxS_yNjwEU3OP6v30sltfd54xg4-EAU,3087
247
- wandelbots_api_client/models/quaternion.py,sha256=JBwqv3iJFa3tHof7WbNZDHPAEIoTojdF5RxtWwIrZJw,2896
248
- wandelbots_api_client/models/recipe_metadata.py,sha256=E9WbkD2WeZ2iUnal9UU5PhE_qtQngG21NAG7vqMmoG0,3220
249
- wandelbots_api_client/models/rectangle.py,sha256=6u2JA2QTNojaZMcekPd8aZDdO3nEbniZvuAOVLj7fhw,2827
250
- wandelbots_api_client/models/rectangle2.py,sha256=5fzxncn0sZWsg2iPAGQw1L63Sm2Ynf_rQ7x3w5PGo-o,3227
251
- wandelbots_api_client/models/rectangle3.py,sha256=lqB6nd9VwHrHGpJ8stF-kHtPaX3eKDVhbpoRPf-THgc,3108
252
- wandelbots_api_client/models/rectangular_capsule.py,sha256=lgck9c74449PzVdknZAcUpNuyME5R8qxv5qnW21XaNc,3339
253
- wandelbots_api_client/models/rectangular_capsule2.py,sha256=2_Axnp0EhvZWUiqfJdUSByREpEoedRhOwRpvMajpvvk,3747
254
- wandelbots_api_client/models/rectangular_capsule3.py,sha256=6xbWEzSl28mD7xg3lacyHRoKNXFFbsP5KKmBXDdq7Hg,3577
255
- wandelbots_api_client/models/release_channel.py,sha256=ni2BDVjIWxxGkvOOu88P9NrG5_4GUYXT6RHD4sF6Xd8,846
256
- wandelbots_api_client/models/request.py,sha256=-ICDXGCh4EzUckKohR3iBqVI7qPEHcIHBh9pLNPwIbA,4989
257
- wandelbots_api_client/models/request1.py,sha256=DlFjP3F8TK6jlJ6qc68U-6A6vRvlkV480Rb-5oR-cmo,4966
258
- wandelbots_api_client/models/response_get_value_programs_values_key_get.py,sha256=VyVC0TE-DjPh8vBZNXur2It5XfMUBGlafZ5wdra1QG4,11859
259
- wandelbots_api_client/models/response_get_values_programs_values_get_value.py,sha256=h7nFHyjIusljEuc0sFig_7bQjztnBilNa9YKHMIlgeo,11991
260
- wandelbots_api_client/models/robot_controller.py,sha256=0wKgy4mzJKYYwgN_Ev4qtNn3VQN7mvXpmZgceozcZnc,3720
261
- wandelbots_api_client/models/robot_controller_configuration.py,sha256=bivOMUmFJPmlSSMvMiT80eH97VtY9ztH1vBuCxfOs7s,10276
262
- wandelbots_api_client/models/robot_controller_state.py,sha256=3sxFoFUjMFSnVg4lZrknz6Ymv5uXQDnE4zG8WMhL3U8,8042
263
- wandelbots_api_client/models/robot_link_geometry.py,sha256=wYLrVeRfZ5ZfYA_zVQcoAEJ2xQ9Yol8WdHOXD9PCuh0,3185
264
- wandelbots_api_client/models/robot_state.py,sha256=N_tZFJSO4BM8Kku_qAm1pDxj_d5CwYm3dAH3xTD-U-4,3277
265
- wandelbots_api_client/models/robot_system_mode.py,sha256=5Crcs23SGclgn-fECnzaLWpUfWPgx1hOPBDe4Nppk8g,2587
266
- wandelbots_api_client/models/robot_tcp.py,sha256=_35U-FmZE5HnzNZNHT4yqq7PQBIQRnEmgpdMxSSJ5S8,3567
267
- wandelbots_api_client/models/robot_tcps.py,sha256=r3xNTgOMLVJjFnRysR9OGnXM1hGCNttaMVoLfOQ8Ajc,3584
268
- wandelbots_api_client/models/rotation_angle_types.py,sha256=qNmhPS-PzTzlIZojSXbK9Q3aogGAm0KxMQi1ZSP2Z2A,3000
269
- wandelbots_api_client/models/rotation_angles.py,sha256=9j2Z52iyyRQgAMpiT6MUyAopmlZAGYa7CB8Oo0ajH5g,3076
270
- wandelbots_api_client/models/safety_configuration.py,sha256=-aEdTND4G1lRjItqULPph_L-mLDSraI39cOurAKb2rs,8492
271
- wandelbots_api_client/models/safety_setup.py,sha256=a6ccWxaAVmr0GXjcx-qh7iQnhQJeE0S1gnrNLtt8Kn4,7718
272
- wandelbots_api_client/models/safety_setup_safety_settings.py,sha256=pmBl_Uh600JX_4q8U-70tJTxoGsLSfN0UL8e_3Ktkos,3588
273
- wandelbots_api_client/models/safety_setup_safety_zone.py,sha256=VU1Q9Nwo6z9APyiL-NNwa3Z9itRJ04u_kO-U90-NeAU,3574
274
- wandelbots_api_client/models/safety_zone.py,sha256=XSHOIA9FmAAQvFn1YRukhxN76OAmtUAzHodpps7b3gc,3146
275
- wandelbots_api_client/models/safety_zone_limits.py,sha256=nSmEkAt1jd4tzgIoC1q8ZuD-TkxTo9TyRKrxxGc8nJw,2995
276
- wandelbots_api_client/models/safety_zone_violation.py,sha256=ulnBFA6Tcke8R6y2Vp49cfMlt9n9Nsxl2THUuKG2WGE,2799
277
- wandelbots_api_client/models/service_status.py,sha256=nyIKy_RKgzCMS7GqOcHfI75phNzxQa3_k1xQbKiDO_s,2953
278
- wandelbots_api_client/models/service_status_phase.py,sha256=giHwkv3vDJz4qVbFCpr9KabZ8_BTfg8rGwiQgFYG5F0,1108
279
- wandelbots_api_client/models/service_status_severity.py,sha256=I3DKmyYiTmh0Ue3Jey-KgJnnBFCqkijbwTVHtqHnsi0,751
280
- wandelbots_api_client/models/service_status_status.py,sha256=hfswI1BK5cyxPYWfSJ3cOqPQyhAfYWJUD1-QCLEOelM,2938
281
- wandelbots_api_client/models/set_io.py,sha256=kjXrNJgMrZeTOBoE3h8zl4hctevDBUw3IS2vpTVVgxw,3050
282
- wandelbots_api_client/models/set_playback_speed.py,sha256=IcASoB3ctt0YiL_ABxFQe9a0onaoF_uSf_VKg8PKF4A,3669
283
- wandelbots_api_client/models/single_joint_limit.py,sha256=96GEU2TO78PnhkELDEWPqE6wtVanpUhonUCRZkVgoBQ,3743
284
- wandelbots_api_client/models/singularity.py,sha256=K4OmuzVnHIAr96POaxSb4gO-_PEF1weyanse5jm0P8s,4036
285
- wandelbots_api_client/models/singularity_type_enum.py,sha256=CvlzhT5CCKoFy-J-agL21iIUsUvBoTKUTrLv8xSVgZQ,749
286
- wandelbots_api_client/models/sphere.py,sha256=zxZy1coUl1RMhArOCIEKnqRxkYvHykICJi8ya5sN_qk,2674
287
- wandelbots_api_client/models/sphere2.py,sha256=nI7CzDgDiEjcw9CF8AMMUAx7-ujGYs5UpWATdjdz8no,3041
288
- wandelbots_api_client/models/sphere3.py,sha256=fcaNDnUAPtJVbYhhnhpTfQklXdBD0iRLQ9jJ2j3Vgv0,2999
289
- wandelbots_api_client/models/standstill.py,sha256=L_pf6R645X9mmwrmYpVK5F6j2ZWwQTpD0rPKRnPI_FQ,2999
290
- wandelbots_api_client/models/standstill_reason.py,sha256=kO0rFiRuj3WAb0fwR0aQO49ZqM7sxZW_uMRqX2Wu8S8,904
291
- wandelbots_api_client/models/standstill_standstill.py,sha256=N2fzgueHM6h8T2-CKFpVqHl85D3-3tujvdAo30QCw1Q,3283
292
- wandelbots_api_client/models/start_movement_request.py,sha256=2nlWjdFypNrJjrJewVnkxB5h9RjtjEBRr1-rpcXOkNs,6015
293
- wandelbots_api_client/models/start_on_io.py,sha256=hx_5f3XjesJu1qyYpj3iT08OjhCXGVefySJMH3uRA3E,3169
294
- wandelbots_api_client/models/status.py,sha256=BxNfD9SkWHjSh8NijQu7aYqnYNTQxHPktQhIMJCp6P4,4697
295
- wandelbots_api_client/models/stop_response.py,sha256=qVhVUuLUcJc1Smpzd2kQWI4-12yiuZbkDv38a-QV9x4,3618
296
- wandelbots_api_client/models/store_value.py,sha256=jmAO7IXLEzhaRjcoKorEI4X2byywvGrw3C6j4FeLXVs,12433
297
- wandelbots_api_client/models/stream_move_backward.py,sha256=4LJsvMkSfv12_4rj3cEHMiTh6nA6bTuO7V3CJuSdSSU,2870
298
- wandelbots_api_client/models/stream_move_forward.py,sha256=XTYy0XLC1hUP-q9NAOALpeQfFNKgJdMxsFkR4IkBAXc,2857
299
- wandelbots_api_client/models/stream_move_playback_speed.py,sha256=nhvE9TXd8MQEOCYLEBF-2eV4doxj04Vm0VLl8hdoE74,2965
300
- wandelbots_api_client/models/stream_move_request.py,sha256=w_M8zyUROAqQCItFwklY4H5KaqhGxE4Hics7r3V8-xw,7960
301
- wandelbots_api_client/models/stream_move_response.py,sha256=CPmSp3U6Y00_hyoj_8H4THbSsmGiAe8Zg3j9Q8_EurM,4257
302
- wandelbots_api_client/models/stream_move_to_trajectory.py,sha256=FFkAFwG9e7bFjA6nELbwiOS_zU39-h1-798gMKpWNSY,3028
303
- wandelbots_api_client/models/stream_stop.py,sha256=CZpfr5iHPqhPZzXFyY2uCRMb83kQ6mvyfGVJPiw6msA,2790
304
- wandelbots_api_client/models/tcp_pose.py,sha256=qVOxpTWT6c4e8yMzdIesSn4q6LEYirPrzvBsdjPIVPI,3588
305
- wandelbots_api_client/models/tcp_pose_request.py,sha256=goZ4HQCnpsqQPSndCQsAl480a5jwycgBW2mKQorO0ic,3646
306
- wandelbots_api_client/models/tool_geometry.py,sha256=3R6r2JBgDcfB5flrBDYCUUi7KajcfiStscmEshY9LqI,3936
307
- wandelbots_api_client/models/trajectory_sample.py,sha256=UzOaprdqt6xbsAYa5DdkVKsWd0u2fcwn1LrTiehKNE0,5737
308
- wandelbots_api_client/models/trigger_object.py,sha256=ZBEa6Uh3WJi1B3x0owUk4oMd-4kwlIhKhD3QR0hq5p0,4129
309
- wandelbots_api_client/models/trigger_type.py,sha256=-hg26wEiG6hLztFCbEnj_c-wAMbm_dtYtVJiOYzaRLs,714
310
- wandelbots_api_client/models/universalrobots_controller.py,sha256=p8rXZ388z-ki6jifIDG2nBOg3JF5xgrkzQHwXpk80KM,3262
311
- wandelbots_api_client/models/update_nova_version_request.py,sha256=OLtLnFqOOzbJ-QggJF6UrPTzXoTHr3pN3c_h3Xc9yAs,2713
312
- wandelbots_api_client/models/update_program_metadata_request.py,sha256=2Nzrevxxb9QRh9codIYng8rM41vdTsnSrygfTysEoc0,2894
313
- wandelbots_api_client/models/update_recipe_metadata_request.py,sha256=zzKl3Dk773DF8sAZ018v--I27Cne-21AYg4sqmiyOF4,2926
314
- wandelbots_api_client/models/update_trigger_request.py,sha256=UYZgAXbBMaGVUvC3mStLhdQ9KbvA9_6ylZbWCsvR250,3351
315
- wandelbots_api_client/models/validation_error.py,sha256=4xOAo-KE947hEnEu6LZxlbGFlUAyCH70Q9sBo4HWpII,3813
316
- wandelbots_api_client/models/validation_error2.py,sha256=ed7PXQ8q_cYUMvD_wvMrrUmlwZ7ht8AbsFOhSwz3zNU,3822
317
- wandelbots_api_client/models/validation_error2_loc_inner.py,sha256=xML32ykGwe8auItY28fuzRglrCEaPMhzY9WFQIzswV0,4848
318
- wandelbots_api_client/models/validation_error_loc_inner.py,sha256=sS53iAiw6KFbodiFWHmCptDjz4w9muJLE_xND76963A,5259
319
- wandelbots_api_client/models/value.py,sha256=qrijuNyeLmoSrK0c_HPzghguZDzFfJOsk7GjkoT2MHE,11658
320
- wandelbots_api_client/models/vector3d.py,sha256=yJRWbW1UqzREPewL9Zh2OEW_VjSJf53XNFkILDKRA-k,2735
321
- wandelbots_api_client/models/version_number.py,sha256=WRhd2LiV_RJ5TUi_-8tMhQSMY-Y2SgkZO9HZW7H9t30,3907
322
- wandelbots_api_client/models/virtual_controller.py,sha256=yHZFsjkHsXhMvTyGP3wjQVwwp6R7ILt_KhltpfEyB_w,4383
323
- wandelbots_api_client/models/virtual_controller_types.py,sha256=4rWSHD3DZj-UypBooESzcB83YmGyQx4fLu8Y5SRgSUQ,5944
324
- wandelbots_api_client/models/virtual_robot_configuration.py,sha256=KcgjymCdWxcHEXkPpLMkg_Mq7TSiLTM6r2VdPmeW5nc,2952
325
- wandelbots_api_client/models/yaskawa_controller.py,sha256=_DkR9wvTKrGqMZGIcg0d3cu0G45YSf9iekykTyBKrbE,3203
326
- wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
327
- wandelbots_api_client/rest.py,sha256=_X74qGWiiOLYoP_QpNiI9u8kABK4reJYHznf01UKER4,7208
328
- wandelbots_api_client/v2/__init__.py,sha256=MoZQ-CPau4KuqZGY3IUmRT1j7fBtsKFjYnWa3hlCaxQ,1111
329
- wandelbots_api_client/v2/api/__init__.py,sha256=trc6T5sQ7Oq2Bb06HW8d0b45C8udppQ6nf5VMeNPHHs,1725
330
- wandelbots_api_client/v2/api/application_api.py,sha256=BPHnTrdMEmcz3yeRFxvU2hWUvFCYUbJegQfOy5OgDfg,71005
331
- wandelbots_api_client/v2/api/bus_inputs_outputs_api.py,sha256=MvNAW-q-7wAPirkwTLLR2w6qb5Z60cuP75_ud5FyPCc,156180
332
- wandelbots_api_client/v2/api/cell_api.py,sha256=qSPLq8jEoouPpBgz9IiQF0ghQkaslDJomcZq33_HsAc,77418
333
- wandelbots_api_client/v2/api/controller_api.py,sha256=7AFqRXdKSwgqlnmDE1X8k9ICZeugJP1XZOy3erIe_Uc,164724
334
- wandelbots_api_client/v2/api/controller_inputs_outputs_api.py,sha256=D3IhJ6X53Ih5HTmDRCPrb6UoysIGq-7yYHvnQZJKsgs,62337
335
- wandelbots_api_client/v2/api/jogging_api.py,sha256=iUbJRF1OM7Pu5NTEaWCBnR65N4isIby80tm8mQ_5Tno,7432
336
- wandelbots_api_client/v2/api/kinematics_api.py,sha256=ao9BO6frsEW4ZRN9EFC1ImeZph4VKH_gp6CG3wxVPBo,25554
337
- wandelbots_api_client/v2/api/license_api.py,sha256=MEI4y7YmQKFFmKUIt_pPUPSs9zFGQS1fgrJYi08zwWc,40722
338
- wandelbots_api_client/v2/api/motion_group_api.py,sha256=paCn2sSeb4ASVy7_-Pylb4EkYUXHGBfdqwKnn1TKqjo,32782
339
- wandelbots_api_client/v2/api/motion_group_models_api.py,sha256=sbXKzVbrdx5ELgCth-qtSu6f0GEO_54SO_oXMSf-cVI,26181
340
- wandelbots_api_client/v2/api/program_api.py,sha256=5TxpaRIgsfQEosyj-z5Uik-N2q1cihZ_sYEdxmKYAdQ,45487
341
- wandelbots_api_client/v2/api/store_collision_components_api.py,sha256=cgKiVZpudjFyy8pdFF_2Q_tYoSV81T-IcqmBLbAkJx0,134888
342
- wandelbots_api_client/v2/api/store_collision_setups_api.py,sha256=InhXlKtoXz7GGBTNzKYMp2gXgVaCExJXjg5N_QJAscs,45755
343
- wandelbots_api_client/v2/api/store_object_api.py,sha256=6jQ4hiSRor6R1njXoxMWStUr_4xj3cpd36yy1oH8mDg,66205
344
- wandelbots_api_client/v2/api/system_api.py,sha256=oMhRr5nCOLzMJiPCAvThQoaYfnH-Qos1aU7AT6J7_1o,95883
345
- wandelbots_api_client/v2/api/trajectory_caching_api.py,sha256=eP90UXCUcKYVlkTouAoujAT81ZDRjqXFPJDYXLNglB4,68794
346
- wandelbots_api_client/v2/api/trajectory_execution_api.py,sha256=jBbTzMR34I9dR51NkIPi0UuGOORntJXxkxzSatAKTGs,9051
347
- wandelbots_api_client/v2/api/trajectory_planning_api.py,sha256=q4XDwYCY5-d3gASaps4--_Zsj4W73PceiaAoVeUwUFE,29625
348
- wandelbots_api_client/v2/api/virtual_controller_api.py,sha256=ZiAobfkwfuy57FizSibrjFZbzPmV2mXdRbSDX_vOVqg,195784
349
- wandelbots_api_client/v2/api/virtual_controller_behavior_api.py,sha256=36WMfZUr8vVgsF2q5bxEdF9nlqP-ZN3Rg4QWIdXmJZY,42381
350
- wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py,sha256=6WI9bdK78-A0IyfG-u0aYcaYQKoIQnmECpSsuwarsI0,42483
351
- wandelbots_api_client/v2/api_client.py,sha256=YxKcT9fO8UqYoAGen6xXrywn-8v6IbR0rueXUkQeCg0,27702
352
- wandelbots_api_client/v2/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
353
- wandelbots_api_client/v2/configuration.py,sha256=_E6LPm8ijPH3q73pMSEWXJX2gqxbrdd5h7BfsGNkT4g,18412
354
- wandelbots_api_client/v2/exceptions.py,sha256=dAl-6ZWR0W3REJYdNiRpXHF9yH_6QNlr6dWAaUUMM3E,6516
355
- wandelbots_api_client/v2/models/__init__.py,sha256=T61_LXWgyuClShvQtT1zGGso1hiwZ42sO5KHTLfxxUY,18986
356
- wandelbots_api_client/v2/models/abb_controller.py,sha256=XZZ6vqKWzYzgBE1MJVD7QfZ9z5PkCTpNjXthX2Pqysc,4071
357
- wandelbots_api_client/v2/models/abb_controller_egm_server.py,sha256=Ssh2iVQFxuMw1uvQhsJ3PyFpuEufy3UEA4wqGPrBcT0,2858
358
- wandelbots_api_client/v2/models/activate_license_request.py,sha256=agPG10-o3E1Kn7iRmbCi-vWKmfIIjOA9iZJvobAj4jc,2776
359
- wandelbots_api_client/v2/models/add_trajectory_error.py,sha256=v2g_uCtVmLYgdF2cqh3mi69oItEK5RwkupAJSbS-vmk,3335
360
- wandelbots_api_client/v2/models/add_trajectory_error_data.py,sha256=O5Bfg8_MikWU-pKctD6vBN96FVcJQWjrsW_Vzt2CuKw,9335
361
- wandelbots_api_client/v2/models/add_trajectory_request.py,sha256=vAOpgWwt3T4Uphfi96C5n2l1B7oSNXP5N2eeeR4XJW8,3517
362
- wandelbots_api_client/v2/models/add_trajectory_response.py,sha256=DZkLBb7jkjBTPsDyWMQoueqaDdfR8CRW5b7of3hchWU,4216
363
- wandelbots_api_client/v2/models/app.py,sha256=Schpl-3OvToZ6WnNWlCOcRQhbZ563BBDmtiX6txdcHs,7971
364
- wandelbots_api_client/v2/models/behavior.py,sha256=Gkca_V967cFOkcC-bOpG9OHtQCNvHAD1VpdddNCDaeY,1854
365
- wandelbots_api_client/v2/models/blending_auto.py,sha256=mLKzGdrD1vB_VUEYLKuuiHzVN6KZe43tOnL3C__9Spo,3389
366
- wandelbots_api_client/v2/models/blending_position.py,sha256=R-YPxMybH33cenjH_fPUu-X-KfSCyo4a7ZqkaBZPuH4,3501
367
- wandelbots_api_client/v2/models/boolean_value.py,sha256=BcxlPZnittgxjsQ2FAtwUMWQTFse6xOAfTm49HCC9jI,3157
368
- wandelbots_api_client/v2/models/box.py,sha256=N7Lx9sVILaGjFV-o7aotiseez9P7I6E2saLEubmAKAc,4147
369
- wandelbots_api_client/v2/models/bus_io_profinet.py,sha256=Tmfhx2W_1EIABtKu3H3D9mt0QGveDzE7DVZpaJe-VNw,4763
370
- wandelbots_api_client/v2/models/bus_io_profinet_default_route.py,sha256=m2NBSkLqC48iWjMWhZjUOfX-PN5AIikeAdf94WQVNgI,3292
371
- wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py,sha256=96My3ShwuNpL1uJP-Fre4U1u6uJNxGHLNciO5_bS-bg,3457
372
- wandelbots_api_client/v2/models/bus_io_profinet_network.py,sha256=7tNUyw_Mu9__oLu2ShZms4jp3hwldBIfDxf4UPlcCh4,4178
373
- wandelbots_api_client/v2/models/bus_io_profinet_virtual.py,sha256=tZO3hVxr9YN9ACvpuUIPk4KsXNVSfq92n95BHqBVCI4,3147
374
- wandelbots_api_client/v2/models/bus_io_type.py,sha256=kAPdezl9CE1V8LE2QMzQ9dZoJYwhMYlqzgtR_Fgp6WI,6533
375
- wandelbots_api_client/v2/models/bus_ios_state.py,sha256=HG9k9DJ3SIjwdLeygM95d4_jBVbf4WHbDlCbqDvaFyw,3028
376
- wandelbots_api_client/v2/models/bus_ios_state_enum.py,sha256=1HqWkLzaw76s1DZBpL0LMCdIiBpyjBtEJUfEykKRV5k,1023
377
- wandelbots_api_client/v2/models/capsule.py,sha256=UCO6rmugj6cNPkKP_voHiHpRrht1UKI3TykNROI4oF8,3411
378
- wandelbots_api_client/v2/models/cartesian_limits.py,sha256=ncbpyxVFqCuyX6syOwZrBXYrnuk2O55S2Sc5xoWEo9o,3205
379
- wandelbots_api_client/v2/models/cell.py,sha256=G7IkT9GopVzOGb1gX7ImPIafJgLAKOWSL4Ups7whQVc,6116
380
- wandelbots_api_client/v2/models/collider.py,sha256=kxIKLB9ziTeGO-0ODR--mf2MKeMSIMuR9rLEOMJ3esM,4037
381
- wandelbots_api_client/v2/models/collider_shape.py,sha256=U-xOZeDub6RVvb_hPSO_AHs9HgNkos_ASckcml4jlNg,12364
382
- wandelbots_api_client/v2/models/collision.py,sha256=F1qUMYcCE5-8bn9Xe4eHLxg48BWH2VFF0QQixp5sG0c,4085
383
- wandelbots_api_client/v2/models/collision_contact.py,sha256=mN6OuhZ_aIbqBDCEktNMuGPTFZLVuXQhn7RprtICvDo,3150
384
- wandelbots_api_client/v2/models/collision_error.py,sha256=r70VosoZQOXp2zerNYi3HKXFN7UtVvmesFsgBzKM5S4,3005
385
- wandelbots_api_client/v2/models/collision_free_algorithm.py,sha256=QFXSLOeA9oKSMeCWVUI0Gn9AGctLWy1V1_bQasJfNgs,6594
386
- wandelbots_api_client/v2/models/collision_setup.py,sha256=84X6Wv1eNmPwhPBAIE5Mm71JIkkpl1Dn8PTyz8C7E_A,6878
387
- wandelbots_api_client/v2/models/comparator.py,sha256=44s65i3_8Rj3USDAJ-5EyfmR6CmrDVloCT0ie-NauKo,1180
388
- wandelbots_api_client/v2/models/configuration_archive_status.py,sha256=3zWb8jnaFgkbkQjRkLfKrSqQOKR72gH34Kbg-OdUTdY,8936
389
- wandelbots_api_client/v2/models/configuration_archive_status_creating.py,sha256=IJRpSP-Kl7_WvtB4Mx1Ju-AKlv-4WQSzY1RT9bGLNeM,3318
390
- wandelbots_api_client/v2/models/configuration_archive_status_error.py,sha256=qE4CHv_0e-U9m6qcnbQxAkR9PJCnzb2iPDcKAfYQzwg,3116
391
- wandelbots_api_client/v2/models/configuration_archive_status_success.py,sha256=bsHzx1TD-t-HegXvjOxstYadNAx1PZFrbQHIdh-S7jM,3037
392
- wandelbots_api_client/v2/models/configuration_resource.py,sha256=wR4_elau85w4MEiqQvikSaiHzBKzC-QmrwbVoNlclg8,4208
393
- wandelbots_api_client/v2/models/container_environment_inner.py,sha256=xrYAaR_zBpetj-_u7vTmrZaVoD4URQEbktn_bnKZq90,2749
394
- wandelbots_api_client/v2/models/container_image.py,sha256=tcwsD3Yo6fVoZJ18WxWsF8BcfV-gV_iQ0mKZ05xM8MY,4720
395
- wandelbots_api_client/v2/models/container_image_secrets_inner.py,sha256=aQU8q5X5GhQB6JK8euzfT2_-jr0aZO5ao0b24MaIJDY,2684
396
- wandelbots_api_client/v2/models/container_resources.py,sha256=cPTYnMM7IulyckPwi9tr66pNMCklOTh_ADPwIXSWt34,3081
397
- wandelbots_api_client/v2/models/container_storage.py,sha256=0J7FnII8TK1yxt7oujV6c7rwUfPwazKqdXnIdPK2nRI,3434
398
- wandelbots_api_client/v2/models/controller_description.py,sha256=IDCT4UsWs5tScp5y-CZwhQ9Xxsnulals4c6_ZXIx6Wc,3674
399
- wandelbots_api_client/v2/models/convex_hull.py,sha256=fMSdSI2NHb2UaEWHeJoll1eH7KX7TYdIN1hdR-m5Ogg,3255
400
- wandelbots_api_client/v2/models/coordinate_system.py,sha256=HoRspRJjBK1WFSeejpH7ji4bmddVq-KP6dbh0lyoyzQ,4111
401
- wandelbots_api_client/v2/models/coordinate_system_data.py,sha256=1ojXhO5q9oeCd6S0-qzlXik-VoMJq1uyktL6f3UxkAc,3943
402
- wandelbots_api_client/v2/models/cubic_spline_parameter.py,sha256=q9gzpmcGn0zuA1YjLtKgeU5pqoe5Q_ohM-4TBQxIuro,3060
403
- wandelbots_api_client/v2/models/cycle_time.py,sha256=fWetdjTCKj90aPh-vrH-qx-HQPwuJP6yxaqacfiLOL0,2730
404
- wandelbots_api_client/v2/models/cylinder.py,sha256=nxgW3I4WibLayJiUSiBYkn8eI471uTxpjg6Q5R4LbrA,3405
405
- wandelbots_api_client/v2/models/dh_parameter.py,sha256=rLyo-8vCSV1XSN3bkUEUyGulaaf8P2mDJjIl8vaT1R0,3506
406
- wandelbots_api_client/v2/models/direction.py,sha256=uLV77IAnPM1NALsgPMNCRqhqCYNdyELl_fxNKPHVAeI,891
407
- wandelbots_api_client/v2/models/error.py,sha256=YxNRuIlVH1EJJqBnVGjjUcD5N8Em0gDna6MsqFDF5ao,2704
408
- wandelbots_api_client/v2/models/error_invalid_joint_count.py,sha256=Kxn8V7j5EsGLK2K-ZZo2JnybGpci1Hr8wbrgQA5U180,3520
409
- wandelbots_api_client/v2/models/error_joint_limit_exceeded.py,sha256=r_077WMw7LD4PmDZ0ilrNlO4FCuDtWffwIF_k2s5QdU,3495
410
- wandelbots_api_client/v2/models/error_joint_position_collision.py,sha256=Bo7fLii-QX_YtqLt4voLL-HzEFC_WU6PatFSIPGgEx0,4556
411
- wandelbots_api_client/v2/models/error_max_iterations_exceeded.py,sha256=HszMtOtYd9AB2vOHqpL0xcwf11BBsHeaEsEkalhNgyM,3438
412
- wandelbots_api_client/v2/models/execute.py,sha256=f7xYiS3IlULqytxL5rpMVTfowp-VkCLu3jMTWvWhuZ0,3445
413
- wandelbots_api_client/v2/models/execute_details.py,sha256=yZy5WN0PzmWc6upxYg-SpzfPpDtZrDmLrHJyWwh9vmM,6511
414
- wandelbots_api_client/v2/models/execute_jogging_request.py,sha256=C3X01AM2fAtcAqzpN-tvFVhDfvSC9lcW6t6b8mpxCmw,7407
415
- wandelbots_api_client/v2/models/execute_jogging_response.py,sha256=MiE3jp-GGuK3EMdCzsAC_7rbcE3L6bdQ1QeDtOuKSv0,9753
416
- wandelbots_api_client/v2/models/execute_trajectory_request.py,sha256=Wktx7NQxe94o0bTaQfgyWkCC2VaFfbjiKxkr6YZzdUs,7499
417
- wandelbots_api_client/v2/models/execute_trajectory_response.py,sha256=VrKnoDzf633tfHDQHKNtDGqpO29YL9e3DYtNJ-nAkqY,9857
418
- wandelbots_api_client/v2/models/external_joint_stream_datapoint.py,sha256=Tq5HZpQ5dKymYSiN0fvATRG85cGi9k2KDv-JC3PtAts,3194
419
- wandelbots_api_client/v2/models/external_joint_stream_request.py,sha256=qxgZKcGAzVxGE_HKa249PVCMiQUsZdujpUCSW36sIo8,3863
420
- wandelbots_api_client/v2/models/fanuc_controller.py,sha256=xLaHl-UmDV2N_oUeYiUDxSSBZ8PtsQ45vJt_UAkomSQ,3241
421
- wandelbots_api_client/v2/models/feedback_collision.py,sha256=z71W1ccxq9qbupte-fmbKl3OlGPihG0aOIxmpkz7OHk,4784
422
- wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py,sha256=vuXJHWkEwS_dF2t_0tRWG4H2PfB6oe0eSm10a-y9jSQ,3518
423
- wandelbots_api_client/v2/models/feedback_out_of_workspace.py,sha256=8CjKgufP8HgzvlC2dBRZKHvOFKYGwQ57jELTl4iYnHQ,3533
424
- wandelbots_api_client/v2/models/feedback_singularity.py,sha256=A2yWq9-6xg04U5QR2CfM4EJWlrrV-YgFX2AbCcMSNtI,3964
425
- wandelbots_api_client/v2/models/flag.py,sha256=Gc7Z93N2XXUQg22DvBQJNg6U4m7UcF8GtiobHmFQK-Y,2606
426
- wandelbots_api_client/v2/models/float_value.py,sha256=DoayJ4yVOs0hj2t72kT6CLn9wQxvKnk0EjEuGLarM34,3256
427
- wandelbots_api_client/v2/models/forward_kinematics422_response.py,sha256=xo86pMZ12B8x9qNwXEh17EmQ_7X4k-QIrDRCelAh1zA,3918
428
- wandelbots_api_client/v2/models/forward_kinematics_request.py,sha256=kR099qDKRcMIVqfbrHD2lvM4z6w0k9iTrzxKC9Nl2VQ,3875
429
- wandelbots_api_client/v2/models/forward_kinematics_response.py,sha256=RT1gg61kjRTe-LjrpSEClILaEoH_LwkUu53mELB2x_Y,3865
430
- wandelbots_api_client/v2/models/forward_kinematics_validation_error.py,sha256=Hjh_pNBfUE4NiLPDIXP8OZipnsTgzp8XCDJ92uENS1k,4468
431
- wandelbots_api_client/v2/models/get_trajectory_response.py,sha256=dWCJegAR6ksks6tDA0us5VbUAcaeLabGOgWSlOvIph4,3487
432
- wandelbots_api_client/v2/models/http_validation_error.py,sha256=1IHoGxLuzpqR3D9QSc3YANUiWdZdZyjIw5konM_IZyA,3800
433
- wandelbots_api_client/v2/models/http_validation_error2.py,sha256=om-2PgboZwR9IaogqYr5uYcE8Cjt_7hDDbN8JRhMLYQ,3799
434
- wandelbots_api_client/v2/models/image_credentials.py,sha256=06kh8UE465xGMd1xiQVfnACW73mmx1X2kVcc_ow3IAo,2872
435
- wandelbots_api_client/v2/models/inconsitent_trajectory_size.py,sha256=taTKgjxYcOzGsVAi4yBBRw91tKbZFtcJKj6VcE_w2xQ,3360
436
- wandelbots_api_client/v2/models/inconsitent_trajectory_size_inconsistent_trajectory_size.py,sha256=O4PQfto9isu13ZlkE5XBSZOXGIwrKQ39BWmtiKzzSIs,3099
437
- wandelbots_api_client/v2/models/initialize_jogging_request.py,sha256=Txe-byN8otOpQr01W1vDA0UfsNhXCpwzk6JocWe89kg,5023
438
- wandelbots_api_client/v2/models/initialize_jogging_response.py,sha256=Cp0c5iAwVY8GTxAkc4V9q6_hW8mg45JOHLqYNoUMqsE,3180
439
- wandelbots_api_client/v2/models/initialize_movement_request.py,sha256=37sAZjRK7-CBp384O5WnGCX8_jsm2o_r7W3f5FUZ2mo,5938
440
- wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py,sha256=-ie_OewHLW8s8HW7w9dYyHIjH_G_TbcK-EisBDfkheY,6245
441
- wandelbots_api_client/v2/models/initialize_movement_response.py,sha256=bKKKaFnqRG785Oh4pUiCImJrTZQYFpiRZt4bDN-d3kI,3890
442
- wandelbots_api_client/v2/models/integer_value.py,sha256=GgkqIu1x-g5uA2fST4YgdaKDZc0iiRfHjy6hT4HIOZA,3443
443
- wandelbots_api_client/v2/models/invalid_dof.py,sha256=aQjDblX9lGxy9bJvX_bxiAExavWbmW7D_tXGIgOR6H0,3021
444
- wandelbots_api_client/v2/models/invalid_dof_invalid_dof.py,sha256=_ch3Q5L8oBKgHEymb5i5QeeRlitv9zJMNcI1teGKX08,3040
445
- wandelbots_api_client/v2/models/inverse_kinematics422_response.py,sha256=LgdE62qprf54Z724u_QREIjeMKnlC4hKRYpXprNF6_w,3918
446
- wandelbots_api_client/v2/models/inverse_kinematics_request.py,sha256=vQ0Mqun53lOEw6Z64lsw8V6bHr6zsifHigrdZFKeaZg,7692
447
- wandelbots_api_client/v2/models/inverse_kinematics_response.py,sha256=mzOoRwavGsb51CM49WpmurH_RhvYq_GdSq5rYoLSfBk,2746
448
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py,sha256=qasTsTdBcSoj3QelUsQ2SgrXf53-iRa-lbMAkZvfDMY,4547
449
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py,sha256=fY0EMDwRA6ni56w-fuwL9FQBDe7Ao7kbaqVFPw-bLFM,6670
450
- wandelbots_api_client/v2/models/io_boolean_value.py,sha256=j9GrwvqhRWLPqutsfCHuHU2GlmqyqRdjd1Mlxw5-nqI,3355
451
- wandelbots_api_client/v2/models/io_description.py,sha256=fM3gTr_mDaDIOyOUltu29wJlXVenaTThdBmaXY-L79Q,4263
452
- wandelbots_api_client/v2/models/io_description2.py,sha256=jsvhHGLSK8W1cPBOr0_3s_a-1B0JoXW6eLm-HBjtxfI,4077
453
- wandelbots_api_client/v2/models/io_description_min.py,sha256=BqNcvJmaOi51pcGKK7Zne1Fz0P1FnVbiWYGO5K0tJrU,7446
454
- wandelbots_api_client/v2/models/io_direction.py,sha256=t0-7Uj6y2YIyvXz1VyfE-eiIhDmhgEld5AFUnogJMIA,843
455
- wandelbots_api_client/v2/models/io_float_value.py,sha256=2-RH97tyYavEoS9j33o8GsDL4P6puZZTq5Ms4NTNKyg,3383
456
- wandelbots_api_client/v2/models/io_integer_value.py,sha256=7O4kgghx-UkvtPtOjdCiAnM_1-XaVK8XnzM-RrM3o9Y,3613
457
- wandelbots_api_client/v2/models/io_value.py,sha256=ifzBsxC1RC-Ru4B47wmyjWi9y1c59BOrhGo2-Vl9IFM,7509
458
- wandelbots_api_client/v2/models/io_value_type.py,sha256=z3SuQp7kh3VG6t52OW4OI0HI936ot1D3YDs1MdqOlr8,916
459
- wandelbots_api_client/v2/models/jogging_details.py,sha256=I8E-rOS4EP4LKKEAqZcU_WexdURWL6iZHnWykZIrsXc,3801
460
- wandelbots_api_client/v2/models/jogging_details_state.py,sha256=1RK0-PK5G6RQ128MwSsNnm1g6uf8jTi9hAAmk-AmV-U,10721
461
- wandelbots_api_client/v2/models/jogging_paused_by_user.py,sha256=w4YHkUotsyBmYGcFEK-v4b3JIr6Rw5ShiBrUH4l3Qdg,2930
462
- wandelbots_api_client/v2/models/jogging_paused_near_collision.py,sha256=yiCQ6I94jFOQ8rFyJE2wCj30dXaGydgV1eGvNHpn5wE,3097
463
- wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py,sha256=NKeKQFl6DsU2WUHOYsnS3S2px7sZXiE3Moga5YVBpnM,3119
464
- wandelbots_api_client/v2/models/jogging_paused_on_io.py,sha256=zrSMx-a-ZXzEjuFDgyfn9RdUdbO8u3v85If_yzx6f_8,2939
465
- wandelbots_api_client/v2/models/jogging_running.py,sha256=Px1KbFb-txF8lSTNprTBrP4xoyBBe0kLCf3OSWPmlw0,2895
466
- wandelbots_api_client/v2/models/joint_limit_exceeded.py,sha256=uw-GxWPprUXzAfqOOj5nueXtsUUUyiBORC-3kh0Vi5w,3158
467
- wandelbots_api_client/v2/models/joint_limits.py,sha256=Pqd2Z_YC3E9xNEw_f7m06rw5VAHH8HmXGdJBWGRAWzU,3349
468
- wandelbots_api_client/v2/models/joint_trajectory.py,sha256=BV1JVPUG35yM3dLZ9gK5ALSnYHW6todlOY4rae0N_lA,3504
469
- wandelbots_api_client/v2/models/joint_velocity_request.py,sha256=fg4xK92ZS9nAHWSVumuQHTnJYESBjVVE_hTwxg5BV8o,3568
470
- wandelbots_api_client/v2/models/joint_velocity_response.py,sha256=iIzsPdjb91DRez7nJuM8b_ze_Xse7RM6cQvE-tMqyxo,3167
471
- wandelbots_api_client/v2/models/kuka_controller.py,sha256=MiVTe9rlU2auWGusrSwE_R49ZPo-lAuZaTAf7qbwBdU,3990
472
- wandelbots_api_client/v2/models/kuka_controller_rsi_server.py,sha256=DDn7f3j6muwGTf5U5x260eTielp4cFu-RQu2Vt02Rmg,2842
473
- wandelbots_api_client/v2/models/license.py,sha256=f7Ds6utSh0MVZa6AM5FZfIigpwLB6H6vlMsXSMjWGbs,4667
474
- wandelbots_api_client/v2/models/license_status.py,sha256=R7WR9QXCp8rTXddM9NVKDWdL4EgskSEyZnLuG5FMzwc,2816
475
- wandelbots_api_client/v2/models/license_status_enum.py,sha256=kp0sFzArwC-P9qDRbUzJkz4Zk8Pb8BBQSEwVFyqs1fk,903
476
- wandelbots_api_client/v2/models/limit_config.py,sha256=HiQwGNLLir736EkqTDmzOR7VoqIU92gcNCwepoolGDI,3501
477
- wandelbots_api_client/v2/models/limit_range.py,sha256=nVz-z9vsP3MaC90Exy4hN0giz2b1X6y83DPdY8lelXY,2888
478
- wandelbots_api_client/v2/models/limit_set.py,sha256=OJzXesvAH53ox7486klmBckYQ2OEtNIU_rjJ1-XPTS8,5254
479
- wandelbots_api_client/v2/models/limits_override.py,sha256=FM0E77YtLxtn2-v2a6DMsoSQ7g1YFkhnz3swC67QdtA,4383
480
- wandelbots_api_client/v2/models/list_trajectories_response.py,sha256=IXofDp2k3iiN547n2Xt7mm4-MQU4RYCK3zGBNEShXeM,3031
481
- wandelbots_api_client/v2/models/manufacturer.py,sha256=vktG_-WjWrgUdl4ogc7kd2E6X9_nq_mFUgP6W5XrlxY,868
482
- wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py,sha256=LNX_CAqTmK3_trQoqBl-4X4qQbCAiTGO8-FpcMzxFG4,3716
483
- wandelbots_api_client/v2/models/motion_command.py,sha256=ubGd8WDDK5eIe8reR-QxT834ZT_mHLsgx-vgeJfxiag,4004
484
- wandelbots_api_client/v2/models/motion_command_blending.py,sha256=uG4oGq6fQEJNwKcSrCMBzPiY0ZzK-0H95js9JfdiFCY,6267
485
- wandelbots_api_client/v2/models/motion_command_path.py,sha256=pZDwg6Pcy-Hq2YKiHz9jtD7xXZ2sAQ6XwGC28cJVEc4,8843
486
- wandelbots_api_client/v2/models/motion_group_description.py,sha256=qY3GJc-16GeAk23uMvRfNFbw29tt8nelQB_N0roBorc,10400
487
- wandelbots_api_client/v2/models/motion_group_info.py,sha256=sP-jhVH9BETPTG4rJvbyc3gwfzlPPHW25amtn9ztUEM,3099
488
- wandelbots_api_client/v2/models/motion_group_joints.py,sha256=Bc4Q-vSwY7QuyDWBbT5lzjfoNHtW1OPMyQUvqTZdQvc,3540
489
- wandelbots_api_client/v2/models/motion_group_setup.py,sha256=z_N7og3qLyTjxxVz_tuhZAz5Fq5C3dVy53gPriimuhY,6121
490
- wandelbots_api_client/v2/models/motion_group_state.py,sha256=xTuG8vClv9Omdu7TdpC9y-jKd_KLWzJKm29UyaIr6QA,8320
491
- wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py,sha256=W186UVQmonIfKvEDUIwuPgB5N8fxJmkqOdTwnyM22Lg,2995
492
- wandelbots_api_client/v2/models/movement_error_response.py,sha256=OXDYPnOa495BfdVhtwzuP7Hxd5O2obDgskjPXyRF--Q,3162
493
- wandelbots_api_client/v2/models/nan_value.py,sha256=BMeF7xvvZutWXoSx9jlEmBBPDU3rrOCtBOXpEFKsaHY,2979
494
- wandelbots_api_client/v2/models/nan_value_nan_value.py,sha256=D-wx1X2gYDTVe2jeuefKTY75EthP5jqZxLyeIvFJwyY,2869
495
- wandelbots_api_client/v2/models/op_mode.py,sha256=fo65NgCmApzLxhfYwh-yw7T7Rmfe81vNz_VPbBPudTg,2978
496
- wandelbots_api_client/v2/models/operating_state.py,sha256=jaMwd5W0Zcr9d2BTm4pXoapxGlnZf8V0FWAlOQpvNUA,810
497
- wandelbots_api_client/v2/models/operation_limits.py,sha256=BddUKoh8mRRCAXSuMum3TEjYceTxX_MwJFXybNBWhxY,4161
498
- wandelbots_api_client/v2/models/operation_mode.py,sha256=nkTgg7bKiMljZKQUIXdPOhvkJjPdQe27gRPakzOzuUs,1725
499
- wandelbots_api_client/v2/models/orientation_type.py,sha256=xJK9zzvZ8xeCPVQ3hBhw___Af7MVgDg_Ixhfr3G23AI,3090
500
- wandelbots_api_client/v2/models/path_cartesian_ptp.py,sha256=C2itm4wXAOJ0j32VsWRyDFERLQGc97X5ZE3LfNXyZJE,3727
501
- wandelbots_api_client/v2/models/path_circle.py,sha256=oSLHQs_UscnNrj2hz3lZrYCnE2WS7H_VEzAtmzsyDj4,4079
502
- wandelbots_api_client/v2/models/path_cubic_spline.py,sha256=PYnclKHUl0w7uoHgDTYDEqRmpxAYfm06nDT3Fzyye0c,4447
503
- wandelbots_api_client/v2/models/path_joint_ptp.py,sha256=kJX84PLXaGDNR9LXGeEElgh_fyuiydpETWyt0pqEICU,3263
504
- wandelbots_api_client/v2/models/path_line.py,sha256=badAAZnO94L4WrVWIyScChLVFSC0_xGgTct20SPUbqU,3571
505
- wandelbots_api_client/v2/models/pause_jogging_request.py,sha256=a6jT0xU7d5pes9qAsCZMhKLiQleBuXNlnPeX1CfLHOA,3347
506
- wandelbots_api_client/v2/models/pause_jogging_response.py,sha256=NTfurPLwaUYXzxqGLw_rBzL5SWfGEWQA1Kk9xFlvuis,3144
507
- wandelbots_api_client/v2/models/pause_movement_request.py,sha256=fpOBMgpKp8hk59kduPNL42ZhAD7Z9Lkic_KXDtXmU1k,3387
508
- wandelbots_api_client/v2/models/pause_movement_response.py,sha256=984oErDi0UzOvwMMGwMZzrHWVcouAQFPctI8a_Wj9-s,3383
509
- wandelbots_api_client/v2/models/pause_on_io.py,sha256=fb1uo5M17jm1jDXaTpzS72uE8gLrrGy0sU_OitUjHCs,3293
510
- wandelbots_api_client/v2/models/payload.py,sha256=3UDKJTv9DrnwT9ypU-WXaclCRCZJOoZNLQ4yDryw_cY,3423
511
- wandelbots_api_client/v2/models/plan422_response.py,sha256=aLe9pV_NplMLQ1nKmiOpJNWUZMnkiHO6DpgazlY8GXc,3800
512
- wandelbots_api_client/v2/models/plan_collision_free_failed_response.py,sha256=FBSZGkOFJIiyf_N0fVoDOJwtgjKsedaaX6YNJnXVheQ,3212
513
- wandelbots_api_client/v2/models/plan_collision_free_request.py,sha256=MWS5d_1JRwVUkz0u_DVFOmPYe08zIJUPhMw9qNQE65g,3974
514
- wandelbots_api_client/v2/models/plan_collision_free_response.py,sha256=D51rdJ8rJ5fuPoHGMLkzI-C3Bf3wpD-dpVYHsvDSpEI,3175
515
- wandelbots_api_client/v2/models/plan_collision_free_response_response.py,sha256=dwjxz5DcXDyUT1OOF_TL_sTjTlqdLeXXXjXM8d40laI,5841
516
- wandelbots_api_client/v2/models/plan_trajectory_failed_response.py,sha256=WaFwjfY5hGzyp-5cME4Z2U_XzfhGcWedbI_FBfsYkZk,4011
517
- wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py,sha256=oE6RTMiQyfBwRtFiFpe3qn7W-i_VZNXMB6oJKFj6Cmg,8808
518
- wandelbots_api_client/v2/models/plan_trajectory_request.py,sha256=O6OXE8JOzVssGeqiNi1mAX4Q550QKExuGTF_yFdBn80,4859
519
- wandelbots_api_client/v2/models/plan_trajectory_response.py,sha256=eIwsHXtESCSP2vz5TDhYvuIByuXsAJH8W8eWMe6JllM,3055
520
- wandelbots_api_client/v2/models/plan_trajectory_response_response.py,sha256=0fgmkpTcT82KKyS1ni-MRCpEgW0GYayML5yIWO6Hmks,5765
521
- wandelbots_api_client/v2/models/plan_validation_error.py,sha256=vdRgEHvUWH1Cpm1X6yQfmL8ZhmCuIb6INj7sgVFgnro,4442
522
- wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py,sha256=opbXDXxSqpll6V9CamTWNM2yy_ipnPhTB-g61EHM9jg,7807
523
- wandelbots_api_client/v2/models/plane.py,sha256=fw8cNNQiC-UDcXg4V3JkZADGYtN39OV2r5EE43hVVpY,2921
524
- wandelbots_api_client/v2/models/playback_speed_request.py,sha256=4YB8vBraB1l9cAQk316u5w0h82Q0nndCh_LGVNPN9Mk,4044
525
- wandelbots_api_client/v2/models/playback_speed_response.py,sha256=CRv5Xx2smFd0SwM2MSfplG4m5YRALcurCZ0NV7ShIG8,3174
526
- wandelbots_api_client/v2/models/pose.py,sha256=pD8WdRyeh5IsgSqJVn-6jinpklU-_FdNtyY6luQeubI,3401
527
- wandelbots_api_client/v2/models/profinet_description.py,sha256=osUsdDpym1nbWcVsHJksEom1fk6P9IcxbRvYzJkHG4I,5120
528
- wandelbots_api_client/v2/models/profinet_input_output_config.py,sha256=dudDuFSE8xiIIMxwQ3BxmnRxdOOgbh8ux326d3KYx_8,3650
529
- wandelbots_api_client/v2/models/profinet_io.py,sha256=2cycCzZgZj7QRkbQtRClyTrWzxYaKkgK5ZXnpYtcw-o,4487
530
- wandelbots_api_client/v2/models/profinet_io_data.py,sha256=j_OKTIq3LtS2_5v7fR4FaACvGY3kA2jnMYk8bIoccaQ,4246
531
- wandelbots_api_client/v2/models/profinet_io_direction.py,sha256=2J73NvOAGMrfaetWjW-Sr7m932k5odfAc5V9oeQwLug,1088
532
- wandelbots_api_client/v2/models/profinet_io_type_enum.py,sha256=S9kPM1TVv9S7dAO63dalf2HNwnOAO3TVyEg_ASuQLy0,1385
533
- wandelbots_api_client/v2/models/profinet_slot_description.py,sha256=QTaNXJPqT4OkJ83SuBW3MdHr4MdqNEzjWpzPqT11q2Q,5067
534
- wandelbots_api_client/v2/models/profinet_sub_slot_description.py,sha256=aBNyaPtRrJjdeo83XR-lHJN6WWInd77HL3OoV14N0gg,3296
535
- wandelbots_api_client/v2/models/program.py,sha256=9OXQBOkXcsN0lAMMxLvrdwhfx8Nkl-sS5MiPPXWum2I,3615
536
- wandelbots_api_client/v2/models/program_run.py,sha256=xy1Vi59NcnOldCSPkISz_AMHwhOMDOrqww761v5kWUg,4325
537
- wandelbots_api_client/v2/models/program_run_state.py,sha256=gSXw6x64dGV3EQVtwha2D8TiT80FDpQBAEyifu2dF3o,897
538
- wandelbots_api_client/v2/models/program_start_request.py,sha256=MUqrgpXcLiktl8fbfreSJW0W8e-i6A5FtQSq0M0U0Yw,2746
539
- wandelbots_api_client/v2/models/rectangle.py,sha256=-nbSPQIZ3NlXoo9kqmRBaPqP6YXYbACiZOVi4GnTjy4,3312
540
- wandelbots_api_client/v2/models/rectangular_capsule.py,sha256=SeQTqCQB9uBrR6ZE3hGXG6o2_sOz-6gd-oUC195bAZI,3832
541
- wandelbots_api_client/v2/models/release_channel.py,sha256=XDxHswFjklcll0t6m-B2x1LCFv6qTrbJPP6TzG2ZTZQ,934
542
- wandelbots_api_client/v2/models/robot_controller.py,sha256=qTp9D-7Y6zTr3zKdIZDi_75Wq4THmVIfvWER3rYcoaA,3806
543
- wandelbots_api_client/v2/models/robot_controller_configuration.py,sha256=BOiRzM24yuprFUeUc07M9IV03pIkJpGRNG24AF7nr1w,10382
544
- wandelbots_api_client/v2/models/robot_controller_state.py,sha256=s3RwgLF96VcEwL1YWxkQ-0wk-5pj9lFrUBAt7zTqloE,6447
545
- wandelbots_api_client/v2/models/robot_system_mode.py,sha256=nUdxE_9XHFLYo8xTUrAI6teCQ4IaTDOUS-pqzqYYTjM,2233
546
- wandelbots_api_client/v2/models/robot_tcp.py,sha256=tLZ_jdkUsGWjjFLijKY4Ok457ziGUMTKzVgMf6UREXA,3708
547
- wandelbots_api_client/v2/models/robot_tcp_data.py,sha256=E97xltgURIV7dWMsgAdtmTsk7ACCjwe7dc0CahNFm6E,3620
548
- wandelbots_api_client/v2/models/rrt_connect_algorithm.py,sha256=4XntvyUtCbBXCXsr1eJrcvh8Ps0xG0-63qG3MR1iV5Y,5286
549
- wandelbots_api_client/v2/models/safety_state_type.py,sha256=7skDS0d3n_wdqR85E18KAwTIUVXgVoXHH6BbQLxS7ng,1859
550
- wandelbots_api_client/v2/models/service_group.py,sha256=lWzXxH-k1fbJ6NgFeJqZvLiPehy9la9udQZAbnub6HE,874
551
- wandelbots_api_client/v2/models/service_status.py,sha256=3wa7V3vdQj_mByFdbAwPr7eoswY2Jrr1YkWbZMo14Xs,3187
552
- wandelbots_api_client/v2/models/service_status_phase.py,sha256=mkW5lZCkHjD_Yo1bQsgYU1Jv5Y5N7EmR07USRVm6UZk,1196
553
- wandelbots_api_client/v2/models/service_status_response.py,sha256=svQJiioXN0nph5wQBewrsXOCc5taCfvltf4NmuA3rik,4331
554
- wandelbots_api_client/v2/models/service_status_severity.py,sha256=Tj9WwtQxJd7wtJXgJ9MdJetshH-R2_qLxS1po8r3h6U,839
555
- wandelbots_api_client/v2/models/service_status_status.py,sha256=otcsHq-Eia3rXOlDRJeh2dtUW4pXbzYekXZpGguHF3s,3032
556
- wandelbots_api_client/v2/models/settable_robot_system_mode.py,sha256=SxlU1P6w-3-BqoK3oiBFS1m0lWzRc_n_baDvR-8h1Og,903
557
- wandelbots_api_client/v2/models/singularity_type_enum.py,sha256=YHQJ74ANFI4gb8dMFRhUyz3D3qI4kR3eGgSgSyCxU6s,837
558
- wandelbots_api_client/v2/models/sphere.py,sha256=yg_HsIgb4c6fOhSvQlJgpQnjQCb5VrwlshiD7sfMqhA,3126
559
- wandelbots_api_client/v2/models/start_movement_request.py,sha256=wak0xJhBchrvv4nIG3-8nfEZuCdx8r6bGbMeoj8tEo8,6536
560
- wandelbots_api_client/v2/models/start_movement_response.py,sha256=6arL68PzJ1A76cw5cBdgSyP1w4sxrd2ztwxZs0XUK3A,3423
561
- wandelbots_api_client/v2/models/start_on_io.py,sha256=zQPmINafVwnGpBsHzRQmDTgjQprVXqR4ErYhhnZbwJs,3272
562
- wandelbots_api_client/v2/models/stream_io_values_response.py,sha256=Wtww4orGiueTMtgwa3yYgbDmTxBoFtdnDbj64qPUvHU,4381
563
- wandelbots_api_client/v2/models/tcp_offset.py,sha256=zmqn6qxu0TDxYlaFLbi-OsyHhBVJXsmuN---Ki2kh-4,3025
564
- wandelbots_api_client/v2/models/tcp_required.py,sha256=UUJ0y4MnOg0w_AGp8QFo7G7nk6iwOiRomxzH5n1OCKw,2928
565
- wandelbots_api_client/v2/models/tcp_velocity_request.py,sha256=2webE72kMupn2mkLlCro8E8M0muo9SABvbW8DKfZxO8,4462
566
- wandelbots_api_client/v2/models/tcp_velocity_response.py,sha256=u4gXLP7pV5b3jVFCaP7NEZ464R5A4D-yT5dN6DLVpCM,3153
567
- wandelbots_api_client/v2/models/torque_exceeded.py,sha256=7xqrC5R98rLge8KGZ7w6BixsqPjIgE5LwPOU5X48eTQ,3105
568
- wandelbots_api_client/v2/models/torque_exceeded_torque_exceeded.py,sha256=GlT01Iy7pujg5q203-ucwlG9O7KIPLhcBdmNEemgxj8,3079
569
- wandelbots_api_client/v2/models/trajectory_data.py,sha256=K_GGhX8MVVExU-McG-KfMRNZ1Y4b8x9LIwNNbMMVMck,3938
570
- wandelbots_api_client/v2/models/trajectory_details.py,sha256=-QJLYdWs3TVKs7Mucz8PztkKf8c-hycGBO3n_-lauas,4324
571
- wandelbots_api_client/v2/models/trajectory_details_state.py,sha256=pD5Ag_-pH_gPPiLLG0EZRN2HKk86tQCE957MnT0Ikx0,10506
572
- wandelbots_api_client/v2/models/trajectory_ended.py,sha256=JSSnvmtTJrbtDLTmWZLYnfCNKrZJbaiZ9zfuGqu2-oM,2974
573
- wandelbots_api_client/v2/models/trajectory_id.py,sha256=hC1w_zAQPvOi-va32GOIb4oWDx1BHr5NYShQ3vtjdDw,3353
574
- wandelbots_api_client/v2/models/trajectory_paused_by_user.py,sha256=Ph8hPTOKwuUsZF0I1COY9MAY_1m0lUNPUAbthwqKsEE,2941
575
- wandelbots_api_client/v2/models/trajectory_paused_on_io.py,sha256=hPBf0PrkoPuZ_WXipwUcHpW0echgxZZ92uSPkFSqGtw,2950
576
- wandelbots_api_client/v2/models/trajectory_running.py,sha256=EOj0JLpJtZVqYIjLpQYNluCQk8GncxsR8nipEWHjvE4,3117
577
- wandelbots_api_client/v2/models/trajectory_wait_for_io.py,sha256=dcRvc_Q76pH4j_8xRzz-hXnwnZa48hJLPGyQp97Scf0,2944
578
- wandelbots_api_client/v2/models/unit_type.py,sha256=xQ-_g4aWG-U6jzy1VcyFrvOPcjHljcCl0oA9JCzaFnA,1087
579
- wandelbots_api_client/v2/models/universalrobots_controller.py,sha256=TicQnrMXu6-Xg51YnaZIynflf8JKx5HXT7WleRTPtAs,3316
580
- wandelbots_api_client/v2/models/update_nova_version_request.py,sha256=r3SD2CdIiD2tBm4kdEwMWbCwSyf17wuzCgWtaoWRxww,2804
581
- wandelbots_api_client/v2/models/validation_error.py,sha256=ASb8K2FeG_Ue9rcT7NQkDGboTvx84UjB6l0XtrzSLAY,3978
582
- wandelbots_api_client/v2/models/validation_error2.py,sha256=R3DyF37ZVn6zIdCrFvo14I_wdGnJoI7UTnkdakJqA-U,2799
583
- wandelbots_api_client/v2/models/validation_error_loc_inner.py,sha256=_uaC29GeMYxByZD-b-bj39_xgt18JaQI5z65KK3Pva4,5347
584
- wandelbots_api_client/v2/models/virtual_controller.py,sha256=lElpIKeC0gaKdOB1W-Ug1DrFa-isCBtKALMG-A_N-r8,4529
585
- wandelbots_api_client/v2/models/virtual_controller_types.py,sha256=iQ869lF-WLChFFT3y4c5F_IhCxW7Gs3xwZF1o0kLivM,6032
586
- wandelbots_api_client/v2/models/virtual_robot_configuration.py,sha256=VXH1GwZWpysReIBDBFr-ObsEBU8WTl_7r6-POl42opE,3040
587
- wandelbots_api_client/v2/models/wait_for_io_event_request.py,sha256=fN26w26nC0u7ubmt-TPs2QC0UhA9859P-yheeNvFwuc,3293
588
- wandelbots_api_client/v2/models/yaskawa_controller.py,sha256=25SUJjdLyy3ZGHsGLhPYQpyGO9Bp2nGT9luk2B7_dA0,3257
589
- wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
590
- wandelbots_api_client/v2/rest.py,sha256=6a7yb-r1BWnJgC8_9PgI_k_RRX29eJQvltiKCUU5XW0,7299
591
- wandelbots_api_client-25.8.0.dev23.dist-info/LICENSE,sha256=PJyUaZgTVC0_nJmhRpcbnOcXvmTqJGE6axeSifngIGY,11344
592
- wandelbots_api_client-25.8.0.dev23.dist-info/METADATA,sha256=v_DZpogWKKUG8MWhPDTsr8trddp9WZ4Nfyo07deHJXM,1971
593
- wandelbots_api_client-25.8.0.dev23.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
594
- wandelbots_api_client-25.8.0.dev23.dist-info/RECORD,,