wandelbots_api_client 26.3.0__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 (740) hide show
  1. wandelbots_api_client/__init__.py +48 -0
  2. wandelbots_api_client/api/__init__.py +63 -0
  3. wandelbots_api_client/api/application_api.py +1514 -0
  4. wandelbots_api_client/api/cell_api.py +1424 -0
  5. wandelbots_api_client/api/controller_api.py +2951 -0
  6. wandelbots_api_client/api/controller_ios_api.py +1205 -0
  7. wandelbots_api_client/api/coordinate_systems_api.py +1267 -0
  8. wandelbots_api_client/api/device_configuration_api.py +1193 -0
  9. wandelbots_api_client/api/library_program_api.py +1326 -0
  10. wandelbots_api_client/api/library_program_metadata_api.py +1090 -0
  11. wandelbots_api_client/api/library_recipe_api.py +1351 -0
  12. wandelbots_api_client/api/library_recipe_metadata_api.py +1050 -0
  13. wandelbots_api_client/api/license_api.py +865 -0
  14. wandelbots_api_client/api/motion_api.py +3596 -0
  15. wandelbots_api_client/api/motion_group_api.py +956 -0
  16. wandelbots_api_client/api/motion_group_infos_api.py +2611 -0
  17. wandelbots_api_client/api/motion_group_jogging_api.py +685 -0
  18. wandelbots_api_client/api/motion_group_kinematic_api.py +1055 -0
  19. wandelbots_api_client/api/program_api.py +1987 -0
  20. wandelbots_api_client/api/program_operator_api.py +1881 -0
  21. wandelbots_api_client/api/program_values_api.py +1444 -0
  22. wandelbots_api_client/api/store_collision_components_api.py +3074 -0
  23. wandelbots_api_client/api/store_collision_scenes_api.py +951 -0
  24. wandelbots_api_client/api/store_object_api.py +1387 -0
  25. wandelbots_api_client/api/system_api.py +1075 -0
  26. wandelbots_api_client/api/version_api.py +237 -0
  27. wandelbots_api_client/api/virtual_robot_api.py +1583 -0
  28. wandelbots_api_client/api/virtual_robot_behavior_api.py +649 -0
  29. wandelbots_api_client/api/virtual_robot_mode_api.py +1467 -0
  30. wandelbots_api_client/api/virtual_robot_setup_api.py +2116 -0
  31. wandelbots_api_client/api_client.py +688 -0
  32. wandelbots_api_client/api_response.py +20 -0
  33. wandelbots_api_client/authorization.py +243 -0
  34. wandelbots_api_client/configuration.py +579 -0
  35. wandelbots_api_client/exceptions.py +216 -0
  36. wandelbots_api_client/models/__init__.py +316 -0
  37. wandelbots_api_client/models/abb_controller.py +112 -0
  38. wandelbots_api_client/models/abb_controller_egm_server.py +87 -0
  39. wandelbots_api_client/models/activate_license_request.py +86 -0
  40. wandelbots_api_client/models/add_request.py +95 -0
  41. wandelbots_api_client/models/all_joint_positions_request.py +96 -0
  42. wandelbots_api_client/models/all_joint_positions_response.py +109 -0
  43. wandelbots_api_client/models/api_version.py +86 -0
  44. wandelbots_api_client/models/app.py +148 -0
  45. wandelbots_api_client/models/array_input.py +114 -0
  46. wandelbots_api_client/models/array_output.py +116 -0
  47. wandelbots_api_client/models/behavior.py +35 -0
  48. wandelbots_api_client/models/blending_auto.py +99 -0
  49. wandelbots_api_client/models/blending_position.py +97 -0
  50. wandelbots_api_client/models/box.py +98 -0
  51. wandelbots_api_client/models/box2.py +112 -0
  52. wandelbots_api_client/models/box3.py +112 -0
  53. wandelbots_api_client/models/capsule.py +87 -0
  54. wandelbots_api_client/models/capsule2.py +97 -0
  55. wandelbots_api_client/models/capsule3.py +101 -0
  56. wandelbots_api_client/models/capture.py +86 -0
  57. wandelbots_api_client/models/cell.py +142 -0
  58. wandelbots_api_client/models/circle.py +99 -0
  59. wandelbots_api_client/models/code_with_arguments.py +108 -0
  60. wandelbots_api_client/models/collection_value.py +322 -0
  61. wandelbots_api_client/models/collider.py +105 -0
  62. wandelbots_api_client/models/collider_input.py +105 -0
  63. wandelbots_api_client/models/collider_output.py +105 -0
  64. wandelbots_api_client/models/collider_output_shape.py +242 -0
  65. wandelbots_api_client/models/collider_shape.py +280 -0
  66. wandelbots_api_client/models/collision.py +110 -0
  67. wandelbots_api_client/models/collision_contact.py +92 -0
  68. wandelbots_api_client/models/collision_motion_group.py +124 -0
  69. wandelbots_api_client/models/collision_motion_group_assembly.py +128 -0
  70. wandelbots_api_client/models/collision_robot_configuration_input.py +121 -0
  71. wandelbots_api_client/models/collision_robot_configuration_output.py +121 -0
  72. wandelbots_api_client/models/collision_scene.py +117 -0
  73. wandelbots_api_client/models/collision_scene_assembly.py +133 -0
  74. wandelbots_api_client/models/command.py +140 -0
  75. wandelbots_api_client/models/command_settings.py +104 -0
  76. wandelbots_api_client/models/comparator.py +39 -0
  77. wandelbots_api_client/models/compound.py +114 -0
  78. wandelbots_api_client/models/container_environment_inner.py +87 -0
  79. wandelbots_api_client/models/container_image.py +122 -0
  80. wandelbots_api_client/models/container_image_secrets_inner.py +86 -0
  81. wandelbots_api_client/models/container_resources.py +89 -0
  82. wandelbots_api_client/models/container_storage.py +97 -0
  83. wandelbots_api_client/models/controller_capabilities.py +89 -0
  84. wandelbots_api_client/models/controller_instance.py +148 -0
  85. wandelbots_api_client/models/controller_instance_list.py +109 -0
  86. wandelbots_api_client/models/convex_hull.py +109 -0
  87. wandelbots_api_client/models/convex_hull2.py +97 -0
  88. wandelbots_api_client/models/convex_hull3.py +97 -0
  89. wandelbots_api_client/models/coordinate_system.py +108 -0
  90. wandelbots_api_client/models/coordinate_systems.py +109 -0
  91. wandelbots_api_client/models/create_program_run200_response.py +88 -0
  92. wandelbots_api_client/models/create_program_run_request.py +86 -0
  93. wandelbots_api_client/models/create_trigger200_response.py +86 -0
  94. wandelbots_api_client/models/create_trigger_request.py +101 -0
  95. wandelbots_api_client/models/cubic_spline.py +109 -0
  96. wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +93 -0
  97. wandelbots_api_client/models/cubic_spline_parameter.py +93 -0
  98. wandelbots_api_client/models/cycle_time.py +86 -0
  99. wandelbots_api_client/models/cylinder.py +87 -0
  100. wandelbots_api_client/models/cylinder2.py +95 -0
  101. wandelbots_api_client/models/cylinder3.py +101 -0
  102. wandelbots_api_client/models/devices_inner.py +321 -0
  103. wandelbots_api_client/models/dh_parameter.py +98 -0
  104. wandelbots_api_client/models/direction.py +34 -0
  105. wandelbots_api_client/models/direction_jogging_request.py +136 -0
  106. wandelbots_api_client/models/error.py +87 -0
  107. wandelbots_api_client/models/execute_trajectory_request.py +182 -0
  108. wandelbots_api_client/models/execute_trajectory_response.py +223 -0
  109. wandelbots_api_client/models/execution_result.py +113 -0
  110. wandelbots_api_client/models/external_joint_stream_datapoint.py +96 -0
  111. wandelbots_api_client/models/external_joint_stream_datapoint_value.py +96 -0
  112. wandelbots_api_client/models/fanuc_controller.py +99 -0
  113. wandelbots_api_client/models/feedback_collision.py +126 -0
  114. wandelbots_api_client/models/feedback_joint_limit_exceeded.py +101 -0
  115. wandelbots_api_client/models/feedback_out_of_workspace.py +103 -0
  116. wandelbots_api_client/models/feedback_singularity.py +102 -0
  117. wandelbots_api_client/models/flag.py +86 -0
  118. wandelbots_api_client/models/force_vector.py +103 -0
  119. wandelbots_api_client/models/geometry.py +167 -0
  120. wandelbots_api_client/models/get_all_program_runs200_response.py +109 -0
  121. wandelbots_api_client/models/get_all_triggers200_response.py +109 -0
  122. wandelbots_api_client/models/get_mode_response.py +87 -0
  123. wandelbots_api_client/models/get_trajectory_response.py +112 -0
  124. wandelbots_api_client/models/get_trajectory_sample_response.py +90 -0
  125. wandelbots_api_client/models/google_protobuf_any.py +102 -0
  126. wandelbots_api_client/models/http_exception_response.py +86 -0
  127. wandelbots_api_client/models/http_validation_error.py +109 -0
  128. wandelbots_api_client/models/http_validation_error2.py +109 -0
  129. wandelbots_api_client/models/image_credentials.py +88 -0
  130. wandelbots_api_client/models/info_service_capabilities.py +110 -0
  131. wandelbots_api_client/models/initialize_movement_request.py +111 -0
  132. wandelbots_api_client/models/initialize_movement_response.py +96 -0
  133. wandelbots_api_client/models/initialize_movement_response_init_response.py +89 -0
  134. wandelbots_api_client/models/io.py +105 -0
  135. wandelbots_api_client/models/io_description.py +156 -0
  136. wandelbots_api_client/models/io_value.py +104 -0
  137. wandelbots_api_client/models/ios.py +109 -0
  138. wandelbots_api_client/models/jogging_response.py +117 -0
  139. wandelbots_api_client/models/jogging_service_capabilities.py +87 -0
  140. wandelbots_api_client/models/joint_jogging_request.py +108 -0
  141. wandelbots_api_client/models/joint_limit.py +123 -0
  142. wandelbots_api_client/models/joint_limit_exceeded.py +96 -0
  143. wandelbots_api_client/models/joint_position_request.py +104 -0
  144. wandelbots_api_client/models/joint_trajectory.py +117 -0
  145. wandelbots_api_client/models/joints.py +86 -0
  146. wandelbots_api_client/models/kinematic_service_capabilities.py +96 -0
  147. wandelbots_api_client/models/kuka_controller.py +112 -0
  148. wandelbots_api_client/models/kuka_controller_rsi_server.py +92 -0
  149. wandelbots_api_client/models/license.py +124 -0
  150. wandelbots_api_client/models/license_status.py +88 -0
  151. wandelbots_api_client/models/license_status_enum.py +37 -0
  152. wandelbots_api_client/models/limit_settings.py +223 -0
  153. wandelbots_api_client/models/limits_override.py +132 -0
  154. wandelbots_api_client/models/list_io_descriptions_response.py +109 -0
  155. wandelbots_api_client/models/list_io_values_response.py +109 -0
  156. wandelbots_api_client/models/list_payloads_response.py +109 -0
  157. wandelbots_api_client/models/list_program_metadata_response.py +109 -0
  158. wandelbots_api_client/models/list_recipe_metadata_response.py +109 -0
  159. wandelbots_api_client/models/list_response.py +109 -0
  160. wandelbots_api_client/models/list_tcps_response.py +112 -0
  161. wandelbots_api_client/models/location_inner.py +153 -0
  162. wandelbots_api_client/models/location_inner1.py +142 -0
  163. wandelbots_api_client/models/manufacturer.py +37 -0
  164. wandelbots_api_client/models/mode_change_response.py +97 -0
  165. wandelbots_api_client/models/motion_command.py +109 -0
  166. wandelbots_api_client/models/motion_command_blending.py +164 -0
  167. wandelbots_api_client/models/motion_command_path.py +221 -0
  168. wandelbots_api_client/models/motion_group_behavior_getter.py +87 -0
  169. wandelbots_api_client/models/motion_group_info.py +88 -0
  170. wandelbots_api_client/models/motion_group_infos.py +109 -0
  171. wandelbots_api_client/models/motion_group_instance.py +101 -0
  172. wandelbots_api_client/models/motion_group_instance_list.py +109 -0
  173. wandelbots_api_client/models/motion_group_joints.py +100 -0
  174. wandelbots_api_client/models/motion_group_physical.py +105 -0
  175. wandelbots_api_client/models/motion_group_specification.py +136 -0
  176. wandelbots_api_client/models/motion_group_state.py +180 -0
  177. wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +86 -0
  178. wandelbots_api_client/models/motion_group_state_response.py +103 -0
  179. wandelbots_api_client/models/motion_id.py +88 -0
  180. wandelbots_api_client/models/motion_ids_list_response.py +89 -0
  181. wandelbots_api_client/models/motion_vector.py +103 -0
  182. wandelbots_api_client/models/mounting.py +98 -0
  183. wandelbots_api_client/models/move_request.py +162 -0
  184. wandelbots_api_client/models/move_response.py +91 -0
  185. wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +107 -0
  186. wandelbots_api_client/models/movement.py +90 -0
  187. wandelbots_api_client/models/movement_error.py +90 -0
  188. wandelbots_api_client/models/movement_error_error.py +86 -0
  189. wandelbots_api_client/models/movement_movement.py +98 -0
  190. wandelbots_api_client/models/op_mode.py +93 -0
  191. wandelbots_api_client/models/opcua_node_value_trigger_config.py +100 -0
  192. wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +159 -0
  193. wandelbots_api_client/models/optimizer_setup.py +145 -0
  194. wandelbots_api_client/models/out_of_workspace.py +92 -0
  195. wandelbots_api_client/models/path.py +109 -0
  196. wandelbots_api_client/models/path_cartesian_ptp.py +103 -0
  197. wandelbots_api_client/models/path_circle.py +108 -0
  198. wandelbots_api_client/models/path_cubic_spline.py +118 -0
  199. wandelbots_api_client/models/path_joint_ptp.py +96 -0
  200. wandelbots_api_client/models/path_line.py +103 -0
  201. wandelbots_api_client/models/pause_movement_request.py +95 -0
  202. wandelbots_api_client/models/pause_movement_response.py +96 -0
  203. wandelbots_api_client/models/pause_movement_response_pause_response.py +89 -0
  204. wandelbots_api_client/models/pause_on_io.py +96 -0
  205. wandelbots_api_client/models/payload.py +103 -0
  206. wandelbots_api_client/models/plan_collision_free_ptp_request.py +131 -0
  207. wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +150 -0
  208. wandelbots_api_client/models/plan_failed_on_trajectory_response.py +149 -0
  209. wandelbots_api_client/models/plan_failed_response.py +136 -0
  210. wandelbots_api_client/models/plan_request.py +127 -0
  211. wandelbots_api_client/models/plan_response.py +112 -0
  212. wandelbots_api_client/models/plan_successful_response.py +100 -0
  213. wandelbots_api_client/models/plan_trajectory_failed_response.py +106 -0
  214. wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +209 -0
  215. wandelbots_api_client/models/plan_trajectory_request.py +154 -0
  216. wandelbots_api_client/models/plan_trajectory_response.py +92 -0
  217. wandelbots_api_client/models/plan_trajectory_response_response.py +147 -0
  218. wandelbots_api_client/models/plane2.py +93 -0
  219. wandelbots_api_client/models/plane3.py +93 -0
  220. wandelbots_api_client/models/planned_motion.py +125 -0
  221. wandelbots_api_client/models/planner_pose.py +100 -0
  222. wandelbots_api_client/models/planning_limits.py +168 -0
  223. wandelbots_api_client/models/planning_limits_limit_range.py +87 -0
  224. wandelbots_api_client/models/playback_speed_request.py +94 -0
  225. wandelbots_api_client/models/playback_speed_response.py +96 -0
  226. wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +86 -0
  227. wandelbots_api_client/models/point_cloud.py +86 -0
  228. wandelbots_api_client/models/pose.py +107 -0
  229. wandelbots_api_client/models/pose2.py +93 -0
  230. wandelbots_api_client/models/program_metadata.py +100 -0
  231. wandelbots_api_client/models/program_run.py +168 -0
  232. wandelbots_api_client/models/program_run_object.py +103 -0
  233. wandelbots_api_client/models/program_run_state.py +37 -0
  234. wandelbots_api_client/models/program_runner_reference.py +88 -0
  235. wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +88 -0
  236. wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +87 -0
  237. wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +87 -0
  238. wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +87 -0
  239. wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +101 -0
  240. wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +101 -0
  241. wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +99 -0
  242. wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +107 -0
  243. wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +119 -0
  244. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +130 -0
  245. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +130 -0
  246. wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +102 -0
  247. wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +99 -0
  248. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +94 -0
  249. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +94 -0
  250. wandelbots_api_client/models/quaternion.py +89 -0
  251. wandelbots_api_client/models/recipe_metadata.py +102 -0
  252. wandelbots_api_client/models/rectangle.py +87 -0
  253. wandelbots_api_client/models/rectangle2.py +95 -0
  254. wandelbots_api_client/models/rectangle3.py +101 -0
  255. wandelbots_api_client/models/rectangular_capsule.py +94 -0
  256. wandelbots_api_client/models/rectangular_capsule2.py +103 -0
  257. wandelbots_api_client/models/rectangular_capsule3.py +103 -0
  258. wandelbots_api_client/models/release_channel.py +34 -0
  259. wandelbots_api_client/models/request.py +142 -0
  260. wandelbots_api_client/models/request1.py +140 -0
  261. wandelbots_api_client/models/response_get_devices_devices_get_inner.py +321 -0
  262. wandelbots_api_client/models/response_get_value_programs_values_key_get.py +317 -0
  263. wandelbots_api_client/models/response_get_values_programs_values_get_value.py +322 -0
  264. wandelbots_api_client/models/robot_controller.py +108 -0
  265. wandelbots_api_client/models/robot_controller_configuration.py +262 -0
  266. wandelbots_api_client/models/robot_controller_state.py +191 -0
  267. wandelbots_api_client/models/robot_link_geometry.py +98 -0
  268. wandelbots_api_client/models/robot_state.py +101 -0
  269. wandelbots_api_client/models/robot_system_mode.py +37 -0
  270. wandelbots_api_client/models/robot_tcp.py +104 -0
  271. wandelbots_api_client/models/robot_tcps.py +109 -0
  272. wandelbots_api_client/models/rotation_angle_types.py +58 -0
  273. wandelbots_api_client/models/rotation_angles.py +91 -0
  274. wandelbots_api_client/models/safety_configuration.py +182 -0
  275. wandelbots_api_client/models/safety_setup.py +172 -0
  276. wandelbots_api_client/models/safety_setup_safety_settings.py +106 -0
  277. wandelbots_api_client/models/safety_setup_safety_zone.py +103 -0
  278. wandelbots_api_client/models/safety_zone.py +98 -0
  279. wandelbots_api_client/models/safety_zone_limits.py +96 -0
  280. wandelbots_api_client/models/safety_zone_violation.py +86 -0
  281. wandelbots_api_client/models/service_status.py +96 -0
  282. wandelbots_api_client/models/service_status_phase.py +46 -0
  283. wandelbots_api_client/models/service_status_severity.py +35 -0
  284. wandelbots_api_client/models/service_status_status.py +90 -0
  285. wandelbots_api_client/models/set_io.py +93 -0
  286. wandelbots_api_client/models/set_playback_speed.py +91 -0
  287. wandelbots_api_client/models/single_joint_limit.py +112 -0
  288. wandelbots_api_client/models/singularity.py +110 -0
  289. wandelbots_api_client/models/singularity_type_enum.py +35 -0
  290. wandelbots_api_client/models/sphere.py +86 -0
  291. wandelbots_api_client/models/sphere2.py +94 -0
  292. wandelbots_api_client/models/sphere3.py +96 -0
  293. wandelbots_api_client/models/standstill.py +92 -0
  294. wandelbots_api_client/models/standstill_reason.py +36 -0
  295. wandelbots_api_client/models/standstill_standstill.py +99 -0
  296. wandelbots_api_client/models/start_movement_request.py +135 -0
  297. wandelbots_api_client/models/start_on_io.py +96 -0
  298. wandelbots_api_client/models/status.py +119 -0
  299. wandelbots_api_client/models/stop_response.py +109 -0
  300. wandelbots_api_client/models/store_value.py +349 -0
  301. wandelbots_api_client/models/stream_move_backward.py +90 -0
  302. wandelbots_api_client/models/stream_move_forward.py +90 -0
  303. wandelbots_api_client/models/stream_move_playback_speed.py +92 -0
  304. wandelbots_api_client/models/stream_move_request.py +207 -0
  305. wandelbots_api_client/models/stream_move_response.py +110 -0
  306. wandelbots_api_client/models/stream_move_to_trajectory.py +96 -0
  307. wandelbots_api_client/models/stream_stop.py +90 -0
  308. wandelbots_api_client/models/tcp_pose.py +105 -0
  309. wandelbots_api_client/models/tcp_pose_request.py +106 -0
  310. wandelbots_api_client/models/tool_geometry.py +111 -0
  311. wandelbots_api_client/models/trajectory_sample.py +139 -0
  312. wandelbots_api_client/models/trigger_object.py +110 -0
  313. wandelbots_api_client/models/trigger_type.py +33 -0
  314. wandelbots_api_client/models/universalrobots_controller.py +102 -0
  315. wandelbots_api_client/models/update_nova_version_request.py +87 -0
  316. wandelbots_api_client/models/update_program_metadata_request.py +88 -0
  317. wandelbots_api_client/models/update_recipe_metadata_request.py +88 -0
  318. wandelbots_api_client/models/update_trigger_request.py +100 -0
  319. wandelbots_api_client/models/validation_error.py +113 -0
  320. wandelbots_api_client/models/validation_error2.py +113 -0
  321. wandelbots_api_client/models/value.py +317 -0
  322. wandelbots_api_client/models/vector3d.py +88 -0
  323. wandelbots_api_client/models/version_number.py +113 -0
  324. wandelbots_api_client/models/virtual_controller.py +117 -0
  325. wandelbots_api_client/models/virtual_controller_types.py +153 -0
  326. wandelbots_api_client/models/virtual_robot_configuration.py +91 -0
  327. wandelbots_api_client/models/yaskawa_controller.py +99 -0
  328. wandelbots_api_client/py.typed +0 -0
  329. wandelbots_api_client/rest.py +188 -0
  330. wandelbots_api_client/v2/__init__.py +49 -0
  331. wandelbots_api_client/v2/api/__init__.py +55 -0
  332. wandelbots_api_client/v2/api/application_api.py +1532 -0
  333. wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +4534 -0
  334. wandelbots_api_client/v2/api/cell_api.py +2163 -0
  335. wandelbots_api_client/v2/api/controller_api.py +3238 -0
  336. wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +1244 -0
  337. wandelbots_api_client/v2/api/jogging_api.py +113 -0
  338. wandelbots_api_client/v2/api/kinematics_api.py +815 -0
  339. wandelbots_api_client/v2/api/license_api.py +877 -0
  340. wandelbots_api_client/v2/api/motion_group_api.py +689 -0
  341. wandelbots_api_client/v2/api/motion_group_models_api.py +1222 -0
  342. wandelbots_api_client/v2/api/nova_cloud_api.py +760 -0
  343. wandelbots_api_client/v2/api/program_api.py +988 -0
  344. wandelbots_api_client/v2/api/robot_configurations_api.py +485 -0
  345. wandelbots_api_client/v2/api/store_collision_components_api.py +3479 -0
  346. wandelbots_api_client/v2/api/store_collision_setups_api.py +1169 -0
  347. wandelbots_api_client/v2/api/store_object_api.py +1414 -0
  348. wandelbots_api_client/v2/api/system_api.py +2696 -0
  349. wandelbots_api_client/v2/api/trajectory_caching_api.py +1339 -0
  350. wandelbots_api_client/v2/api/trajectory_execution_api.py +115 -0
  351. wandelbots_api_client/v2/api/trajectory_planning_api.py +1067 -0
  352. wandelbots_api_client/v2/api/version_api.py +240 -0
  353. wandelbots_api_client/v2/api/virtual_controller_api.py +5303 -0
  354. wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +863 -0
  355. wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +895 -0
  356. wandelbots_api_client/v2/api_client.py +692 -0
  357. wandelbots_api_client/v2/api_response.py +20 -0
  358. wandelbots_api_client/v2/configuration.py +579 -0
  359. wandelbots_api_client/v2/exceptions.py +216 -0
  360. wandelbots_api_client/v2/models/__init__.py +376 -0
  361. wandelbots_api_client/v2/models/abb_controller.py +104 -0
  362. wandelbots_api_client/v2/models/abb_controller_egm_server.py +84 -0
  363. wandelbots_api_client/v2/models/activate_license_request.py +83 -0
  364. wandelbots_api_client/v2/models/add_trajectory_error.py +95 -0
  365. wandelbots_api_client/v2/models/add_trajectory_error_data.py +298 -0
  366. wandelbots_api_client/v2/models/add_trajectory_request.py +97 -0
  367. wandelbots_api_client/v2/models/add_trajectory_response.py +99 -0
  368. wandelbots_api_client/v2/models/add_virtual_controller_motion_group_request.py +147 -0
  369. wandelbots_api_client/v2/models/api_version.py +83 -0
  370. wandelbots_api_client/v2/models/app.py +156 -0
  371. wandelbots_api_client/v2/models/behavior.py +35 -0
  372. wandelbots_api_client/v2/models/blending_auto.py +97 -0
  373. wandelbots_api_client/v2/models/blending_position.py +143 -0
  374. wandelbots_api_client/v2/models/blending_space.py +34 -0
  375. wandelbots_api_client/v2/models/boolean_value.py +91 -0
  376. wandelbots_api_client/v2/models/box.py +109 -0
  377. wandelbots_api_client/v2/models/bus_io_description.py +111 -0
  378. wandelbots_api_client/v2/models/bus_io_modbus_client.py +100 -0
  379. wandelbots_api_client/v2/models/bus_io_modbus_server.py +127 -0
  380. wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +98 -0
  381. wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +97 -0
  382. wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +90 -0
  383. wandelbots_api_client/v2/models/bus_io_profinet.py +131 -0
  384. wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +84 -0
  385. wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +85 -0
  386. wandelbots_api_client/v2/models/bus_io_profinet_network.py +101 -0
  387. wandelbots_api_client/v2/models/bus_io_profinet_slot.py +92 -0
  388. wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +90 -0
  389. wandelbots_api_client/v2/models/bus_io_type.py +223 -0
  390. wandelbots_api_client/v2/models/bus_ios_state.py +88 -0
  391. wandelbots_api_client/v2/models/bus_ios_state_enum.py +36 -0
  392. wandelbots_api_client/v2/models/capsule.py +94 -0
  393. wandelbots_api_client/v2/models/cartesian_limits.py +108 -0
  394. wandelbots_api_client/v2/models/cell.py +127 -0
  395. wandelbots_api_client/v2/models/cloud_config_status.py +164 -0
  396. wandelbots_api_client/v2/models/cloud_config_status_configured.py +97 -0
  397. wandelbots_api_client/v2/models/cloud_config_status_not_configured.py +90 -0
  398. wandelbots_api_client/v2/models/cloud_configuration.py +84 -0
  399. wandelbots_api_client/v2/models/cloud_connection_error.py +87 -0
  400. wandelbots_api_client/v2/models/cloud_connection_error_error.py +275 -0
  401. wandelbots_api_client/v2/models/cloud_connection_error_invalid_token.py +102 -0
  402. wandelbots_api_client/v2/models/cloud_connection_error_invalid_token_details.py +95 -0
  403. wandelbots_api_client/v2/models/cloud_connection_error_invalid_token_details_cloud_response.py +90 -0
  404. wandelbots_api_client/v2/models/cloud_connection_error_leafnode_connection_error.py +106 -0
  405. wandelbots_api_client/v2/models/cloud_connection_error_leafnode_connection_error_details.py +83 -0
  406. wandelbots_api_client/v2/models/cloud_connection_error_leafnode_connection_timeout.py +91 -0
  407. wandelbots_api_client/v2/models/cloud_connection_error_leafnode_restart_timeout.py +91 -0
  408. wandelbots_api_client/v2/models/cloud_connection_error_nats_failed.py +102 -0
  409. wandelbots_api_client/v2/models/cloud_connection_error_nats_failed_details.py +84 -0
  410. wandelbots_api_client/v2/models/cloud_connection_error_unexpected_response.py +104 -0
  411. wandelbots_api_client/v2/models/cloud_connection_error_unexpected_response_details.py +95 -0
  412. wandelbots_api_client/v2/models/cloud_connection_error_unexpected_response_details_cloud_response.py +85 -0
  413. wandelbots_api_client/v2/models/cloud_connection_request.py +98 -0
  414. wandelbots_api_client/v2/models/cloud_disconnection_error.py +89 -0
  415. wandelbots_api_client/v2/models/cloud_disconnection_status_disconnected.py +90 -0
  416. wandelbots_api_client/v2/models/cloud_disconnection_status_disconnecting.py +90 -0
  417. wandelbots_api_client/v2/models/cloud_registration_success_response.py +83 -0
  418. wandelbots_api_client/v2/models/collider.py +102 -0
  419. wandelbots_api_client/v2/models/collider_shape.py +278 -0
  420. wandelbots_api_client/v2/models/collision.py +107 -0
  421. wandelbots_api_client/v2/models/collision_contact.py +89 -0
  422. wandelbots_api_client/v2/models/collision_error.py +100 -0
  423. wandelbots_api_client/v2/models/collision_free_algorithm.py +164 -0
  424. wandelbots_api_client/v2/models/collision_motion_group.py +119 -0
  425. wandelbots_api_client/v2/models/collision_setup.py +130 -0
  426. wandelbots_api_client/v2/models/comparator.py +38 -0
  427. wandelbots_api_client/v2/models/configuration_archive_status.py +197 -0
  428. wandelbots_api_client/v2/models/configuration_archive_status_creating.py +94 -0
  429. wandelbots_api_client/v2/models/configuration_archive_status_error.py +91 -0
  430. wandelbots_api_client/v2/models/configuration_archive_status_success.py +90 -0
  431. wandelbots_api_client/v2/models/configuration_resource.py +104 -0
  432. wandelbots_api_client/v2/models/constrained_pose.py +87 -0
  433. wandelbots_api_client/v2/models/container_environment_inner.py +84 -0
  434. wandelbots_api_client/v2/models/container_image.py +110 -0
  435. wandelbots_api_client/v2/models/container_image_secrets_inner.py +83 -0
  436. wandelbots_api_client/v2/models/container_resources.py +87 -0
  437. wandelbots_api_client/v2/models/container_storage.py +94 -0
  438. wandelbots_api_client/v2/models/controller_description.py +97 -0
  439. wandelbots_api_client/v2/models/convex_hull.py +94 -0
  440. wandelbots_api_client/v2/models/coordinate_system.py +115 -0
  441. wandelbots_api_client/v2/models/coordinate_system_data.py +106 -0
  442. wandelbots_api_client/v2/models/cubic_spline_parameter.py +90 -0
  443. wandelbots_api_client/v2/models/cycle_time.py +86 -0
  444. wandelbots_api_client/v2/models/cylinder.py +92 -0
  445. wandelbots_api_client/v2/models/dh_parameter.py +98 -0
  446. wandelbots_api_client/v2/models/direction.py +34 -0
  447. wandelbots_api_client/v2/models/direction_constraint.py +107 -0
  448. wandelbots_api_client/v2/models/error.py +84 -0
  449. wandelbots_api_client/v2/models/error_direction_constraint_not_met.py +93 -0
  450. wandelbots_api_client/v2/models/error_direction_constraint_not_normalized.py +96 -0
  451. wandelbots_api_client/v2/models/error_invalid_joint_count.py +98 -0
  452. wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +103 -0
  453. wandelbots_api_client/v2/models/error_joint_position_collision.py +106 -0
  454. wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +91 -0
  455. wandelbots_api_client/v2/models/error_motion_group_key_mismatch.py +85 -0
  456. wandelbots_api_client/v2/models/error_unsupported_operation.py +90 -0
  457. wandelbots_api_client/v2/models/execute.py +95 -0
  458. wandelbots_api_client/v2/models/execute_details.py +164 -0
  459. wandelbots_api_client/v2/models/execute_jogging_request.py +204 -0
  460. wandelbots_api_client/v2/models/execute_jogging_response.py +246 -0
  461. wandelbots_api_client/v2/models/execute_trajectory_request.py +209 -0
  462. wandelbots_api_client/v2/models/execute_trajectory_response.py +246 -0
  463. wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +93 -0
  464. wandelbots_api_client/v2/models/external_joint_stream_request.py +97 -0
  465. wandelbots_api_client/v2/models/fanuc_controller.py +91 -0
  466. wandelbots_api_client/v2/models/feedback_collision.py +112 -0
  467. wandelbots_api_client/v2/models/feedback_commands_missing.py +90 -0
  468. wandelbots_api_client/v2/models/feedback_cubic_spline_is_not_increasing.py +100 -0
  469. wandelbots_api_client/v2/models/feedback_cubic_spline_not_at_start_pose.py +105 -0
  470. wandelbots_api_client/v2/models/feedback_direction_constraint_no_solution_exists.py +93 -0
  471. wandelbots_api_client/v2/models/feedback_direction_constraint_not_met.py +93 -0
  472. wandelbots_api_client/v2/models/feedback_direction_constraint_not_normalized.py +96 -0
  473. wandelbots_api_client/v2/models/feedback_invalid_dof.py +101 -0
  474. wandelbots_api_client/v2/models/feedback_invalid_nan_value.py +91 -0
  475. wandelbots_api_client/v2/models/feedback_invalid_sampling_time.py +91 -0
  476. wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +99 -0
  477. wandelbots_api_client/v2/models/feedback_no_solution_in_current_configuration.py +100 -0
  478. wandelbots_api_client/v2/models/feedback_out_of_workspace.py +100 -0
  479. wandelbots_api_client/v2/models/feedback_singularity.py +99 -0
  480. wandelbots_api_client/v2/models/feedback_start_joints_missing.py +98 -0
  481. wandelbots_api_client/v2/models/feedback_torque_exceeded.py +98 -0
  482. wandelbots_api_client/v2/models/flag.py +83 -0
  483. wandelbots_api_client/v2/models/flange_payload.py +98 -0
  484. wandelbots_api_client/v2/models/float_value.py +91 -0
  485. wandelbots_api_client/v2/models/forward_kinematics422_response.py +97 -0
  486. wandelbots_api_client/v2/models/forward_kinematics_request.py +104 -0
  487. wandelbots_api_client/v2/models/forward_kinematics_response.py +93 -0
  488. wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +107 -0
  489. wandelbots_api_client/v2/models/get_trajectory_response.py +97 -0
  490. wandelbots_api_client/v2/models/http_validation_error.py +93 -0
  491. wandelbots_api_client/v2/models/image_credentials.py +85 -0
  492. wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py +106 -0
  493. wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py +91 -0
  494. wandelbots_api_client/v2/models/initialize_jogging_request.py +95 -0
  495. wandelbots_api_client/v2/models/initialize_jogging_response.py +91 -0
  496. wandelbots_api_client/v2/models/initialize_movement_request.py +112 -0
  497. wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +164 -0
  498. wandelbots_api_client/v2/models/initialize_movement_response.py +107 -0
  499. wandelbots_api_client/v2/models/integer_value.py +91 -0
  500. wandelbots_api_client/v2/models/invalid_dof_error.py +100 -0
  501. wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py +86 -0
  502. wandelbots_api_client/v2/models/inverse_kinematics422_response.py +97 -0
  503. wandelbots_api_client/v2/models/inverse_kinematics_request.py +152 -0
  504. wandelbots_api_client/v2/models/inverse_kinematics_response.py +83 -0
  505. wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +107 -0
  506. wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +164 -0
  507. wandelbots_api_client/v2/models/io_boolean_value.py +92 -0
  508. wandelbots_api_client/v2/models/io_boundary.py +183 -0
  509. wandelbots_api_client/v2/models/io_description.py +116 -0
  510. wandelbots_api_client/v2/models/io_direction.py +34 -0
  511. wandelbots_api_client/v2/models/io_float_value.py +92 -0
  512. wandelbots_api_client/v2/models/io_integer_value.py +94 -0
  513. wandelbots_api_client/v2/models/io_origin.py +34 -0
  514. wandelbots_api_client/v2/models/io_value.py +183 -0
  515. wandelbots_api_client/v2/models/io_value_type.py +35 -0
  516. wandelbots_api_client/v2/models/jogging_details.py +97 -0
  517. wandelbots_api_client/v2/models/jogging_details_state.py +275 -0
  518. wandelbots_api_client/v2/models/jogging_paused_by_user.py +90 -0
  519. wandelbots_api_client/v2/models/jogging_paused_near_collision.py +91 -0
  520. wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +92 -0
  521. wandelbots_api_client/v2/models/jogging_paused_near_singularity.py +91 -0
  522. wandelbots_api_client/v2/models/jogging_paused_on_io.py +90 -0
  523. wandelbots_api_client/v2/models/jogging_running.py +90 -0
  524. wandelbots_api_client/v2/models/joint_limit_exceeded_error.py +102 -0
  525. wandelbots_api_client/v2/models/joint_limits.py +101 -0
  526. wandelbots_api_client/v2/models/joint_ptp_motion.py +99 -0
  527. wandelbots_api_client/v2/models/joint_trajectory.py +89 -0
  528. wandelbots_api_client/v2/models/joint_type_enum.py +34 -0
  529. wandelbots_api_client/v2/models/joint_velocity_request.py +91 -0
  530. wandelbots_api_client/v2/models/joint_velocity_response.py +91 -0
  531. wandelbots_api_client/v2/models/kinematic_model.py +118 -0
  532. wandelbots_api_client/v2/models/kuka_controller.py +106 -0
  533. wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +89 -0
  534. wandelbots_api_client/v2/models/license.py +121 -0
  535. wandelbots_api_client/v2/models/license_status.py +85 -0
  536. wandelbots_api_client/v2/models/license_status_enum.py +37 -0
  537. wandelbots_api_client/v2/models/limit_range.py +84 -0
  538. wandelbots_api_client/v2/models/limit_set.py +118 -0
  539. wandelbots_api_client/v2/models/limits_override.py +136 -0
  540. wandelbots_api_client/v2/models/list_trajectories_response.py +86 -0
  541. wandelbots_api_client/v2/models/location1_inner.py +153 -0
  542. wandelbots_api_client/v2/models/manufacturer.py +37 -0
  543. wandelbots_api_client/v2/models/merge_trajectories422_response.py +97 -0
  544. wandelbots_api_client/v2/models/merge_trajectories_error.py +97 -0
  545. wandelbots_api_client/v2/models/merge_trajectories_error_error_feedback.py +209 -0
  546. wandelbots_api_client/v2/models/merge_trajectories_request.py +107 -0
  547. wandelbots_api_client/v2/models/merge_trajectories_response.py +109 -0
  548. wandelbots_api_client/v2/models/merge_trajectories_response_feedback_inner.py +147 -0
  549. wandelbots_api_client/v2/models/merge_trajectories_segment.py +126 -0
  550. wandelbots_api_client/v2/models/merge_trajectories_validation_error.py +109 -0
  551. wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +102 -0
  552. wandelbots_api_client/v2/models/modbus_io.py +109 -0
  553. wandelbots_api_client/v2/models/modbus_io_area.py +37 -0
  554. wandelbots_api_client/v2/models/modbus_io_byte_order.py +37 -0
  555. wandelbots_api_client/v2/models/modbus_io_data.py +105 -0
  556. wandelbots_api_client/v2/models/modbus_io_type_enum.py +36 -0
  557. wandelbots_api_client/v2/models/motion_command.py +106 -0
  558. wandelbots_api_client/v2/models/motion_command_blending.py +164 -0
  559. wandelbots_api_client/v2/models/motion_command_path.py +298 -0
  560. wandelbots_api_client/v2/models/motion_group_description.py +241 -0
  561. wandelbots_api_client/v2/models/motion_group_from_json.py +100 -0
  562. wandelbots_api_client/v2/models/motion_group_from_type.py +96 -0
  563. wandelbots_api_client/v2/models/motion_group_info.py +90 -0
  564. wandelbots_api_client/v2/models/motion_group_joints.py +97 -0
  565. wandelbots_api_client/v2/models/motion_group_setup.py +140 -0
  566. wandelbots_api_client/v2/models/motion_group_state.py +187 -0
  567. wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +83 -0
  568. wandelbots_api_client/v2/models/movement_error_response.py +91 -0
  569. wandelbots_api_client/v2/models/multi_collision_setup.py +115 -0
  570. wandelbots_api_client/v2/models/multi_error_invalid_joint_count.py +101 -0
  571. wandelbots_api_client/v2/models/multi_error_joint_limit_exceeded.py +101 -0
  572. wandelbots_api_client/v2/models/multi_error_joint_position_collision.py +99 -0
  573. wandelbots_api_client/v2/models/multi_joint_trajectory.py +93 -0
  574. wandelbots_api_client/v2/models/multi_search_collision_free422_response.py +97 -0
  575. wandelbots_api_client/v2/models/multi_search_collision_free_request.py +149 -0
  576. wandelbots_api_client/v2/models/multi_search_collision_free_response.py +89 -0
  577. wandelbots_api_client/v2/models/multi_search_collision_free_response_response.py +147 -0
  578. wandelbots_api_client/v2/models/multi_search_collision_free_validation_error.py +109 -0
  579. wandelbots_api_client/v2/models/multi_search_collision_free_validation_error_all_of_data.py +197 -0
  580. wandelbots_api_client/v2/models/nan_value_error.py +100 -0
  581. wandelbots_api_client/v2/models/nan_value_error_nan_value.py +85 -0
  582. wandelbots_api_client/v2/models/network_device.py +85 -0
  583. wandelbots_api_client/v2/models/network_interface.py +86 -0
  584. wandelbots_api_client/v2/models/network_state.py +125 -0
  585. wandelbots_api_client/v2/models/op_mode.py +84 -0
  586. wandelbots_api_client/v2/models/operating_state.py +34 -0
  587. wandelbots_api_client/v2/models/operation_limits.py +106 -0
  588. wandelbots_api_client/v2/models/operation_mode.py +42 -0
  589. wandelbots_api_client/v2/models/orientation_type.py +58 -0
  590. wandelbots_api_client/v2/models/path_cartesian_ptp.py +100 -0
  591. wandelbots_api_client/v2/models/path_circle.py +105 -0
  592. wandelbots_api_client/v2/models/path_cubic_spline.py +106 -0
  593. wandelbots_api_client/v2/models/path_direction_constrained_cartesian_ptp.py +106 -0
  594. wandelbots_api_client/v2/models/path_direction_constrained_joint_ptp.py +102 -0
  595. wandelbots_api_client/v2/models/path_joint_ptp.py +93 -0
  596. wandelbots_api_client/v2/models/path_line.py +100 -0
  597. wandelbots_api_client/v2/models/pause_jogging_request.py +90 -0
  598. wandelbots_api_client/v2/models/pause_jogging_response.py +91 -0
  599. wandelbots_api_client/v2/models/pause_movement_request.py +90 -0
  600. wandelbots_api_client/v2/models/pause_movement_response.py +91 -0
  601. wandelbots_api_client/v2/models/pause_on_io.py +99 -0
  602. wandelbots_api_client/v2/models/payload.py +98 -0
  603. wandelbots_api_client/v2/models/plan422_response.py +93 -0
  604. wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +93 -0
  605. wandelbots_api_client/v2/models/plan_collision_free_request.py +118 -0
  606. wandelbots_api_client/v2/models/plan_collision_free_response.py +89 -0
  607. wandelbots_api_client/v2/models/plan_collision_free_response_response.py +147 -0
  608. wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +105 -0
  609. wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +505 -0
  610. wandelbots_api_client/v2/models/plan_trajectory_request.py +113 -0
  611. wandelbots_api_client/v2/models/plan_trajectory_response.py +89 -0
  612. wandelbots_api_client/v2/models/plan_trajectory_response_response.py +147 -0
  613. wandelbots_api_client/v2/models/plan_validation_error.py +107 -0
  614. wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +275 -0
  615. wandelbots_api_client/v2/models/plane.py +90 -0
  616. wandelbots_api_client/v2/models/playback_speed_request.py +96 -0
  617. wandelbots_api_client/v2/models/playback_speed_response.py +91 -0
  618. wandelbots_api_client/v2/models/pose.py +90 -0
  619. wandelbots_api_client/v2/models/profinet_description.py +112 -0
  620. wandelbots_api_client/v2/models/profinet_input_output_config.py +98 -0
  621. wandelbots_api_client/v2/models/profinet_io.py +109 -0
  622. wandelbots_api_client/v2/models/profinet_io_data.py +105 -0
  623. wandelbots_api_client/v2/models/profinet_io_direction.py +35 -0
  624. wandelbots_api_client/v2/models/profinet_io_type_enum.py +42 -0
  625. wandelbots_api_client/v2/models/profinet_slot_description.py +106 -0
  626. wandelbots_api_client/v2/models/profinet_sub_slot_description.py +92 -0
  627. wandelbots_api_client/v2/models/program.py +105 -0
  628. wandelbots_api_client/v2/models/program_run.py +124 -0
  629. wandelbots_api_client/v2/models/program_run_state.py +37 -0
  630. wandelbots_api_client/v2/models/program_start_request.py +83 -0
  631. wandelbots_api_client/v2/models/project_joint_position_direction_constraint422_response.py +99 -0
  632. wandelbots_api_client/v2/models/project_joint_position_direction_constraint_request.py +148 -0
  633. wandelbots_api_client/v2/models/project_joint_position_direction_constraint_response.py +85 -0
  634. wandelbots_api_client/v2/models/project_joint_position_direction_constraint_validation_error.py +111 -0
  635. wandelbots_api_client/v2/models/project_joint_position_direction_constraint_validation_error_all_of_data.py +189 -0
  636. wandelbots_api_client/v2/models/rectangle.py +92 -0
  637. wandelbots_api_client/v2/models/rectangular_capsule.py +100 -0
  638. wandelbots_api_client/v2/models/release_channel.py +34 -0
  639. wandelbots_api_client/v2/models/robot_controller.py +105 -0
  640. wandelbots_api_client/v2/models/robot_controller_configuration.py +262 -0
  641. wandelbots_api_client/v2/models/robot_controller_configuration_request.py +99 -0
  642. wandelbots_api_client/v2/models/robot_controller_state.py +138 -0
  643. wandelbots_api_client/v2/models/robot_system_mode.py +37 -0
  644. wandelbots_api_client/v2/models/robot_tcp.py +110 -0
  645. wandelbots_api_client/v2/models/robot_tcp_data.py +108 -0
  646. wandelbots_api_client/v2/models/rrt_connect_algorithm.py +127 -0
  647. wandelbots_api_client/v2/models/safety_geometry.py +125 -0
  648. wandelbots_api_client/v2/models/safety_geometry_box.py +89 -0
  649. wandelbots_api_client/v2/models/safety_geometry_capsule.py +90 -0
  650. wandelbots_api_client/v2/models/safety_geometry_lozenge.py +97 -0
  651. wandelbots_api_client/v2/models/safety_geometry_plane.py +86 -0
  652. wandelbots_api_client/v2/models/safety_geometry_prism.py +88 -0
  653. wandelbots_api_client/v2/models/safety_geometry_sphere.py +87 -0
  654. wandelbots_api_client/v2/models/safety_state_type.py +48 -0
  655. wandelbots_api_client/v2/models/safety_zone.py +111 -0
  656. wandelbots_api_client/v2/models/safety_zone_pose.py +99 -0
  657. wandelbots_api_client/v2/models/safety_zones.py +97 -0
  658. wandelbots_api_client/v2/models/service_group.py +36 -0
  659. wandelbots_api_client/v2/models/service_status.py +96 -0
  660. wandelbots_api_client/v2/models/service_status_phase.py +46 -0
  661. wandelbots_api_client/v2/models/service_status_response.py +100 -0
  662. wandelbots_api_client/v2/models/service_status_severity.py +35 -0
  663. wandelbots_api_client/v2/models/service_status_status.py +87 -0
  664. wandelbots_api_client/v2/models/set_io.py +96 -0
  665. wandelbots_api_client/v2/models/settable_robot_system_mode.py +36 -0
  666. wandelbots_api_client/v2/models/singularity_type_enum.py +35 -0
  667. wandelbots_api_client/v2/models/sphere.py +91 -0
  668. wandelbots_api_client/v2/models/start_movement_request.py +133 -0
  669. wandelbots_api_client/v2/models/start_movement_response.py +91 -0
  670. wandelbots_api_client/v2/models/start_on_io.py +99 -0
  671. wandelbots_api_client/v2/models/stream_io_values_response.py +103 -0
  672. wandelbots_api_client/v2/models/tcp_offset.py +88 -0
  673. wandelbots_api_client/v2/models/tcp_required_error.py +96 -0
  674. wandelbots_api_client/v2/models/tcp_velocity_request.py +110 -0
  675. wandelbots_api_client/v2/models/tcp_velocity_response.py +91 -0
  676. wandelbots_api_client/v2/models/torque_exceeded_error.py +102 -0
  677. wandelbots_api_client/v2/models/torque_exceeded_error_torque_exceeded.py +86 -0
  678. wandelbots_api_client/v2/models/trajectory_data.py +106 -0
  679. wandelbots_api_client/v2/models/trajectory_details.py +106 -0
  680. wandelbots_api_client/v2/models/trajectory_details_state.py +239 -0
  681. wandelbots_api_client/v2/models/trajectory_ended.py +90 -0
  682. wandelbots_api_client/v2/models/trajectory_id.py +93 -0
  683. wandelbots_api_client/v2/models/trajectory_paused_by_user.py +90 -0
  684. wandelbots_api_client/v2/models/trajectory_paused_on_io.py +90 -0
  685. wandelbots_api_client/v2/models/trajectory_running.py +94 -0
  686. wandelbots_api_client/v2/models/trajectory_section.py +84 -0
  687. wandelbots_api_client/v2/models/trajectory_wait_for_io.py +90 -0
  688. wandelbots_api_client/v2/models/unit_type.py +42 -0
  689. wandelbots_api_client/v2/models/universalrobots_controller.py +91 -0
  690. wandelbots_api_client/v2/models/update_cell_version_request.py +84 -0
  691. wandelbots_api_client/v2/models/update_nova_version_request.py +90 -0
  692. wandelbots_api_client/v2/models/validation_error.py +101 -0
  693. wandelbots_api_client/v2/models/validation_error2.py +85 -0
  694. wandelbots_api_client/v2/models/virtual_controller.py +113 -0
  695. wandelbots_api_client/v2/models/virtual_robot_configuration.py +88 -0
  696. wandelbots_api_client/v2/models/wait_for_io_event_request.py +93 -0
  697. wandelbots_api_client/v2/models/yaskawa_controller.py +91 -0
  698. wandelbots_api_client/v2/models/zod_validation_error.py +87 -0
  699. wandelbots_api_client/v2/models/zod_validation_error_error.py +108 -0
  700. wandelbots_api_client/v2/models/zod_validation_error_error_details_inner.py +101 -0
  701. wandelbots_api_client/v2/models/zod_validation_error_error_details_inner_path_inner.py +153 -0
  702. wandelbots_api_client/v2/py.typed +0 -0
  703. wandelbots_api_client/v2/rest.py +188 -0
  704. wandelbots_api_client/v2_pydantic/__init__.py +49 -0
  705. wandelbots_api_client/v2_pydantic/api/__init__.py +55 -0
  706. wandelbots_api_client/v2_pydantic/api/application_api.py +1532 -0
  707. wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +4534 -0
  708. wandelbots_api_client/v2_pydantic/api/cell_api.py +2163 -0
  709. wandelbots_api_client/v2_pydantic/api/controller_api.py +3238 -0
  710. wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +1244 -0
  711. wandelbots_api_client/v2_pydantic/api/jogging_api.py +113 -0
  712. wandelbots_api_client/v2_pydantic/api/kinematics_api.py +811 -0
  713. wandelbots_api_client/v2_pydantic/api/license_api.py +877 -0
  714. wandelbots_api_client/v2_pydantic/api/motion_group_api.py +689 -0
  715. wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +1222 -0
  716. wandelbots_api_client/v2_pydantic/api/nova_cloud_api.py +760 -0
  717. wandelbots_api_client/v2_pydantic/api/program_api.py +988 -0
  718. wandelbots_api_client/v2_pydantic/api/robot_configurations_api.py +485 -0
  719. wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +3479 -0
  720. wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +1169 -0
  721. wandelbots_api_client/v2_pydantic/api/store_object_api.py +1414 -0
  722. wandelbots_api_client/v2_pydantic/api/system_api.py +2696 -0
  723. wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +1339 -0
  724. wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +115 -0
  725. wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +1067 -0
  726. wandelbots_api_client/v2_pydantic/api/version_api.py +240 -0
  727. wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +5303 -0
  728. wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +863 -0
  729. wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +895 -0
  730. wandelbots_api_client/v2_pydantic/api_client.py +692 -0
  731. wandelbots_api_client/v2_pydantic/api_response.py +20 -0
  732. wandelbots_api_client/v2_pydantic/configuration.py +579 -0
  733. wandelbots_api_client/v2_pydantic/exceptions.py +216 -0
  734. wandelbots_api_client/v2_pydantic/models/__init__.py +748 -0
  735. wandelbots_api_client/v2_pydantic/models/models.py +5909 -0
  736. wandelbots_api_client/v2_pydantic/py.typed +0 -0
  737. wandelbots_api_client/v2_pydantic/rest.py +188 -0
  738. wandelbots_api_client-26.3.0.dist-info/METADATA +241 -0
  739. wandelbots_api_client-26.3.0.dist-info/RECORD +740 -0
  740. wandelbots_api_client-26.3.0.dist-info/WHEEL +4 -0
@@ -0,0 +1,216 @@
1
+ """
2
+ Wandelbots NOVA API
3
+
4
+ Interact with robots in an easy and intuitive way.
5
+
6
+ The version of the OpenAPI document: 2.3.0
7
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+
9
+ Do not edit the class manually.
10
+ """ # noqa: E501
11
+
12
+ from typing import Any, Optional
13
+ from typing_extensions import Self
14
+
15
+
16
+ class OpenApiException(Exception):
17
+ """The base exception class for all OpenAPIExceptions"""
18
+
19
+
20
+ class ApiTypeError(OpenApiException, TypeError):
21
+ def __init__(self, msg, path_to_item=None, valid_classes=None, key_type=None) -> None:
22
+ """Raises an exception for TypeErrors
23
+
24
+ Args:
25
+ msg (str): the exception message
26
+
27
+ Keyword Args:
28
+ path_to_item (list): a list of keys an indices to get to the
29
+ current_item
30
+ None if unset
31
+ valid_classes (tuple): the primitive classes that current item
32
+ should be an instance of
33
+ None if unset
34
+ key_type (bool): False if our value is a value in a dict
35
+ True if it is a key in a dict
36
+ False if our item is an item in a list
37
+ None if unset
38
+ """
39
+ self.path_to_item = path_to_item
40
+ self.valid_classes = valid_classes
41
+ self.key_type = key_type
42
+ full_msg = msg
43
+ if path_to_item:
44
+ full_msg = "{0} at {1}".format(msg, render_path(path_to_item))
45
+ super(ApiTypeError, self).__init__(full_msg)
46
+
47
+
48
+ class ApiValueError(OpenApiException, ValueError):
49
+ def __init__(self, msg, path_to_item=None) -> None:
50
+ """
51
+ Args:
52
+ msg (str): the exception message
53
+
54
+ Keyword Args:
55
+ path_to_item (list) the path to the exception in the
56
+ received_data dict. None if unset
57
+ """
58
+
59
+ self.path_to_item = path_to_item
60
+ full_msg = msg
61
+ if path_to_item:
62
+ full_msg = "{0} at {1}".format(msg, render_path(path_to_item))
63
+ super(ApiValueError, self).__init__(full_msg)
64
+
65
+
66
+ class ApiAttributeError(OpenApiException, AttributeError):
67
+ def __init__(self, msg, path_to_item=None) -> None:
68
+ """
69
+ Raised when an attribute reference or assignment fails.
70
+
71
+ Args:
72
+ msg (str): the exception message
73
+
74
+ Keyword Args:
75
+ path_to_item (None/list) the path to the exception in the
76
+ received_data dict
77
+ """
78
+ self.path_to_item = path_to_item
79
+ full_msg = msg
80
+ if path_to_item:
81
+ full_msg = "{0} at {1}".format(msg, render_path(path_to_item))
82
+ super(ApiAttributeError, self).__init__(full_msg)
83
+
84
+
85
+ class ApiKeyError(OpenApiException, KeyError):
86
+ def __init__(self, msg, path_to_item=None) -> None:
87
+ """
88
+ Args:
89
+ msg (str): the exception message
90
+
91
+ Keyword Args:
92
+ path_to_item (None/list) the path to the exception in the
93
+ received_data dict
94
+ """
95
+ self.path_to_item = path_to_item
96
+ full_msg = msg
97
+ if path_to_item:
98
+ full_msg = "{0} at {1}".format(msg, render_path(path_to_item))
99
+ super(ApiKeyError, self).__init__(full_msg)
100
+
101
+
102
+ class ApiException(OpenApiException):
103
+ def __init__(
104
+ self,
105
+ status=None,
106
+ reason=None,
107
+ http_resp=None,
108
+ *,
109
+ body: Optional[str] = None,
110
+ data: Optional[Any] = None,
111
+ ) -> None:
112
+ self.status = status
113
+ self.reason = reason
114
+ self.body = body
115
+ self.data = data
116
+ self.headers = None
117
+
118
+ if http_resp:
119
+ if self.status is None:
120
+ self.status = http_resp.status
121
+ if self.reason is None:
122
+ self.reason = http_resp.reason
123
+ if self.body is None:
124
+ try:
125
+ self.body = http_resp.data.decode("utf-8")
126
+ except Exception:
127
+ pass
128
+ self.headers = http_resp.headers
129
+
130
+ @classmethod
131
+ def from_response(
132
+ cls,
133
+ *,
134
+ http_resp,
135
+ body: Optional[str],
136
+ data: Optional[Any],
137
+ ) -> Self:
138
+ if http_resp.status == 400:
139
+ raise BadRequestException(http_resp=http_resp, body=body, data=data)
140
+
141
+ if http_resp.status == 401:
142
+ raise UnauthorizedException(http_resp=http_resp, body=body, data=data)
143
+
144
+ if http_resp.status == 403:
145
+ raise ForbiddenException(http_resp=http_resp, body=body, data=data)
146
+
147
+ if http_resp.status == 404:
148
+ raise NotFoundException(http_resp=http_resp, body=body, data=data)
149
+
150
+ # Added new conditions for 409 and 422
151
+ if http_resp.status == 409:
152
+ raise ConflictException(http_resp=http_resp, body=body, data=data)
153
+
154
+ if http_resp.status == 422:
155
+ raise UnprocessableEntityException(http_resp=http_resp, body=body, data=data)
156
+
157
+ if 500 <= http_resp.status <= 599:
158
+ raise ServiceException(http_resp=http_resp, body=body, data=data)
159
+ raise ApiException(http_resp=http_resp, body=body, data=data)
160
+
161
+ def __str__(self):
162
+ """Custom error messages for exception"""
163
+ error_message = "({0})\nReason: {1}\n".format(self.status, self.reason)
164
+ if self.headers:
165
+ error_message += "HTTP response headers: {0}\n".format(self.headers)
166
+
167
+ if self.body:
168
+ error_message += "HTTP response body: {0}\n".format(self.body)
169
+
170
+ if self.data:
171
+ error_message += "HTTP response data: {0}\n".format(self.data)
172
+
173
+ return error_message
174
+
175
+
176
+ class BadRequestException(ApiException):
177
+ pass
178
+
179
+
180
+ class NotFoundException(ApiException):
181
+ pass
182
+
183
+
184
+ class UnauthorizedException(ApiException):
185
+ pass
186
+
187
+
188
+ class ForbiddenException(ApiException):
189
+ pass
190
+
191
+
192
+ class ServiceException(ApiException):
193
+ pass
194
+
195
+
196
+ class ConflictException(ApiException):
197
+ """Exception for HTTP 409 Conflict."""
198
+
199
+ pass
200
+
201
+
202
+ class UnprocessableEntityException(ApiException):
203
+ """Exception for HTTP 422 Unprocessable Entity."""
204
+
205
+ pass
206
+
207
+
208
+ def render_path(path_to_item):
209
+ """Returns a string representation of a path"""
210
+ result = ""
211
+ for pth in path_to_item:
212
+ if isinstance(pth, int):
213
+ result += "[{0}]".format(pth)
214
+ else:
215
+ result += "['{0}']".format(pth)
216
+ return result
@@ -0,0 +1,376 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+ """
5
+ Wandelbots NOVA API
6
+
7
+ Interact with robots in an easy and intuitive way.
8
+
9
+ The version of the OpenAPI document: 2.3.0
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+ # import models into model package
16
+ from wandelbots_api_client.v2.models.abb_controller import AbbController
17
+ from wandelbots_api_client.v2.models.abb_controller_egm_server import AbbControllerEgmServer
18
+ from wandelbots_api_client.v2.models.activate_license_request import ActivateLicenseRequest
19
+ from wandelbots_api_client.v2.models.add_trajectory_error import AddTrajectoryError
20
+ from wandelbots_api_client.v2.models.add_trajectory_error_data import AddTrajectoryErrorData
21
+ from wandelbots_api_client.v2.models.add_trajectory_request import AddTrajectoryRequest
22
+ from wandelbots_api_client.v2.models.add_trajectory_response import AddTrajectoryResponse
23
+ from wandelbots_api_client.v2.models.add_virtual_controller_motion_group_request import AddVirtualControllerMotionGroupRequest
24
+ from wandelbots_api_client.v2.models.api_version import ApiVersion
25
+ from wandelbots_api_client.v2.models.app import App
26
+ from wandelbots_api_client.v2.models.behavior import Behavior
27
+ from wandelbots_api_client.v2.models.blending_auto import BlendingAuto
28
+ from wandelbots_api_client.v2.models.blending_position import BlendingPosition
29
+ from wandelbots_api_client.v2.models.blending_space import BlendingSpace
30
+ from wandelbots_api_client.v2.models.boolean_value import BooleanValue
31
+ from wandelbots_api_client.v2.models.box import Box
32
+ from wandelbots_api_client.v2.models.bus_io_description import BusIODescription
33
+ from wandelbots_api_client.v2.models.bus_io_modbus_client import BusIOModbusClient
34
+ from wandelbots_api_client.v2.models.bus_io_modbus_server import BusIOModbusServer
35
+ from wandelbots_api_client.v2.models.bus_io_modbus_tcp_client import BusIOModbusTCPClient
36
+ from wandelbots_api_client.v2.models.bus_io_modbus_tcp_server import BusIOModbusTCPServer
37
+ from wandelbots_api_client.v2.models.bus_io_modbus_virtual import BusIOModbusVirtual
38
+ from wandelbots_api_client.v2.models.bus_io_profinet import BusIOProfinet
39
+ from wandelbots_api_client.v2.models.bus_io_profinet_default_route import BusIOProfinetDefaultRoute
40
+ from wandelbots_api_client.v2.models.bus_io_profinet_ip_config import BusIOProfinetIpConfig
41
+ from wandelbots_api_client.v2.models.bus_io_profinet_network import BusIOProfinetNetwork
42
+ from wandelbots_api_client.v2.models.bus_io_profinet_slot import BusIOProfinetSlot
43
+ from wandelbots_api_client.v2.models.bus_io_profinet_virtual import BusIOProfinetVirtual
44
+ from wandelbots_api_client.v2.models.bus_io_type import BusIOType
45
+ from wandelbots_api_client.v2.models.bus_ios_state import BusIOsState
46
+ from wandelbots_api_client.v2.models.bus_ios_state_enum import BusIOsStateEnum
47
+ from wandelbots_api_client.v2.models.capsule import Capsule
48
+ from wandelbots_api_client.v2.models.cartesian_limits import CartesianLimits
49
+ from wandelbots_api_client.v2.models.cell import Cell
50
+ from wandelbots_api_client.v2.models.cloud_config_status import CloudConfigStatus
51
+ from wandelbots_api_client.v2.models.cloud_config_status_configured import CloudConfigStatusConfigured
52
+ from wandelbots_api_client.v2.models.cloud_config_status_not_configured import CloudConfigStatusNotConfigured
53
+ from wandelbots_api_client.v2.models.cloud_configuration import CloudConfiguration
54
+ from wandelbots_api_client.v2.models.cloud_connection_error import CloudConnectionError
55
+ from wandelbots_api_client.v2.models.cloud_connection_error_error import CloudConnectionErrorError
56
+ from wandelbots_api_client.v2.models.cloud_connection_error_invalid_token import CloudConnectionErrorInvalidToken
57
+ from wandelbots_api_client.v2.models.cloud_connection_error_invalid_token_details import CloudConnectionErrorInvalidTokenDetails
58
+ from wandelbots_api_client.v2.models.cloud_connection_error_invalid_token_details_cloud_response import (
59
+ CloudConnectionErrorInvalidTokenDetailsCloudResponse,
60
+ )
61
+ from wandelbots_api_client.v2.models.cloud_connection_error_leafnode_connection_error import CloudConnectionErrorLeafnodeConnectionError
62
+ from wandelbots_api_client.v2.models.cloud_connection_error_leafnode_connection_error_details import (
63
+ CloudConnectionErrorLeafnodeConnectionErrorDetails,
64
+ )
65
+ from wandelbots_api_client.v2.models.cloud_connection_error_leafnode_connection_timeout import CloudConnectionErrorLeafnodeConnectionTimeout
66
+ from wandelbots_api_client.v2.models.cloud_connection_error_leafnode_restart_timeout import CloudConnectionErrorLeafnodeRestartTimeout
67
+ from wandelbots_api_client.v2.models.cloud_connection_error_nats_failed import CloudConnectionErrorNatsFailed
68
+ from wandelbots_api_client.v2.models.cloud_connection_error_nats_failed_details import CloudConnectionErrorNatsFailedDetails
69
+ from wandelbots_api_client.v2.models.cloud_connection_error_unexpected_response import CloudConnectionErrorUnexpectedResponse
70
+ from wandelbots_api_client.v2.models.cloud_connection_error_unexpected_response_details import CloudConnectionErrorUnexpectedResponseDetails
71
+ from wandelbots_api_client.v2.models.cloud_connection_error_unexpected_response_details_cloud_response import (
72
+ CloudConnectionErrorUnexpectedResponseDetailsCloudResponse,
73
+ )
74
+ from wandelbots_api_client.v2.models.cloud_connection_request import CloudConnectionRequest
75
+ from wandelbots_api_client.v2.models.cloud_disconnection_error import CloudDisconnectionError
76
+ from wandelbots_api_client.v2.models.cloud_disconnection_status_disconnected import CloudDisconnectionStatusDisconnected
77
+ from wandelbots_api_client.v2.models.cloud_disconnection_status_disconnecting import CloudDisconnectionStatusDisconnecting
78
+ from wandelbots_api_client.v2.models.cloud_registration_success_response import CloudRegistrationSuccessResponse
79
+ from wandelbots_api_client.v2.models.collider import Collider
80
+ from wandelbots_api_client.v2.models.collider_shape import ColliderShape
81
+ from wandelbots_api_client.v2.models.collision import Collision
82
+ from wandelbots_api_client.v2.models.collision_contact import CollisionContact
83
+ from wandelbots_api_client.v2.models.collision_error import CollisionError
84
+ from wandelbots_api_client.v2.models.collision_free_algorithm import CollisionFreeAlgorithm
85
+ from wandelbots_api_client.v2.models.collision_motion_group import CollisionMotionGroup
86
+ from wandelbots_api_client.v2.models.collision_setup import CollisionSetup
87
+ from wandelbots_api_client.v2.models.comparator import Comparator
88
+ from wandelbots_api_client.v2.models.configuration_archive_status import ConfigurationArchiveStatus
89
+ from wandelbots_api_client.v2.models.configuration_archive_status_creating import ConfigurationArchiveStatusCreating
90
+ from wandelbots_api_client.v2.models.configuration_archive_status_error import ConfigurationArchiveStatusError
91
+ from wandelbots_api_client.v2.models.configuration_archive_status_success import ConfigurationArchiveStatusSuccess
92
+ from wandelbots_api_client.v2.models.configuration_resource import ConfigurationResource
93
+ from wandelbots_api_client.v2.models.constrained_pose import ConstrainedPose
94
+ from wandelbots_api_client.v2.models.container_environment_inner import ContainerEnvironmentInner
95
+ from wandelbots_api_client.v2.models.container_image import ContainerImage
96
+ from wandelbots_api_client.v2.models.container_image_secrets_inner import ContainerImageSecretsInner
97
+ from wandelbots_api_client.v2.models.container_resources import ContainerResources
98
+ from wandelbots_api_client.v2.models.container_storage import ContainerStorage
99
+ from wandelbots_api_client.v2.models.controller_description import ControllerDescription
100
+ from wandelbots_api_client.v2.models.convex_hull import ConvexHull
101
+ from wandelbots_api_client.v2.models.coordinate_system import CoordinateSystem
102
+ from wandelbots_api_client.v2.models.coordinate_system_data import CoordinateSystemData
103
+ from wandelbots_api_client.v2.models.cubic_spline_parameter import CubicSplineParameter
104
+ from wandelbots_api_client.v2.models.cycle_time import CycleTime
105
+ from wandelbots_api_client.v2.models.cylinder import Cylinder
106
+ from wandelbots_api_client.v2.models.dh_parameter import DHParameter
107
+ from wandelbots_api_client.v2.models.direction import Direction
108
+ from wandelbots_api_client.v2.models.direction_constraint import DirectionConstraint
109
+ from wandelbots_api_client.v2.models.error import Error
110
+ from wandelbots_api_client.v2.models.error_direction_constraint_not_met import ErrorDirectionConstraintNotMet
111
+ from wandelbots_api_client.v2.models.error_direction_constraint_not_normalized import ErrorDirectionConstraintNotNormalized
112
+ from wandelbots_api_client.v2.models.error_invalid_joint_count import ErrorInvalidJointCount
113
+ from wandelbots_api_client.v2.models.error_joint_limit_exceeded import ErrorJointLimitExceeded
114
+ from wandelbots_api_client.v2.models.error_joint_position_collision import ErrorJointPositionCollision
115
+ from wandelbots_api_client.v2.models.error_max_iterations_exceeded import ErrorMaxIterationsExceeded
116
+ from wandelbots_api_client.v2.models.error_motion_group_key_mismatch import ErrorMotionGroupKeyMismatch
117
+ from wandelbots_api_client.v2.models.error_unsupported_operation import ErrorUnsupportedOperation
118
+ from wandelbots_api_client.v2.models.execute import Execute
119
+ from wandelbots_api_client.v2.models.execute_details import ExecuteDetails
120
+ from wandelbots_api_client.v2.models.execute_jogging_request import ExecuteJoggingRequest
121
+ from wandelbots_api_client.v2.models.execute_jogging_response import ExecuteJoggingResponse
122
+ from wandelbots_api_client.v2.models.execute_trajectory_request import ExecuteTrajectoryRequest
123
+ from wandelbots_api_client.v2.models.execute_trajectory_response import ExecuteTrajectoryResponse
124
+ from wandelbots_api_client.v2.models.external_joint_stream_datapoint import ExternalJointStreamDatapoint
125
+ from wandelbots_api_client.v2.models.external_joint_stream_request import ExternalJointStreamRequest
126
+ from wandelbots_api_client.v2.models.fanuc_controller import FanucController
127
+ from wandelbots_api_client.v2.models.feedback_collision import FeedbackCollision
128
+ from wandelbots_api_client.v2.models.feedback_commands_missing import FeedbackCommandsMissing
129
+ from wandelbots_api_client.v2.models.feedback_cubic_spline_is_not_increasing import FeedbackCubicSplineIsNotIncreasing
130
+ from wandelbots_api_client.v2.models.feedback_cubic_spline_not_at_start_pose import FeedbackCubicSplineNotAtStartPose
131
+ from wandelbots_api_client.v2.models.feedback_direction_constraint_no_solution_exists import FeedbackDirectionConstraintNoSolutionExists
132
+ from wandelbots_api_client.v2.models.feedback_direction_constraint_not_met import FeedbackDirectionConstraintNotMet
133
+ from wandelbots_api_client.v2.models.feedback_direction_constraint_not_normalized import FeedbackDirectionConstraintNotNormalized
134
+ from wandelbots_api_client.v2.models.feedback_invalid_dof import FeedbackInvalidDof
135
+ from wandelbots_api_client.v2.models.feedback_invalid_nan_value import FeedbackInvalidNanValue
136
+ from wandelbots_api_client.v2.models.feedback_invalid_sampling_time import FeedbackInvalidSamplingTime
137
+ from wandelbots_api_client.v2.models.feedback_joint_limit_exceeded import FeedbackJointLimitExceeded
138
+ from wandelbots_api_client.v2.models.feedback_no_solution_in_current_configuration import FeedbackNoSolutionInCurrentConfiguration
139
+ from wandelbots_api_client.v2.models.feedback_out_of_workspace import FeedbackOutOfWorkspace
140
+ from wandelbots_api_client.v2.models.feedback_singularity import FeedbackSingularity
141
+ from wandelbots_api_client.v2.models.feedback_start_joints_missing import FeedbackStartJointsMissing
142
+ from wandelbots_api_client.v2.models.feedback_torque_exceeded import FeedbackTorqueExceeded
143
+ from wandelbots_api_client.v2.models.flag import Flag
144
+ from wandelbots_api_client.v2.models.flange_payload import FlangePayload
145
+ from wandelbots_api_client.v2.models.float_value import FloatValue
146
+ from wandelbots_api_client.v2.models.forward_kinematics422_response import ForwardKinematics422Response
147
+ from wandelbots_api_client.v2.models.forward_kinematics_request import ForwardKinematicsRequest
148
+ from wandelbots_api_client.v2.models.forward_kinematics_response import ForwardKinematicsResponse
149
+ from wandelbots_api_client.v2.models.forward_kinematics_validation_error import ForwardKinematicsValidationError
150
+ from wandelbots_api_client.v2.models.get_trajectory_response import GetTrajectoryResponse
151
+ from wandelbots_api_client.v2.models.http_validation_error import HTTPValidationError
152
+ from wandelbots_api_client.v2.models.io_boolean_value import IOBooleanValue
153
+ from wandelbots_api_client.v2.models.io_boundary import IOBoundary
154
+ from wandelbots_api_client.v2.models.io_description import IODescription
155
+ from wandelbots_api_client.v2.models.io_direction import IODirection
156
+ from wandelbots_api_client.v2.models.io_float_value import IOFloatValue
157
+ from wandelbots_api_client.v2.models.io_integer_value import IOIntegerValue
158
+ from wandelbots_api_client.v2.models.io_origin import IOOrigin
159
+ from wandelbots_api_client.v2.models.io_value import IOValue
160
+ from wandelbots_api_client.v2.models.io_value_type import IOValueType
161
+ from wandelbots_api_client.v2.models.image_credentials import ImageCredentials
162
+ from wandelbots_api_client.v2.models.inconsistent_trajectory_size_error import InconsistentTrajectorySizeError
163
+ from wandelbots_api_client.v2.models.inconsistent_trajectory_size_error_inconsistent_trajectory_size import (
164
+ InconsistentTrajectorySizeErrorInconsistentTrajectorySize,
165
+ )
166
+ from wandelbots_api_client.v2.models.initialize_jogging_request import InitializeJoggingRequest
167
+ from wandelbots_api_client.v2.models.initialize_jogging_response import InitializeJoggingResponse
168
+ from wandelbots_api_client.v2.models.initialize_movement_request import InitializeMovementRequest
169
+ from wandelbots_api_client.v2.models.initialize_movement_request_trajectory import InitializeMovementRequestTrajectory
170
+ from wandelbots_api_client.v2.models.initialize_movement_response import InitializeMovementResponse
171
+ from wandelbots_api_client.v2.models.integer_value import IntegerValue
172
+ from wandelbots_api_client.v2.models.invalid_dof_error import InvalidDofError
173
+ from wandelbots_api_client.v2.models.invalid_dof_error_invalid_dof import InvalidDofErrorInvalidDof
174
+ from wandelbots_api_client.v2.models.inverse_kinematics422_response import InverseKinematics422Response
175
+ from wandelbots_api_client.v2.models.inverse_kinematics_request import InverseKinematicsRequest
176
+ from wandelbots_api_client.v2.models.inverse_kinematics_response import InverseKinematicsResponse
177
+ from wandelbots_api_client.v2.models.inverse_kinematics_validation_error import InverseKinematicsValidationError
178
+ from wandelbots_api_client.v2.models.inverse_kinematics_validation_error_all_of_data import InverseKinematicsValidationErrorAllOfData
179
+ from wandelbots_api_client.v2.models.jogging_details import JoggingDetails
180
+ from wandelbots_api_client.v2.models.jogging_details_state import JoggingDetailsState
181
+ from wandelbots_api_client.v2.models.jogging_paused_by_user import JoggingPausedByUser
182
+ from wandelbots_api_client.v2.models.jogging_paused_near_collision import JoggingPausedNearCollision
183
+ from wandelbots_api_client.v2.models.jogging_paused_near_joint_limit import JoggingPausedNearJointLimit
184
+ from wandelbots_api_client.v2.models.jogging_paused_near_singularity import JoggingPausedNearSingularity
185
+ from wandelbots_api_client.v2.models.jogging_paused_on_io import JoggingPausedOnIO
186
+ from wandelbots_api_client.v2.models.jogging_running import JoggingRunning
187
+ from wandelbots_api_client.v2.models.joint_limit_exceeded_error import JointLimitExceededError
188
+ from wandelbots_api_client.v2.models.joint_limits import JointLimits
189
+ from wandelbots_api_client.v2.models.joint_ptp_motion import JointPTPMotion
190
+ from wandelbots_api_client.v2.models.joint_trajectory import JointTrajectory
191
+ from wandelbots_api_client.v2.models.joint_type_enum import JointTypeEnum
192
+ from wandelbots_api_client.v2.models.joint_velocity_request import JointVelocityRequest
193
+ from wandelbots_api_client.v2.models.joint_velocity_response import JointVelocityResponse
194
+ from wandelbots_api_client.v2.models.kinematic_model import KinematicModel
195
+ from wandelbots_api_client.v2.models.kuka_controller import KukaController
196
+ from wandelbots_api_client.v2.models.kuka_controller_rsi_server import KukaControllerRsiServer
197
+ from wandelbots_api_client.v2.models.license import License
198
+ from wandelbots_api_client.v2.models.license_status import LicenseStatus
199
+ from wandelbots_api_client.v2.models.license_status_enum import LicenseStatusEnum
200
+ from wandelbots_api_client.v2.models.limit_range import LimitRange
201
+ from wandelbots_api_client.v2.models.limit_set import LimitSet
202
+ from wandelbots_api_client.v2.models.limits_override import LimitsOverride
203
+ from wandelbots_api_client.v2.models.list_trajectories_response import ListTrajectoriesResponse
204
+ from wandelbots_api_client.v2.models.location1_inner import Location1Inner
205
+ from wandelbots_api_client.v2.models.manufacturer import Manufacturer
206
+ from wandelbots_api_client.v2.models.merge_trajectories422_response import MergeTrajectories422Response
207
+ from wandelbots_api_client.v2.models.merge_trajectories_error import MergeTrajectoriesError
208
+ from wandelbots_api_client.v2.models.merge_trajectories_error_error_feedback import MergeTrajectoriesErrorErrorFeedback
209
+ from wandelbots_api_client.v2.models.merge_trajectories_request import MergeTrajectoriesRequest
210
+ from wandelbots_api_client.v2.models.merge_trajectories_response import MergeTrajectoriesResponse
211
+ from wandelbots_api_client.v2.models.merge_trajectories_response_feedback_inner import MergeTrajectoriesResponseFeedbackInner
212
+ from wandelbots_api_client.v2.models.merge_trajectories_segment import MergeTrajectoriesSegment
213
+ from wandelbots_api_client.v2.models.merge_trajectories_validation_error import MergeTrajectoriesValidationError
214
+ from wandelbots_api_client.v2.models.midpoint_insertion_algorithm import MidpointInsertionAlgorithm
215
+ from wandelbots_api_client.v2.models.modbus_io import ModbusIO
216
+ from wandelbots_api_client.v2.models.modbus_io_area import ModbusIOArea
217
+ from wandelbots_api_client.v2.models.modbus_io_byte_order import ModbusIOByteOrder
218
+ from wandelbots_api_client.v2.models.modbus_io_data import ModbusIOData
219
+ from wandelbots_api_client.v2.models.modbus_io_type_enum import ModbusIOTypeEnum
220
+ from wandelbots_api_client.v2.models.motion_command import MotionCommand
221
+ from wandelbots_api_client.v2.models.motion_command_blending import MotionCommandBlending
222
+ from wandelbots_api_client.v2.models.motion_command_path import MotionCommandPath
223
+ from wandelbots_api_client.v2.models.motion_group_description import MotionGroupDescription
224
+ from wandelbots_api_client.v2.models.motion_group_from_json import MotionGroupFromJson
225
+ from wandelbots_api_client.v2.models.motion_group_from_type import MotionGroupFromType
226
+ from wandelbots_api_client.v2.models.motion_group_info import MotionGroupInfo
227
+ from wandelbots_api_client.v2.models.motion_group_joints import MotionGroupJoints
228
+ from wandelbots_api_client.v2.models.motion_group_setup import MotionGroupSetup
229
+ from wandelbots_api_client.v2.models.motion_group_state import MotionGroupState
230
+ from wandelbots_api_client.v2.models.motion_group_state_joint_limit_reached import MotionGroupStateJointLimitReached
231
+ from wandelbots_api_client.v2.models.movement_error_response import MovementErrorResponse
232
+ from wandelbots_api_client.v2.models.multi_collision_setup import MultiCollisionSetup
233
+ from wandelbots_api_client.v2.models.multi_error_invalid_joint_count import MultiErrorInvalidJointCount
234
+ from wandelbots_api_client.v2.models.multi_error_joint_limit_exceeded import MultiErrorJointLimitExceeded
235
+ from wandelbots_api_client.v2.models.multi_error_joint_position_collision import MultiErrorJointPositionCollision
236
+ from wandelbots_api_client.v2.models.multi_joint_trajectory import MultiJointTrajectory
237
+ from wandelbots_api_client.v2.models.multi_search_collision_free422_response import MultiSearchCollisionFree422Response
238
+ from wandelbots_api_client.v2.models.multi_search_collision_free_request import MultiSearchCollisionFreeRequest
239
+ from wandelbots_api_client.v2.models.multi_search_collision_free_response import MultiSearchCollisionFreeResponse
240
+ from wandelbots_api_client.v2.models.multi_search_collision_free_response_response import MultiSearchCollisionFreeResponseResponse
241
+ from wandelbots_api_client.v2.models.multi_search_collision_free_validation_error import MultiSearchCollisionFreeValidationError
242
+ from wandelbots_api_client.v2.models.multi_search_collision_free_validation_error_all_of_data import (
243
+ MultiSearchCollisionFreeValidationErrorAllOfData,
244
+ )
245
+ from wandelbots_api_client.v2.models.nan_value_error import NanValueError
246
+ from wandelbots_api_client.v2.models.nan_value_error_nan_value import NanValueErrorNanValue
247
+ from wandelbots_api_client.v2.models.network_device import NetworkDevice
248
+ from wandelbots_api_client.v2.models.network_interface import NetworkInterface
249
+ from wandelbots_api_client.v2.models.network_state import NetworkState
250
+ from wandelbots_api_client.v2.models.op_mode import OpMode
251
+ from wandelbots_api_client.v2.models.operating_state import OperatingState
252
+ from wandelbots_api_client.v2.models.operation_limits import OperationLimits
253
+ from wandelbots_api_client.v2.models.operation_mode import OperationMode
254
+ from wandelbots_api_client.v2.models.orientation_type import OrientationType
255
+ from wandelbots_api_client.v2.models.path_cartesian_ptp import PathCartesianPTP
256
+ from wandelbots_api_client.v2.models.path_circle import PathCircle
257
+ from wandelbots_api_client.v2.models.path_cubic_spline import PathCubicSpline
258
+ from wandelbots_api_client.v2.models.path_direction_constrained_cartesian_ptp import PathDirectionConstrainedCartesianPTP
259
+ from wandelbots_api_client.v2.models.path_direction_constrained_joint_ptp import PathDirectionConstrainedJointPTP
260
+ from wandelbots_api_client.v2.models.path_joint_ptp import PathJointPTP
261
+ from wandelbots_api_client.v2.models.path_line import PathLine
262
+ from wandelbots_api_client.v2.models.pause_jogging_request import PauseJoggingRequest
263
+ from wandelbots_api_client.v2.models.pause_jogging_response import PauseJoggingResponse
264
+ from wandelbots_api_client.v2.models.pause_movement_request import PauseMovementRequest
265
+ from wandelbots_api_client.v2.models.pause_movement_response import PauseMovementResponse
266
+ from wandelbots_api_client.v2.models.pause_on_io import PauseOnIO
267
+ from wandelbots_api_client.v2.models.payload import Payload
268
+ from wandelbots_api_client.v2.models.plan422_response import Plan422Response
269
+ from wandelbots_api_client.v2.models.plan_collision_free_failed_response import PlanCollisionFreeFailedResponse
270
+ from wandelbots_api_client.v2.models.plan_collision_free_request import PlanCollisionFreeRequest
271
+ from wandelbots_api_client.v2.models.plan_collision_free_response import PlanCollisionFreeResponse
272
+ from wandelbots_api_client.v2.models.plan_collision_free_response_response import PlanCollisionFreeResponseResponse
273
+ from wandelbots_api_client.v2.models.plan_trajectory_failed_response import PlanTrajectoryFailedResponse
274
+ from wandelbots_api_client.v2.models.plan_trajectory_failed_response_error_feedback import PlanTrajectoryFailedResponseErrorFeedback
275
+ from wandelbots_api_client.v2.models.plan_trajectory_request import PlanTrajectoryRequest
276
+ from wandelbots_api_client.v2.models.plan_trajectory_response import PlanTrajectoryResponse
277
+ from wandelbots_api_client.v2.models.plan_trajectory_response_response import PlanTrajectoryResponseResponse
278
+ from wandelbots_api_client.v2.models.plan_validation_error import PlanValidationError
279
+ from wandelbots_api_client.v2.models.plan_validation_error_all_of_data import PlanValidationErrorAllOfData
280
+ from wandelbots_api_client.v2.models.plane import Plane
281
+ from wandelbots_api_client.v2.models.playback_speed_request import PlaybackSpeedRequest
282
+ from wandelbots_api_client.v2.models.playback_speed_response import PlaybackSpeedResponse
283
+ from wandelbots_api_client.v2.models.pose import Pose
284
+ from wandelbots_api_client.v2.models.profinet_description import ProfinetDescription
285
+ from wandelbots_api_client.v2.models.profinet_io import ProfinetIO
286
+ from wandelbots_api_client.v2.models.profinet_io_data import ProfinetIOData
287
+ from wandelbots_api_client.v2.models.profinet_io_direction import ProfinetIODirection
288
+ from wandelbots_api_client.v2.models.profinet_io_type_enum import ProfinetIOTypeEnum
289
+ from wandelbots_api_client.v2.models.profinet_input_output_config import ProfinetInputOutputConfig
290
+ from wandelbots_api_client.v2.models.profinet_slot_description import ProfinetSlotDescription
291
+ from wandelbots_api_client.v2.models.profinet_sub_slot_description import ProfinetSubSlotDescription
292
+ from wandelbots_api_client.v2.models.program import Program
293
+ from wandelbots_api_client.v2.models.program_run import ProgramRun
294
+ from wandelbots_api_client.v2.models.program_run_state import ProgramRunState
295
+ from wandelbots_api_client.v2.models.program_start_request import ProgramStartRequest
296
+ from wandelbots_api_client.v2.models.project_joint_position_direction_constraint422_response import (
297
+ ProjectJointPositionDirectionConstraint422Response,
298
+ )
299
+ from wandelbots_api_client.v2.models.project_joint_position_direction_constraint_request import (
300
+ ProjectJointPositionDirectionConstraintRequest,
301
+ )
302
+ from wandelbots_api_client.v2.models.project_joint_position_direction_constraint_response import (
303
+ ProjectJointPositionDirectionConstraintResponse,
304
+ )
305
+ from wandelbots_api_client.v2.models.project_joint_position_direction_constraint_validation_error import (
306
+ ProjectJointPositionDirectionConstraintValidationError,
307
+ )
308
+ from wandelbots_api_client.v2.models.project_joint_position_direction_constraint_validation_error_all_of_data import (
309
+ ProjectJointPositionDirectionConstraintValidationErrorAllOfData,
310
+ )
311
+ from wandelbots_api_client.v2.models.rrt_connect_algorithm import RRTConnectAlgorithm
312
+ from wandelbots_api_client.v2.models.rectangle import Rectangle
313
+ from wandelbots_api_client.v2.models.rectangular_capsule import RectangularCapsule
314
+ from wandelbots_api_client.v2.models.release_channel import ReleaseChannel
315
+ from wandelbots_api_client.v2.models.robot_controller import RobotController
316
+ from wandelbots_api_client.v2.models.robot_controller_configuration import RobotControllerConfiguration
317
+ from wandelbots_api_client.v2.models.robot_controller_configuration_request import RobotControllerConfigurationRequest
318
+ from wandelbots_api_client.v2.models.robot_controller_state import RobotControllerState
319
+ from wandelbots_api_client.v2.models.robot_system_mode import RobotSystemMode
320
+ from wandelbots_api_client.v2.models.robot_tcp import RobotTcp
321
+ from wandelbots_api_client.v2.models.robot_tcp_data import RobotTcpData
322
+ from wandelbots_api_client.v2.models.safety_geometry import SafetyGeometry
323
+ from wandelbots_api_client.v2.models.safety_geometry_box import SafetyGeometryBox
324
+ from wandelbots_api_client.v2.models.safety_geometry_capsule import SafetyGeometryCapsule
325
+ from wandelbots_api_client.v2.models.safety_geometry_lozenge import SafetyGeometryLozenge
326
+ from wandelbots_api_client.v2.models.safety_geometry_plane import SafetyGeometryPlane
327
+ from wandelbots_api_client.v2.models.safety_geometry_prism import SafetyGeometryPrism
328
+ from wandelbots_api_client.v2.models.safety_geometry_sphere import SafetyGeometrySphere
329
+ from wandelbots_api_client.v2.models.safety_state_type import SafetyStateType
330
+ from wandelbots_api_client.v2.models.safety_zone import SafetyZone
331
+ from wandelbots_api_client.v2.models.safety_zone_pose import SafetyZonePose
332
+ from wandelbots_api_client.v2.models.safety_zones import SafetyZones
333
+ from wandelbots_api_client.v2.models.service_group import ServiceGroup
334
+ from wandelbots_api_client.v2.models.service_status import ServiceStatus
335
+ from wandelbots_api_client.v2.models.service_status_phase import ServiceStatusPhase
336
+ from wandelbots_api_client.v2.models.service_status_response import ServiceStatusResponse
337
+ from wandelbots_api_client.v2.models.service_status_severity import ServiceStatusSeverity
338
+ from wandelbots_api_client.v2.models.service_status_status import ServiceStatusStatus
339
+ from wandelbots_api_client.v2.models.set_io import SetIO
340
+ from wandelbots_api_client.v2.models.settable_robot_system_mode import SettableRobotSystemMode
341
+ from wandelbots_api_client.v2.models.singularity_type_enum import SingularityTypeEnum
342
+ from wandelbots_api_client.v2.models.sphere import Sphere
343
+ from wandelbots_api_client.v2.models.start_movement_request import StartMovementRequest
344
+ from wandelbots_api_client.v2.models.start_movement_response import StartMovementResponse
345
+ from wandelbots_api_client.v2.models.start_on_io import StartOnIO
346
+ from wandelbots_api_client.v2.models.stream_io_values_response import StreamIOValuesResponse
347
+ from wandelbots_api_client.v2.models.tcp_offset import TcpOffset
348
+ from wandelbots_api_client.v2.models.tcp_required_error import TcpRequiredError
349
+ from wandelbots_api_client.v2.models.tcp_velocity_request import TcpVelocityRequest
350
+ from wandelbots_api_client.v2.models.tcp_velocity_response import TcpVelocityResponse
351
+ from wandelbots_api_client.v2.models.torque_exceeded_error import TorqueExceededError
352
+ from wandelbots_api_client.v2.models.torque_exceeded_error_torque_exceeded import TorqueExceededErrorTorqueExceeded
353
+ from wandelbots_api_client.v2.models.trajectory_data import TrajectoryData
354
+ from wandelbots_api_client.v2.models.trajectory_details import TrajectoryDetails
355
+ from wandelbots_api_client.v2.models.trajectory_details_state import TrajectoryDetailsState
356
+ from wandelbots_api_client.v2.models.trajectory_ended import TrajectoryEnded
357
+ from wandelbots_api_client.v2.models.trajectory_id import TrajectoryId
358
+ from wandelbots_api_client.v2.models.trajectory_paused_by_user import TrajectoryPausedByUser
359
+ from wandelbots_api_client.v2.models.trajectory_paused_on_io import TrajectoryPausedOnIO
360
+ from wandelbots_api_client.v2.models.trajectory_running import TrajectoryRunning
361
+ from wandelbots_api_client.v2.models.trajectory_section import TrajectorySection
362
+ from wandelbots_api_client.v2.models.trajectory_wait_for_io import TrajectoryWaitForIO
363
+ from wandelbots_api_client.v2.models.unit_type import UnitType
364
+ from wandelbots_api_client.v2.models.universalrobots_controller import UniversalrobotsController
365
+ from wandelbots_api_client.v2.models.update_cell_version_request import UpdateCellVersionRequest
366
+ from wandelbots_api_client.v2.models.update_nova_version_request import UpdateNovaVersionRequest
367
+ from wandelbots_api_client.v2.models.validation_error import ValidationError
368
+ from wandelbots_api_client.v2.models.validation_error2 import ValidationError2
369
+ from wandelbots_api_client.v2.models.virtual_controller import VirtualController
370
+ from wandelbots_api_client.v2.models.virtual_robot_configuration import VirtualRobotConfiguration
371
+ from wandelbots_api_client.v2.models.wait_for_io_event_request import WaitForIOEventRequest
372
+ from wandelbots_api_client.v2.models.yaskawa_controller import YaskawaController
373
+ from wandelbots_api_client.v2.models.zod_validation_error import ZodValidationError
374
+ from wandelbots_api_client.v2.models.zod_validation_error_error import ZodValidationErrorError
375
+ from wandelbots_api_client.v2.models.zod_validation_error_error_details_inner import ZodValidationErrorErrorDetailsInner
376
+ from wandelbots_api_client.v2.models.zod_validation_error_error_details_inner_path_inner import ZodValidationErrorErrorDetailsInnerPathInner