wandelbots_api_client 26.3.0.dev29__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 (693) 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 +555 -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 +811 -0
  352. wandelbots_api_client/v2/api/version_api.py +240 -0
  353. wandelbots_api_client/v2/api/virtual_controller_api.py +4534 -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 +317 -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_setup.py +130 -0
  425. wandelbots_api_client/v2/models/comparator.py +38 -0
  426. wandelbots_api_client/v2/models/configuration_archive_status.py +197 -0
  427. wandelbots_api_client/v2/models/configuration_archive_status_creating.py +94 -0
  428. wandelbots_api_client/v2/models/configuration_archive_status_error.py +91 -0
  429. wandelbots_api_client/v2/models/configuration_archive_status_success.py +90 -0
  430. wandelbots_api_client/v2/models/configuration_resource.py +104 -0
  431. wandelbots_api_client/v2/models/container_environment_inner.py +84 -0
  432. wandelbots_api_client/v2/models/container_image.py +110 -0
  433. wandelbots_api_client/v2/models/container_image_secrets_inner.py +83 -0
  434. wandelbots_api_client/v2/models/container_resources.py +87 -0
  435. wandelbots_api_client/v2/models/container_storage.py +94 -0
  436. wandelbots_api_client/v2/models/controller_description.py +97 -0
  437. wandelbots_api_client/v2/models/convex_hull.py +94 -0
  438. wandelbots_api_client/v2/models/coordinate_system.py +115 -0
  439. wandelbots_api_client/v2/models/coordinate_system_data.py +106 -0
  440. wandelbots_api_client/v2/models/cubic_spline_parameter.py +90 -0
  441. wandelbots_api_client/v2/models/cycle_time.py +86 -0
  442. wandelbots_api_client/v2/models/cylinder.py +92 -0
  443. wandelbots_api_client/v2/models/dh_parameter.py +98 -0
  444. wandelbots_api_client/v2/models/direction.py +34 -0
  445. wandelbots_api_client/v2/models/error.py +84 -0
  446. wandelbots_api_client/v2/models/error_invalid_joint_count.py +98 -0
  447. wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +103 -0
  448. wandelbots_api_client/v2/models/error_joint_position_collision.py +106 -0
  449. wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +91 -0
  450. wandelbots_api_client/v2/models/execute.py +95 -0
  451. wandelbots_api_client/v2/models/execute_details.py +164 -0
  452. wandelbots_api_client/v2/models/execute_jogging_request.py +204 -0
  453. wandelbots_api_client/v2/models/execute_jogging_response.py +246 -0
  454. wandelbots_api_client/v2/models/execute_trajectory_request.py +209 -0
  455. wandelbots_api_client/v2/models/execute_trajectory_response.py +246 -0
  456. wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +93 -0
  457. wandelbots_api_client/v2/models/external_joint_stream_request.py +97 -0
  458. wandelbots_api_client/v2/models/fanuc_controller.py +91 -0
  459. wandelbots_api_client/v2/models/feedback_collision.py +112 -0
  460. wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +99 -0
  461. wandelbots_api_client/v2/models/feedback_no_solution_in_current_configuration.py +100 -0
  462. wandelbots_api_client/v2/models/feedback_out_of_workspace.py +100 -0
  463. wandelbots_api_client/v2/models/feedback_singularity.py +99 -0
  464. wandelbots_api_client/v2/models/flag.py +83 -0
  465. wandelbots_api_client/v2/models/flange_payload.py +98 -0
  466. wandelbots_api_client/v2/models/float_value.py +91 -0
  467. wandelbots_api_client/v2/models/forward_kinematics422_response.py +97 -0
  468. wandelbots_api_client/v2/models/forward_kinematics_request.py +104 -0
  469. wandelbots_api_client/v2/models/forward_kinematics_response.py +93 -0
  470. wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +107 -0
  471. wandelbots_api_client/v2/models/get_trajectory_response.py +97 -0
  472. wandelbots_api_client/v2/models/http_validation_error.py +93 -0
  473. wandelbots_api_client/v2/models/image_credentials.py +85 -0
  474. wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py +106 -0
  475. wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py +91 -0
  476. wandelbots_api_client/v2/models/initialize_jogging_request.py +95 -0
  477. wandelbots_api_client/v2/models/initialize_jogging_response.py +91 -0
  478. wandelbots_api_client/v2/models/initialize_movement_request.py +112 -0
  479. wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +164 -0
  480. wandelbots_api_client/v2/models/initialize_movement_response.py +107 -0
  481. wandelbots_api_client/v2/models/integer_value.py +91 -0
  482. wandelbots_api_client/v2/models/invalid_dof_error.py +100 -0
  483. wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py +86 -0
  484. wandelbots_api_client/v2/models/inverse_kinematics422_response.py +97 -0
  485. wandelbots_api_client/v2/models/inverse_kinematics_request.py +152 -0
  486. wandelbots_api_client/v2/models/inverse_kinematics_response.py +83 -0
  487. wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +107 -0
  488. wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +164 -0
  489. wandelbots_api_client/v2/models/io_boolean_value.py +92 -0
  490. wandelbots_api_client/v2/models/io_boundary.py +183 -0
  491. wandelbots_api_client/v2/models/io_description.py +116 -0
  492. wandelbots_api_client/v2/models/io_direction.py +34 -0
  493. wandelbots_api_client/v2/models/io_float_value.py +92 -0
  494. wandelbots_api_client/v2/models/io_integer_value.py +94 -0
  495. wandelbots_api_client/v2/models/io_origin.py +34 -0
  496. wandelbots_api_client/v2/models/io_value.py +183 -0
  497. wandelbots_api_client/v2/models/io_value_type.py +35 -0
  498. wandelbots_api_client/v2/models/jogging_details.py +97 -0
  499. wandelbots_api_client/v2/models/jogging_details_state.py +275 -0
  500. wandelbots_api_client/v2/models/jogging_paused_by_user.py +90 -0
  501. wandelbots_api_client/v2/models/jogging_paused_near_collision.py +91 -0
  502. wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +92 -0
  503. wandelbots_api_client/v2/models/jogging_paused_near_singularity.py +91 -0
  504. wandelbots_api_client/v2/models/jogging_paused_on_io.py +90 -0
  505. wandelbots_api_client/v2/models/jogging_running.py +90 -0
  506. wandelbots_api_client/v2/models/joint_limit_exceeded_error.py +102 -0
  507. wandelbots_api_client/v2/models/joint_limits.py +101 -0
  508. wandelbots_api_client/v2/models/joint_trajectory.py +89 -0
  509. wandelbots_api_client/v2/models/joint_type_enum.py +34 -0
  510. wandelbots_api_client/v2/models/joint_velocity_request.py +91 -0
  511. wandelbots_api_client/v2/models/joint_velocity_response.py +91 -0
  512. wandelbots_api_client/v2/models/kinematic_model.py +118 -0
  513. wandelbots_api_client/v2/models/kuka_controller.py +106 -0
  514. wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +89 -0
  515. wandelbots_api_client/v2/models/license.py +121 -0
  516. wandelbots_api_client/v2/models/license_status.py +85 -0
  517. wandelbots_api_client/v2/models/license_status_enum.py +37 -0
  518. wandelbots_api_client/v2/models/limit_range.py +84 -0
  519. wandelbots_api_client/v2/models/limit_set.py +118 -0
  520. wandelbots_api_client/v2/models/limits_override.py +136 -0
  521. wandelbots_api_client/v2/models/list_trajectories_response.py +86 -0
  522. wandelbots_api_client/v2/models/location1_inner.py +153 -0
  523. wandelbots_api_client/v2/models/manufacturer.py +37 -0
  524. wandelbots_api_client/v2/models/merge_trajectories422_response.py +97 -0
  525. wandelbots_api_client/v2/models/merge_trajectories_error.py +97 -0
  526. wandelbots_api_client/v2/models/merge_trajectories_error_error_feedback.py +209 -0
  527. wandelbots_api_client/v2/models/merge_trajectories_request.py +107 -0
  528. wandelbots_api_client/v2/models/merge_trajectories_response.py +109 -0
  529. wandelbots_api_client/v2/models/merge_trajectories_response_feedback_inner.py +147 -0
  530. wandelbots_api_client/v2/models/merge_trajectories_segment.py +126 -0
  531. wandelbots_api_client/v2/models/merge_trajectories_validation_error.py +109 -0
  532. wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +102 -0
  533. wandelbots_api_client/v2/models/modbus_io.py +109 -0
  534. wandelbots_api_client/v2/models/modbus_io_area.py +37 -0
  535. wandelbots_api_client/v2/models/modbus_io_byte_order.py +37 -0
  536. wandelbots_api_client/v2/models/modbus_io_data.py +105 -0
  537. wandelbots_api_client/v2/models/modbus_io_type_enum.py +36 -0
  538. wandelbots_api_client/v2/models/motion_command.py +106 -0
  539. wandelbots_api_client/v2/models/motion_command_blending.py +164 -0
  540. wandelbots_api_client/v2/models/motion_command_path.py +221 -0
  541. wandelbots_api_client/v2/models/motion_group_description.py +235 -0
  542. wandelbots_api_client/v2/models/motion_group_from_json.py +100 -0
  543. wandelbots_api_client/v2/models/motion_group_from_type.py +96 -0
  544. wandelbots_api_client/v2/models/motion_group_info.py +90 -0
  545. wandelbots_api_client/v2/models/motion_group_joints.py +97 -0
  546. wandelbots_api_client/v2/models/motion_group_setup.py +140 -0
  547. wandelbots_api_client/v2/models/motion_group_state.py +182 -0
  548. wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +83 -0
  549. wandelbots_api_client/v2/models/movement_error_response.py +91 -0
  550. wandelbots_api_client/v2/models/nan_value_error.py +100 -0
  551. wandelbots_api_client/v2/models/nan_value_error_nan_value.py +85 -0
  552. wandelbots_api_client/v2/models/network_device.py +85 -0
  553. wandelbots_api_client/v2/models/network_interface.py +86 -0
  554. wandelbots_api_client/v2/models/network_state.py +125 -0
  555. wandelbots_api_client/v2/models/op_mode.py +84 -0
  556. wandelbots_api_client/v2/models/operating_state.py +34 -0
  557. wandelbots_api_client/v2/models/operation_limits.py +106 -0
  558. wandelbots_api_client/v2/models/operation_mode.py +42 -0
  559. wandelbots_api_client/v2/models/orientation_type.py +58 -0
  560. wandelbots_api_client/v2/models/path_cartesian_ptp.py +100 -0
  561. wandelbots_api_client/v2/models/path_circle.py +105 -0
  562. wandelbots_api_client/v2/models/path_cubic_spline.py +106 -0
  563. wandelbots_api_client/v2/models/path_joint_ptp.py +93 -0
  564. wandelbots_api_client/v2/models/path_line.py +100 -0
  565. wandelbots_api_client/v2/models/pause_jogging_request.py +90 -0
  566. wandelbots_api_client/v2/models/pause_jogging_response.py +91 -0
  567. wandelbots_api_client/v2/models/pause_movement_request.py +90 -0
  568. wandelbots_api_client/v2/models/pause_movement_response.py +91 -0
  569. wandelbots_api_client/v2/models/pause_on_io.py +99 -0
  570. wandelbots_api_client/v2/models/payload.py +98 -0
  571. wandelbots_api_client/v2/models/plan422_response.py +93 -0
  572. wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +93 -0
  573. wandelbots_api_client/v2/models/plan_collision_free_request.py +109 -0
  574. wandelbots_api_client/v2/models/plan_collision_free_response.py +89 -0
  575. wandelbots_api_client/v2/models/plan_collision_free_response_response.py +147 -0
  576. wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +105 -0
  577. wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +252 -0
  578. wandelbots_api_client/v2/models/plan_trajectory_request.py +113 -0
  579. wandelbots_api_client/v2/models/plan_trajectory_response.py +89 -0
  580. wandelbots_api_client/v2/models/plan_trajectory_response_response.py +147 -0
  581. wandelbots_api_client/v2/models/plan_validation_error.py +107 -0
  582. wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +183 -0
  583. wandelbots_api_client/v2/models/plane.py +90 -0
  584. wandelbots_api_client/v2/models/playback_speed_request.py +96 -0
  585. wandelbots_api_client/v2/models/playback_speed_response.py +91 -0
  586. wandelbots_api_client/v2/models/pose.py +90 -0
  587. wandelbots_api_client/v2/models/profinet_description.py +112 -0
  588. wandelbots_api_client/v2/models/profinet_input_output_config.py +98 -0
  589. wandelbots_api_client/v2/models/profinet_io.py +109 -0
  590. wandelbots_api_client/v2/models/profinet_io_data.py +105 -0
  591. wandelbots_api_client/v2/models/profinet_io_direction.py +35 -0
  592. wandelbots_api_client/v2/models/profinet_io_type_enum.py +42 -0
  593. wandelbots_api_client/v2/models/profinet_slot_description.py +106 -0
  594. wandelbots_api_client/v2/models/profinet_sub_slot_description.py +92 -0
  595. wandelbots_api_client/v2/models/program.py +105 -0
  596. wandelbots_api_client/v2/models/program_run.py +124 -0
  597. wandelbots_api_client/v2/models/program_run_state.py +37 -0
  598. wandelbots_api_client/v2/models/program_start_request.py +83 -0
  599. wandelbots_api_client/v2/models/rectangle.py +92 -0
  600. wandelbots_api_client/v2/models/rectangular_capsule.py +100 -0
  601. wandelbots_api_client/v2/models/release_channel.py +34 -0
  602. wandelbots_api_client/v2/models/robot_controller.py +105 -0
  603. wandelbots_api_client/v2/models/robot_controller_configuration.py +262 -0
  604. wandelbots_api_client/v2/models/robot_controller_configuration_request.py +99 -0
  605. wandelbots_api_client/v2/models/robot_controller_state.py +138 -0
  606. wandelbots_api_client/v2/models/robot_system_mode.py +37 -0
  607. wandelbots_api_client/v2/models/robot_tcp.py +110 -0
  608. wandelbots_api_client/v2/models/robot_tcp_data.py +108 -0
  609. wandelbots_api_client/v2/models/rrt_connect_algorithm.py +127 -0
  610. wandelbots_api_client/v2/models/safety_state_type.py +48 -0
  611. wandelbots_api_client/v2/models/service_group.py +36 -0
  612. wandelbots_api_client/v2/models/service_status.py +96 -0
  613. wandelbots_api_client/v2/models/service_status_phase.py +46 -0
  614. wandelbots_api_client/v2/models/service_status_response.py +100 -0
  615. wandelbots_api_client/v2/models/service_status_severity.py +35 -0
  616. wandelbots_api_client/v2/models/service_status_status.py +87 -0
  617. wandelbots_api_client/v2/models/set_io.py +96 -0
  618. wandelbots_api_client/v2/models/settable_robot_system_mode.py +36 -0
  619. wandelbots_api_client/v2/models/singularity_type_enum.py +35 -0
  620. wandelbots_api_client/v2/models/sphere.py +91 -0
  621. wandelbots_api_client/v2/models/start_movement_request.py +133 -0
  622. wandelbots_api_client/v2/models/start_movement_response.py +91 -0
  623. wandelbots_api_client/v2/models/start_on_io.py +99 -0
  624. wandelbots_api_client/v2/models/stream_io_values_response.py +103 -0
  625. wandelbots_api_client/v2/models/tcp_offset.py +88 -0
  626. wandelbots_api_client/v2/models/tcp_required_error.py +96 -0
  627. wandelbots_api_client/v2/models/tcp_velocity_request.py +110 -0
  628. wandelbots_api_client/v2/models/tcp_velocity_response.py +91 -0
  629. wandelbots_api_client/v2/models/torque_exceeded_error.py +102 -0
  630. wandelbots_api_client/v2/models/torque_exceeded_error_torque_exceeded.py +86 -0
  631. wandelbots_api_client/v2/models/trajectory_data.py +106 -0
  632. wandelbots_api_client/v2/models/trajectory_details.py +106 -0
  633. wandelbots_api_client/v2/models/trajectory_details_state.py +239 -0
  634. wandelbots_api_client/v2/models/trajectory_ended.py +90 -0
  635. wandelbots_api_client/v2/models/trajectory_id.py +93 -0
  636. wandelbots_api_client/v2/models/trajectory_paused_by_user.py +90 -0
  637. wandelbots_api_client/v2/models/trajectory_paused_on_io.py +90 -0
  638. wandelbots_api_client/v2/models/trajectory_running.py +94 -0
  639. wandelbots_api_client/v2/models/trajectory_section.py +84 -0
  640. wandelbots_api_client/v2/models/trajectory_wait_for_io.py +90 -0
  641. wandelbots_api_client/v2/models/unit_type.py +42 -0
  642. wandelbots_api_client/v2/models/universalrobots_controller.py +91 -0
  643. wandelbots_api_client/v2/models/update_cell_version_request.py +84 -0
  644. wandelbots_api_client/v2/models/update_nova_version_request.py +90 -0
  645. wandelbots_api_client/v2/models/validation_error.py +101 -0
  646. wandelbots_api_client/v2/models/validation_error2.py +85 -0
  647. wandelbots_api_client/v2/models/virtual_controller.py +113 -0
  648. wandelbots_api_client/v2/models/virtual_robot_configuration.py +88 -0
  649. wandelbots_api_client/v2/models/wait_for_io_event_request.py +93 -0
  650. wandelbots_api_client/v2/models/yaskawa_controller.py +91 -0
  651. wandelbots_api_client/v2/models/zod_validation_error.py +87 -0
  652. wandelbots_api_client/v2/models/zod_validation_error_error.py +108 -0
  653. wandelbots_api_client/v2/models/zod_validation_error_error_details_inner.py +101 -0
  654. wandelbots_api_client/v2/models/zod_validation_error_error_details_inner_path_inner.py +153 -0
  655. wandelbots_api_client/v2/py.typed +0 -0
  656. wandelbots_api_client/v2/rest.py +188 -0
  657. wandelbots_api_client/v2_pydantic/__init__.py +49 -0
  658. wandelbots_api_client/v2_pydantic/api/__init__.py +55 -0
  659. wandelbots_api_client/v2_pydantic/api/application_api.py +1532 -0
  660. wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +4534 -0
  661. wandelbots_api_client/v2_pydantic/api/cell_api.py +2163 -0
  662. wandelbots_api_client/v2_pydantic/api/controller_api.py +3238 -0
  663. wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +1244 -0
  664. wandelbots_api_client/v2_pydantic/api/jogging_api.py +113 -0
  665. wandelbots_api_client/v2_pydantic/api/kinematics_api.py +555 -0
  666. wandelbots_api_client/v2_pydantic/api/license_api.py +877 -0
  667. wandelbots_api_client/v2_pydantic/api/motion_group_api.py +689 -0
  668. wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +1222 -0
  669. wandelbots_api_client/v2_pydantic/api/nova_cloud_api.py +760 -0
  670. wandelbots_api_client/v2_pydantic/api/program_api.py +988 -0
  671. wandelbots_api_client/v2_pydantic/api/robot_configurations_api.py +485 -0
  672. wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +3479 -0
  673. wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +1169 -0
  674. wandelbots_api_client/v2_pydantic/api/store_object_api.py +1414 -0
  675. wandelbots_api_client/v2_pydantic/api/system_api.py +2696 -0
  676. wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +1339 -0
  677. wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +115 -0
  678. wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +811 -0
  679. wandelbots_api_client/v2_pydantic/api/version_api.py +240 -0
  680. wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +4534 -0
  681. wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +863 -0
  682. wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +895 -0
  683. wandelbots_api_client/v2_pydantic/api_client.py +692 -0
  684. wandelbots_api_client/v2_pydantic/api_response.py +20 -0
  685. wandelbots_api_client/v2_pydantic/configuration.py +579 -0
  686. wandelbots_api_client/v2_pydantic/exceptions.py +216 -0
  687. wandelbots_api_client/v2_pydantic/models/__init__.py +642 -0
  688. wandelbots_api_client/v2_pydantic/models/models.py +5090 -0
  689. wandelbots_api_client/v2_pydantic/py.typed +0 -0
  690. wandelbots_api_client/v2_pydantic/rest.py +188 -0
  691. wandelbots_api_client-26.3.0.dev29.dist-info/METADATA +241 -0
  692. wandelbots_api_client-26.3.0.dev29.dist-info/RECORD +693 -0
  693. wandelbots_api_client-26.3.0.dev29.dist-info/WHEEL +4 -0
@@ -0,0 +1,3074 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Wandelbots NOVA API
5
+
6
+ Interact with robots in an easy and intuitive way.
7
+
8
+ The version of the OpenAPI document: 1.4.0 dev
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+ from furl import furl
15
+ import json
16
+ import humps
17
+ import re
18
+ import warnings
19
+ import websockets
20
+ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
21
+ from typing import Any, AsyncGenerator, Callable, Dict, List, Optional, Tuple, Union
22
+ from typing_extensions import Annotated
23
+ from urllib.parse import quote
24
+
25
+ from pydantic import Field, StrictStr, field_validator
26
+ from typing import Dict, List
27
+ from typing_extensions import Annotated
28
+ from wandelbots_api_client.models.collider import Collider
29
+
30
+ from wandelbots_api_client.api_client import ApiClient, RequestSerialized
31
+ from wandelbots_api_client.api_response import ApiResponse
32
+ from wandelbots_api_client.rest import RESTResponseType
33
+
34
+
35
+ class StoreCollisionComponentsApi:
36
+ """NOTE: This class is auto generated by OpenAPI Generator
37
+ Ref: https://openapi-generator.tech
38
+
39
+ Do not edit the class manually.
40
+ """
41
+
42
+ def __init__(self, api_client=None) -> None:
43
+ if api_client is None:
44
+ api_client = ApiClient.get_default()
45
+ self.api_client = api_client
46
+
47
+ @validate_call
48
+ async def delete_stored_collider(
49
+ self,
50
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
51
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
52
+ _request_timeout: Union[
53
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
54
+ ] = None,
55
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
56
+ _content_type: Optional[StrictStr] = None,
57
+ _headers: Optional[Dict[StrictStr, Any]] = None,
58
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
59
+ ) -> None:
60
+ """Delete Collider
61
+
62
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored collider. <!-- theme: danger --> > This will delete persistently stored data.
63
+
64
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
65
+ :type cell: str
66
+ :param collider: Unique identifier addressing a collider. (required)
67
+ :type collider: str
68
+ :param _request_timeout: timeout setting for this request. If one
69
+ number provided, it will be total request
70
+ timeout. It can also be a pair (tuple) of
71
+ (connection, read) timeouts.
72
+ :type _request_timeout: int, tuple(int, int), optional
73
+ :param _request_auth: set to override the auth_settings for an a single
74
+ request; this effectively ignores the
75
+ authentication in the spec for a single request.
76
+ :type _request_auth: dict, optional
77
+ :param _content_type: force content-type for the request.
78
+ :type _content_type: str, Optional
79
+ :param _headers: set to override the headers for a single
80
+ request; this effectively ignores the headers
81
+ in the spec for a single request.
82
+ :type _headers: dict, optional
83
+ :param _host_index: set to override the host_index for a single
84
+ request; this effectively ignores the host_index
85
+ in the spec for a single request.
86
+ :type _host_index: int, optional
87
+ :return: Returns the result object.
88
+ """ # noqa: E501
89
+
90
+ _param = self._delete_stored_collider_serialize(
91
+ cell=cell,
92
+ collider=collider,
93
+ _request_auth=_request_auth,
94
+ _content_type=_content_type,
95
+ _headers=_headers,
96
+ _host_index=_host_index,
97
+ )
98
+
99
+ _response_types_map: Dict[str, Optional[str]] = {
100
+ "204": None,
101
+ }
102
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
103
+ await response_data.read()
104
+ return self.api_client.response_deserialize(
105
+ response_data=response_data,
106
+ response_types_map=_response_types_map,
107
+ ).data
108
+
109
+ @validate_call
110
+ async def delete_stored_collider_with_http_info(
111
+ self,
112
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
113
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
114
+ _request_timeout: Union[
115
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
116
+ ] = None,
117
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
118
+ _content_type: Optional[StrictStr] = None,
119
+ _headers: Optional[Dict[StrictStr, Any]] = None,
120
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
121
+ ) -> ApiResponse[None]:
122
+ """Delete Collider
123
+
124
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored collider. <!-- theme: danger --> > This will delete persistently stored data.
125
+
126
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
127
+ :type cell: str
128
+ :param collider: Unique identifier addressing a collider. (required)
129
+ :type collider: str
130
+ :param _request_timeout: timeout setting for this request. If one
131
+ number provided, it will be total request
132
+ timeout. It can also be a pair (tuple) of
133
+ (connection, read) timeouts.
134
+ :type _request_timeout: int, tuple(int, int), optional
135
+ :param _request_auth: set to override the auth_settings for an a single
136
+ request; this effectively ignores the
137
+ authentication in the spec for a single request.
138
+ :type _request_auth: dict, optional
139
+ :param _content_type: force content-type for the request.
140
+ :type _content_type: str, Optional
141
+ :param _headers: set to override the headers for a single
142
+ request; this effectively ignores the headers
143
+ in the spec for a single request.
144
+ :type _headers: dict, optional
145
+ :param _host_index: set to override the host_index for a single
146
+ request; this effectively ignores the host_index
147
+ in the spec for a single request.
148
+ :type _host_index: int, optional
149
+ :return: Returns the result object.
150
+ """ # noqa: E501
151
+
152
+ _param = self._delete_stored_collider_serialize(
153
+ cell=cell,
154
+ collider=collider,
155
+ _request_auth=_request_auth,
156
+ _content_type=_content_type,
157
+ _headers=_headers,
158
+ _host_index=_host_index,
159
+ )
160
+
161
+ _response_types_map: Dict[str, Optional[str]] = {
162
+ "204": None,
163
+ }
164
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
165
+ await response_data.read()
166
+ return self.api_client.response_deserialize(
167
+ response_data=response_data,
168
+ response_types_map=_response_types_map,
169
+ )
170
+
171
+ @validate_call
172
+ async def delete_stored_collider_without_preload_content(
173
+ self,
174
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
175
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
176
+ _request_timeout: Union[
177
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
178
+ ] = None,
179
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
180
+ _content_type: Optional[StrictStr] = None,
181
+ _headers: Optional[Dict[StrictStr, Any]] = None,
182
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
183
+ ) -> RESTResponseType:
184
+ """Delete Collider
185
+
186
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored collider. <!-- theme: danger --> > This will delete persistently stored data.
187
+
188
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
189
+ :type cell: str
190
+ :param collider: Unique identifier addressing a collider. (required)
191
+ :type collider: str
192
+ :param _request_timeout: timeout setting for this request. If one
193
+ number provided, it will be total request
194
+ timeout. It can also be a pair (tuple) of
195
+ (connection, read) timeouts.
196
+ :type _request_timeout: int, tuple(int, int), optional
197
+ :param _request_auth: set to override the auth_settings for an a single
198
+ request; this effectively ignores the
199
+ authentication in the spec for a single request.
200
+ :type _request_auth: dict, optional
201
+ :param _content_type: force content-type for the request.
202
+ :type _content_type: str, Optional
203
+ :param _headers: set to override the headers for a single
204
+ request; this effectively ignores the headers
205
+ in the spec for a single request.
206
+ :type _headers: dict, optional
207
+ :param _host_index: set to override the host_index for a single
208
+ request; this effectively ignores the host_index
209
+ in the spec for a single request.
210
+ :type _host_index: int, optional
211
+ :return: Returns the result object.
212
+ """ # noqa: E501
213
+
214
+ _param = self._delete_stored_collider_serialize(
215
+ cell=cell,
216
+ collider=collider,
217
+ _request_auth=_request_auth,
218
+ _content_type=_content_type,
219
+ _headers=_headers,
220
+ _host_index=_host_index,
221
+ )
222
+
223
+ _response_types_map: Dict[str, Optional[str]] = {
224
+ "204": None,
225
+ }
226
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
227
+ return response_data.response
228
+
229
+ def _delete_stored_collider_serialize(
230
+ self,
231
+ cell,
232
+ collider,
233
+ _request_auth,
234
+ _content_type,
235
+ _headers,
236
+ _host_index,
237
+ ) -> RequestSerialized:
238
+
239
+ _host = None
240
+
241
+ _collection_formats: Dict[str, str] = {}
242
+
243
+ _path_params: Dict[str, str] = {}
244
+ _query_params: List[Tuple[str, str]] = []
245
+ _header_params: Dict[str, Optional[str]] = _headers or {}
246
+ _form_params: List[Tuple[str, str]] = []
247
+ _files: Dict[str, Union[str, bytes]] = {}
248
+ _body_params: Optional[bytes] = None
249
+
250
+ # process the path parameters
251
+ if cell is not None:
252
+ _path_params["cell"] = cell
253
+ if collider is not None:
254
+ _path_params["collider"] = collider
255
+ # process the query parameters
256
+ # process the header parameters
257
+ # process the form parameters
258
+ # process the body parameter
259
+
260
+ # authentication setting
261
+ _auth_settings: List[str] = ["BearerAuth"]
262
+
263
+ return self.api_client.param_serialize(
264
+ method="DELETE",
265
+ resource_path="/cells/{cell}/store/collision/colliders/{collider}",
266
+ path_params=_path_params,
267
+ query_params=_query_params,
268
+ header_params=_header_params,
269
+ body=_body_params,
270
+ post_params=_form_params,
271
+ files=_files,
272
+ auth_settings=_auth_settings,
273
+ collection_formats=_collection_formats,
274
+ _host=_host,
275
+ _request_auth=_request_auth,
276
+ )
277
+
278
+ @validate_call
279
+ async def delete_stored_collision_link_chain(
280
+ self,
281
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
282
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
283
+ _request_timeout: Union[
284
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
285
+ ] = None,
286
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
287
+ _content_type: Optional[StrictStr] = None,
288
+ _headers: Optional[Dict[StrictStr, Any]] = None,
289
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
290
+ ) -> None:
291
+ """Delete Link Chain
292
+
293
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
294
+
295
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
296
+ :type cell: str
297
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
298
+ :type link_chain: str
299
+ :param _request_timeout: timeout setting for this request. If one
300
+ number provided, it will be total request
301
+ timeout. It can also be a pair (tuple) of
302
+ (connection, read) timeouts.
303
+ :type _request_timeout: int, tuple(int, int), optional
304
+ :param _request_auth: set to override the auth_settings for an a single
305
+ request; this effectively ignores the
306
+ authentication in the spec for a single request.
307
+ :type _request_auth: dict, optional
308
+ :param _content_type: force content-type for the request.
309
+ :type _content_type: str, Optional
310
+ :param _headers: set to override the headers for a single
311
+ request; this effectively ignores the headers
312
+ in the spec for a single request.
313
+ :type _headers: dict, optional
314
+ :param _host_index: set to override the host_index for a single
315
+ request; this effectively ignores the host_index
316
+ in the spec for a single request.
317
+ :type _host_index: int, optional
318
+ :return: Returns the result object.
319
+ """ # noqa: E501
320
+
321
+ _param = self._delete_stored_collision_link_chain_serialize(
322
+ cell=cell,
323
+ link_chain=link_chain,
324
+ _request_auth=_request_auth,
325
+ _content_type=_content_type,
326
+ _headers=_headers,
327
+ _host_index=_host_index,
328
+ )
329
+
330
+ _response_types_map: Dict[str, Optional[str]] = {
331
+ "204": None,
332
+ }
333
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
334
+ await response_data.read()
335
+ return self.api_client.response_deserialize(
336
+ response_data=response_data,
337
+ response_types_map=_response_types_map,
338
+ ).data
339
+
340
+ @validate_call
341
+ async def delete_stored_collision_link_chain_with_http_info(
342
+ self,
343
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
344
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
345
+ _request_timeout: Union[
346
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
347
+ ] = None,
348
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
349
+ _content_type: Optional[StrictStr] = None,
350
+ _headers: Optional[Dict[StrictStr, Any]] = None,
351
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
352
+ ) -> ApiResponse[None]:
353
+ """Delete Link Chain
354
+
355
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
356
+
357
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
358
+ :type cell: str
359
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
360
+ :type link_chain: str
361
+ :param _request_timeout: timeout setting for this request. If one
362
+ number provided, it will be total request
363
+ timeout. It can also be a pair (tuple) of
364
+ (connection, read) timeouts.
365
+ :type _request_timeout: int, tuple(int, int), optional
366
+ :param _request_auth: set to override the auth_settings for an a single
367
+ request; this effectively ignores the
368
+ authentication in the spec for a single request.
369
+ :type _request_auth: dict, optional
370
+ :param _content_type: force content-type for the request.
371
+ :type _content_type: str, Optional
372
+ :param _headers: set to override the headers for a single
373
+ request; this effectively ignores the headers
374
+ in the spec for a single request.
375
+ :type _headers: dict, optional
376
+ :param _host_index: set to override the host_index for a single
377
+ request; this effectively ignores the host_index
378
+ in the spec for a single request.
379
+ :type _host_index: int, optional
380
+ :return: Returns the result object.
381
+ """ # noqa: E501
382
+
383
+ _param = self._delete_stored_collision_link_chain_serialize(
384
+ cell=cell,
385
+ link_chain=link_chain,
386
+ _request_auth=_request_auth,
387
+ _content_type=_content_type,
388
+ _headers=_headers,
389
+ _host_index=_host_index,
390
+ )
391
+
392
+ _response_types_map: Dict[str, Optional[str]] = {
393
+ "204": None,
394
+ }
395
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
396
+ await response_data.read()
397
+ return self.api_client.response_deserialize(
398
+ response_data=response_data,
399
+ response_types_map=_response_types_map,
400
+ )
401
+
402
+ @validate_call
403
+ async def delete_stored_collision_link_chain_without_preload_content(
404
+ self,
405
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
406
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
407
+ _request_timeout: Union[
408
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
409
+ ] = None,
410
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
411
+ _content_type: Optional[StrictStr] = None,
412
+ _headers: Optional[Dict[StrictStr, Any]] = None,
413
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
414
+ ) -> RESTResponseType:
415
+ """Delete Link Chain
416
+
417
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
418
+
419
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
420
+ :type cell: str
421
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
422
+ :type link_chain: str
423
+ :param _request_timeout: timeout setting for this request. If one
424
+ number provided, it will be total request
425
+ timeout. It can also be a pair (tuple) of
426
+ (connection, read) timeouts.
427
+ :type _request_timeout: int, tuple(int, int), optional
428
+ :param _request_auth: set to override the auth_settings for an a single
429
+ request; this effectively ignores the
430
+ authentication in the spec for a single request.
431
+ :type _request_auth: dict, optional
432
+ :param _content_type: force content-type for the request.
433
+ :type _content_type: str, Optional
434
+ :param _headers: set to override the headers for a single
435
+ request; this effectively ignores the headers
436
+ in the spec for a single request.
437
+ :type _headers: dict, optional
438
+ :param _host_index: set to override the host_index for a single
439
+ request; this effectively ignores the host_index
440
+ in the spec for a single request.
441
+ :type _host_index: int, optional
442
+ :return: Returns the result object.
443
+ """ # noqa: E501
444
+
445
+ _param = self._delete_stored_collision_link_chain_serialize(
446
+ cell=cell,
447
+ link_chain=link_chain,
448
+ _request_auth=_request_auth,
449
+ _content_type=_content_type,
450
+ _headers=_headers,
451
+ _host_index=_host_index,
452
+ )
453
+
454
+ _response_types_map: Dict[str, Optional[str]] = {
455
+ "204": None,
456
+ }
457
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
458
+ return response_data.response
459
+
460
+ def _delete_stored_collision_link_chain_serialize(
461
+ self,
462
+ cell,
463
+ link_chain,
464
+ _request_auth,
465
+ _content_type,
466
+ _headers,
467
+ _host_index,
468
+ ) -> RequestSerialized:
469
+
470
+ _host = None
471
+
472
+ _collection_formats: Dict[str, str] = {}
473
+
474
+ _path_params: Dict[str, str] = {}
475
+ _query_params: List[Tuple[str, str]] = []
476
+ _header_params: Dict[str, Optional[str]] = _headers or {}
477
+ _form_params: List[Tuple[str, str]] = []
478
+ _files: Dict[str, Union[str, bytes]] = {}
479
+ _body_params: Optional[bytes] = None
480
+
481
+ # process the path parameters
482
+ if cell is not None:
483
+ _path_params["cell"] = cell
484
+ if link_chain is not None:
485
+ _path_params["link-chain"] = link_chain
486
+ # process the query parameters
487
+ # process the header parameters
488
+ # process the form parameters
489
+ # process the body parameter
490
+
491
+ # authentication setting
492
+ _auth_settings: List[str] = ["BearerAuth"]
493
+
494
+ return self.api_client.param_serialize(
495
+ method="DELETE",
496
+ resource_path="/cells/{cell}/store/collision/link-chains/{link-chain}",
497
+ path_params=_path_params,
498
+ query_params=_query_params,
499
+ header_params=_header_params,
500
+ body=_body_params,
501
+ post_params=_form_params,
502
+ files=_files,
503
+ auth_settings=_auth_settings,
504
+ collection_formats=_collection_formats,
505
+ _host=_host,
506
+ _request_auth=_request_auth,
507
+ )
508
+
509
+ @validate_call
510
+ async def delete_stored_collision_tool(
511
+ self,
512
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
513
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
514
+ _request_timeout: Union[
515
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
516
+ ] = None,
517
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
518
+ _content_type: Optional[StrictStr] = None,
519
+ _headers: Optional[Dict[StrictStr, Any]] = None,
520
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
521
+ ) -> None:
522
+ """Delete Tool
523
+
524
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
525
+
526
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
527
+ :type cell: str
528
+ :param tool: Unique identifier addressing a collision tool. (required)
529
+ :type tool: str
530
+ :param _request_timeout: timeout setting for this request. If one
531
+ number provided, it will be total request
532
+ timeout. It can also be a pair (tuple) of
533
+ (connection, read) timeouts.
534
+ :type _request_timeout: int, tuple(int, int), optional
535
+ :param _request_auth: set to override the auth_settings for an a single
536
+ request; this effectively ignores the
537
+ authentication in the spec for a single request.
538
+ :type _request_auth: dict, optional
539
+ :param _content_type: force content-type for the request.
540
+ :type _content_type: str, Optional
541
+ :param _headers: set to override the headers for a single
542
+ request; this effectively ignores the headers
543
+ in the spec for a single request.
544
+ :type _headers: dict, optional
545
+ :param _host_index: set to override the host_index for a single
546
+ request; this effectively ignores the host_index
547
+ in the spec for a single request.
548
+ :type _host_index: int, optional
549
+ :return: Returns the result object.
550
+ """ # noqa: E501
551
+
552
+ _param = self._delete_stored_collision_tool_serialize(
553
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
554
+ )
555
+
556
+ _response_types_map: Dict[str, Optional[str]] = {
557
+ "204": None,
558
+ }
559
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
560
+ await response_data.read()
561
+ return self.api_client.response_deserialize(
562
+ response_data=response_data,
563
+ response_types_map=_response_types_map,
564
+ ).data
565
+
566
+ @validate_call
567
+ async def delete_stored_collision_tool_with_http_info(
568
+ self,
569
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
570
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
571
+ _request_timeout: Union[
572
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
573
+ ] = None,
574
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
575
+ _content_type: Optional[StrictStr] = None,
576
+ _headers: Optional[Dict[StrictStr, Any]] = None,
577
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
578
+ ) -> ApiResponse[None]:
579
+ """Delete Tool
580
+
581
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
582
+
583
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
584
+ :type cell: str
585
+ :param tool: Unique identifier addressing a collision tool. (required)
586
+ :type tool: str
587
+ :param _request_timeout: timeout setting for this request. If one
588
+ number provided, it will be total request
589
+ timeout. It can also be a pair (tuple) of
590
+ (connection, read) timeouts.
591
+ :type _request_timeout: int, tuple(int, int), optional
592
+ :param _request_auth: set to override the auth_settings for an a single
593
+ request; this effectively ignores the
594
+ authentication in the spec for a single request.
595
+ :type _request_auth: dict, optional
596
+ :param _content_type: force content-type for the request.
597
+ :type _content_type: str, Optional
598
+ :param _headers: set to override the headers for a single
599
+ request; this effectively ignores the headers
600
+ in the spec for a single request.
601
+ :type _headers: dict, optional
602
+ :param _host_index: set to override the host_index for a single
603
+ request; this effectively ignores the host_index
604
+ in the spec for a single request.
605
+ :type _host_index: int, optional
606
+ :return: Returns the result object.
607
+ """ # noqa: E501
608
+
609
+ _param = self._delete_stored_collision_tool_serialize(
610
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
611
+ )
612
+
613
+ _response_types_map: Dict[str, Optional[str]] = {
614
+ "204": None,
615
+ }
616
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
617
+ await response_data.read()
618
+ return self.api_client.response_deserialize(
619
+ response_data=response_data,
620
+ response_types_map=_response_types_map,
621
+ )
622
+
623
+ @validate_call
624
+ async def delete_stored_collision_tool_without_preload_content(
625
+ self,
626
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
627
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
628
+ _request_timeout: Union[
629
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
630
+ ] = None,
631
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
632
+ _content_type: Optional[StrictStr] = None,
633
+ _headers: Optional[Dict[StrictStr, Any]] = None,
634
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
635
+ ) -> RESTResponseType:
636
+ """Delete Tool
637
+
638
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
639
+
640
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
641
+ :type cell: str
642
+ :param tool: Unique identifier addressing a collision tool. (required)
643
+ :type tool: str
644
+ :param _request_timeout: timeout setting for this request. If one
645
+ number provided, it will be total request
646
+ timeout. It can also be a pair (tuple) of
647
+ (connection, read) timeouts.
648
+ :type _request_timeout: int, tuple(int, int), optional
649
+ :param _request_auth: set to override the auth_settings for an a single
650
+ request; this effectively ignores the
651
+ authentication in the spec for a single request.
652
+ :type _request_auth: dict, optional
653
+ :param _content_type: force content-type for the request.
654
+ :type _content_type: str, Optional
655
+ :param _headers: set to override the headers for a single
656
+ request; this effectively ignores the headers
657
+ in the spec for a single request.
658
+ :type _headers: dict, optional
659
+ :param _host_index: set to override the host_index for a single
660
+ request; this effectively ignores the host_index
661
+ in the spec for a single request.
662
+ :type _host_index: int, optional
663
+ :return: Returns the result object.
664
+ """ # noqa: E501
665
+
666
+ _param = self._delete_stored_collision_tool_serialize(
667
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
668
+ )
669
+
670
+ _response_types_map: Dict[str, Optional[str]] = {
671
+ "204": None,
672
+ }
673
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
674
+ return response_data.response
675
+
676
+ def _delete_stored_collision_tool_serialize(
677
+ self,
678
+ cell,
679
+ tool,
680
+ _request_auth,
681
+ _content_type,
682
+ _headers,
683
+ _host_index,
684
+ ) -> RequestSerialized:
685
+
686
+ _host = None
687
+
688
+ _collection_formats: Dict[str, str] = {}
689
+
690
+ _path_params: Dict[str, str] = {}
691
+ _query_params: List[Tuple[str, str]] = []
692
+ _header_params: Dict[str, Optional[str]] = _headers or {}
693
+ _form_params: List[Tuple[str, str]] = []
694
+ _files: Dict[str, Union[str, bytes]] = {}
695
+ _body_params: Optional[bytes] = None
696
+
697
+ # process the path parameters
698
+ if cell is not None:
699
+ _path_params["cell"] = cell
700
+ if tool is not None:
701
+ _path_params["tool"] = tool
702
+ # process the query parameters
703
+ # process the header parameters
704
+ # process the form parameters
705
+ # process the body parameter
706
+
707
+ # authentication setting
708
+ _auth_settings: List[str] = ["BearerAuth"]
709
+
710
+ return self.api_client.param_serialize(
711
+ method="DELETE",
712
+ resource_path="/cells/{cell}/store/collision/tools/{tool}",
713
+ path_params=_path_params,
714
+ query_params=_query_params,
715
+ header_params=_header_params,
716
+ body=_body_params,
717
+ post_params=_form_params,
718
+ files=_files,
719
+ auth_settings=_auth_settings,
720
+ collection_formats=_collection_formats,
721
+ _host=_host,
722
+ _request_auth=_request_auth,
723
+ )
724
+
725
+ @validate_call
726
+ async def get_default_link_chain(
727
+ self,
728
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
729
+ motion_group_model: Annotated[
730
+ StrictStr,
731
+ Field(
732
+ description="Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](#/operations/getOptimizerConfiguration). "
733
+ ),
734
+ ],
735
+ _request_timeout: Union[
736
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
737
+ ] = None,
738
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
739
+ _content_type: Optional[StrictStr] = None,
740
+ _headers: Optional[Dict[StrictStr, Any]] = None,
741
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
742
+ ) -> List[Dict[str, Collider]]:
743
+ """(Deprecated) Get Default Link Chain
744
+
745
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](#/operations/getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](#/operations/storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link's default shape.
746
+
747
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
748
+ :type cell: str
749
+ :param motion_group_model: Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](#/operations/getOptimizerConfiguration). (required)
750
+ :type motion_group_model: str
751
+ :param _request_timeout: timeout setting for this request. If one
752
+ number provided, it will be total request
753
+ timeout. It can also be a pair (tuple) of
754
+ (connection, read) timeouts.
755
+ :type _request_timeout: int, tuple(int, int), optional
756
+ :param _request_auth: set to override the auth_settings for an a single
757
+ request; this effectively ignores the
758
+ authentication in the spec for a single request.
759
+ :type _request_auth: dict, optional
760
+ :param _content_type: force content-type for the request.
761
+ :type _content_type: str, Optional
762
+ :param _headers: set to override the headers for a single
763
+ request; this effectively ignores the headers
764
+ in the spec for a single request.
765
+ :type _headers: dict, optional
766
+ :param _host_index: set to override the host_index for a single
767
+ request; this effectively ignores the host_index
768
+ in the spec for a single request.
769
+ :type _host_index: int, optional
770
+ :return: Returns the result object.
771
+ """ # noqa: E501
772
+ warnings.warn("GET /cells/{cell}/store/collision/default-link-chains/{motion-group-model} is deprecated.", DeprecationWarning)
773
+
774
+ _param = self._get_default_link_chain_serialize(
775
+ cell=cell,
776
+ motion_group_model=motion_group_model,
777
+ _request_auth=_request_auth,
778
+ _content_type=_content_type,
779
+ _headers=_headers,
780
+ _host_index=_host_index,
781
+ )
782
+
783
+ _response_types_map: Dict[str, Optional[str]] = {
784
+ "200": "List[Dict[str, Collider]]",
785
+ "404": None,
786
+ "422": "HTTPValidationError",
787
+ "500": None,
788
+ }
789
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
790
+ await response_data.read()
791
+ return self.api_client.response_deserialize(
792
+ response_data=response_data,
793
+ response_types_map=_response_types_map,
794
+ ).data
795
+
796
+ @validate_call
797
+ async def get_default_link_chain_with_http_info(
798
+ self,
799
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
800
+ motion_group_model: Annotated[
801
+ StrictStr,
802
+ Field(
803
+ description="Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](#/operations/getOptimizerConfiguration). "
804
+ ),
805
+ ],
806
+ _request_timeout: Union[
807
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
808
+ ] = None,
809
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
810
+ _content_type: Optional[StrictStr] = None,
811
+ _headers: Optional[Dict[StrictStr, Any]] = None,
812
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
813
+ ) -> ApiResponse[List[Dict[str, Collider]]]:
814
+ """(Deprecated) Get Default Link Chain
815
+
816
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](#/operations/getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](#/operations/storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link's default shape.
817
+
818
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
819
+ :type cell: str
820
+ :param motion_group_model: Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](#/operations/getOptimizerConfiguration). (required)
821
+ :type motion_group_model: str
822
+ :param _request_timeout: timeout setting for this request. If one
823
+ number provided, it will be total request
824
+ timeout. It can also be a pair (tuple) of
825
+ (connection, read) timeouts.
826
+ :type _request_timeout: int, tuple(int, int), optional
827
+ :param _request_auth: set to override the auth_settings for an a single
828
+ request; this effectively ignores the
829
+ authentication in the spec for a single request.
830
+ :type _request_auth: dict, optional
831
+ :param _content_type: force content-type for the request.
832
+ :type _content_type: str, Optional
833
+ :param _headers: set to override the headers for a single
834
+ request; this effectively ignores the headers
835
+ in the spec for a single request.
836
+ :type _headers: dict, optional
837
+ :param _host_index: set to override the host_index for a single
838
+ request; this effectively ignores the host_index
839
+ in the spec for a single request.
840
+ :type _host_index: int, optional
841
+ :return: Returns the result object.
842
+ """ # noqa: E501
843
+ warnings.warn("GET /cells/{cell}/store/collision/default-link-chains/{motion-group-model} is deprecated.", DeprecationWarning)
844
+
845
+ _param = self._get_default_link_chain_serialize(
846
+ cell=cell,
847
+ motion_group_model=motion_group_model,
848
+ _request_auth=_request_auth,
849
+ _content_type=_content_type,
850
+ _headers=_headers,
851
+ _host_index=_host_index,
852
+ )
853
+
854
+ _response_types_map: Dict[str, Optional[str]] = {
855
+ "200": "List[Dict[str, Collider]]",
856
+ "404": None,
857
+ "422": "HTTPValidationError",
858
+ "500": None,
859
+ }
860
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
861
+ await response_data.read()
862
+ return self.api_client.response_deserialize(
863
+ response_data=response_data,
864
+ response_types_map=_response_types_map,
865
+ )
866
+
867
+ @validate_call
868
+ async def get_default_link_chain_without_preload_content(
869
+ self,
870
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
871
+ motion_group_model: Annotated[
872
+ StrictStr,
873
+ Field(
874
+ description="Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](#/operations/getOptimizerConfiguration). "
875
+ ),
876
+ ],
877
+ _request_timeout: Union[
878
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
879
+ ] = None,
880
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
881
+ _content_type: Optional[StrictStr] = None,
882
+ _headers: Optional[Dict[StrictStr, Any]] = None,
883
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
884
+ ) -> RESTResponseType:
885
+ """(Deprecated) Get Default Link Chain
886
+
887
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](#/operations/getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](#/operations/storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link's default shape.
888
+
889
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
890
+ :type cell: str
891
+ :param motion_group_model: Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](#/operations/getOptimizerConfiguration). (required)
892
+ :type motion_group_model: str
893
+ :param _request_timeout: timeout setting for this request. If one
894
+ number provided, it will be total request
895
+ timeout. It can also be a pair (tuple) of
896
+ (connection, read) timeouts.
897
+ :type _request_timeout: int, tuple(int, int), optional
898
+ :param _request_auth: set to override the auth_settings for an a single
899
+ request; this effectively ignores the
900
+ authentication in the spec for a single request.
901
+ :type _request_auth: dict, optional
902
+ :param _content_type: force content-type for the request.
903
+ :type _content_type: str, Optional
904
+ :param _headers: set to override the headers for a single
905
+ request; this effectively ignores the headers
906
+ in the spec for a single request.
907
+ :type _headers: dict, optional
908
+ :param _host_index: set to override the host_index for a single
909
+ request; this effectively ignores the host_index
910
+ in the spec for a single request.
911
+ :type _host_index: int, optional
912
+ :return: Returns the result object.
913
+ """ # noqa: E501
914
+ warnings.warn("GET /cells/{cell}/store/collision/default-link-chains/{motion-group-model} is deprecated.", DeprecationWarning)
915
+
916
+ _param = self._get_default_link_chain_serialize(
917
+ cell=cell,
918
+ motion_group_model=motion_group_model,
919
+ _request_auth=_request_auth,
920
+ _content_type=_content_type,
921
+ _headers=_headers,
922
+ _host_index=_host_index,
923
+ )
924
+
925
+ _response_types_map: Dict[str, Optional[str]] = {
926
+ "200": "List[Dict[str, Collider]]",
927
+ "404": None,
928
+ "422": "HTTPValidationError",
929
+ "500": None,
930
+ }
931
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
932
+ return response_data.response
933
+
934
+ def _get_default_link_chain_serialize(
935
+ self,
936
+ cell,
937
+ motion_group_model,
938
+ _request_auth,
939
+ _content_type,
940
+ _headers,
941
+ _host_index,
942
+ ) -> RequestSerialized:
943
+
944
+ _host = None
945
+
946
+ _collection_formats: Dict[str, str] = {}
947
+
948
+ _path_params: Dict[str, str] = {}
949
+ _query_params: List[Tuple[str, str]] = []
950
+ _header_params: Dict[str, Optional[str]] = _headers or {}
951
+ _form_params: List[Tuple[str, str]] = []
952
+ _files: Dict[str, Union[str, bytes]] = {}
953
+ _body_params: Optional[bytes] = None
954
+
955
+ # process the path parameters
956
+ if cell is not None:
957
+ _path_params["cell"] = cell
958
+ if motion_group_model is not None:
959
+ _path_params["motion-group-model"] = motion_group_model
960
+ # process the query parameters
961
+ # process the header parameters
962
+ # process the form parameters
963
+ # process the body parameter
964
+
965
+ # set the HTTP header `Accept`
966
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
967
+
968
+ # authentication setting
969
+ _auth_settings: List[str] = ["BearerAuth"]
970
+
971
+ return self.api_client.param_serialize(
972
+ method="GET",
973
+ resource_path="/cells/{cell}/store/collision/default-link-chains/{motion-group-model}",
974
+ path_params=_path_params,
975
+ query_params=_query_params,
976
+ header_params=_header_params,
977
+ body=_body_params,
978
+ post_params=_form_params,
979
+ files=_files,
980
+ auth_settings=_auth_settings,
981
+ collection_formats=_collection_formats,
982
+ _host=_host,
983
+ _request_auth=_request_auth,
984
+ )
985
+
986
+ @validate_call
987
+ async def get_stored_collider(
988
+ self,
989
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
990
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
991
+ _request_timeout: Union[
992
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
993
+ ] = None,
994
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
995
+ _content_type: Optional[StrictStr] = None,
996
+ _headers: Optional[Dict[StrictStr, Any]] = None,
997
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
998
+ ) -> Collider:
999
+ """Get Collider
1000
+
1001
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collider.
1002
+
1003
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1004
+ :type cell: str
1005
+ :param collider: Unique identifier addressing a collider. (required)
1006
+ :type collider: str
1007
+ :param _request_timeout: timeout setting for this request. If one
1008
+ number provided, it will be total request
1009
+ timeout. It can also be a pair (tuple) of
1010
+ (connection, read) timeouts.
1011
+ :type _request_timeout: int, tuple(int, int), optional
1012
+ :param _request_auth: set to override the auth_settings for an a single
1013
+ request; this effectively ignores the
1014
+ authentication in the spec for a single request.
1015
+ :type _request_auth: dict, optional
1016
+ :param _content_type: force content-type for the request.
1017
+ :type _content_type: str, Optional
1018
+ :param _headers: set to override the headers for a single
1019
+ request; this effectively ignores the headers
1020
+ in the spec for a single request.
1021
+ :type _headers: dict, optional
1022
+ :param _host_index: set to override the host_index for a single
1023
+ request; this effectively ignores the host_index
1024
+ in the spec for a single request.
1025
+ :type _host_index: int, optional
1026
+ :return: Returns the result object.
1027
+ """ # noqa: E501
1028
+
1029
+ _param = self._get_stored_collider_serialize(
1030
+ cell=cell,
1031
+ collider=collider,
1032
+ _request_auth=_request_auth,
1033
+ _content_type=_content_type,
1034
+ _headers=_headers,
1035
+ _host_index=_host_index,
1036
+ )
1037
+
1038
+ _response_types_map: Dict[str, Optional[str]] = {
1039
+ "200": "Collider",
1040
+ "404": None,
1041
+ }
1042
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1043
+ await response_data.read()
1044
+ return self.api_client.response_deserialize(
1045
+ response_data=response_data,
1046
+ response_types_map=_response_types_map,
1047
+ ).data
1048
+
1049
+ @validate_call
1050
+ async def get_stored_collider_with_http_info(
1051
+ self,
1052
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1053
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
1054
+ _request_timeout: Union[
1055
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1056
+ ] = None,
1057
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1058
+ _content_type: Optional[StrictStr] = None,
1059
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1060
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1061
+ ) -> ApiResponse[Collider]:
1062
+ """Get Collider
1063
+
1064
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collider.
1065
+
1066
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1067
+ :type cell: str
1068
+ :param collider: Unique identifier addressing a collider. (required)
1069
+ :type collider: str
1070
+ :param _request_timeout: timeout setting for this request. If one
1071
+ number provided, it will be total request
1072
+ timeout. It can also be a pair (tuple) of
1073
+ (connection, read) timeouts.
1074
+ :type _request_timeout: int, tuple(int, int), optional
1075
+ :param _request_auth: set to override the auth_settings for an a single
1076
+ request; this effectively ignores the
1077
+ authentication in the spec for a single request.
1078
+ :type _request_auth: dict, optional
1079
+ :param _content_type: force content-type for the request.
1080
+ :type _content_type: str, Optional
1081
+ :param _headers: set to override the headers for a single
1082
+ request; this effectively ignores the headers
1083
+ in the spec for a single request.
1084
+ :type _headers: dict, optional
1085
+ :param _host_index: set to override the host_index for a single
1086
+ request; this effectively ignores the host_index
1087
+ in the spec for a single request.
1088
+ :type _host_index: int, optional
1089
+ :return: Returns the result object.
1090
+ """ # noqa: E501
1091
+
1092
+ _param = self._get_stored_collider_serialize(
1093
+ cell=cell,
1094
+ collider=collider,
1095
+ _request_auth=_request_auth,
1096
+ _content_type=_content_type,
1097
+ _headers=_headers,
1098
+ _host_index=_host_index,
1099
+ )
1100
+
1101
+ _response_types_map: Dict[str, Optional[str]] = {
1102
+ "200": "Collider",
1103
+ "404": None,
1104
+ }
1105
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1106
+ await response_data.read()
1107
+ return self.api_client.response_deserialize(
1108
+ response_data=response_data,
1109
+ response_types_map=_response_types_map,
1110
+ )
1111
+
1112
+ @validate_call
1113
+ async def get_stored_collider_without_preload_content(
1114
+ self,
1115
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1116
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
1117
+ _request_timeout: Union[
1118
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1119
+ ] = None,
1120
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1121
+ _content_type: Optional[StrictStr] = None,
1122
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1123
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1124
+ ) -> RESTResponseType:
1125
+ """Get Collider
1126
+
1127
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collider.
1128
+
1129
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1130
+ :type cell: str
1131
+ :param collider: Unique identifier addressing a collider. (required)
1132
+ :type collider: str
1133
+ :param _request_timeout: timeout setting for this request. If one
1134
+ number provided, it will be total request
1135
+ timeout. It can also be a pair (tuple) of
1136
+ (connection, read) timeouts.
1137
+ :type _request_timeout: int, tuple(int, int), optional
1138
+ :param _request_auth: set to override the auth_settings for an a single
1139
+ request; this effectively ignores the
1140
+ authentication in the spec for a single request.
1141
+ :type _request_auth: dict, optional
1142
+ :param _content_type: force content-type for the request.
1143
+ :type _content_type: str, Optional
1144
+ :param _headers: set to override the headers for a single
1145
+ request; this effectively ignores the headers
1146
+ in the spec for a single request.
1147
+ :type _headers: dict, optional
1148
+ :param _host_index: set to override the host_index for a single
1149
+ request; this effectively ignores the host_index
1150
+ in the spec for a single request.
1151
+ :type _host_index: int, optional
1152
+ :return: Returns the result object.
1153
+ """ # noqa: E501
1154
+
1155
+ _param = self._get_stored_collider_serialize(
1156
+ cell=cell,
1157
+ collider=collider,
1158
+ _request_auth=_request_auth,
1159
+ _content_type=_content_type,
1160
+ _headers=_headers,
1161
+ _host_index=_host_index,
1162
+ )
1163
+
1164
+ _response_types_map: Dict[str, Optional[str]] = {
1165
+ "200": "Collider",
1166
+ "404": None,
1167
+ }
1168
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1169
+ return response_data.response
1170
+
1171
+ def _get_stored_collider_serialize(
1172
+ self,
1173
+ cell,
1174
+ collider,
1175
+ _request_auth,
1176
+ _content_type,
1177
+ _headers,
1178
+ _host_index,
1179
+ ) -> RequestSerialized:
1180
+
1181
+ _host = None
1182
+
1183
+ _collection_formats: Dict[str, str] = {}
1184
+
1185
+ _path_params: Dict[str, str] = {}
1186
+ _query_params: List[Tuple[str, str]] = []
1187
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1188
+ _form_params: List[Tuple[str, str]] = []
1189
+ _files: Dict[str, Union[str, bytes]] = {}
1190
+ _body_params: Optional[bytes] = None
1191
+
1192
+ # process the path parameters
1193
+ if cell is not None:
1194
+ _path_params["cell"] = cell
1195
+ if collider is not None:
1196
+ _path_params["collider"] = collider
1197
+ # process the query parameters
1198
+ # process the header parameters
1199
+ # process the form parameters
1200
+ # process the body parameter
1201
+
1202
+ # set the HTTP header `Accept`
1203
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
1204
+
1205
+ # authentication setting
1206
+ _auth_settings: List[str] = ["BearerAuth"]
1207
+
1208
+ return self.api_client.param_serialize(
1209
+ method="GET",
1210
+ resource_path="/cells/{cell}/store/collision/colliders/{collider}",
1211
+ path_params=_path_params,
1212
+ query_params=_query_params,
1213
+ header_params=_header_params,
1214
+ body=_body_params,
1215
+ post_params=_form_params,
1216
+ files=_files,
1217
+ auth_settings=_auth_settings,
1218
+ collection_formats=_collection_formats,
1219
+ _host=_host,
1220
+ _request_auth=_request_auth,
1221
+ )
1222
+
1223
+ @validate_call
1224
+ async def get_stored_collision_link_chain(
1225
+ self,
1226
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1227
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
1228
+ _request_timeout: Union[
1229
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1230
+ ] = None,
1231
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1232
+ _content_type: Optional[StrictStr] = None,
1233
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1234
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1235
+ ) -> List[Dict[str, Collider]]:
1236
+ """Get Link Chain
1237
+
1238
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collision link chain.
1239
+
1240
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1241
+ :type cell: str
1242
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
1243
+ :type link_chain: str
1244
+ :param _request_timeout: timeout setting for this request. If one
1245
+ number provided, it will be total request
1246
+ timeout. It can also be a pair (tuple) of
1247
+ (connection, read) timeouts.
1248
+ :type _request_timeout: int, tuple(int, int), optional
1249
+ :param _request_auth: set to override the auth_settings for an a single
1250
+ request; this effectively ignores the
1251
+ authentication in the spec for a single request.
1252
+ :type _request_auth: dict, optional
1253
+ :param _content_type: force content-type for the request.
1254
+ :type _content_type: str, Optional
1255
+ :param _headers: set to override the headers for a single
1256
+ request; this effectively ignores the headers
1257
+ in the spec for a single request.
1258
+ :type _headers: dict, optional
1259
+ :param _host_index: set to override the host_index for a single
1260
+ request; this effectively ignores the host_index
1261
+ in the spec for a single request.
1262
+ :type _host_index: int, optional
1263
+ :return: Returns the result object.
1264
+ """ # noqa: E501
1265
+
1266
+ _param = self._get_stored_collision_link_chain_serialize(
1267
+ cell=cell,
1268
+ link_chain=link_chain,
1269
+ _request_auth=_request_auth,
1270
+ _content_type=_content_type,
1271
+ _headers=_headers,
1272
+ _host_index=_host_index,
1273
+ )
1274
+
1275
+ _response_types_map: Dict[str, Optional[str]] = {
1276
+ "200": "List[Dict[str, Collider]]",
1277
+ "404": None,
1278
+ }
1279
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1280
+ await response_data.read()
1281
+ return self.api_client.response_deserialize(
1282
+ response_data=response_data,
1283
+ response_types_map=_response_types_map,
1284
+ ).data
1285
+
1286
+ @validate_call
1287
+ async def get_stored_collision_link_chain_with_http_info(
1288
+ self,
1289
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1290
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
1291
+ _request_timeout: Union[
1292
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1293
+ ] = None,
1294
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1295
+ _content_type: Optional[StrictStr] = None,
1296
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1297
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1298
+ ) -> ApiResponse[List[Dict[str, Collider]]]:
1299
+ """Get Link Chain
1300
+
1301
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collision link chain.
1302
+
1303
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1304
+ :type cell: str
1305
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
1306
+ :type link_chain: str
1307
+ :param _request_timeout: timeout setting for this request. If one
1308
+ number provided, it will be total request
1309
+ timeout. It can also be a pair (tuple) of
1310
+ (connection, read) timeouts.
1311
+ :type _request_timeout: int, tuple(int, int), optional
1312
+ :param _request_auth: set to override the auth_settings for an a single
1313
+ request; this effectively ignores the
1314
+ authentication in the spec for a single request.
1315
+ :type _request_auth: dict, optional
1316
+ :param _content_type: force content-type for the request.
1317
+ :type _content_type: str, Optional
1318
+ :param _headers: set to override the headers for a single
1319
+ request; this effectively ignores the headers
1320
+ in the spec for a single request.
1321
+ :type _headers: dict, optional
1322
+ :param _host_index: set to override the host_index for a single
1323
+ request; this effectively ignores the host_index
1324
+ in the spec for a single request.
1325
+ :type _host_index: int, optional
1326
+ :return: Returns the result object.
1327
+ """ # noqa: E501
1328
+
1329
+ _param = self._get_stored_collision_link_chain_serialize(
1330
+ cell=cell,
1331
+ link_chain=link_chain,
1332
+ _request_auth=_request_auth,
1333
+ _content_type=_content_type,
1334
+ _headers=_headers,
1335
+ _host_index=_host_index,
1336
+ )
1337
+
1338
+ _response_types_map: Dict[str, Optional[str]] = {
1339
+ "200": "List[Dict[str, Collider]]",
1340
+ "404": None,
1341
+ }
1342
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1343
+ await response_data.read()
1344
+ return self.api_client.response_deserialize(
1345
+ response_data=response_data,
1346
+ response_types_map=_response_types_map,
1347
+ )
1348
+
1349
+ @validate_call
1350
+ async def get_stored_collision_link_chain_without_preload_content(
1351
+ self,
1352
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1353
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
1354
+ _request_timeout: Union[
1355
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1356
+ ] = None,
1357
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1358
+ _content_type: Optional[StrictStr] = None,
1359
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1360
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1361
+ ) -> RESTResponseType:
1362
+ """Get Link Chain
1363
+
1364
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collision link chain.
1365
+
1366
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1367
+ :type cell: str
1368
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
1369
+ :type link_chain: str
1370
+ :param _request_timeout: timeout setting for this request. If one
1371
+ number provided, it will be total request
1372
+ timeout. It can also be a pair (tuple) of
1373
+ (connection, read) timeouts.
1374
+ :type _request_timeout: int, tuple(int, int), optional
1375
+ :param _request_auth: set to override the auth_settings for an a single
1376
+ request; this effectively ignores the
1377
+ authentication in the spec for a single request.
1378
+ :type _request_auth: dict, optional
1379
+ :param _content_type: force content-type for the request.
1380
+ :type _content_type: str, Optional
1381
+ :param _headers: set to override the headers for a single
1382
+ request; this effectively ignores the headers
1383
+ in the spec for a single request.
1384
+ :type _headers: dict, optional
1385
+ :param _host_index: set to override the host_index for a single
1386
+ request; this effectively ignores the host_index
1387
+ in the spec for a single request.
1388
+ :type _host_index: int, optional
1389
+ :return: Returns the result object.
1390
+ """ # noqa: E501
1391
+
1392
+ _param = self._get_stored_collision_link_chain_serialize(
1393
+ cell=cell,
1394
+ link_chain=link_chain,
1395
+ _request_auth=_request_auth,
1396
+ _content_type=_content_type,
1397
+ _headers=_headers,
1398
+ _host_index=_host_index,
1399
+ )
1400
+
1401
+ _response_types_map: Dict[str, Optional[str]] = {
1402
+ "200": "List[Dict[str, Collider]]",
1403
+ "404": None,
1404
+ }
1405
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1406
+ return response_data.response
1407
+
1408
+ def _get_stored_collision_link_chain_serialize(
1409
+ self,
1410
+ cell,
1411
+ link_chain,
1412
+ _request_auth,
1413
+ _content_type,
1414
+ _headers,
1415
+ _host_index,
1416
+ ) -> RequestSerialized:
1417
+
1418
+ _host = None
1419
+
1420
+ _collection_formats: Dict[str, str] = {}
1421
+
1422
+ _path_params: Dict[str, str] = {}
1423
+ _query_params: List[Tuple[str, str]] = []
1424
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1425
+ _form_params: List[Tuple[str, str]] = []
1426
+ _files: Dict[str, Union[str, bytes]] = {}
1427
+ _body_params: Optional[bytes] = None
1428
+
1429
+ # process the path parameters
1430
+ if cell is not None:
1431
+ _path_params["cell"] = cell
1432
+ if link_chain is not None:
1433
+ _path_params["link-chain"] = link_chain
1434
+ # process the query parameters
1435
+ # process the header parameters
1436
+ # process the form parameters
1437
+ # process the body parameter
1438
+
1439
+ # set the HTTP header `Accept`
1440
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
1441
+
1442
+ # authentication setting
1443
+ _auth_settings: List[str] = ["BearerAuth"]
1444
+
1445
+ return self.api_client.param_serialize(
1446
+ method="GET",
1447
+ resource_path="/cells/{cell}/store/collision/link-chains/{link-chain}",
1448
+ path_params=_path_params,
1449
+ query_params=_query_params,
1450
+ header_params=_header_params,
1451
+ body=_body_params,
1452
+ post_params=_form_params,
1453
+ files=_files,
1454
+ auth_settings=_auth_settings,
1455
+ collection_formats=_collection_formats,
1456
+ _host=_host,
1457
+ _request_auth=_request_auth,
1458
+ )
1459
+
1460
+ @validate_call
1461
+ async def get_stored_collision_tool(
1462
+ self,
1463
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1464
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
1465
+ _request_timeout: Union[
1466
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1467
+ ] = None,
1468
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1469
+ _content_type: Optional[StrictStr] = None,
1470
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1471
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1472
+ ) -> Dict[str, Collider]:
1473
+ """Get Tool
1474
+
1475
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored tool.
1476
+
1477
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1478
+ :type cell: str
1479
+ :param tool: Unique identifier addressing a collision tool. (required)
1480
+ :type tool: str
1481
+ :param _request_timeout: timeout setting for this request. If one
1482
+ number provided, it will be total request
1483
+ timeout. It can also be a pair (tuple) of
1484
+ (connection, read) timeouts.
1485
+ :type _request_timeout: int, tuple(int, int), optional
1486
+ :param _request_auth: set to override the auth_settings for an a single
1487
+ request; this effectively ignores the
1488
+ authentication in the spec for a single request.
1489
+ :type _request_auth: dict, optional
1490
+ :param _content_type: force content-type for the request.
1491
+ :type _content_type: str, Optional
1492
+ :param _headers: set to override the headers for a single
1493
+ request; this effectively ignores the headers
1494
+ in the spec for a single request.
1495
+ :type _headers: dict, optional
1496
+ :param _host_index: set to override the host_index for a single
1497
+ request; this effectively ignores the host_index
1498
+ in the spec for a single request.
1499
+ :type _host_index: int, optional
1500
+ :return: Returns the result object.
1501
+ """ # noqa: E501
1502
+
1503
+ _param = self._get_stored_collision_tool_serialize(
1504
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1505
+ )
1506
+
1507
+ _response_types_map: Dict[str, Optional[str]] = {
1508
+ "200": "Dict[str, Collider]",
1509
+ "404": None,
1510
+ }
1511
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1512
+ await response_data.read()
1513
+ return self.api_client.response_deserialize(
1514
+ response_data=response_data,
1515
+ response_types_map=_response_types_map,
1516
+ ).data
1517
+
1518
+ @validate_call
1519
+ async def get_stored_collision_tool_with_http_info(
1520
+ self,
1521
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1522
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
1523
+ _request_timeout: Union[
1524
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1525
+ ] = None,
1526
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1527
+ _content_type: Optional[StrictStr] = None,
1528
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1529
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1530
+ ) -> ApiResponse[Dict[str, Collider]]:
1531
+ """Get Tool
1532
+
1533
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored tool.
1534
+
1535
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1536
+ :type cell: str
1537
+ :param tool: Unique identifier addressing a collision tool. (required)
1538
+ :type tool: str
1539
+ :param _request_timeout: timeout setting for this request. If one
1540
+ number provided, it will be total request
1541
+ timeout. It can also be a pair (tuple) of
1542
+ (connection, read) timeouts.
1543
+ :type _request_timeout: int, tuple(int, int), optional
1544
+ :param _request_auth: set to override the auth_settings for an a single
1545
+ request; this effectively ignores the
1546
+ authentication in the spec for a single request.
1547
+ :type _request_auth: dict, optional
1548
+ :param _content_type: force content-type for the request.
1549
+ :type _content_type: str, Optional
1550
+ :param _headers: set to override the headers for a single
1551
+ request; this effectively ignores the headers
1552
+ in the spec for a single request.
1553
+ :type _headers: dict, optional
1554
+ :param _host_index: set to override the host_index for a single
1555
+ request; this effectively ignores the host_index
1556
+ in the spec for a single request.
1557
+ :type _host_index: int, optional
1558
+ :return: Returns the result object.
1559
+ """ # noqa: E501
1560
+
1561
+ _param = self._get_stored_collision_tool_serialize(
1562
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1563
+ )
1564
+
1565
+ _response_types_map: Dict[str, Optional[str]] = {
1566
+ "200": "Dict[str, Collider]",
1567
+ "404": None,
1568
+ }
1569
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1570
+ await response_data.read()
1571
+ return self.api_client.response_deserialize(
1572
+ response_data=response_data,
1573
+ response_types_map=_response_types_map,
1574
+ )
1575
+
1576
+ @validate_call
1577
+ async def get_stored_collision_tool_without_preload_content(
1578
+ self,
1579
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1580
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
1581
+ _request_timeout: Union[
1582
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1583
+ ] = None,
1584
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1585
+ _content_type: Optional[StrictStr] = None,
1586
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1587
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1588
+ ) -> RESTResponseType:
1589
+ """Get Tool
1590
+
1591
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored tool.
1592
+
1593
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1594
+ :type cell: str
1595
+ :param tool: Unique identifier addressing a collision tool. (required)
1596
+ :type tool: str
1597
+ :param _request_timeout: timeout setting for this request. If one
1598
+ number provided, it will be total request
1599
+ timeout. It can also be a pair (tuple) of
1600
+ (connection, read) timeouts.
1601
+ :type _request_timeout: int, tuple(int, int), optional
1602
+ :param _request_auth: set to override the auth_settings for an a single
1603
+ request; this effectively ignores the
1604
+ authentication in the spec for a single request.
1605
+ :type _request_auth: dict, optional
1606
+ :param _content_type: force content-type for the request.
1607
+ :type _content_type: str, Optional
1608
+ :param _headers: set to override the headers for a single
1609
+ request; this effectively ignores the headers
1610
+ in the spec for a single request.
1611
+ :type _headers: dict, optional
1612
+ :param _host_index: set to override the host_index for a single
1613
+ request; this effectively ignores the host_index
1614
+ in the spec for a single request.
1615
+ :type _host_index: int, optional
1616
+ :return: Returns the result object.
1617
+ """ # noqa: E501
1618
+
1619
+ _param = self._get_stored_collision_tool_serialize(
1620
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1621
+ )
1622
+
1623
+ _response_types_map: Dict[str, Optional[str]] = {
1624
+ "200": "Dict[str, Collider]",
1625
+ "404": None,
1626
+ }
1627
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1628
+ return response_data.response
1629
+
1630
+ def _get_stored_collision_tool_serialize(
1631
+ self,
1632
+ cell,
1633
+ tool,
1634
+ _request_auth,
1635
+ _content_type,
1636
+ _headers,
1637
+ _host_index,
1638
+ ) -> RequestSerialized:
1639
+
1640
+ _host = None
1641
+
1642
+ _collection_formats: Dict[str, str] = {}
1643
+
1644
+ _path_params: Dict[str, str] = {}
1645
+ _query_params: List[Tuple[str, str]] = []
1646
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1647
+ _form_params: List[Tuple[str, str]] = []
1648
+ _files: Dict[str, Union[str, bytes]] = {}
1649
+ _body_params: Optional[bytes] = None
1650
+
1651
+ # process the path parameters
1652
+ if cell is not None:
1653
+ _path_params["cell"] = cell
1654
+ if tool is not None:
1655
+ _path_params["tool"] = tool
1656
+ # process the query parameters
1657
+ # process the header parameters
1658
+ # process the form parameters
1659
+ # process the body parameter
1660
+
1661
+ # set the HTTP header `Accept`
1662
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
1663
+
1664
+ # authentication setting
1665
+ _auth_settings: List[str] = ["BearerAuth"]
1666
+
1667
+ return self.api_client.param_serialize(
1668
+ method="GET",
1669
+ resource_path="/cells/{cell}/store/collision/tools/{tool}",
1670
+ path_params=_path_params,
1671
+ query_params=_query_params,
1672
+ header_params=_header_params,
1673
+ body=_body_params,
1674
+ post_params=_form_params,
1675
+ files=_files,
1676
+ auth_settings=_auth_settings,
1677
+ collection_formats=_collection_formats,
1678
+ _host=_host,
1679
+ _request_auth=_request_auth,
1680
+ )
1681
+
1682
+ @validate_call
1683
+ async def list_collision_link_chains(
1684
+ self,
1685
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1686
+ _request_timeout: Union[
1687
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1688
+ ] = None,
1689
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1690
+ _content_type: Optional[StrictStr] = None,
1691
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1692
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1693
+ ) -> Dict[str, List[Dict[str, Collider]]]:
1694
+ """List Link Chains
1695
+
1696
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored link chains.
1697
+
1698
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1699
+ :type cell: str
1700
+ :param _request_timeout: timeout setting for this request. If one
1701
+ number provided, it will be total request
1702
+ timeout. It can also be a pair (tuple) of
1703
+ (connection, read) timeouts.
1704
+ :type _request_timeout: int, tuple(int, int), optional
1705
+ :param _request_auth: set to override the auth_settings for an a single
1706
+ request; this effectively ignores the
1707
+ authentication in the spec for a single request.
1708
+ :type _request_auth: dict, optional
1709
+ :param _content_type: force content-type for the request.
1710
+ :type _content_type: str, Optional
1711
+ :param _headers: set to override the headers for a single
1712
+ request; this effectively ignores the headers
1713
+ in the spec for a single request.
1714
+ :type _headers: dict, optional
1715
+ :param _host_index: set to override the host_index for a single
1716
+ request; this effectively ignores the host_index
1717
+ in the spec for a single request.
1718
+ :type _host_index: int, optional
1719
+ :return: Returns the result object.
1720
+ """ # noqa: E501
1721
+
1722
+ _param = self._list_collision_link_chains_serialize(
1723
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1724
+ )
1725
+
1726
+ _response_types_map: Dict[str, Optional[str]] = {
1727
+ "200": "Dict[str, List[Dict[str, Collider]]]",
1728
+ }
1729
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1730
+ await response_data.read()
1731
+ return self.api_client.response_deserialize(
1732
+ response_data=response_data,
1733
+ response_types_map=_response_types_map,
1734
+ ).data
1735
+
1736
+ @validate_call
1737
+ async def list_collision_link_chains_with_http_info(
1738
+ self,
1739
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1740
+ _request_timeout: Union[
1741
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1742
+ ] = None,
1743
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1744
+ _content_type: Optional[StrictStr] = None,
1745
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1746
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1747
+ ) -> ApiResponse[Dict[str, List[Dict[str, Collider]]]]:
1748
+ """List Link Chains
1749
+
1750
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored link chains.
1751
+
1752
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1753
+ :type cell: str
1754
+ :param _request_timeout: timeout setting for this request. If one
1755
+ number provided, it will be total request
1756
+ timeout. It can also be a pair (tuple) of
1757
+ (connection, read) timeouts.
1758
+ :type _request_timeout: int, tuple(int, int), optional
1759
+ :param _request_auth: set to override the auth_settings for an a single
1760
+ request; this effectively ignores the
1761
+ authentication in the spec for a single request.
1762
+ :type _request_auth: dict, optional
1763
+ :param _content_type: force content-type for the request.
1764
+ :type _content_type: str, Optional
1765
+ :param _headers: set to override the headers for a single
1766
+ request; this effectively ignores the headers
1767
+ in the spec for a single request.
1768
+ :type _headers: dict, optional
1769
+ :param _host_index: set to override the host_index for a single
1770
+ request; this effectively ignores the host_index
1771
+ in the spec for a single request.
1772
+ :type _host_index: int, optional
1773
+ :return: Returns the result object.
1774
+ """ # noqa: E501
1775
+
1776
+ _param = self._list_collision_link_chains_serialize(
1777
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1778
+ )
1779
+
1780
+ _response_types_map: Dict[str, Optional[str]] = {
1781
+ "200": "Dict[str, List[Dict[str, Collider]]]",
1782
+ }
1783
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1784
+ await response_data.read()
1785
+ return self.api_client.response_deserialize(
1786
+ response_data=response_data,
1787
+ response_types_map=_response_types_map,
1788
+ )
1789
+
1790
+ @validate_call
1791
+ async def list_collision_link_chains_without_preload_content(
1792
+ self,
1793
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1794
+ _request_timeout: Union[
1795
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1796
+ ] = None,
1797
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1798
+ _content_type: Optional[StrictStr] = None,
1799
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1800
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1801
+ ) -> RESTResponseType:
1802
+ """List Link Chains
1803
+
1804
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored link chains.
1805
+
1806
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1807
+ :type cell: str
1808
+ :param _request_timeout: timeout setting for this request. If one
1809
+ number provided, it will be total request
1810
+ timeout. It can also be a pair (tuple) of
1811
+ (connection, read) timeouts.
1812
+ :type _request_timeout: int, tuple(int, int), optional
1813
+ :param _request_auth: set to override the auth_settings for an a single
1814
+ request; this effectively ignores the
1815
+ authentication in the spec for a single request.
1816
+ :type _request_auth: dict, optional
1817
+ :param _content_type: force content-type for the request.
1818
+ :type _content_type: str, Optional
1819
+ :param _headers: set to override the headers for a single
1820
+ request; this effectively ignores the headers
1821
+ in the spec for a single request.
1822
+ :type _headers: dict, optional
1823
+ :param _host_index: set to override the host_index for a single
1824
+ request; this effectively ignores the host_index
1825
+ in the spec for a single request.
1826
+ :type _host_index: int, optional
1827
+ :return: Returns the result object.
1828
+ """ # noqa: E501
1829
+
1830
+ _param = self._list_collision_link_chains_serialize(
1831
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1832
+ )
1833
+
1834
+ _response_types_map: Dict[str, Optional[str]] = {
1835
+ "200": "Dict[str, List[Dict[str, Collider]]]",
1836
+ }
1837
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1838
+ return response_data.response
1839
+
1840
+ def _list_collision_link_chains_serialize(
1841
+ self,
1842
+ cell,
1843
+ _request_auth,
1844
+ _content_type,
1845
+ _headers,
1846
+ _host_index,
1847
+ ) -> RequestSerialized:
1848
+
1849
+ _host = None
1850
+
1851
+ _collection_formats: Dict[str, str] = {}
1852
+
1853
+ _path_params: Dict[str, str] = {}
1854
+ _query_params: List[Tuple[str, str]] = []
1855
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1856
+ _form_params: List[Tuple[str, str]] = []
1857
+ _files: Dict[str, Union[str, bytes]] = {}
1858
+ _body_params: Optional[bytes] = None
1859
+
1860
+ # process the path parameters
1861
+ if cell is not None:
1862
+ _path_params["cell"] = cell
1863
+ # process the query parameters
1864
+ # process the header parameters
1865
+ # process the form parameters
1866
+ # process the body parameter
1867
+
1868
+ # set the HTTP header `Accept`
1869
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
1870
+
1871
+ # authentication setting
1872
+ _auth_settings: List[str] = ["BearerAuth"]
1873
+
1874
+ return self.api_client.param_serialize(
1875
+ method="GET",
1876
+ resource_path="/cells/{cell}/store/collision/link-chains",
1877
+ path_params=_path_params,
1878
+ query_params=_query_params,
1879
+ header_params=_header_params,
1880
+ body=_body_params,
1881
+ post_params=_form_params,
1882
+ files=_files,
1883
+ auth_settings=_auth_settings,
1884
+ collection_formats=_collection_formats,
1885
+ _host=_host,
1886
+ _request_auth=_request_auth,
1887
+ )
1888
+
1889
+ @validate_call
1890
+ async def list_stored_colliders(
1891
+ self,
1892
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1893
+ _request_timeout: Union[
1894
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1895
+ ] = None,
1896
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1897
+ _content_type: Optional[StrictStr] = None,
1898
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1899
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1900
+ ) -> Dict[str, Collider]:
1901
+ """List Colliders
1902
+
1903
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of colliders in a scene. This excludes colliders that are part of a motion group.
1904
+
1905
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1906
+ :type cell: str
1907
+ :param _request_timeout: timeout setting for this request. If one
1908
+ number provided, it will be total request
1909
+ timeout. It can also be a pair (tuple) of
1910
+ (connection, read) timeouts.
1911
+ :type _request_timeout: int, tuple(int, int), optional
1912
+ :param _request_auth: set to override the auth_settings for an a single
1913
+ request; this effectively ignores the
1914
+ authentication in the spec for a single request.
1915
+ :type _request_auth: dict, optional
1916
+ :param _content_type: force content-type for the request.
1917
+ :type _content_type: str, Optional
1918
+ :param _headers: set to override the headers for a single
1919
+ request; this effectively ignores the headers
1920
+ in the spec for a single request.
1921
+ :type _headers: dict, optional
1922
+ :param _host_index: set to override the host_index for a single
1923
+ request; this effectively ignores the host_index
1924
+ in the spec for a single request.
1925
+ :type _host_index: int, optional
1926
+ :return: Returns the result object.
1927
+ """ # noqa: E501
1928
+
1929
+ _param = self._list_stored_colliders_serialize(
1930
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1931
+ )
1932
+
1933
+ _response_types_map: Dict[str, Optional[str]] = {
1934
+ "200": "Dict[str, Collider]",
1935
+ }
1936
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1937
+ await response_data.read()
1938
+ return self.api_client.response_deserialize(
1939
+ response_data=response_data,
1940
+ response_types_map=_response_types_map,
1941
+ ).data
1942
+
1943
+ @validate_call
1944
+ async def list_stored_colliders_with_http_info(
1945
+ self,
1946
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1947
+ _request_timeout: Union[
1948
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1949
+ ] = None,
1950
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1951
+ _content_type: Optional[StrictStr] = None,
1952
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1953
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1954
+ ) -> ApiResponse[Dict[str, Collider]]:
1955
+ """List Colliders
1956
+
1957
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of colliders in a scene. This excludes colliders that are part of a motion group.
1958
+
1959
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1960
+ :type cell: str
1961
+ :param _request_timeout: timeout setting for this request. If one
1962
+ number provided, it will be total request
1963
+ timeout. It can also be a pair (tuple) of
1964
+ (connection, read) timeouts.
1965
+ :type _request_timeout: int, tuple(int, int), optional
1966
+ :param _request_auth: set to override the auth_settings for an a single
1967
+ request; this effectively ignores the
1968
+ authentication in the spec for a single request.
1969
+ :type _request_auth: dict, optional
1970
+ :param _content_type: force content-type for the request.
1971
+ :type _content_type: str, Optional
1972
+ :param _headers: set to override the headers for a single
1973
+ request; this effectively ignores the headers
1974
+ in the spec for a single request.
1975
+ :type _headers: dict, optional
1976
+ :param _host_index: set to override the host_index for a single
1977
+ request; this effectively ignores the host_index
1978
+ in the spec for a single request.
1979
+ :type _host_index: int, optional
1980
+ :return: Returns the result object.
1981
+ """ # noqa: E501
1982
+
1983
+ _param = self._list_stored_colliders_serialize(
1984
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1985
+ )
1986
+
1987
+ _response_types_map: Dict[str, Optional[str]] = {
1988
+ "200": "Dict[str, Collider]",
1989
+ }
1990
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1991
+ await response_data.read()
1992
+ return self.api_client.response_deserialize(
1993
+ response_data=response_data,
1994
+ response_types_map=_response_types_map,
1995
+ )
1996
+
1997
+ @validate_call
1998
+ async def list_stored_colliders_without_preload_content(
1999
+ self,
2000
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2001
+ _request_timeout: Union[
2002
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2003
+ ] = None,
2004
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2005
+ _content_type: Optional[StrictStr] = None,
2006
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2007
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2008
+ ) -> RESTResponseType:
2009
+ """List Colliders
2010
+
2011
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of colliders in a scene. This excludes colliders that are part of a motion group.
2012
+
2013
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2014
+ :type cell: str
2015
+ :param _request_timeout: timeout setting for this request. If one
2016
+ number provided, it will be total request
2017
+ timeout. It can also be a pair (tuple) of
2018
+ (connection, read) timeouts.
2019
+ :type _request_timeout: int, tuple(int, int), optional
2020
+ :param _request_auth: set to override the auth_settings for an a single
2021
+ request; this effectively ignores the
2022
+ authentication in the spec for a single request.
2023
+ :type _request_auth: dict, optional
2024
+ :param _content_type: force content-type for the request.
2025
+ :type _content_type: str, Optional
2026
+ :param _headers: set to override the headers for a single
2027
+ request; this effectively ignores the headers
2028
+ in the spec for a single request.
2029
+ :type _headers: dict, optional
2030
+ :param _host_index: set to override the host_index for a single
2031
+ request; this effectively ignores the host_index
2032
+ in the spec for a single request.
2033
+ :type _host_index: int, optional
2034
+ :return: Returns the result object.
2035
+ """ # noqa: E501
2036
+
2037
+ _param = self._list_stored_colliders_serialize(
2038
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2039
+ )
2040
+
2041
+ _response_types_map: Dict[str, Optional[str]] = {
2042
+ "200": "Dict[str, Collider]",
2043
+ }
2044
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2045
+ return response_data.response
2046
+
2047
+ def _list_stored_colliders_serialize(
2048
+ self,
2049
+ cell,
2050
+ _request_auth,
2051
+ _content_type,
2052
+ _headers,
2053
+ _host_index,
2054
+ ) -> RequestSerialized:
2055
+
2056
+ _host = None
2057
+
2058
+ _collection_formats: Dict[str, str] = {}
2059
+
2060
+ _path_params: Dict[str, str] = {}
2061
+ _query_params: List[Tuple[str, str]] = []
2062
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2063
+ _form_params: List[Tuple[str, str]] = []
2064
+ _files: Dict[str, Union[str, bytes]] = {}
2065
+ _body_params: Optional[bytes] = None
2066
+
2067
+ # process the path parameters
2068
+ if cell is not None:
2069
+ _path_params["cell"] = cell
2070
+ # process the query parameters
2071
+ # process the header parameters
2072
+ # process the form parameters
2073
+ # process the body parameter
2074
+
2075
+ # set the HTTP header `Accept`
2076
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
2077
+
2078
+ # authentication setting
2079
+ _auth_settings: List[str] = ["BearerAuth"]
2080
+
2081
+ return self.api_client.param_serialize(
2082
+ method="GET",
2083
+ resource_path="/cells/{cell}/store/collision/colliders",
2084
+ path_params=_path_params,
2085
+ query_params=_query_params,
2086
+ header_params=_header_params,
2087
+ body=_body_params,
2088
+ post_params=_form_params,
2089
+ files=_files,
2090
+ auth_settings=_auth_settings,
2091
+ collection_formats=_collection_formats,
2092
+ _host=_host,
2093
+ _request_auth=_request_auth,
2094
+ )
2095
+
2096
+ @validate_call
2097
+ async def list_stored_collision_tools(
2098
+ self,
2099
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2100
+ _request_timeout: Union[
2101
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2102
+ ] = None,
2103
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2104
+ _content_type: Optional[StrictStr] = None,
2105
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2106
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2107
+ ) -> Dict[str, Dict[str, Collider]]:
2108
+ """List Tools
2109
+
2110
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the list of stored tools.
2111
+
2112
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2113
+ :type cell: str
2114
+ :param _request_timeout: timeout setting for this request. If one
2115
+ number provided, it will be total request
2116
+ timeout. It can also be a pair (tuple) of
2117
+ (connection, read) timeouts.
2118
+ :type _request_timeout: int, tuple(int, int), optional
2119
+ :param _request_auth: set to override the auth_settings for an a single
2120
+ request; this effectively ignores the
2121
+ authentication in the spec for a single request.
2122
+ :type _request_auth: dict, optional
2123
+ :param _content_type: force content-type for the request.
2124
+ :type _content_type: str, Optional
2125
+ :param _headers: set to override the headers for a single
2126
+ request; this effectively ignores the headers
2127
+ in the spec for a single request.
2128
+ :type _headers: dict, optional
2129
+ :param _host_index: set to override the host_index for a single
2130
+ request; this effectively ignores the host_index
2131
+ in the spec for a single request.
2132
+ :type _host_index: int, optional
2133
+ :return: Returns the result object.
2134
+ """ # noqa: E501
2135
+
2136
+ _param = self._list_stored_collision_tools_serialize(
2137
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2138
+ )
2139
+
2140
+ _response_types_map: Dict[str, Optional[str]] = {
2141
+ "200": "Dict[str, Dict[str, Collider]]",
2142
+ }
2143
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2144
+ await response_data.read()
2145
+ return self.api_client.response_deserialize(
2146
+ response_data=response_data,
2147
+ response_types_map=_response_types_map,
2148
+ ).data
2149
+
2150
+ @validate_call
2151
+ async def list_stored_collision_tools_with_http_info(
2152
+ self,
2153
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2154
+ _request_timeout: Union[
2155
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2156
+ ] = None,
2157
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2158
+ _content_type: Optional[StrictStr] = None,
2159
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2160
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2161
+ ) -> ApiResponse[Dict[str, Dict[str, Collider]]]:
2162
+ """List Tools
2163
+
2164
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the list of stored tools.
2165
+
2166
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2167
+ :type cell: str
2168
+ :param _request_timeout: timeout setting for this request. If one
2169
+ number provided, it will be total request
2170
+ timeout. It can also be a pair (tuple) of
2171
+ (connection, read) timeouts.
2172
+ :type _request_timeout: int, tuple(int, int), optional
2173
+ :param _request_auth: set to override the auth_settings for an a single
2174
+ request; this effectively ignores the
2175
+ authentication in the spec for a single request.
2176
+ :type _request_auth: dict, optional
2177
+ :param _content_type: force content-type for the request.
2178
+ :type _content_type: str, Optional
2179
+ :param _headers: set to override the headers for a single
2180
+ request; this effectively ignores the headers
2181
+ in the spec for a single request.
2182
+ :type _headers: dict, optional
2183
+ :param _host_index: set to override the host_index for a single
2184
+ request; this effectively ignores the host_index
2185
+ in the spec for a single request.
2186
+ :type _host_index: int, optional
2187
+ :return: Returns the result object.
2188
+ """ # noqa: E501
2189
+
2190
+ _param = self._list_stored_collision_tools_serialize(
2191
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2192
+ )
2193
+
2194
+ _response_types_map: Dict[str, Optional[str]] = {
2195
+ "200": "Dict[str, Dict[str, Collider]]",
2196
+ }
2197
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2198
+ await response_data.read()
2199
+ return self.api_client.response_deserialize(
2200
+ response_data=response_data,
2201
+ response_types_map=_response_types_map,
2202
+ )
2203
+
2204
+ @validate_call
2205
+ async def list_stored_collision_tools_without_preload_content(
2206
+ self,
2207
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2208
+ _request_timeout: Union[
2209
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2210
+ ] = None,
2211
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2212
+ _content_type: Optional[StrictStr] = None,
2213
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2214
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2215
+ ) -> RESTResponseType:
2216
+ """List Tools
2217
+
2218
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the list of stored tools.
2219
+
2220
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2221
+ :type cell: str
2222
+ :param _request_timeout: timeout setting for this request. If one
2223
+ number provided, it will be total request
2224
+ timeout. It can also be a pair (tuple) of
2225
+ (connection, read) timeouts.
2226
+ :type _request_timeout: int, tuple(int, int), optional
2227
+ :param _request_auth: set to override the auth_settings for an a single
2228
+ request; this effectively ignores the
2229
+ authentication in the spec for a single request.
2230
+ :type _request_auth: dict, optional
2231
+ :param _content_type: force content-type for the request.
2232
+ :type _content_type: str, Optional
2233
+ :param _headers: set to override the headers for a single
2234
+ request; this effectively ignores the headers
2235
+ in the spec for a single request.
2236
+ :type _headers: dict, optional
2237
+ :param _host_index: set to override the host_index for a single
2238
+ request; this effectively ignores the host_index
2239
+ in the spec for a single request.
2240
+ :type _host_index: int, optional
2241
+ :return: Returns the result object.
2242
+ """ # noqa: E501
2243
+
2244
+ _param = self._list_stored_collision_tools_serialize(
2245
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2246
+ )
2247
+
2248
+ _response_types_map: Dict[str, Optional[str]] = {
2249
+ "200": "Dict[str, Dict[str, Collider]]",
2250
+ }
2251
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2252
+ return response_data.response
2253
+
2254
+ def _list_stored_collision_tools_serialize(
2255
+ self,
2256
+ cell,
2257
+ _request_auth,
2258
+ _content_type,
2259
+ _headers,
2260
+ _host_index,
2261
+ ) -> RequestSerialized:
2262
+
2263
+ _host = None
2264
+
2265
+ _collection_formats: Dict[str, str] = {}
2266
+
2267
+ _path_params: Dict[str, str] = {}
2268
+ _query_params: List[Tuple[str, str]] = []
2269
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2270
+ _form_params: List[Tuple[str, str]] = []
2271
+ _files: Dict[str, Union[str, bytes]] = {}
2272
+ _body_params: Optional[bytes] = None
2273
+
2274
+ # process the path parameters
2275
+ if cell is not None:
2276
+ _path_params["cell"] = cell
2277
+ # process the query parameters
2278
+ # process the header parameters
2279
+ # process the form parameters
2280
+ # process the body parameter
2281
+
2282
+ # set the HTTP header `Accept`
2283
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
2284
+
2285
+ # authentication setting
2286
+ _auth_settings: List[str] = ["BearerAuth"]
2287
+
2288
+ return self.api_client.param_serialize(
2289
+ method="GET",
2290
+ resource_path="/cells/{cell}/store/collision/tools",
2291
+ path_params=_path_params,
2292
+ query_params=_query_params,
2293
+ header_params=_header_params,
2294
+ body=_body_params,
2295
+ post_params=_form_params,
2296
+ files=_files,
2297
+ auth_settings=_auth_settings,
2298
+ collection_formats=_collection_formats,
2299
+ _host=_host,
2300
+ _request_auth=_request_auth,
2301
+ )
2302
+
2303
+ @validate_call
2304
+ async def store_collider(
2305
+ self,
2306
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2307
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
2308
+ collider2: Collider,
2309
+ _request_timeout: Union[
2310
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2311
+ ] = None,
2312
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2313
+ _content_type: Optional[StrictStr] = None,
2314
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2315
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2316
+ ) -> Collider:
2317
+ """Store Collider
2318
+
2319
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores collider. If the collider does not exist, it will be created. If the collider exists, it will be updated.
2320
+
2321
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2322
+ :type cell: str
2323
+ :param collider: Unique identifier addressing a collider. (required)
2324
+ :type collider: str
2325
+ :param collider2: (required)
2326
+ :type collider2: Collider
2327
+ :param _request_timeout: timeout setting for this request. If one
2328
+ number provided, it will be total request
2329
+ timeout. It can also be a pair (tuple) of
2330
+ (connection, read) timeouts.
2331
+ :type _request_timeout: int, tuple(int, int), optional
2332
+ :param _request_auth: set to override the auth_settings for an a single
2333
+ request; this effectively ignores the
2334
+ authentication in the spec for a single request.
2335
+ :type _request_auth: dict, optional
2336
+ :param _content_type: force content-type for the request.
2337
+ :type _content_type: str, Optional
2338
+ :param _headers: set to override the headers for a single
2339
+ request; this effectively ignores the headers
2340
+ in the spec for a single request.
2341
+ :type _headers: dict, optional
2342
+ :param _host_index: set to override the host_index for a single
2343
+ request; this effectively ignores the host_index
2344
+ in the spec for a single request.
2345
+ :type _host_index: int, optional
2346
+ :return: Returns the result object.
2347
+ """ # noqa: E501
2348
+
2349
+ _param = self._store_collider_serialize(
2350
+ cell=cell,
2351
+ collider=collider,
2352
+ collider2=collider2,
2353
+ _request_auth=_request_auth,
2354
+ _content_type=_content_type,
2355
+ _headers=_headers,
2356
+ _host_index=_host_index,
2357
+ )
2358
+
2359
+ _response_types_map: Dict[str, Optional[str]] = {
2360
+ "200": "Collider",
2361
+ }
2362
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2363
+ await response_data.read()
2364
+ return self.api_client.response_deserialize(
2365
+ response_data=response_data,
2366
+ response_types_map=_response_types_map,
2367
+ ).data
2368
+
2369
+ @validate_call
2370
+ async def store_collider_with_http_info(
2371
+ self,
2372
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2373
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
2374
+ collider2: Collider,
2375
+ _request_timeout: Union[
2376
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2377
+ ] = None,
2378
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2379
+ _content_type: Optional[StrictStr] = None,
2380
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2381
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2382
+ ) -> ApiResponse[Collider]:
2383
+ """Store Collider
2384
+
2385
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores collider. If the collider does not exist, it will be created. If the collider exists, it will be updated.
2386
+
2387
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2388
+ :type cell: str
2389
+ :param collider: Unique identifier addressing a collider. (required)
2390
+ :type collider: str
2391
+ :param collider2: (required)
2392
+ :type collider2: Collider
2393
+ :param _request_timeout: timeout setting for this request. If one
2394
+ number provided, it will be total request
2395
+ timeout. It can also be a pair (tuple) of
2396
+ (connection, read) timeouts.
2397
+ :type _request_timeout: int, tuple(int, int), optional
2398
+ :param _request_auth: set to override the auth_settings for an a single
2399
+ request; this effectively ignores the
2400
+ authentication in the spec for a single request.
2401
+ :type _request_auth: dict, optional
2402
+ :param _content_type: force content-type for the request.
2403
+ :type _content_type: str, Optional
2404
+ :param _headers: set to override the headers for a single
2405
+ request; this effectively ignores the headers
2406
+ in the spec for a single request.
2407
+ :type _headers: dict, optional
2408
+ :param _host_index: set to override the host_index for a single
2409
+ request; this effectively ignores the host_index
2410
+ in the spec for a single request.
2411
+ :type _host_index: int, optional
2412
+ :return: Returns the result object.
2413
+ """ # noqa: E501
2414
+
2415
+ _param = self._store_collider_serialize(
2416
+ cell=cell,
2417
+ collider=collider,
2418
+ collider2=collider2,
2419
+ _request_auth=_request_auth,
2420
+ _content_type=_content_type,
2421
+ _headers=_headers,
2422
+ _host_index=_host_index,
2423
+ )
2424
+
2425
+ _response_types_map: Dict[str, Optional[str]] = {
2426
+ "200": "Collider",
2427
+ }
2428
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2429
+ await response_data.read()
2430
+ return self.api_client.response_deserialize(
2431
+ response_data=response_data,
2432
+ response_types_map=_response_types_map,
2433
+ )
2434
+
2435
+ @validate_call
2436
+ async def store_collider_without_preload_content(
2437
+ self,
2438
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2439
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
2440
+ collider2: Collider,
2441
+ _request_timeout: Union[
2442
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2443
+ ] = None,
2444
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2445
+ _content_type: Optional[StrictStr] = None,
2446
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2447
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2448
+ ) -> RESTResponseType:
2449
+ """Store Collider
2450
+
2451
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores collider. If the collider does not exist, it will be created. If the collider exists, it will be updated.
2452
+
2453
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2454
+ :type cell: str
2455
+ :param collider: Unique identifier addressing a collider. (required)
2456
+ :type collider: str
2457
+ :param collider2: (required)
2458
+ :type collider2: Collider
2459
+ :param _request_timeout: timeout setting for this request. If one
2460
+ number provided, it will be total request
2461
+ timeout. It can also be a pair (tuple) of
2462
+ (connection, read) timeouts.
2463
+ :type _request_timeout: int, tuple(int, int), optional
2464
+ :param _request_auth: set to override the auth_settings for an a single
2465
+ request; this effectively ignores the
2466
+ authentication in the spec for a single request.
2467
+ :type _request_auth: dict, optional
2468
+ :param _content_type: force content-type for the request.
2469
+ :type _content_type: str, Optional
2470
+ :param _headers: set to override the headers for a single
2471
+ request; this effectively ignores the headers
2472
+ in the spec for a single request.
2473
+ :type _headers: dict, optional
2474
+ :param _host_index: set to override the host_index for a single
2475
+ request; this effectively ignores the host_index
2476
+ in the spec for a single request.
2477
+ :type _host_index: int, optional
2478
+ :return: Returns the result object.
2479
+ """ # noqa: E501
2480
+
2481
+ _param = self._store_collider_serialize(
2482
+ cell=cell,
2483
+ collider=collider,
2484
+ collider2=collider2,
2485
+ _request_auth=_request_auth,
2486
+ _content_type=_content_type,
2487
+ _headers=_headers,
2488
+ _host_index=_host_index,
2489
+ )
2490
+
2491
+ _response_types_map: Dict[str, Optional[str]] = {
2492
+ "200": "Collider",
2493
+ }
2494
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2495
+ return response_data.response
2496
+
2497
+ def _store_collider_serialize(
2498
+ self,
2499
+ cell,
2500
+ collider,
2501
+ collider2,
2502
+ _request_auth,
2503
+ _content_type,
2504
+ _headers,
2505
+ _host_index,
2506
+ ) -> RequestSerialized:
2507
+
2508
+ _host = None
2509
+
2510
+ _collection_formats: Dict[str, str] = {}
2511
+
2512
+ _path_params: Dict[str, str] = {}
2513
+ _query_params: List[Tuple[str, str]] = []
2514
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2515
+ _form_params: List[Tuple[str, str]] = []
2516
+ _files: Dict[str, Union[str, bytes]] = {}
2517
+ _body_params: Optional[bytes] = None
2518
+
2519
+ # process the path parameters
2520
+ if cell is not None:
2521
+ _path_params["cell"] = cell
2522
+ if collider is not None:
2523
+ _path_params["collider"] = collider
2524
+ # process the query parameters
2525
+ # process the header parameters
2526
+ # process the form parameters
2527
+ # process the body parameter
2528
+ if collider2 is not None:
2529
+ _body_params = collider2
2530
+
2531
+ # set the HTTP header `Accept`
2532
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
2533
+
2534
+ # set the HTTP header `Content-Type`
2535
+ if _content_type:
2536
+ _header_params["Content-Type"] = _content_type
2537
+ else:
2538
+ _default_content_type = self.api_client.select_header_content_type(["application/json"])
2539
+ if _default_content_type is not None:
2540
+ _header_params["Content-Type"] = _default_content_type
2541
+
2542
+ # authentication setting
2543
+ _auth_settings: List[str] = ["BearerAuth"]
2544
+
2545
+ return self.api_client.param_serialize(
2546
+ method="PUT",
2547
+ resource_path="/cells/{cell}/store/collision/colliders/{collider}",
2548
+ path_params=_path_params,
2549
+ query_params=_query_params,
2550
+ header_params=_header_params,
2551
+ body=_body_params,
2552
+ post_params=_form_params,
2553
+ files=_files,
2554
+ auth_settings=_auth_settings,
2555
+ collection_formats=_collection_formats,
2556
+ _host=_host,
2557
+ _request_auth=_request_auth,
2558
+ )
2559
+
2560
+ @validate_call
2561
+ async def store_collision_link_chain(
2562
+ self,
2563
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2564
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
2565
+ collider: List[Dict[str, Collider]],
2566
+ _request_timeout: Union[
2567
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2568
+ ] = None,
2569
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2570
+ _content_type: Optional[StrictStr] = None,
2571
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2572
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2573
+ ) -> List[Dict[str, Collider]]:
2574
+ """Store Link Chain
2575
+
2576
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores link chain. If the link chain does not exist, it will be created. If the link chain exists, it will be updated.
2577
+
2578
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2579
+ :type cell: str
2580
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
2581
+ :type link_chain: str
2582
+ :param collider: (required)
2583
+ :type collider: List[Dict[str, Collider]]
2584
+ :param _request_timeout: timeout setting for this request. If one
2585
+ number provided, it will be total request
2586
+ timeout. It can also be a pair (tuple) of
2587
+ (connection, read) timeouts.
2588
+ :type _request_timeout: int, tuple(int, int), optional
2589
+ :param _request_auth: set to override the auth_settings for an a single
2590
+ request; this effectively ignores the
2591
+ authentication in the spec for a single request.
2592
+ :type _request_auth: dict, optional
2593
+ :param _content_type: force content-type for the request.
2594
+ :type _content_type: str, Optional
2595
+ :param _headers: set to override the headers for a single
2596
+ request; this effectively ignores the headers
2597
+ in the spec for a single request.
2598
+ :type _headers: dict, optional
2599
+ :param _host_index: set to override the host_index for a single
2600
+ request; this effectively ignores the host_index
2601
+ in the spec for a single request.
2602
+ :type _host_index: int, optional
2603
+ :return: Returns the result object.
2604
+ """ # noqa: E501
2605
+
2606
+ _param = self._store_collision_link_chain_serialize(
2607
+ cell=cell,
2608
+ link_chain=link_chain,
2609
+ collider=collider,
2610
+ _request_auth=_request_auth,
2611
+ _content_type=_content_type,
2612
+ _headers=_headers,
2613
+ _host_index=_host_index,
2614
+ )
2615
+
2616
+ _response_types_map: Dict[str, Optional[str]] = {
2617
+ "200": "List[Dict[str, Collider]]",
2618
+ }
2619
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2620
+ await response_data.read()
2621
+ return self.api_client.response_deserialize(
2622
+ response_data=response_data,
2623
+ response_types_map=_response_types_map,
2624
+ ).data
2625
+
2626
+ @validate_call
2627
+ async def store_collision_link_chain_with_http_info(
2628
+ self,
2629
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2630
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
2631
+ collider: List[Dict[str, Collider]],
2632
+ _request_timeout: Union[
2633
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2634
+ ] = None,
2635
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2636
+ _content_type: Optional[StrictStr] = None,
2637
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2638
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2639
+ ) -> ApiResponse[List[Dict[str, Collider]]]:
2640
+ """Store Link Chain
2641
+
2642
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores link chain. If the link chain does not exist, it will be created. If the link chain exists, it will be updated.
2643
+
2644
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2645
+ :type cell: str
2646
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
2647
+ :type link_chain: str
2648
+ :param collider: (required)
2649
+ :type collider: List[Dict[str, Collider]]
2650
+ :param _request_timeout: timeout setting for this request. If one
2651
+ number provided, it will be total request
2652
+ timeout. It can also be a pair (tuple) of
2653
+ (connection, read) timeouts.
2654
+ :type _request_timeout: int, tuple(int, int), optional
2655
+ :param _request_auth: set to override the auth_settings for an a single
2656
+ request; this effectively ignores the
2657
+ authentication in the spec for a single request.
2658
+ :type _request_auth: dict, optional
2659
+ :param _content_type: force content-type for the request.
2660
+ :type _content_type: str, Optional
2661
+ :param _headers: set to override the headers for a single
2662
+ request; this effectively ignores the headers
2663
+ in the spec for a single request.
2664
+ :type _headers: dict, optional
2665
+ :param _host_index: set to override the host_index for a single
2666
+ request; this effectively ignores the host_index
2667
+ in the spec for a single request.
2668
+ :type _host_index: int, optional
2669
+ :return: Returns the result object.
2670
+ """ # noqa: E501
2671
+
2672
+ _param = self._store_collision_link_chain_serialize(
2673
+ cell=cell,
2674
+ link_chain=link_chain,
2675
+ collider=collider,
2676
+ _request_auth=_request_auth,
2677
+ _content_type=_content_type,
2678
+ _headers=_headers,
2679
+ _host_index=_host_index,
2680
+ )
2681
+
2682
+ _response_types_map: Dict[str, Optional[str]] = {
2683
+ "200": "List[Dict[str, Collider]]",
2684
+ }
2685
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2686
+ await response_data.read()
2687
+ return self.api_client.response_deserialize(
2688
+ response_data=response_data,
2689
+ response_types_map=_response_types_map,
2690
+ )
2691
+
2692
+ @validate_call
2693
+ async def store_collision_link_chain_without_preload_content(
2694
+ self,
2695
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2696
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
2697
+ collider: List[Dict[str, Collider]],
2698
+ _request_timeout: Union[
2699
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2700
+ ] = None,
2701
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2702
+ _content_type: Optional[StrictStr] = None,
2703
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2704
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2705
+ ) -> RESTResponseType:
2706
+ """Store Link Chain
2707
+
2708
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores link chain. If the link chain does not exist, it will be created. If the link chain exists, it will be updated.
2709
+
2710
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2711
+ :type cell: str
2712
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
2713
+ :type link_chain: str
2714
+ :param collider: (required)
2715
+ :type collider: List[Dict[str, Collider]]
2716
+ :param _request_timeout: timeout setting for this request. If one
2717
+ number provided, it will be total request
2718
+ timeout. It can also be a pair (tuple) of
2719
+ (connection, read) timeouts.
2720
+ :type _request_timeout: int, tuple(int, int), optional
2721
+ :param _request_auth: set to override the auth_settings for an a single
2722
+ request; this effectively ignores the
2723
+ authentication in the spec for a single request.
2724
+ :type _request_auth: dict, optional
2725
+ :param _content_type: force content-type for the request.
2726
+ :type _content_type: str, Optional
2727
+ :param _headers: set to override the headers for a single
2728
+ request; this effectively ignores the headers
2729
+ in the spec for a single request.
2730
+ :type _headers: dict, optional
2731
+ :param _host_index: set to override the host_index for a single
2732
+ request; this effectively ignores the host_index
2733
+ in the spec for a single request.
2734
+ :type _host_index: int, optional
2735
+ :return: Returns the result object.
2736
+ """ # noqa: E501
2737
+
2738
+ _param = self._store_collision_link_chain_serialize(
2739
+ cell=cell,
2740
+ link_chain=link_chain,
2741
+ collider=collider,
2742
+ _request_auth=_request_auth,
2743
+ _content_type=_content_type,
2744
+ _headers=_headers,
2745
+ _host_index=_host_index,
2746
+ )
2747
+
2748
+ _response_types_map: Dict[str, Optional[str]] = {
2749
+ "200": "List[Dict[str, Collider]]",
2750
+ }
2751
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2752
+ return response_data.response
2753
+
2754
+ def _store_collision_link_chain_serialize(
2755
+ self,
2756
+ cell,
2757
+ link_chain,
2758
+ collider,
2759
+ _request_auth,
2760
+ _content_type,
2761
+ _headers,
2762
+ _host_index,
2763
+ ) -> RequestSerialized:
2764
+
2765
+ _host = None
2766
+
2767
+ _collection_formats: Dict[str, str] = {
2768
+ "Collider": "",
2769
+ }
2770
+
2771
+ _path_params: Dict[str, str] = {}
2772
+ _query_params: List[Tuple[str, str]] = []
2773
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2774
+ _form_params: List[Tuple[str, str]] = []
2775
+ _files: Dict[str, Union[str, bytes]] = {}
2776
+ _body_params: Optional[bytes] = None
2777
+
2778
+ # process the path parameters
2779
+ if cell is not None:
2780
+ _path_params["cell"] = cell
2781
+ if link_chain is not None:
2782
+ _path_params["link-chain"] = link_chain
2783
+ # process the query parameters
2784
+ # process the header parameters
2785
+ # process the form parameters
2786
+ # process the body parameter
2787
+ if collider is not None:
2788
+ _body_params = collider
2789
+
2790
+ # set the HTTP header `Accept`
2791
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
2792
+
2793
+ # set the HTTP header `Content-Type`
2794
+ if _content_type:
2795
+ _header_params["Content-Type"] = _content_type
2796
+ else:
2797
+ _default_content_type = self.api_client.select_header_content_type(["application/json"])
2798
+ if _default_content_type is not None:
2799
+ _header_params["Content-Type"] = _default_content_type
2800
+
2801
+ # authentication setting
2802
+ _auth_settings: List[str] = ["BearerAuth"]
2803
+
2804
+ return self.api_client.param_serialize(
2805
+ method="PUT",
2806
+ resource_path="/cells/{cell}/store/collision/link-chains/{link-chain}",
2807
+ path_params=_path_params,
2808
+ query_params=_query_params,
2809
+ header_params=_header_params,
2810
+ body=_body_params,
2811
+ post_params=_form_params,
2812
+ files=_files,
2813
+ auth_settings=_auth_settings,
2814
+ collection_formats=_collection_formats,
2815
+ _host=_host,
2816
+ _request_auth=_request_auth,
2817
+ )
2818
+
2819
+ @validate_call
2820
+ async def store_collision_tool(
2821
+ self,
2822
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2823
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
2824
+ request_body: Dict[str, Collider],
2825
+ _request_timeout: Union[
2826
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2827
+ ] = None,
2828
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2829
+ _content_type: Optional[StrictStr] = None,
2830
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2831
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2832
+ ) -> Dict[str, Collider]:
2833
+ """Store Tool
2834
+
2835
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores the tool. If the tool does not exist, it will be created. If the tool exists, it will be updated.
2836
+
2837
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2838
+ :type cell: str
2839
+ :param tool: Unique identifier addressing a collision tool. (required)
2840
+ :type tool: str
2841
+ :param request_body: (required)
2842
+ :type request_body: Dict[str, Collider]
2843
+ :param _request_timeout: timeout setting for this request. If one
2844
+ number provided, it will be total request
2845
+ timeout. It can also be a pair (tuple) of
2846
+ (connection, read) timeouts.
2847
+ :type _request_timeout: int, tuple(int, int), optional
2848
+ :param _request_auth: set to override the auth_settings for an a single
2849
+ request; this effectively ignores the
2850
+ authentication in the spec for a single request.
2851
+ :type _request_auth: dict, optional
2852
+ :param _content_type: force content-type for the request.
2853
+ :type _content_type: str, Optional
2854
+ :param _headers: set to override the headers for a single
2855
+ request; this effectively ignores the headers
2856
+ in the spec for a single request.
2857
+ :type _headers: dict, optional
2858
+ :param _host_index: set to override the host_index for a single
2859
+ request; this effectively ignores the host_index
2860
+ in the spec for a single request.
2861
+ :type _host_index: int, optional
2862
+ :return: Returns the result object.
2863
+ """ # noqa: E501
2864
+
2865
+ _param = self._store_collision_tool_serialize(
2866
+ cell=cell,
2867
+ tool=tool,
2868
+ request_body=request_body,
2869
+ _request_auth=_request_auth,
2870
+ _content_type=_content_type,
2871
+ _headers=_headers,
2872
+ _host_index=_host_index,
2873
+ )
2874
+
2875
+ _response_types_map: Dict[str, Optional[str]] = {
2876
+ "200": "Dict[str, Collider]",
2877
+ }
2878
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2879
+ await response_data.read()
2880
+ return self.api_client.response_deserialize(
2881
+ response_data=response_data,
2882
+ response_types_map=_response_types_map,
2883
+ ).data
2884
+
2885
+ @validate_call
2886
+ async def store_collision_tool_with_http_info(
2887
+ self,
2888
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2889
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
2890
+ request_body: Dict[str, Collider],
2891
+ _request_timeout: Union[
2892
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2893
+ ] = None,
2894
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2895
+ _content_type: Optional[StrictStr] = None,
2896
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2897
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2898
+ ) -> ApiResponse[Dict[str, Collider]]:
2899
+ """Store Tool
2900
+
2901
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores the tool. If the tool does not exist, it will be created. If the tool exists, it will be updated.
2902
+
2903
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2904
+ :type cell: str
2905
+ :param tool: Unique identifier addressing a collision tool. (required)
2906
+ :type tool: str
2907
+ :param request_body: (required)
2908
+ :type request_body: Dict[str, Collider]
2909
+ :param _request_timeout: timeout setting for this request. If one
2910
+ number provided, it will be total request
2911
+ timeout. It can also be a pair (tuple) of
2912
+ (connection, read) timeouts.
2913
+ :type _request_timeout: int, tuple(int, int), optional
2914
+ :param _request_auth: set to override the auth_settings for an a single
2915
+ request; this effectively ignores the
2916
+ authentication in the spec for a single request.
2917
+ :type _request_auth: dict, optional
2918
+ :param _content_type: force content-type for the request.
2919
+ :type _content_type: str, Optional
2920
+ :param _headers: set to override the headers for a single
2921
+ request; this effectively ignores the headers
2922
+ in the spec for a single request.
2923
+ :type _headers: dict, optional
2924
+ :param _host_index: set to override the host_index for a single
2925
+ request; this effectively ignores the host_index
2926
+ in the spec for a single request.
2927
+ :type _host_index: int, optional
2928
+ :return: Returns the result object.
2929
+ """ # noqa: E501
2930
+
2931
+ _param = self._store_collision_tool_serialize(
2932
+ cell=cell,
2933
+ tool=tool,
2934
+ request_body=request_body,
2935
+ _request_auth=_request_auth,
2936
+ _content_type=_content_type,
2937
+ _headers=_headers,
2938
+ _host_index=_host_index,
2939
+ )
2940
+
2941
+ _response_types_map: Dict[str, Optional[str]] = {
2942
+ "200": "Dict[str, Collider]",
2943
+ }
2944
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2945
+ await response_data.read()
2946
+ return self.api_client.response_deserialize(
2947
+ response_data=response_data,
2948
+ response_types_map=_response_types_map,
2949
+ )
2950
+
2951
+ @validate_call
2952
+ async def store_collision_tool_without_preload_content(
2953
+ self,
2954
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2955
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
2956
+ request_body: Dict[str, Collider],
2957
+ _request_timeout: Union[
2958
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2959
+ ] = None,
2960
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2961
+ _content_type: Optional[StrictStr] = None,
2962
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2963
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2964
+ ) -> RESTResponseType:
2965
+ """Store Tool
2966
+
2967
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores the tool. If the tool does not exist, it will be created. If the tool exists, it will be updated.
2968
+
2969
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2970
+ :type cell: str
2971
+ :param tool: Unique identifier addressing a collision tool. (required)
2972
+ :type tool: str
2973
+ :param request_body: (required)
2974
+ :type request_body: Dict[str, Collider]
2975
+ :param _request_timeout: timeout setting for this request. If one
2976
+ number provided, it will be total request
2977
+ timeout. It can also be a pair (tuple) of
2978
+ (connection, read) timeouts.
2979
+ :type _request_timeout: int, tuple(int, int), optional
2980
+ :param _request_auth: set to override the auth_settings for an a single
2981
+ request; this effectively ignores the
2982
+ authentication in the spec for a single request.
2983
+ :type _request_auth: dict, optional
2984
+ :param _content_type: force content-type for the request.
2985
+ :type _content_type: str, Optional
2986
+ :param _headers: set to override the headers for a single
2987
+ request; this effectively ignores the headers
2988
+ in the spec for a single request.
2989
+ :type _headers: dict, optional
2990
+ :param _host_index: set to override the host_index for a single
2991
+ request; this effectively ignores the host_index
2992
+ in the spec for a single request.
2993
+ :type _host_index: int, optional
2994
+ :return: Returns the result object.
2995
+ """ # noqa: E501
2996
+
2997
+ _param = self._store_collision_tool_serialize(
2998
+ cell=cell,
2999
+ tool=tool,
3000
+ request_body=request_body,
3001
+ _request_auth=_request_auth,
3002
+ _content_type=_content_type,
3003
+ _headers=_headers,
3004
+ _host_index=_host_index,
3005
+ )
3006
+
3007
+ _response_types_map: Dict[str, Optional[str]] = {
3008
+ "200": "Dict[str, Collider]",
3009
+ }
3010
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
3011
+ return response_data.response
3012
+
3013
+ def _store_collision_tool_serialize(
3014
+ self,
3015
+ cell,
3016
+ tool,
3017
+ request_body,
3018
+ _request_auth,
3019
+ _content_type,
3020
+ _headers,
3021
+ _host_index,
3022
+ ) -> RequestSerialized:
3023
+
3024
+ _host = None
3025
+
3026
+ _collection_formats: Dict[str, str] = {}
3027
+
3028
+ _path_params: Dict[str, str] = {}
3029
+ _query_params: List[Tuple[str, str]] = []
3030
+ _header_params: Dict[str, Optional[str]] = _headers or {}
3031
+ _form_params: List[Tuple[str, str]] = []
3032
+ _files: Dict[str, Union[str, bytes]] = {}
3033
+ _body_params: Optional[bytes] = None
3034
+
3035
+ # process the path parameters
3036
+ if cell is not None:
3037
+ _path_params["cell"] = cell
3038
+ if tool is not None:
3039
+ _path_params["tool"] = tool
3040
+ # process the query parameters
3041
+ # process the header parameters
3042
+ # process the form parameters
3043
+ # process the body parameter
3044
+ if request_body is not None:
3045
+ _body_params = request_body
3046
+
3047
+ # set the HTTP header `Accept`
3048
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
3049
+
3050
+ # set the HTTP header `Content-Type`
3051
+ if _content_type:
3052
+ _header_params["Content-Type"] = _content_type
3053
+ else:
3054
+ _default_content_type = self.api_client.select_header_content_type(["application/json"])
3055
+ if _default_content_type is not None:
3056
+ _header_params["Content-Type"] = _default_content_type
3057
+
3058
+ # authentication setting
3059
+ _auth_settings: List[str] = ["BearerAuth"]
3060
+
3061
+ return self.api_client.param_serialize(
3062
+ method="PUT",
3063
+ resource_path="/cells/{cell}/store/collision/tools/{tool}",
3064
+ path_params=_path_params,
3065
+ query_params=_query_params,
3066
+ header_params=_header_params,
3067
+ body=_body_params,
3068
+ post_params=_form_params,
3069
+ files=_files,
3070
+ auth_settings=_auth_settings,
3071
+ collection_formats=_collection_formats,
3072
+ _host=_host,
3073
+ _request_auth=_request_auth,
3074
+ )