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,3479 @@
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: 2.3.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
26
+ from typing import Dict, List
27
+ from typing_extensions import Annotated
28
+ from wandelbots_api_client.v2.models.collider import Collider
29
+
30
+ from wandelbots_api_client.v2.api_client import ApiClient, RequestSerialized
31
+ from wandelbots_api_client.v2.api_response import ApiResponse
32
+ from wandelbots_api_client.v2.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
+
103
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
104
+ await response_data.read()
105
+ return self.api_client.response_deserialize(
106
+ response_data=response_data,
107
+ response_types_map=_response_types_map,
108
+ ).data
109
+
110
+ @validate_call
111
+ async def delete_stored_collider_with_http_info(
112
+ self,
113
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
114
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
115
+ _request_timeout: Union[
116
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
117
+ ] = None,
118
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
119
+ _content_type: Optional[StrictStr] = None,
120
+ _headers: Optional[Dict[StrictStr, Any]] = None,
121
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
122
+ ) -> ApiResponse[None]:
123
+ """Delete Collider
124
+
125
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored collider. <!-- theme: danger --> > This will delete persistently stored data.
126
+
127
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
128
+ :type cell: str
129
+ :param collider: Unique identifier addressing a collider. (required)
130
+ :type collider: str
131
+ :param _request_timeout: timeout setting for this request. If one
132
+ number provided, it will be total request
133
+ timeout. It can also be a pair (tuple) of
134
+ (connection, read) timeouts.
135
+ :type _request_timeout: int, tuple(int, int), optional
136
+ :param _request_auth: set to override the auth_settings for an a single
137
+ request; this effectively ignores the
138
+ authentication in the spec for a single request.
139
+ :type _request_auth: dict, optional
140
+ :param _content_type: force content-type for the request.
141
+ :type _content_type: str, Optional
142
+ :param _headers: set to override the headers for a single
143
+ request; this effectively ignores the headers
144
+ in the spec for a single request.
145
+ :type _headers: dict, optional
146
+ :param _host_index: set to override the host_index for a single
147
+ request; this effectively ignores the host_index
148
+ in the spec for a single request.
149
+ :type _host_index: int, optional
150
+ :return: Returns the result object.
151
+ """ # noqa: E501
152
+
153
+ _param = self._delete_stored_collider_serialize(
154
+ cell=cell,
155
+ collider=collider,
156
+ _request_auth=_request_auth,
157
+ _content_type=_content_type,
158
+ _headers=_headers,
159
+ _host_index=_host_index,
160
+ )
161
+
162
+ _response_types_map: Dict[str, Optional[str]] = {
163
+ "204": None,
164
+ }
165
+
166
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
167
+ await response_data.read()
168
+ return self.api_client.response_deserialize(
169
+ response_data=response_data,
170
+ response_types_map=_response_types_map,
171
+ )
172
+
173
+ @validate_call
174
+ async def delete_stored_collider_without_preload_content(
175
+ self,
176
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
177
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
178
+ _request_timeout: Union[
179
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
180
+ ] = None,
181
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
182
+ _content_type: Optional[StrictStr] = None,
183
+ _headers: Optional[Dict[StrictStr, Any]] = None,
184
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
185
+ ) -> RESTResponseType:
186
+ """Delete Collider
187
+
188
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored collider. <!-- theme: danger --> > This will delete persistently stored data.
189
+
190
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
191
+ :type cell: str
192
+ :param collider: Unique identifier addressing a collider. (required)
193
+ :type collider: str
194
+ :param _request_timeout: timeout setting for this request. If one
195
+ number provided, it will be total request
196
+ timeout. It can also be a pair (tuple) of
197
+ (connection, read) timeouts.
198
+ :type _request_timeout: int, tuple(int, int), optional
199
+ :param _request_auth: set to override the auth_settings for an a single
200
+ request; this effectively ignores the
201
+ authentication in the spec for a single request.
202
+ :type _request_auth: dict, optional
203
+ :param _content_type: force content-type for the request.
204
+ :type _content_type: str, Optional
205
+ :param _headers: set to override the headers for a single
206
+ request; this effectively ignores the headers
207
+ in the spec for a single request.
208
+ :type _headers: dict, optional
209
+ :param _host_index: set to override the host_index for a single
210
+ request; this effectively ignores the host_index
211
+ in the spec for a single request.
212
+ :type _host_index: int, optional
213
+ :return: Returns the result object.
214
+ """ # noqa: E501
215
+
216
+ _param = self._delete_stored_collider_serialize(
217
+ cell=cell,
218
+ collider=collider,
219
+ _request_auth=_request_auth,
220
+ _content_type=_content_type,
221
+ _headers=_headers,
222
+ _host_index=_host_index,
223
+ )
224
+
225
+ _response_types_map: Dict[str, Optional[str]] = {
226
+ "204": None,
227
+ }
228
+
229
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
230
+ return response_data.response
231
+
232
+ def _delete_stored_collider_serialize(
233
+ self,
234
+ cell,
235
+ collider,
236
+ _request_auth,
237
+ _content_type,
238
+ _headers,
239
+ _host_index,
240
+ ) -> RequestSerialized:
241
+
242
+ _host = None
243
+
244
+ _collection_formats: Dict[str, str] = {}
245
+
246
+ _path_params: Dict[str, str] = {}
247
+ _query_params: List[Tuple[str, str]] = []
248
+ _header_params: Dict[str, Optional[str]] = _headers or {}
249
+ _form_params: List[Tuple[str, str]] = []
250
+ _files: Dict[str, Union[str, bytes]] = {}
251
+ _body_params: Optional[bytes] = None
252
+
253
+ # process the path parameters
254
+ if cell is not None:
255
+ _path_params["cell"] = cell
256
+ if collider is not None:
257
+ _path_params["collider"] = collider
258
+ # process the query parameters
259
+ # process the header parameters
260
+ # process the form parameters
261
+ # process the body parameter
262
+
263
+ # authentication setting
264
+ _auth_settings: List[str] = ["BearerAuth"]
265
+
266
+ return self.api_client.param_serialize(
267
+ method="DELETE",
268
+ resource_path="/cells/{cell}/store/collision/colliders/{collider}",
269
+ path_params=_path_params,
270
+ query_params=_query_params,
271
+ header_params=_header_params,
272
+ body=_body_params,
273
+ post_params=_form_params,
274
+ files=_files,
275
+ auth_settings=_auth_settings,
276
+ collection_formats=_collection_formats,
277
+ _host=_host,
278
+ _request_auth=_request_auth,
279
+ )
280
+
281
+ @validate_call
282
+ async def delete_stored_collision_link_chain(
283
+ self,
284
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
285
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
286
+ _request_timeout: Union[
287
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
288
+ ] = None,
289
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
290
+ _content_type: Optional[StrictStr] = None,
291
+ _headers: Optional[Dict[StrictStr, Any]] = None,
292
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
293
+ ) -> None:
294
+ """Delete Link Chain
295
+
296
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
297
+
298
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
299
+ :type cell: str
300
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
301
+ :type link_chain: str
302
+ :param _request_timeout: timeout setting for this request. If one
303
+ number provided, it will be total request
304
+ timeout. It can also be a pair (tuple) of
305
+ (connection, read) timeouts.
306
+ :type _request_timeout: int, tuple(int, int), optional
307
+ :param _request_auth: set to override the auth_settings for an a single
308
+ request; this effectively ignores the
309
+ authentication in the spec for a single request.
310
+ :type _request_auth: dict, optional
311
+ :param _content_type: force content-type for the request.
312
+ :type _content_type: str, Optional
313
+ :param _headers: set to override the headers for a single
314
+ request; this effectively ignores the headers
315
+ in the spec for a single request.
316
+ :type _headers: dict, optional
317
+ :param _host_index: set to override the host_index for a single
318
+ request; this effectively ignores the host_index
319
+ in the spec for a single request.
320
+ :type _host_index: int, optional
321
+ :return: Returns the result object.
322
+ """ # noqa: E501
323
+
324
+ _param = self._delete_stored_collision_link_chain_serialize(
325
+ cell=cell,
326
+ link_chain=link_chain,
327
+ _request_auth=_request_auth,
328
+ _content_type=_content_type,
329
+ _headers=_headers,
330
+ _host_index=_host_index,
331
+ )
332
+
333
+ _response_types_map: Dict[str, Optional[str]] = {
334
+ "204": None,
335
+ }
336
+
337
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
338
+ await response_data.read()
339
+ return self.api_client.response_deserialize(
340
+ response_data=response_data,
341
+ response_types_map=_response_types_map,
342
+ ).data
343
+
344
+ @validate_call
345
+ async def delete_stored_collision_link_chain_with_http_info(
346
+ self,
347
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
348
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
349
+ _request_timeout: Union[
350
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
351
+ ] = None,
352
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
353
+ _content_type: Optional[StrictStr] = None,
354
+ _headers: Optional[Dict[StrictStr, Any]] = None,
355
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
356
+ ) -> ApiResponse[None]:
357
+ """Delete Link Chain
358
+
359
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
360
+
361
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
362
+ :type cell: str
363
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
364
+ :type link_chain: str
365
+ :param _request_timeout: timeout setting for this request. If one
366
+ number provided, it will be total request
367
+ timeout. It can also be a pair (tuple) of
368
+ (connection, read) timeouts.
369
+ :type _request_timeout: int, tuple(int, int), optional
370
+ :param _request_auth: set to override the auth_settings for an a single
371
+ request; this effectively ignores the
372
+ authentication in the spec for a single request.
373
+ :type _request_auth: dict, optional
374
+ :param _content_type: force content-type for the request.
375
+ :type _content_type: str, Optional
376
+ :param _headers: set to override the headers for a single
377
+ request; this effectively ignores the headers
378
+ in the spec for a single request.
379
+ :type _headers: dict, optional
380
+ :param _host_index: set to override the host_index for a single
381
+ request; this effectively ignores the host_index
382
+ in the spec for a single request.
383
+ :type _host_index: int, optional
384
+ :return: Returns the result object.
385
+ """ # noqa: E501
386
+
387
+ _param = self._delete_stored_collision_link_chain_serialize(
388
+ cell=cell,
389
+ link_chain=link_chain,
390
+ _request_auth=_request_auth,
391
+ _content_type=_content_type,
392
+ _headers=_headers,
393
+ _host_index=_host_index,
394
+ )
395
+
396
+ _response_types_map: Dict[str, Optional[str]] = {
397
+ "204": None,
398
+ }
399
+
400
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
401
+ await response_data.read()
402
+ return self.api_client.response_deserialize(
403
+ response_data=response_data,
404
+ response_types_map=_response_types_map,
405
+ )
406
+
407
+ @validate_call
408
+ async def delete_stored_collision_link_chain_without_preload_content(
409
+ self,
410
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
411
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
412
+ _request_timeout: Union[
413
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
414
+ ] = None,
415
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
416
+ _content_type: Optional[StrictStr] = None,
417
+ _headers: Optional[Dict[StrictStr, Any]] = None,
418
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
419
+ ) -> RESTResponseType:
420
+ """Delete Link Chain
421
+
422
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
423
+
424
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
425
+ :type cell: str
426
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
427
+ :type link_chain: str
428
+ :param _request_timeout: timeout setting for this request. If one
429
+ number provided, it will be total request
430
+ timeout. It can also be a pair (tuple) of
431
+ (connection, read) timeouts.
432
+ :type _request_timeout: int, tuple(int, int), optional
433
+ :param _request_auth: set to override the auth_settings for an a single
434
+ request; this effectively ignores the
435
+ authentication in the spec for a single request.
436
+ :type _request_auth: dict, optional
437
+ :param _content_type: force content-type for the request.
438
+ :type _content_type: str, Optional
439
+ :param _headers: set to override the headers for a single
440
+ request; this effectively ignores the headers
441
+ in the spec for a single request.
442
+ :type _headers: dict, optional
443
+ :param _host_index: set to override the host_index for a single
444
+ request; this effectively ignores the host_index
445
+ in the spec for a single request.
446
+ :type _host_index: int, optional
447
+ :return: Returns the result object.
448
+ """ # noqa: E501
449
+
450
+ _param = self._delete_stored_collision_link_chain_serialize(
451
+ cell=cell,
452
+ link_chain=link_chain,
453
+ _request_auth=_request_auth,
454
+ _content_type=_content_type,
455
+ _headers=_headers,
456
+ _host_index=_host_index,
457
+ )
458
+
459
+ _response_types_map: Dict[str, Optional[str]] = {
460
+ "204": None,
461
+ }
462
+
463
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
464
+ return response_data.response
465
+
466
+ def _delete_stored_collision_link_chain_serialize(
467
+ self,
468
+ cell,
469
+ link_chain,
470
+ _request_auth,
471
+ _content_type,
472
+ _headers,
473
+ _host_index,
474
+ ) -> RequestSerialized:
475
+
476
+ _host = None
477
+
478
+ _collection_formats: Dict[str, str] = {}
479
+
480
+ _path_params: Dict[str, str] = {}
481
+ _query_params: List[Tuple[str, str]] = []
482
+ _header_params: Dict[str, Optional[str]] = _headers or {}
483
+ _form_params: List[Tuple[str, str]] = []
484
+ _files: Dict[str, Union[str, bytes]] = {}
485
+ _body_params: Optional[bytes] = None
486
+
487
+ # process the path parameters
488
+ if cell is not None:
489
+ _path_params["cell"] = cell
490
+ if link_chain is not None:
491
+ _path_params["link-chain"] = link_chain
492
+ # process the query parameters
493
+ # process the header parameters
494
+ # process the form parameters
495
+ # process the body parameter
496
+
497
+ # authentication setting
498
+ _auth_settings: List[str] = ["BearerAuth"]
499
+
500
+ return self.api_client.param_serialize(
501
+ method="DELETE",
502
+ resource_path="/cells/{cell}/store/collision/link-chains/{link-chain}",
503
+ path_params=_path_params,
504
+ query_params=_query_params,
505
+ header_params=_header_params,
506
+ body=_body_params,
507
+ post_params=_form_params,
508
+ files=_files,
509
+ auth_settings=_auth_settings,
510
+ collection_formats=_collection_formats,
511
+ _host=_host,
512
+ _request_auth=_request_auth,
513
+ )
514
+
515
+ @validate_call
516
+ async def delete_stored_collision_tool(
517
+ self,
518
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
519
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
520
+ _request_timeout: Union[
521
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
522
+ ] = None,
523
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
524
+ _content_type: Optional[StrictStr] = None,
525
+ _headers: Optional[Dict[StrictStr, Any]] = None,
526
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
527
+ ) -> None:
528
+ """Delete Tool
529
+
530
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
531
+
532
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
533
+ :type cell: str
534
+ :param tool: Unique identifier addressing a collision tool. (required)
535
+ :type tool: str
536
+ :param _request_timeout: timeout setting for this request. If one
537
+ number provided, it will be total request
538
+ timeout. It can also be a pair (tuple) of
539
+ (connection, read) timeouts.
540
+ :type _request_timeout: int, tuple(int, int), optional
541
+ :param _request_auth: set to override the auth_settings for an a single
542
+ request; this effectively ignores the
543
+ authentication in the spec for a single request.
544
+ :type _request_auth: dict, optional
545
+ :param _content_type: force content-type for the request.
546
+ :type _content_type: str, Optional
547
+ :param _headers: set to override the headers for a single
548
+ request; this effectively ignores the headers
549
+ in the spec for a single request.
550
+ :type _headers: dict, optional
551
+ :param _host_index: set to override the host_index for a single
552
+ request; this effectively ignores the host_index
553
+ in the spec for a single request.
554
+ :type _host_index: int, optional
555
+ :return: Returns the result object.
556
+ """ # noqa: E501
557
+
558
+ _param = self._delete_stored_collision_tool_serialize(
559
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
560
+ )
561
+
562
+ _response_types_map: Dict[str, Optional[str]] = {
563
+ "204": None,
564
+ }
565
+
566
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
567
+ await response_data.read()
568
+ return self.api_client.response_deserialize(
569
+ response_data=response_data,
570
+ response_types_map=_response_types_map,
571
+ ).data
572
+
573
+ @validate_call
574
+ async def delete_stored_collision_tool_with_http_info(
575
+ self,
576
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
577
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
578
+ _request_timeout: Union[
579
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
580
+ ] = None,
581
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
582
+ _content_type: Optional[StrictStr] = None,
583
+ _headers: Optional[Dict[StrictStr, Any]] = None,
584
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
585
+ ) -> ApiResponse[None]:
586
+ """Delete Tool
587
+
588
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
589
+
590
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
591
+ :type cell: str
592
+ :param tool: Unique identifier addressing a collision tool. (required)
593
+ :type tool: str
594
+ :param _request_timeout: timeout setting for this request. If one
595
+ number provided, it will be total request
596
+ timeout. It can also be a pair (tuple) of
597
+ (connection, read) timeouts.
598
+ :type _request_timeout: int, tuple(int, int), optional
599
+ :param _request_auth: set to override the auth_settings for an a single
600
+ request; this effectively ignores the
601
+ authentication in the spec for a single request.
602
+ :type _request_auth: dict, optional
603
+ :param _content_type: force content-type for the request.
604
+ :type _content_type: str, Optional
605
+ :param _headers: set to override the headers for a single
606
+ request; this effectively ignores the headers
607
+ in the spec for a single request.
608
+ :type _headers: dict, optional
609
+ :param _host_index: set to override the host_index for a single
610
+ request; this effectively ignores the host_index
611
+ in the spec for a single request.
612
+ :type _host_index: int, optional
613
+ :return: Returns the result object.
614
+ """ # noqa: E501
615
+
616
+ _param = self._delete_stored_collision_tool_serialize(
617
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
618
+ )
619
+
620
+ _response_types_map: Dict[str, Optional[str]] = {
621
+ "204": None,
622
+ }
623
+
624
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
625
+ await response_data.read()
626
+ return self.api_client.response_deserialize(
627
+ response_data=response_data,
628
+ response_types_map=_response_types_map,
629
+ )
630
+
631
+ @validate_call
632
+ async def delete_stored_collision_tool_without_preload_content(
633
+ self,
634
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
635
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
636
+ _request_timeout: Union[
637
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
638
+ ] = None,
639
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
640
+ _content_type: Optional[StrictStr] = None,
641
+ _headers: Optional[Dict[StrictStr, Any]] = None,
642
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
643
+ ) -> RESTResponseType:
644
+ """Delete Tool
645
+
646
+ **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
647
+
648
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
649
+ :type cell: str
650
+ :param tool: Unique identifier addressing a collision tool. (required)
651
+ :type tool: str
652
+ :param _request_timeout: timeout setting for this request. If one
653
+ number provided, it will be total request
654
+ timeout. It can also be a pair (tuple) of
655
+ (connection, read) timeouts.
656
+ :type _request_timeout: int, tuple(int, int), optional
657
+ :param _request_auth: set to override the auth_settings for an a single
658
+ request; this effectively ignores the
659
+ authentication in the spec for a single request.
660
+ :type _request_auth: dict, optional
661
+ :param _content_type: force content-type for the request.
662
+ :type _content_type: str, Optional
663
+ :param _headers: set to override the headers for a single
664
+ request; this effectively ignores the headers
665
+ in the spec for a single request.
666
+ :type _headers: dict, optional
667
+ :param _host_index: set to override the host_index for a single
668
+ request; this effectively ignores the host_index
669
+ in the spec for a single request.
670
+ :type _host_index: int, optional
671
+ :return: Returns the result object.
672
+ """ # noqa: E501
673
+
674
+ _param = self._delete_stored_collision_tool_serialize(
675
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
676
+ )
677
+
678
+ _response_types_map: Dict[str, Optional[str]] = {
679
+ "204": None,
680
+ }
681
+
682
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
683
+ return response_data.response
684
+
685
+ def _delete_stored_collision_tool_serialize(
686
+ self,
687
+ cell,
688
+ tool,
689
+ _request_auth,
690
+ _content_type,
691
+ _headers,
692
+ _host_index,
693
+ ) -> RequestSerialized:
694
+
695
+ _host = None
696
+
697
+ _collection_formats: Dict[str, str] = {}
698
+
699
+ _path_params: Dict[str, str] = {}
700
+ _query_params: List[Tuple[str, str]] = []
701
+ _header_params: Dict[str, Optional[str]] = _headers or {}
702
+ _form_params: List[Tuple[str, str]] = []
703
+ _files: Dict[str, Union[str, bytes]] = {}
704
+ _body_params: Optional[bytes] = None
705
+
706
+ # process the path parameters
707
+ if cell is not None:
708
+ _path_params["cell"] = cell
709
+ if tool is not None:
710
+ _path_params["tool"] = tool
711
+ # process the query parameters
712
+ # process the header parameters
713
+ # process the form parameters
714
+ # process the body parameter
715
+
716
+ # authentication setting
717
+ _auth_settings: List[str] = ["BearerAuth"]
718
+
719
+ return self.api_client.param_serialize(
720
+ method="DELETE",
721
+ resource_path="/cells/{cell}/store/collision/tools/{tool}",
722
+ path_params=_path_params,
723
+ query_params=_query_params,
724
+ header_params=_header_params,
725
+ body=_body_params,
726
+ post_params=_form_params,
727
+ files=_files,
728
+ auth_settings=_auth_settings,
729
+ collection_formats=_collection_formats,
730
+ _host=_host,
731
+ _request_auth=_request_auth,
732
+ )
733
+
734
+ @validate_call
735
+ async def get_stored_collider(
736
+ self,
737
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
738
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
739
+ _request_timeout: Union[
740
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
741
+ ] = None,
742
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
743
+ _content_type: Optional[StrictStr] = None,
744
+ _headers: Optional[Dict[StrictStr, Any]] = None,
745
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
746
+ ) -> Collider:
747
+ """Get Collider
748
+
749
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collider.
750
+
751
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
752
+ :type cell: str
753
+ :param collider: Unique identifier addressing a collider. (required)
754
+ :type collider: str
755
+ :param _request_timeout: timeout setting for this request. If one
756
+ number provided, it will be total request
757
+ timeout. It can also be a pair (tuple) of
758
+ (connection, read) timeouts.
759
+ :type _request_timeout: int, tuple(int, int), optional
760
+ :param _request_auth: set to override the auth_settings for an a single
761
+ request; this effectively ignores the
762
+ authentication in the spec for a single request.
763
+ :type _request_auth: dict, optional
764
+ :param _content_type: force content-type for the request.
765
+ :type _content_type: str, Optional
766
+ :param _headers: set to override the headers for a single
767
+ request; this effectively ignores the headers
768
+ in the spec for a single request.
769
+ :type _headers: dict, optional
770
+ :param _host_index: set to override the host_index for a single
771
+ request; this effectively ignores the host_index
772
+ in the spec for a single request.
773
+ :type _host_index: int, optional
774
+ :return: Returns the result object.
775
+ """ # noqa: E501
776
+
777
+ _param = self._get_stored_collider_serialize(
778
+ cell=cell,
779
+ collider=collider,
780
+ _request_auth=_request_auth,
781
+ _content_type=_content_type,
782
+ _headers=_headers,
783
+ _host_index=_host_index,
784
+ )
785
+
786
+ _response_types_map: Dict[str, Optional[str]] = {
787
+ "200": "Collider",
788
+ "404": None,
789
+ }
790
+
791
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
792
+ await response_data.read()
793
+ return self.api_client.response_deserialize(
794
+ response_data=response_data,
795
+ response_types_map=_response_types_map,
796
+ ).data
797
+
798
+ @validate_call
799
+ async def get_stored_collider_with_http_info(
800
+ self,
801
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
802
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
803
+ _request_timeout: Union[
804
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
805
+ ] = None,
806
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
807
+ _content_type: Optional[StrictStr] = None,
808
+ _headers: Optional[Dict[StrictStr, Any]] = None,
809
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
810
+ ) -> ApiResponse[Collider]:
811
+ """Get Collider
812
+
813
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collider.
814
+
815
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
816
+ :type cell: str
817
+ :param collider: Unique identifier addressing a collider. (required)
818
+ :type collider: str
819
+ :param _request_timeout: timeout setting for this request. If one
820
+ number provided, it will be total request
821
+ timeout. It can also be a pair (tuple) of
822
+ (connection, read) timeouts.
823
+ :type _request_timeout: int, tuple(int, int), optional
824
+ :param _request_auth: set to override the auth_settings for an a single
825
+ request; this effectively ignores the
826
+ authentication in the spec for a single request.
827
+ :type _request_auth: dict, optional
828
+ :param _content_type: force content-type for the request.
829
+ :type _content_type: str, Optional
830
+ :param _headers: set to override the headers for a single
831
+ request; this effectively ignores the headers
832
+ in the spec for a single request.
833
+ :type _headers: dict, optional
834
+ :param _host_index: set to override the host_index for a single
835
+ request; this effectively ignores the host_index
836
+ in the spec for a single request.
837
+ :type _host_index: int, optional
838
+ :return: Returns the result object.
839
+ """ # noqa: E501
840
+
841
+ _param = self._get_stored_collider_serialize(
842
+ cell=cell,
843
+ collider=collider,
844
+ _request_auth=_request_auth,
845
+ _content_type=_content_type,
846
+ _headers=_headers,
847
+ _host_index=_host_index,
848
+ )
849
+
850
+ _response_types_map: Dict[str, Optional[str]] = {
851
+ "200": "Collider",
852
+ "404": None,
853
+ }
854
+
855
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
856
+ await response_data.read()
857
+ return self.api_client.response_deserialize(
858
+ response_data=response_data,
859
+ response_types_map=_response_types_map,
860
+ )
861
+
862
+ @validate_call
863
+ async def get_stored_collider_without_preload_content(
864
+ self,
865
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
866
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
867
+ _request_timeout: Union[
868
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
869
+ ] = None,
870
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
871
+ _content_type: Optional[StrictStr] = None,
872
+ _headers: Optional[Dict[StrictStr, Any]] = None,
873
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
874
+ ) -> RESTResponseType:
875
+ """Get Collider
876
+
877
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collider.
878
+
879
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
880
+ :type cell: str
881
+ :param collider: Unique identifier addressing a collider. (required)
882
+ :type collider: str
883
+ :param _request_timeout: timeout setting for this request. If one
884
+ number provided, it will be total request
885
+ timeout. It can also be a pair (tuple) of
886
+ (connection, read) timeouts.
887
+ :type _request_timeout: int, tuple(int, int), optional
888
+ :param _request_auth: set to override the auth_settings for an a single
889
+ request; this effectively ignores the
890
+ authentication in the spec for a single request.
891
+ :type _request_auth: dict, optional
892
+ :param _content_type: force content-type for the request.
893
+ :type _content_type: str, Optional
894
+ :param _headers: set to override the headers for a single
895
+ request; this effectively ignores the headers
896
+ in the spec for a single request.
897
+ :type _headers: dict, optional
898
+ :param _host_index: set to override the host_index for a single
899
+ request; this effectively ignores the host_index
900
+ in the spec for a single request.
901
+ :type _host_index: int, optional
902
+ :return: Returns the result object.
903
+ """ # noqa: E501
904
+
905
+ _param = self._get_stored_collider_serialize(
906
+ cell=cell,
907
+ collider=collider,
908
+ _request_auth=_request_auth,
909
+ _content_type=_content_type,
910
+ _headers=_headers,
911
+ _host_index=_host_index,
912
+ )
913
+
914
+ _response_types_map: Dict[str, Optional[str]] = {
915
+ "200": "Collider",
916
+ "404": None,
917
+ }
918
+
919
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
920
+ return response_data.response
921
+
922
+ def _get_stored_collider_serialize(
923
+ self,
924
+ cell,
925
+ collider,
926
+ _request_auth,
927
+ _content_type,
928
+ _headers,
929
+ _host_index,
930
+ ) -> RequestSerialized:
931
+
932
+ _host = None
933
+
934
+ _collection_formats: Dict[str, str] = {}
935
+
936
+ _path_params: Dict[str, str] = {}
937
+ _query_params: List[Tuple[str, str]] = []
938
+ _header_params: Dict[str, Optional[str]] = _headers or {}
939
+ _form_params: List[Tuple[str, str]] = []
940
+ _files: Dict[str, Union[str, bytes]] = {}
941
+ _body_params: Optional[bytes] = None
942
+
943
+ # process the path parameters
944
+ if cell is not None:
945
+ _path_params["cell"] = cell
946
+ if collider is not None:
947
+ _path_params["collider"] = collider
948
+ # process the query parameters
949
+ # process the header parameters
950
+ # process the form parameters
951
+ # process the body parameter
952
+
953
+ # set the HTTP header `Accept`
954
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
955
+
956
+ # authentication setting
957
+ _auth_settings: List[str] = ["BearerAuth"]
958
+
959
+ return self.api_client.param_serialize(
960
+ method="GET",
961
+ resource_path="/cells/{cell}/store/collision/colliders/{collider}",
962
+ path_params=_path_params,
963
+ query_params=_query_params,
964
+ header_params=_header_params,
965
+ body=_body_params,
966
+ post_params=_form_params,
967
+ files=_files,
968
+ auth_settings=_auth_settings,
969
+ collection_formats=_collection_formats,
970
+ _host=_host,
971
+ _request_auth=_request_auth,
972
+ )
973
+
974
+ @validate_call
975
+ async def get_stored_collision_link_chain(
976
+ self,
977
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
978
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
979
+ _request_timeout: Union[
980
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
981
+ ] = None,
982
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
983
+ _content_type: Optional[StrictStr] = None,
984
+ _headers: Optional[Dict[StrictStr, Any]] = None,
985
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
986
+ ) -> List[Dict[str, Collider]]:
987
+ """Get Link Chain
988
+
989
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collision link chain.
990
+
991
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
992
+ :type cell: str
993
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
994
+ :type link_chain: str
995
+ :param _request_timeout: timeout setting for this request. If one
996
+ number provided, it will be total request
997
+ timeout. It can also be a pair (tuple) of
998
+ (connection, read) timeouts.
999
+ :type _request_timeout: int, tuple(int, int), optional
1000
+ :param _request_auth: set to override the auth_settings for an a single
1001
+ request; this effectively ignores the
1002
+ authentication in the spec for a single request.
1003
+ :type _request_auth: dict, optional
1004
+ :param _content_type: force content-type for the request.
1005
+ :type _content_type: str, Optional
1006
+ :param _headers: set to override the headers for a single
1007
+ request; this effectively ignores the headers
1008
+ in the spec for a single request.
1009
+ :type _headers: dict, optional
1010
+ :param _host_index: set to override the host_index for a single
1011
+ request; this effectively ignores the host_index
1012
+ in the spec for a single request.
1013
+ :type _host_index: int, optional
1014
+ :return: Returns the result object.
1015
+ """ # noqa: E501
1016
+
1017
+ _param = self._get_stored_collision_link_chain_serialize(
1018
+ cell=cell,
1019
+ link_chain=link_chain,
1020
+ _request_auth=_request_auth,
1021
+ _content_type=_content_type,
1022
+ _headers=_headers,
1023
+ _host_index=_host_index,
1024
+ )
1025
+
1026
+ _response_types_map: Dict[str, Optional[str]] = {
1027
+ "200": "List[Dict[str, Collider]]",
1028
+ "404": None,
1029
+ }
1030
+
1031
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1032
+ await response_data.read()
1033
+ return self.api_client.response_deserialize(
1034
+ response_data=response_data,
1035
+ response_types_map=_response_types_map,
1036
+ ).data
1037
+
1038
+ @validate_call
1039
+ async def get_stored_collision_link_chain_with_http_info(
1040
+ self,
1041
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1042
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
1043
+ _request_timeout: Union[
1044
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1045
+ ] = None,
1046
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1047
+ _content_type: Optional[StrictStr] = None,
1048
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1049
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1050
+ ) -> ApiResponse[List[Dict[str, Collider]]]:
1051
+ """Get Link Chain
1052
+
1053
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collision link chain.
1054
+
1055
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1056
+ :type cell: str
1057
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
1058
+ :type link_chain: str
1059
+ :param _request_timeout: timeout setting for this request. If one
1060
+ number provided, it will be total request
1061
+ timeout. It can also be a pair (tuple) of
1062
+ (connection, read) timeouts.
1063
+ :type _request_timeout: int, tuple(int, int), optional
1064
+ :param _request_auth: set to override the auth_settings for an a single
1065
+ request; this effectively ignores the
1066
+ authentication in the spec for a single request.
1067
+ :type _request_auth: dict, optional
1068
+ :param _content_type: force content-type for the request.
1069
+ :type _content_type: str, Optional
1070
+ :param _headers: set to override the headers for a single
1071
+ request; this effectively ignores the headers
1072
+ in the spec for a single request.
1073
+ :type _headers: dict, optional
1074
+ :param _host_index: set to override the host_index for a single
1075
+ request; this effectively ignores the host_index
1076
+ in the spec for a single request.
1077
+ :type _host_index: int, optional
1078
+ :return: Returns the result object.
1079
+ """ # noqa: E501
1080
+
1081
+ _param = self._get_stored_collision_link_chain_serialize(
1082
+ cell=cell,
1083
+ link_chain=link_chain,
1084
+ _request_auth=_request_auth,
1085
+ _content_type=_content_type,
1086
+ _headers=_headers,
1087
+ _host_index=_host_index,
1088
+ )
1089
+
1090
+ _response_types_map: Dict[str, Optional[str]] = {
1091
+ "200": "List[Dict[str, Collider]]",
1092
+ "404": None,
1093
+ }
1094
+
1095
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1096
+ await response_data.read()
1097
+ return self.api_client.response_deserialize(
1098
+ response_data=response_data,
1099
+ response_types_map=_response_types_map,
1100
+ )
1101
+
1102
+ @validate_call
1103
+ async def get_stored_collision_link_chain_without_preload_content(
1104
+ self,
1105
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1106
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
1107
+ _request_timeout: Union[
1108
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1109
+ ] = None,
1110
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1111
+ _content_type: Optional[StrictStr] = None,
1112
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1113
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1114
+ ) -> RESTResponseType:
1115
+ """Get Link Chain
1116
+
1117
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collision link chain.
1118
+
1119
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1120
+ :type cell: str
1121
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
1122
+ :type link_chain: str
1123
+ :param _request_timeout: timeout setting for this request. If one
1124
+ number provided, it will be total request
1125
+ timeout. It can also be a pair (tuple) of
1126
+ (connection, read) timeouts.
1127
+ :type _request_timeout: int, tuple(int, int), optional
1128
+ :param _request_auth: set to override the auth_settings for an a single
1129
+ request; this effectively ignores the
1130
+ authentication in the spec for a single request.
1131
+ :type _request_auth: dict, optional
1132
+ :param _content_type: force content-type for the request.
1133
+ :type _content_type: str, Optional
1134
+ :param _headers: set to override the headers for a single
1135
+ request; this effectively ignores the headers
1136
+ in the spec for a single request.
1137
+ :type _headers: dict, optional
1138
+ :param _host_index: set to override the host_index for a single
1139
+ request; this effectively ignores the host_index
1140
+ in the spec for a single request.
1141
+ :type _host_index: int, optional
1142
+ :return: Returns the result object.
1143
+ """ # noqa: E501
1144
+
1145
+ _param = self._get_stored_collision_link_chain_serialize(
1146
+ cell=cell,
1147
+ link_chain=link_chain,
1148
+ _request_auth=_request_auth,
1149
+ _content_type=_content_type,
1150
+ _headers=_headers,
1151
+ _host_index=_host_index,
1152
+ )
1153
+
1154
+ _response_types_map: Dict[str, Optional[str]] = {
1155
+ "200": "List[Dict[str, Collider]]",
1156
+ "404": None,
1157
+ }
1158
+
1159
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1160
+ return response_data.response
1161
+
1162
+ def _get_stored_collision_link_chain_serialize(
1163
+ self,
1164
+ cell,
1165
+ link_chain,
1166
+ _request_auth,
1167
+ _content_type,
1168
+ _headers,
1169
+ _host_index,
1170
+ ) -> RequestSerialized:
1171
+
1172
+ _host = None
1173
+
1174
+ _collection_formats: Dict[str, str] = {}
1175
+
1176
+ _path_params: Dict[str, str] = {}
1177
+ _query_params: List[Tuple[str, str]] = []
1178
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1179
+ _form_params: List[Tuple[str, str]] = []
1180
+ _files: Dict[str, Union[str, bytes]] = {}
1181
+ _body_params: Optional[bytes] = None
1182
+
1183
+ # process the path parameters
1184
+ if cell is not None:
1185
+ _path_params["cell"] = cell
1186
+ if link_chain is not None:
1187
+ _path_params["link-chain"] = link_chain
1188
+ # process the query parameters
1189
+ # process the header parameters
1190
+ # process the form parameters
1191
+ # process the body parameter
1192
+
1193
+ # set the HTTP header `Accept`
1194
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
1195
+
1196
+ # authentication setting
1197
+ _auth_settings: List[str] = ["BearerAuth"]
1198
+
1199
+ return self.api_client.param_serialize(
1200
+ method="GET",
1201
+ resource_path="/cells/{cell}/store/collision/link-chains/{link-chain}",
1202
+ path_params=_path_params,
1203
+ query_params=_query_params,
1204
+ header_params=_header_params,
1205
+ body=_body_params,
1206
+ post_params=_form_params,
1207
+ files=_files,
1208
+ auth_settings=_auth_settings,
1209
+ collection_formats=_collection_formats,
1210
+ _host=_host,
1211
+ _request_auth=_request_auth,
1212
+ )
1213
+
1214
+ @validate_call
1215
+ async def get_stored_collision_tool(
1216
+ self,
1217
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1218
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
1219
+ _request_timeout: Union[
1220
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1221
+ ] = None,
1222
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1223
+ _content_type: Optional[StrictStr] = None,
1224
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1225
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1226
+ ) -> Dict[str, Collider]:
1227
+ """Get Tool
1228
+
1229
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored tool.
1230
+
1231
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1232
+ :type cell: str
1233
+ :param tool: Unique identifier addressing a collision tool. (required)
1234
+ :type tool: str
1235
+ :param _request_timeout: timeout setting for this request. If one
1236
+ number provided, it will be total request
1237
+ timeout. It can also be a pair (tuple) of
1238
+ (connection, read) timeouts.
1239
+ :type _request_timeout: int, tuple(int, int), optional
1240
+ :param _request_auth: set to override the auth_settings for an a single
1241
+ request; this effectively ignores the
1242
+ authentication in the spec for a single request.
1243
+ :type _request_auth: dict, optional
1244
+ :param _content_type: force content-type for the request.
1245
+ :type _content_type: str, Optional
1246
+ :param _headers: set to override the headers for a single
1247
+ request; this effectively ignores the headers
1248
+ in the spec for a single request.
1249
+ :type _headers: dict, optional
1250
+ :param _host_index: set to override the host_index for a single
1251
+ request; this effectively ignores the host_index
1252
+ in the spec for a single request.
1253
+ :type _host_index: int, optional
1254
+ :return: Returns the result object.
1255
+ """ # noqa: E501
1256
+
1257
+ _param = self._get_stored_collision_tool_serialize(
1258
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1259
+ )
1260
+
1261
+ _response_types_map: Dict[str, Optional[str]] = {
1262
+ "200": "Dict[str, Collider]",
1263
+ "404": None,
1264
+ }
1265
+
1266
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1267
+ await response_data.read()
1268
+ return self.api_client.response_deserialize(
1269
+ response_data=response_data,
1270
+ response_types_map=_response_types_map,
1271
+ ).data
1272
+
1273
+ @validate_call
1274
+ async def get_stored_collision_tool_with_http_info(
1275
+ self,
1276
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1277
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
1278
+ _request_timeout: Union[
1279
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1280
+ ] = None,
1281
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1282
+ _content_type: Optional[StrictStr] = None,
1283
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1284
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1285
+ ) -> ApiResponse[Dict[str, Collider]]:
1286
+ """Get Tool
1287
+
1288
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored tool.
1289
+
1290
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1291
+ :type cell: str
1292
+ :param tool: Unique identifier addressing a collision tool. (required)
1293
+ :type tool: str
1294
+ :param _request_timeout: timeout setting for this request. If one
1295
+ number provided, it will be total request
1296
+ timeout. It can also be a pair (tuple) of
1297
+ (connection, read) timeouts.
1298
+ :type _request_timeout: int, tuple(int, int), optional
1299
+ :param _request_auth: set to override the auth_settings for an a single
1300
+ request; this effectively ignores the
1301
+ authentication in the spec for a single request.
1302
+ :type _request_auth: dict, optional
1303
+ :param _content_type: force content-type for the request.
1304
+ :type _content_type: str, Optional
1305
+ :param _headers: set to override the headers for a single
1306
+ request; this effectively ignores the headers
1307
+ in the spec for a single request.
1308
+ :type _headers: dict, optional
1309
+ :param _host_index: set to override the host_index for a single
1310
+ request; this effectively ignores the host_index
1311
+ in the spec for a single request.
1312
+ :type _host_index: int, optional
1313
+ :return: Returns the result object.
1314
+ """ # noqa: E501
1315
+
1316
+ _param = self._get_stored_collision_tool_serialize(
1317
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1318
+ )
1319
+
1320
+ _response_types_map: Dict[str, Optional[str]] = {
1321
+ "200": "Dict[str, Collider]",
1322
+ "404": None,
1323
+ }
1324
+
1325
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1326
+ await response_data.read()
1327
+ return self.api_client.response_deserialize(
1328
+ response_data=response_data,
1329
+ response_types_map=_response_types_map,
1330
+ )
1331
+
1332
+ @validate_call
1333
+ async def get_stored_collision_tool_without_preload_content(
1334
+ self,
1335
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1336
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
1337
+ _request_timeout: Union[
1338
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1339
+ ] = None,
1340
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1341
+ _content_type: Optional[StrictStr] = None,
1342
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1343
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1344
+ ) -> RESTResponseType:
1345
+ """Get Tool
1346
+
1347
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored tool.
1348
+
1349
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1350
+ :type cell: str
1351
+ :param tool: Unique identifier addressing a collision tool. (required)
1352
+ :type tool: str
1353
+ :param _request_timeout: timeout setting for this request. If one
1354
+ number provided, it will be total request
1355
+ timeout. It can also be a pair (tuple) of
1356
+ (connection, read) timeouts.
1357
+ :type _request_timeout: int, tuple(int, int), optional
1358
+ :param _request_auth: set to override the auth_settings for an a single
1359
+ request; this effectively ignores the
1360
+ authentication in the spec for a single request.
1361
+ :type _request_auth: dict, optional
1362
+ :param _content_type: force content-type for the request.
1363
+ :type _content_type: str, Optional
1364
+ :param _headers: set to override the headers for a single
1365
+ request; this effectively ignores the headers
1366
+ in the spec for a single request.
1367
+ :type _headers: dict, optional
1368
+ :param _host_index: set to override the host_index for a single
1369
+ request; this effectively ignores the host_index
1370
+ in the spec for a single request.
1371
+ :type _host_index: int, optional
1372
+ :return: Returns the result object.
1373
+ """ # noqa: E501
1374
+
1375
+ _param = self._get_stored_collision_tool_serialize(
1376
+ cell=cell, tool=tool, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1377
+ )
1378
+
1379
+ _response_types_map: Dict[str, Optional[str]] = {
1380
+ "200": "Dict[str, Collider]",
1381
+ "404": None,
1382
+ }
1383
+
1384
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1385
+ return response_data.response
1386
+
1387
+ def _get_stored_collision_tool_serialize(
1388
+ self,
1389
+ cell,
1390
+ tool,
1391
+ _request_auth,
1392
+ _content_type,
1393
+ _headers,
1394
+ _host_index,
1395
+ ) -> RequestSerialized:
1396
+
1397
+ _host = None
1398
+
1399
+ _collection_formats: Dict[str, str] = {}
1400
+
1401
+ _path_params: Dict[str, str] = {}
1402
+ _query_params: List[Tuple[str, str]] = []
1403
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1404
+ _form_params: List[Tuple[str, str]] = []
1405
+ _files: Dict[str, Union[str, bytes]] = {}
1406
+ _body_params: Optional[bytes] = None
1407
+
1408
+ # process the path parameters
1409
+ if cell is not None:
1410
+ _path_params["cell"] = cell
1411
+ if tool is not None:
1412
+ _path_params["tool"] = tool
1413
+ # process the query parameters
1414
+ # process the header parameters
1415
+ # process the form parameters
1416
+ # process the body parameter
1417
+
1418
+ # set the HTTP header `Accept`
1419
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
1420
+
1421
+ # authentication setting
1422
+ _auth_settings: List[str] = ["BearerAuth"]
1423
+
1424
+ return self.api_client.param_serialize(
1425
+ method="GET",
1426
+ resource_path="/cells/{cell}/store/collision/tools/{tool}",
1427
+ path_params=_path_params,
1428
+ query_params=_query_params,
1429
+ header_params=_header_params,
1430
+ body=_body_params,
1431
+ post_params=_form_params,
1432
+ files=_files,
1433
+ auth_settings=_auth_settings,
1434
+ collection_formats=_collection_formats,
1435
+ _host=_host,
1436
+ _request_auth=_request_auth,
1437
+ )
1438
+
1439
+ @validate_call
1440
+ async def list_collision_link_chains(
1441
+ self,
1442
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1443
+ _request_timeout: Union[
1444
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1445
+ ] = None,
1446
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1447
+ _content_type: Optional[StrictStr] = None,
1448
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1449
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1450
+ ) -> Dict[str, List[Dict[str, Collider]]]:
1451
+ """List Link Chains
1452
+
1453
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored link chains.
1454
+
1455
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1456
+ :type cell: str
1457
+ :param _request_timeout: timeout setting for this request. If one
1458
+ number provided, it will be total request
1459
+ timeout. It can also be a pair (tuple) of
1460
+ (connection, read) timeouts.
1461
+ :type _request_timeout: int, tuple(int, int), optional
1462
+ :param _request_auth: set to override the auth_settings for an a single
1463
+ request; this effectively ignores the
1464
+ authentication in the spec for a single request.
1465
+ :type _request_auth: dict, optional
1466
+ :param _content_type: force content-type for the request.
1467
+ :type _content_type: str, Optional
1468
+ :param _headers: set to override the headers for a single
1469
+ request; this effectively ignores the headers
1470
+ in the spec for a single request.
1471
+ :type _headers: dict, optional
1472
+ :param _host_index: set to override the host_index for a single
1473
+ request; this effectively ignores the host_index
1474
+ in the spec for a single request.
1475
+ :type _host_index: int, optional
1476
+ :return: Returns the result object.
1477
+ """ # noqa: E501
1478
+
1479
+ _param = self._list_collision_link_chains_serialize(
1480
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1481
+ )
1482
+
1483
+ _response_types_map: Dict[str, Optional[str]] = {
1484
+ "200": "Dict[str, List[Dict[str, Collider]]]",
1485
+ }
1486
+
1487
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1488
+ await response_data.read()
1489
+ return self.api_client.response_deserialize(
1490
+ response_data=response_data,
1491
+ response_types_map=_response_types_map,
1492
+ ).data
1493
+
1494
+ @validate_call
1495
+ async def list_collision_link_chains_with_http_info(
1496
+ self,
1497
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1498
+ _request_timeout: Union[
1499
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1500
+ ] = None,
1501
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1502
+ _content_type: Optional[StrictStr] = None,
1503
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1504
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1505
+ ) -> ApiResponse[Dict[str, List[Dict[str, Collider]]]]:
1506
+ """List Link Chains
1507
+
1508
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored link chains.
1509
+
1510
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1511
+ :type cell: str
1512
+ :param _request_timeout: timeout setting for this request. If one
1513
+ number provided, it will be total request
1514
+ timeout. It can also be a pair (tuple) of
1515
+ (connection, read) timeouts.
1516
+ :type _request_timeout: int, tuple(int, int), optional
1517
+ :param _request_auth: set to override the auth_settings for an a single
1518
+ request; this effectively ignores the
1519
+ authentication in the spec for a single request.
1520
+ :type _request_auth: dict, optional
1521
+ :param _content_type: force content-type for the request.
1522
+ :type _content_type: str, Optional
1523
+ :param _headers: set to override the headers for a single
1524
+ request; this effectively ignores the headers
1525
+ in the spec for a single request.
1526
+ :type _headers: dict, optional
1527
+ :param _host_index: set to override the host_index for a single
1528
+ request; this effectively ignores the host_index
1529
+ in the spec for a single request.
1530
+ :type _host_index: int, optional
1531
+ :return: Returns the result object.
1532
+ """ # noqa: E501
1533
+
1534
+ _param = self._list_collision_link_chains_serialize(
1535
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1536
+ )
1537
+
1538
+ _response_types_map: Dict[str, Optional[str]] = {
1539
+ "200": "Dict[str, List[Dict[str, Collider]]]",
1540
+ }
1541
+
1542
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1543
+ await response_data.read()
1544
+ return self.api_client.response_deserialize(
1545
+ response_data=response_data,
1546
+ response_types_map=_response_types_map,
1547
+ )
1548
+
1549
+ @validate_call
1550
+ async def list_collision_link_chains_without_preload_content(
1551
+ self,
1552
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1553
+ _request_timeout: Union[
1554
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1555
+ ] = None,
1556
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1557
+ _content_type: Optional[StrictStr] = None,
1558
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1559
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1560
+ ) -> RESTResponseType:
1561
+ """List Link Chains
1562
+
1563
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored link chains.
1564
+
1565
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1566
+ :type cell: str
1567
+ :param _request_timeout: timeout setting for this request. If one
1568
+ number provided, it will be total request
1569
+ timeout. It can also be a pair (tuple) of
1570
+ (connection, read) timeouts.
1571
+ :type _request_timeout: int, tuple(int, int), optional
1572
+ :param _request_auth: set to override the auth_settings for an a single
1573
+ request; this effectively ignores the
1574
+ authentication in the spec for a single request.
1575
+ :type _request_auth: dict, optional
1576
+ :param _content_type: force content-type for the request.
1577
+ :type _content_type: str, Optional
1578
+ :param _headers: set to override the headers for a single
1579
+ request; this effectively ignores the headers
1580
+ in the spec for a single request.
1581
+ :type _headers: dict, optional
1582
+ :param _host_index: set to override the host_index for a single
1583
+ request; this effectively ignores the host_index
1584
+ in the spec for a single request.
1585
+ :type _host_index: int, optional
1586
+ :return: Returns the result object.
1587
+ """ # noqa: E501
1588
+
1589
+ _param = self._list_collision_link_chains_serialize(
1590
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1591
+ )
1592
+
1593
+ _response_types_map: Dict[str, Optional[str]] = {
1594
+ "200": "Dict[str, List[Dict[str, Collider]]]",
1595
+ }
1596
+
1597
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1598
+ return response_data.response
1599
+
1600
+ def _list_collision_link_chains_serialize(
1601
+ self,
1602
+ cell,
1603
+ _request_auth,
1604
+ _content_type,
1605
+ _headers,
1606
+ _host_index,
1607
+ ) -> RequestSerialized:
1608
+
1609
+ _host = None
1610
+
1611
+ _collection_formats: Dict[str, str] = {}
1612
+
1613
+ _path_params: Dict[str, str] = {}
1614
+ _query_params: List[Tuple[str, str]] = []
1615
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1616
+ _form_params: List[Tuple[str, str]] = []
1617
+ _files: Dict[str, Union[str, bytes]] = {}
1618
+ _body_params: Optional[bytes] = None
1619
+
1620
+ # process the path parameters
1621
+ if cell is not None:
1622
+ _path_params["cell"] = cell
1623
+ # process the query parameters
1624
+ # process the header parameters
1625
+ # process the form parameters
1626
+ # process the body parameter
1627
+
1628
+ # set the HTTP header `Accept`
1629
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
1630
+
1631
+ # authentication setting
1632
+ _auth_settings: List[str] = ["BearerAuth"]
1633
+
1634
+ return self.api_client.param_serialize(
1635
+ method="GET",
1636
+ resource_path="/cells/{cell}/store/collision/link-chains",
1637
+ path_params=_path_params,
1638
+ query_params=_query_params,
1639
+ header_params=_header_params,
1640
+ body=_body_params,
1641
+ post_params=_form_params,
1642
+ files=_files,
1643
+ auth_settings=_auth_settings,
1644
+ collection_formats=_collection_formats,
1645
+ _host=_host,
1646
+ _request_auth=_request_auth,
1647
+ )
1648
+
1649
+ @validate_call
1650
+ async def list_collision_link_chains_keys(
1651
+ self,
1652
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1653
+ _request_timeout: Union[
1654
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1655
+ ] = None,
1656
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1657
+ _content_type: Optional[StrictStr] = None,
1658
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1659
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1660
+ ) -> List[str]:
1661
+ """List Link Chain Keys
1662
+
1663
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of keys for stored link chains.
1664
+
1665
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1666
+ :type cell: str
1667
+ :param _request_timeout: timeout setting for this request. If one
1668
+ number provided, it will be total request
1669
+ timeout. It can also be a pair (tuple) of
1670
+ (connection, read) timeouts.
1671
+ :type _request_timeout: int, tuple(int, int), optional
1672
+ :param _request_auth: set to override the auth_settings for an a single
1673
+ request; this effectively ignores the
1674
+ authentication in the spec for a single request.
1675
+ :type _request_auth: dict, optional
1676
+ :param _content_type: force content-type for the request.
1677
+ :type _content_type: str, Optional
1678
+ :param _headers: set to override the headers for a single
1679
+ request; this effectively ignores the headers
1680
+ in the spec for a single request.
1681
+ :type _headers: dict, optional
1682
+ :param _host_index: set to override the host_index for a single
1683
+ request; this effectively ignores the host_index
1684
+ in the spec for a single request.
1685
+ :type _host_index: int, optional
1686
+ :return: Returns the result object.
1687
+ """ # noqa: E501
1688
+
1689
+ _param = self._list_collision_link_chains_keys_serialize(
1690
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1691
+ )
1692
+
1693
+ _response_types_map: Dict[str, Optional[str]] = {
1694
+ "200": "List[str]",
1695
+ }
1696
+
1697
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1698
+ await response_data.read()
1699
+ return self.api_client.response_deserialize(
1700
+ response_data=response_data,
1701
+ response_types_map=_response_types_map,
1702
+ ).data
1703
+
1704
+ @validate_call
1705
+ async def list_collision_link_chains_keys_with_http_info(
1706
+ self,
1707
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1708
+ _request_timeout: Union[
1709
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1710
+ ] = None,
1711
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1712
+ _content_type: Optional[StrictStr] = None,
1713
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1714
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1715
+ ) -> ApiResponse[List[str]]:
1716
+ """List Link Chain Keys
1717
+
1718
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of keys for stored link chains.
1719
+
1720
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1721
+ :type cell: str
1722
+ :param _request_timeout: timeout setting for this request. If one
1723
+ number provided, it will be total request
1724
+ timeout. It can also be a pair (tuple) of
1725
+ (connection, read) timeouts.
1726
+ :type _request_timeout: int, tuple(int, int), optional
1727
+ :param _request_auth: set to override the auth_settings for an a single
1728
+ request; this effectively ignores the
1729
+ authentication in the spec for a single request.
1730
+ :type _request_auth: dict, optional
1731
+ :param _content_type: force content-type for the request.
1732
+ :type _content_type: str, Optional
1733
+ :param _headers: set to override the headers for a single
1734
+ request; this effectively ignores the headers
1735
+ in the spec for a single request.
1736
+ :type _headers: dict, optional
1737
+ :param _host_index: set to override the host_index for a single
1738
+ request; this effectively ignores the host_index
1739
+ in the spec for a single request.
1740
+ :type _host_index: int, optional
1741
+ :return: Returns the result object.
1742
+ """ # noqa: E501
1743
+
1744
+ _param = self._list_collision_link_chains_keys_serialize(
1745
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1746
+ )
1747
+
1748
+ _response_types_map: Dict[str, Optional[str]] = {
1749
+ "200": "List[str]",
1750
+ }
1751
+
1752
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1753
+ await response_data.read()
1754
+ return self.api_client.response_deserialize(
1755
+ response_data=response_data,
1756
+ response_types_map=_response_types_map,
1757
+ )
1758
+
1759
+ @validate_call
1760
+ async def list_collision_link_chains_keys_without_preload_content(
1761
+ self,
1762
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1763
+ _request_timeout: Union[
1764
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1765
+ ] = None,
1766
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1767
+ _content_type: Optional[StrictStr] = None,
1768
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1769
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1770
+ ) -> RESTResponseType:
1771
+ """List Link Chain Keys
1772
+
1773
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of keys for stored link chains.
1774
+
1775
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1776
+ :type cell: str
1777
+ :param _request_timeout: timeout setting for this request. If one
1778
+ number provided, it will be total request
1779
+ timeout. It can also be a pair (tuple) of
1780
+ (connection, read) timeouts.
1781
+ :type _request_timeout: int, tuple(int, int), optional
1782
+ :param _request_auth: set to override the auth_settings for an a single
1783
+ request; this effectively ignores the
1784
+ authentication in the spec for a single request.
1785
+ :type _request_auth: dict, optional
1786
+ :param _content_type: force content-type for the request.
1787
+ :type _content_type: str, Optional
1788
+ :param _headers: set to override the headers for a single
1789
+ request; this effectively ignores the headers
1790
+ in the spec for a single request.
1791
+ :type _headers: dict, optional
1792
+ :param _host_index: set to override the host_index for a single
1793
+ request; this effectively ignores the host_index
1794
+ in the spec for a single request.
1795
+ :type _host_index: int, optional
1796
+ :return: Returns the result object.
1797
+ """ # noqa: E501
1798
+
1799
+ _param = self._list_collision_link_chains_keys_serialize(
1800
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1801
+ )
1802
+
1803
+ _response_types_map: Dict[str, Optional[str]] = {
1804
+ "200": "List[str]",
1805
+ }
1806
+
1807
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1808
+ return response_data.response
1809
+
1810
+ def _list_collision_link_chains_keys_serialize(
1811
+ self,
1812
+ cell,
1813
+ _request_auth,
1814
+ _content_type,
1815
+ _headers,
1816
+ _host_index,
1817
+ ) -> RequestSerialized:
1818
+
1819
+ _host = None
1820
+
1821
+ _collection_formats: Dict[str, str] = {}
1822
+
1823
+ _path_params: Dict[str, str] = {}
1824
+ _query_params: List[Tuple[str, str]] = []
1825
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1826
+ _form_params: List[Tuple[str, str]] = []
1827
+ _files: Dict[str, Union[str, bytes]] = {}
1828
+ _body_params: Optional[bytes] = None
1829
+
1830
+ # process the path parameters
1831
+ if cell is not None:
1832
+ _path_params["cell"] = cell
1833
+ # process the query parameters
1834
+ # process the header parameters
1835
+ # process the form parameters
1836
+ # process the body parameter
1837
+
1838
+ # set the HTTP header `Accept`
1839
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
1840
+
1841
+ # authentication setting
1842
+ _auth_settings: List[str] = ["BearerAuth"]
1843
+
1844
+ return self.api_client.param_serialize(
1845
+ method="GET",
1846
+ resource_path="/cells/{cell}/store/collision/link-chains-keys",
1847
+ path_params=_path_params,
1848
+ query_params=_query_params,
1849
+ header_params=_header_params,
1850
+ body=_body_params,
1851
+ post_params=_form_params,
1852
+ files=_files,
1853
+ auth_settings=_auth_settings,
1854
+ collection_formats=_collection_formats,
1855
+ _host=_host,
1856
+ _request_auth=_request_auth,
1857
+ )
1858
+
1859
+ @validate_call
1860
+ async def list_stored_colliders(
1861
+ self,
1862
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1863
+ _request_timeout: Union[
1864
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1865
+ ] = None,
1866
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1867
+ _content_type: Optional[StrictStr] = None,
1868
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1869
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1870
+ ) -> Dict[str, Collider]:
1871
+ """List Colliders
1872
+
1873
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns all stored colliders.
1874
+
1875
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1876
+ :type cell: str
1877
+ :param _request_timeout: timeout setting for this request. If one
1878
+ number provided, it will be total request
1879
+ timeout. It can also be a pair (tuple) of
1880
+ (connection, read) timeouts.
1881
+ :type _request_timeout: int, tuple(int, int), optional
1882
+ :param _request_auth: set to override the auth_settings for an a single
1883
+ request; this effectively ignores the
1884
+ authentication in the spec for a single request.
1885
+ :type _request_auth: dict, optional
1886
+ :param _content_type: force content-type for the request.
1887
+ :type _content_type: str, Optional
1888
+ :param _headers: set to override the headers for a single
1889
+ request; this effectively ignores the headers
1890
+ in the spec for a single request.
1891
+ :type _headers: dict, optional
1892
+ :param _host_index: set to override the host_index for a single
1893
+ request; this effectively ignores the host_index
1894
+ in the spec for a single request.
1895
+ :type _host_index: int, optional
1896
+ :return: Returns the result object.
1897
+ """ # noqa: E501
1898
+
1899
+ _param = self._list_stored_colliders_serialize(
1900
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1901
+ )
1902
+
1903
+ _response_types_map: Dict[str, Optional[str]] = {
1904
+ "200": "Dict[str, Collider]",
1905
+ }
1906
+
1907
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1908
+ await response_data.read()
1909
+ return self.api_client.response_deserialize(
1910
+ response_data=response_data,
1911
+ response_types_map=_response_types_map,
1912
+ ).data
1913
+
1914
+ @validate_call
1915
+ async def list_stored_colliders_with_http_info(
1916
+ self,
1917
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1918
+ _request_timeout: Union[
1919
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1920
+ ] = None,
1921
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1922
+ _content_type: Optional[StrictStr] = None,
1923
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1924
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1925
+ ) -> ApiResponse[Dict[str, Collider]]:
1926
+ """List Colliders
1927
+
1928
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns all stored colliders.
1929
+
1930
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1931
+ :type cell: str
1932
+ :param _request_timeout: timeout setting for this request. If one
1933
+ number provided, it will be total request
1934
+ timeout. It can also be a pair (tuple) of
1935
+ (connection, read) timeouts.
1936
+ :type _request_timeout: int, tuple(int, int), optional
1937
+ :param _request_auth: set to override the auth_settings for an a single
1938
+ request; this effectively ignores the
1939
+ authentication in the spec for a single request.
1940
+ :type _request_auth: dict, optional
1941
+ :param _content_type: force content-type for the request.
1942
+ :type _content_type: str, Optional
1943
+ :param _headers: set to override the headers for a single
1944
+ request; this effectively ignores the headers
1945
+ in the spec for a single request.
1946
+ :type _headers: dict, optional
1947
+ :param _host_index: set to override the host_index for a single
1948
+ request; this effectively ignores the host_index
1949
+ in the spec for a single request.
1950
+ :type _host_index: int, optional
1951
+ :return: Returns the result object.
1952
+ """ # noqa: E501
1953
+
1954
+ _param = self._list_stored_colliders_serialize(
1955
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
1956
+ )
1957
+
1958
+ _response_types_map: Dict[str, Optional[str]] = {
1959
+ "200": "Dict[str, Collider]",
1960
+ }
1961
+
1962
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
1963
+ await response_data.read()
1964
+ return self.api_client.response_deserialize(
1965
+ response_data=response_data,
1966
+ response_types_map=_response_types_map,
1967
+ )
1968
+
1969
+ @validate_call
1970
+ async def list_stored_colliders_without_preload_content(
1971
+ self,
1972
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1973
+ _request_timeout: Union[
1974
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
1975
+ ] = None,
1976
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1977
+ _content_type: Optional[StrictStr] = None,
1978
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1979
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1980
+ ) -> RESTResponseType:
1981
+ """List Colliders
1982
+
1983
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns all stored colliders.
1984
+
1985
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1986
+ :type cell: str
1987
+ :param _request_timeout: timeout setting for this request. If one
1988
+ number provided, it will be total request
1989
+ timeout. It can also be a pair (tuple) of
1990
+ (connection, read) timeouts.
1991
+ :type _request_timeout: int, tuple(int, int), optional
1992
+ :param _request_auth: set to override the auth_settings for an a single
1993
+ request; this effectively ignores the
1994
+ authentication in the spec for a single request.
1995
+ :type _request_auth: dict, optional
1996
+ :param _content_type: force content-type for the request.
1997
+ :type _content_type: str, Optional
1998
+ :param _headers: set to override the headers for a single
1999
+ request; this effectively ignores the headers
2000
+ in the spec for a single request.
2001
+ :type _headers: dict, optional
2002
+ :param _host_index: set to override the host_index for a single
2003
+ request; this effectively ignores the host_index
2004
+ in the spec for a single request.
2005
+ :type _host_index: int, optional
2006
+ :return: Returns the result object.
2007
+ """ # noqa: E501
2008
+
2009
+ _param = self._list_stored_colliders_serialize(
2010
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2011
+ )
2012
+
2013
+ _response_types_map: Dict[str, Optional[str]] = {
2014
+ "200": "Dict[str, Collider]",
2015
+ }
2016
+
2017
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2018
+ return response_data.response
2019
+
2020
+ def _list_stored_colliders_serialize(
2021
+ self,
2022
+ cell,
2023
+ _request_auth,
2024
+ _content_type,
2025
+ _headers,
2026
+ _host_index,
2027
+ ) -> RequestSerialized:
2028
+
2029
+ _host = None
2030
+
2031
+ _collection_formats: Dict[str, str] = {}
2032
+
2033
+ _path_params: Dict[str, str] = {}
2034
+ _query_params: List[Tuple[str, str]] = []
2035
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2036
+ _form_params: List[Tuple[str, str]] = []
2037
+ _files: Dict[str, Union[str, bytes]] = {}
2038
+ _body_params: Optional[bytes] = None
2039
+
2040
+ # process the path parameters
2041
+ if cell is not None:
2042
+ _path_params["cell"] = cell
2043
+ # process the query parameters
2044
+ # process the header parameters
2045
+ # process the form parameters
2046
+ # process the body parameter
2047
+
2048
+ # set the HTTP header `Accept`
2049
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
2050
+
2051
+ # authentication setting
2052
+ _auth_settings: List[str] = ["BearerAuth"]
2053
+
2054
+ return self.api_client.param_serialize(
2055
+ method="GET",
2056
+ resource_path="/cells/{cell}/store/collision/colliders",
2057
+ path_params=_path_params,
2058
+ query_params=_query_params,
2059
+ header_params=_header_params,
2060
+ body=_body_params,
2061
+ post_params=_form_params,
2062
+ files=_files,
2063
+ auth_settings=_auth_settings,
2064
+ collection_formats=_collection_formats,
2065
+ _host=_host,
2066
+ _request_auth=_request_auth,
2067
+ )
2068
+
2069
+ @validate_call
2070
+ async def list_stored_colliders_keys(
2071
+ self,
2072
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2073
+ _request_timeout: Union[
2074
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2075
+ ] = None,
2076
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2077
+ _content_type: Optional[StrictStr] = None,
2078
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2079
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2080
+ ) -> List[str]:
2081
+ """List Collider Keys
2082
+
2083
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of keys for stored colliders.
2084
+
2085
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2086
+ :type cell: str
2087
+ :param _request_timeout: timeout setting for this request. If one
2088
+ number provided, it will be total request
2089
+ timeout. It can also be a pair (tuple) of
2090
+ (connection, read) timeouts.
2091
+ :type _request_timeout: int, tuple(int, int), optional
2092
+ :param _request_auth: set to override the auth_settings for an a single
2093
+ request; this effectively ignores the
2094
+ authentication in the spec for a single request.
2095
+ :type _request_auth: dict, optional
2096
+ :param _content_type: force content-type for the request.
2097
+ :type _content_type: str, Optional
2098
+ :param _headers: set to override the headers for a single
2099
+ request; this effectively ignores the headers
2100
+ in the spec for a single request.
2101
+ :type _headers: dict, optional
2102
+ :param _host_index: set to override the host_index for a single
2103
+ request; this effectively ignores the host_index
2104
+ in the spec for a single request.
2105
+ :type _host_index: int, optional
2106
+ :return: Returns the result object.
2107
+ """ # noqa: E501
2108
+
2109
+ _param = self._list_stored_colliders_keys_serialize(
2110
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2111
+ )
2112
+
2113
+ _response_types_map: Dict[str, Optional[str]] = {
2114
+ "200": "List[str]",
2115
+ }
2116
+
2117
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2118
+ await response_data.read()
2119
+ return self.api_client.response_deserialize(
2120
+ response_data=response_data,
2121
+ response_types_map=_response_types_map,
2122
+ ).data
2123
+
2124
+ @validate_call
2125
+ async def list_stored_colliders_keys_with_http_info(
2126
+ self,
2127
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2128
+ _request_timeout: Union[
2129
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2130
+ ] = None,
2131
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2132
+ _content_type: Optional[StrictStr] = None,
2133
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2134
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2135
+ ) -> ApiResponse[List[str]]:
2136
+ """List Collider Keys
2137
+
2138
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of keys for stored colliders.
2139
+
2140
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2141
+ :type cell: str
2142
+ :param _request_timeout: timeout setting for this request. If one
2143
+ number provided, it will be total request
2144
+ timeout. It can also be a pair (tuple) of
2145
+ (connection, read) timeouts.
2146
+ :type _request_timeout: int, tuple(int, int), optional
2147
+ :param _request_auth: set to override the auth_settings for an a single
2148
+ request; this effectively ignores the
2149
+ authentication in the spec for a single request.
2150
+ :type _request_auth: dict, optional
2151
+ :param _content_type: force content-type for the request.
2152
+ :type _content_type: str, Optional
2153
+ :param _headers: set to override the headers for a single
2154
+ request; this effectively ignores the headers
2155
+ in the spec for a single request.
2156
+ :type _headers: dict, optional
2157
+ :param _host_index: set to override the host_index for a single
2158
+ request; this effectively ignores the host_index
2159
+ in the spec for a single request.
2160
+ :type _host_index: int, optional
2161
+ :return: Returns the result object.
2162
+ """ # noqa: E501
2163
+
2164
+ _param = self._list_stored_colliders_keys_serialize(
2165
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2166
+ )
2167
+
2168
+ _response_types_map: Dict[str, Optional[str]] = {
2169
+ "200": "List[str]",
2170
+ }
2171
+
2172
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2173
+ await response_data.read()
2174
+ return self.api_client.response_deserialize(
2175
+ response_data=response_data,
2176
+ response_types_map=_response_types_map,
2177
+ )
2178
+
2179
+ @validate_call
2180
+ async def list_stored_colliders_keys_without_preload_content(
2181
+ self,
2182
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2183
+ _request_timeout: Union[
2184
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2185
+ ] = None,
2186
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2187
+ _content_type: Optional[StrictStr] = None,
2188
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2189
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2190
+ ) -> RESTResponseType:
2191
+ """List Collider Keys
2192
+
2193
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of keys for stored colliders.
2194
+
2195
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2196
+ :type cell: str
2197
+ :param _request_timeout: timeout setting for this request. If one
2198
+ number provided, it will be total request
2199
+ timeout. It can also be a pair (tuple) of
2200
+ (connection, read) timeouts.
2201
+ :type _request_timeout: int, tuple(int, int), optional
2202
+ :param _request_auth: set to override the auth_settings for an a single
2203
+ request; this effectively ignores the
2204
+ authentication in the spec for a single request.
2205
+ :type _request_auth: dict, optional
2206
+ :param _content_type: force content-type for the request.
2207
+ :type _content_type: str, Optional
2208
+ :param _headers: set to override the headers for a single
2209
+ request; this effectively ignores the headers
2210
+ in the spec for a single request.
2211
+ :type _headers: dict, optional
2212
+ :param _host_index: set to override the host_index for a single
2213
+ request; this effectively ignores the host_index
2214
+ in the spec for a single request.
2215
+ :type _host_index: int, optional
2216
+ :return: Returns the result object.
2217
+ """ # noqa: E501
2218
+
2219
+ _param = self._list_stored_colliders_keys_serialize(
2220
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2221
+ )
2222
+
2223
+ _response_types_map: Dict[str, Optional[str]] = {
2224
+ "200": "List[str]",
2225
+ }
2226
+
2227
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2228
+ return response_data.response
2229
+
2230
+ def _list_stored_colliders_keys_serialize(
2231
+ self,
2232
+ cell,
2233
+ _request_auth,
2234
+ _content_type,
2235
+ _headers,
2236
+ _host_index,
2237
+ ) -> RequestSerialized:
2238
+
2239
+ _host = None
2240
+
2241
+ _collection_formats: Dict[str, str] = {}
2242
+
2243
+ _path_params: Dict[str, str] = {}
2244
+ _query_params: List[Tuple[str, str]] = []
2245
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2246
+ _form_params: List[Tuple[str, str]] = []
2247
+ _files: Dict[str, Union[str, bytes]] = {}
2248
+ _body_params: Optional[bytes] = None
2249
+
2250
+ # process the path parameters
2251
+ if cell is not None:
2252
+ _path_params["cell"] = cell
2253
+ # process the query parameters
2254
+ # process the header parameters
2255
+ # process the form parameters
2256
+ # process the body parameter
2257
+
2258
+ # set the HTTP header `Accept`
2259
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
2260
+
2261
+ # authentication setting
2262
+ _auth_settings: List[str] = ["BearerAuth"]
2263
+
2264
+ return self.api_client.param_serialize(
2265
+ method="GET",
2266
+ resource_path="/cells/{cell}/store/collision/colliders-keys",
2267
+ path_params=_path_params,
2268
+ query_params=_query_params,
2269
+ header_params=_header_params,
2270
+ body=_body_params,
2271
+ post_params=_form_params,
2272
+ files=_files,
2273
+ auth_settings=_auth_settings,
2274
+ collection_formats=_collection_formats,
2275
+ _host=_host,
2276
+ _request_auth=_request_auth,
2277
+ )
2278
+
2279
+ @validate_call
2280
+ async def list_stored_collision_tools(
2281
+ self,
2282
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2283
+ _request_timeout: Union[
2284
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2285
+ ] = None,
2286
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2287
+ _content_type: Optional[StrictStr] = None,
2288
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2289
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2290
+ ) -> Dict[str, Dict[str, Collider]]:
2291
+ """List Tools
2292
+
2293
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the list of stored tools.
2294
+
2295
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2296
+ :type cell: str
2297
+ :param _request_timeout: timeout setting for this request. If one
2298
+ number provided, it will be total request
2299
+ timeout. It can also be a pair (tuple) of
2300
+ (connection, read) timeouts.
2301
+ :type _request_timeout: int, tuple(int, int), optional
2302
+ :param _request_auth: set to override the auth_settings for an a single
2303
+ request; this effectively ignores the
2304
+ authentication in the spec for a single request.
2305
+ :type _request_auth: dict, optional
2306
+ :param _content_type: force content-type for the request.
2307
+ :type _content_type: str, Optional
2308
+ :param _headers: set to override the headers for a single
2309
+ request; this effectively ignores the headers
2310
+ in the spec for a single request.
2311
+ :type _headers: dict, optional
2312
+ :param _host_index: set to override the host_index for a single
2313
+ request; this effectively ignores the host_index
2314
+ in the spec for a single request.
2315
+ :type _host_index: int, optional
2316
+ :return: Returns the result object.
2317
+ """ # noqa: E501
2318
+
2319
+ _param = self._list_stored_collision_tools_serialize(
2320
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2321
+ )
2322
+
2323
+ _response_types_map: Dict[str, Optional[str]] = {
2324
+ "200": "Dict[str, Dict[str, Collider]]",
2325
+ }
2326
+
2327
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2328
+ await response_data.read()
2329
+ return self.api_client.response_deserialize(
2330
+ response_data=response_data,
2331
+ response_types_map=_response_types_map,
2332
+ ).data
2333
+
2334
+ @validate_call
2335
+ async def list_stored_collision_tools_with_http_info(
2336
+ self,
2337
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2338
+ _request_timeout: Union[
2339
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2340
+ ] = None,
2341
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2342
+ _content_type: Optional[StrictStr] = None,
2343
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2344
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2345
+ ) -> ApiResponse[Dict[str, Dict[str, Collider]]]:
2346
+ """List Tools
2347
+
2348
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the list of stored tools.
2349
+
2350
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2351
+ :type cell: str
2352
+ :param _request_timeout: timeout setting for this request. If one
2353
+ number provided, it will be total request
2354
+ timeout. It can also be a pair (tuple) of
2355
+ (connection, read) timeouts.
2356
+ :type _request_timeout: int, tuple(int, int), optional
2357
+ :param _request_auth: set to override the auth_settings for an a single
2358
+ request; this effectively ignores the
2359
+ authentication in the spec for a single request.
2360
+ :type _request_auth: dict, optional
2361
+ :param _content_type: force content-type for the request.
2362
+ :type _content_type: str, Optional
2363
+ :param _headers: set to override the headers for a single
2364
+ request; this effectively ignores the headers
2365
+ in the spec for a single request.
2366
+ :type _headers: dict, optional
2367
+ :param _host_index: set to override the host_index for a single
2368
+ request; this effectively ignores the host_index
2369
+ in the spec for a single request.
2370
+ :type _host_index: int, optional
2371
+ :return: Returns the result object.
2372
+ """ # noqa: E501
2373
+
2374
+ _param = self._list_stored_collision_tools_serialize(
2375
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2376
+ )
2377
+
2378
+ _response_types_map: Dict[str, Optional[str]] = {
2379
+ "200": "Dict[str, Dict[str, Collider]]",
2380
+ }
2381
+
2382
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2383
+ await response_data.read()
2384
+ return self.api_client.response_deserialize(
2385
+ response_data=response_data,
2386
+ response_types_map=_response_types_map,
2387
+ )
2388
+
2389
+ @validate_call
2390
+ async def list_stored_collision_tools_without_preload_content(
2391
+ self,
2392
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2393
+ _request_timeout: Union[
2394
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2395
+ ] = None,
2396
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2397
+ _content_type: Optional[StrictStr] = None,
2398
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2399
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2400
+ ) -> RESTResponseType:
2401
+ """List Tools
2402
+
2403
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the list of stored tools.
2404
+
2405
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2406
+ :type cell: str
2407
+ :param _request_timeout: timeout setting for this request. If one
2408
+ number provided, it will be total request
2409
+ timeout. It can also be a pair (tuple) of
2410
+ (connection, read) timeouts.
2411
+ :type _request_timeout: int, tuple(int, int), optional
2412
+ :param _request_auth: set to override the auth_settings for an a single
2413
+ request; this effectively ignores the
2414
+ authentication in the spec for a single request.
2415
+ :type _request_auth: dict, optional
2416
+ :param _content_type: force content-type for the request.
2417
+ :type _content_type: str, Optional
2418
+ :param _headers: set to override the headers for a single
2419
+ request; this effectively ignores the headers
2420
+ in the spec for a single request.
2421
+ :type _headers: dict, optional
2422
+ :param _host_index: set to override the host_index for a single
2423
+ request; this effectively ignores the host_index
2424
+ in the spec for a single request.
2425
+ :type _host_index: int, optional
2426
+ :return: Returns the result object.
2427
+ """ # noqa: E501
2428
+
2429
+ _param = self._list_stored_collision_tools_serialize(
2430
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2431
+ )
2432
+
2433
+ _response_types_map: Dict[str, Optional[str]] = {
2434
+ "200": "Dict[str, Dict[str, Collider]]",
2435
+ }
2436
+
2437
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2438
+ return response_data.response
2439
+
2440
+ def _list_stored_collision_tools_serialize(
2441
+ self,
2442
+ cell,
2443
+ _request_auth,
2444
+ _content_type,
2445
+ _headers,
2446
+ _host_index,
2447
+ ) -> RequestSerialized:
2448
+
2449
+ _host = None
2450
+
2451
+ _collection_formats: Dict[str, str] = {}
2452
+
2453
+ _path_params: Dict[str, str] = {}
2454
+ _query_params: List[Tuple[str, str]] = []
2455
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2456
+ _form_params: List[Tuple[str, str]] = []
2457
+ _files: Dict[str, Union[str, bytes]] = {}
2458
+ _body_params: Optional[bytes] = None
2459
+
2460
+ # process the path parameters
2461
+ if cell is not None:
2462
+ _path_params["cell"] = cell
2463
+ # process the query parameters
2464
+ # process the header parameters
2465
+ # process the form parameters
2466
+ # process the body parameter
2467
+
2468
+ # set the HTTP header `Accept`
2469
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
2470
+
2471
+ # authentication setting
2472
+ _auth_settings: List[str] = ["BearerAuth"]
2473
+
2474
+ return self.api_client.param_serialize(
2475
+ method="GET",
2476
+ resource_path="/cells/{cell}/store/collision/tools",
2477
+ path_params=_path_params,
2478
+ query_params=_query_params,
2479
+ header_params=_header_params,
2480
+ body=_body_params,
2481
+ post_params=_form_params,
2482
+ files=_files,
2483
+ auth_settings=_auth_settings,
2484
+ collection_formats=_collection_formats,
2485
+ _host=_host,
2486
+ _request_auth=_request_auth,
2487
+ )
2488
+
2489
+ @validate_call
2490
+ async def list_stored_collision_tools_keys(
2491
+ self,
2492
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2493
+ _request_timeout: Union[
2494
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2495
+ ] = None,
2496
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2497
+ _content_type: Optional[StrictStr] = None,
2498
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2499
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2500
+ ) -> List[str]:
2501
+ """List Tool Keys
2502
+
2503
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of keys for stored tools.
2504
+
2505
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2506
+ :type cell: str
2507
+ :param _request_timeout: timeout setting for this request. If one
2508
+ number provided, it will be total request
2509
+ timeout. It can also be a pair (tuple) of
2510
+ (connection, read) timeouts.
2511
+ :type _request_timeout: int, tuple(int, int), optional
2512
+ :param _request_auth: set to override the auth_settings for an a single
2513
+ request; this effectively ignores the
2514
+ authentication in the spec for a single request.
2515
+ :type _request_auth: dict, optional
2516
+ :param _content_type: force content-type for the request.
2517
+ :type _content_type: str, Optional
2518
+ :param _headers: set to override the headers for a single
2519
+ request; this effectively ignores the headers
2520
+ in the spec for a single request.
2521
+ :type _headers: dict, optional
2522
+ :param _host_index: set to override the host_index for a single
2523
+ request; this effectively ignores the host_index
2524
+ in the spec for a single request.
2525
+ :type _host_index: int, optional
2526
+ :return: Returns the result object.
2527
+ """ # noqa: E501
2528
+
2529
+ _param = self._list_stored_collision_tools_keys_serialize(
2530
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2531
+ )
2532
+
2533
+ _response_types_map: Dict[str, Optional[str]] = {
2534
+ "200": "List[str]",
2535
+ }
2536
+
2537
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2538
+ await response_data.read()
2539
+ return self.api_client.response_deserialize(
2540
+ response_data=response_data,
2541
+ response_types_map=_response_types_map,
2542
+ ).data
2543
+
2544
+ @validate_call
2545
+ async def list_stored_collision_tools_keys_with_http_info(
2546
+ self,
2547
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2548
+ _request_timeout: Union[
2549
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2550
+ ] = None,
2551
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2552
+ _content_type: Optional[StrictStr] = None,
2553
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2554
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2555
+ ) -> ApiResponse[List[str]]:
2556
+ """List Tool Keys
2557
+
2558
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of keys for stored tools.
2559
+
2560
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2561
+ :type cell: str
2562
+ :param _request_timeout: timeout setting for this request. If one
2563
+ number provided, it will be total request
2564
+ timeout. It can also be a pair (tuple) of
2565
+ (connection, read) timeouts.
2566
+ :type _request_timeout: int, tuple(int, int), optional
2567
+ :param _request_auth: set to override the auth_settings for an a single
2568
+ request; this effectively ignores the
2569
+ authentication in the spec for a single request.
2570
+ :type _request_auth: dict, optional
2571
+ :param _content_type: force content-type for the request.
2572
+ :type _content_type: str, Optional
2573
+ :param _headers: set to override the headers for a single
2574
+ request; this effectively ignores the headers
2575
+ in the spec for a single request.
2576
+ :type _headers: dict, optional
2577
+ :param _host_index: set to override the host_index for a single
2578
+ request; this effectively ignores the host_index
2579
+ in the spec for a single request.
2580
+ :type _host_index: int, optional
2581
+ :return: Returns the result object.
2582
+ """ # noqa: E501
2583
+
2584
+ _param = self._list_stored_collision_tools_keys_serialize(
2585
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2586
+ )
2587
+
2588
+ _response_types_map: Dict[str, Optional[str]] = {
2589
+ "200": "List[str]",
2590
+ }
2591
+
2592
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2593
+ await response_data.read()
2594
+ return self.api_client.response_deserialize(
2595
+ response_data=response_data,
2596
+ response_types_map=_response_types_map,
2597
+ )
2598
+
2599
+ @validate_call
2600
+ async def list_stored_collision_tools_keys_without_preload_content(
2601
+ self,
2602
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2603
+ _request_timeout: Union[
2604
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2605
+ ] = None,
2606
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2607
+ _content_type: Optional[StrictStr] = None,
2608
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2609
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2610
+ ) -> RESTResponseType:
2611
+ """List Tool Keys
2612
+
2613
+ **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of keys for stored tools.
2614
+
2615
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2616
+ :type cell: str
2617
+ :param _request_timeout: timeout setting for this request. If one
2618
+ number provided, it will be total request
2619
+ timeout. It can also be a pair (tuple) of
2620
+ (connection, read) timeouts.
2621
+ :type _request_timeout: int, tuple(int, int), optional
2622
+ :param _request_auth: set to override the auth_settings for an a single
2623
+ request; this effectively ignores the
2624
+ authentication in the spec for a single request.
2625
+ :type _request_auth: dict, optional
2626
+ :param _content_type: force content-type for the request.
2627
+ :type _content_type: str, Optional
2628
+ :param _headers: set to override the headers for a single
2629
+ request; this effectively ignores the headers
2630
+ in the spec for a single request.
2631
+ :type _headers: dict, optional
2632
+ :param _host_index: set to override the host_index for a single
2633
+ request; this effectively ignores the host_index
2634
+ in the spec for a single request.
2635
+ :type _host_index: int, optional
2636
+ :return: Returns the result object.
2637
+ """ # noqa: E501
2638
+
2639
+ _param = self._list_stored_collision_tools_keys_serialize(
2640
+ cell=cell, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
2641
+ )
2642
+
2643
+ _response_types_map: Dict[str, Optional[str]] = {
2644
+ "200": "List[str]",
2645
+ }
2646
+
2647
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2648
+ return response_data.response
2649
+
2650
+ def _list_stored_collision_tools_keys_serialize(
2651
+ self,
2652
+ cell,
2653
+ _request_auth,
2654
+ _content_type,
2655
+ _headers,
2656
+ _host_index,
2657
+ ) -> RequestSerialized:
2658
+
2659
+ _host = None
2660
+
2661
+ _collection_formats: Dict[str, str] = {}
2662
+
2663
+ _path_params: Dict[str, str] = {}
2664
+ _query_params: List[Tuple[str, str]] = []
2665
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2666
+ _form_params: List[Tuple[str, str]] = []
2667
+ _files: Dict[str, Union[str, bytes]] = {}
2668
+ _body_params: Optional[bytes] = None
2669
+
2670
+ # process the path parameters
2671
+ if cell is not None:
2672
+ _path_params["cell"] = cell
2673
+ # process the query parameters
2674
+ # process the header parameters
2675
+ # process the form parameters
2676
+ # process the body parameter
2677
+
2678
+ # set the HTTP header `Accept`
2679
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
2680
+
2681
+ # authentication setting
2682
+ _auth_settings: List[str] = ["BearerAuth"]
2683
+
2684
+ return self.api_client.param_serialize(
2685
+ method="GET",
2686
+ resource_path="/cells/{cell}/store/collision/tools-keys",
2687
+ path_params=_path_params,
2688
+ query_params=_query_params,
2689
+ header_params=_header_params,
2690
+ body=_body_params,
2691
+ post_params=_form_params,
2692
+ files=_files,
2693
+ auth_settings=_auth_settings,
2694
+ collection_formats=_collection_formats,
2695
+ _host=_host,
2696
+ _request_auth=_request_auth,
2697
+ )
2698
+
2699
+ @validate_call
2700
+ async def store_collider(
2701
+ self,
2702
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2703
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
2704
+ collider2: Collider,
2705
+ _request_timeout: Union[
2706
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2707
+ ] = None,
2708
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2709
+ _content_type: Optional[StrictStr] = None,
2710
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2711
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2712
+ ) -> Collider:
2713
+ """Store Collider
2714
+
2715
+ **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.
2716
+
2717
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2718
+ :type cell: str
2719
+ :param collider: Unique identifier addressing a collider. (required)
2720
+ :type collider: str
2721
+ :param collider2: (required)
2722
+ :type collider2: Collider
2723
+ :param _request_timeout: timeout setting for this request. If one
2724
+ number provided, it will be total request
2725
+ timeout. It can also be a pair (tuple) of
2726
+ (connection, read) timeouts.
2727
+ :type _request_timeout: int, tuple(int, int), optional
2728
+ :param _request_auth: set to override the auth_settings for an a single
2729
+ request; this effectively ignores the
2730
+ authentication in the spec for a single request.
2731
+ :type _request_auth: dict, optional
2732
+ :param _content_type: force content-type for the request.
2733
+ :type _content_type: str, Optional
2734
+ :param _headers: set to override the headers for a single
2735
+ request; this effectively ignores the headers
2736
+ in the spec for a single request.
2737
+ :type _headers: dict, optional
2738
+ :param _host_index: set to override the host_index for a single
2739
+ request; this effectively ignores the host_index
2740
+ in the spec for a single request.
2741
+ :type _host_index: int, optional
2742
+ :return: Returns the result object.
2743
+ """ # noqa: E501
2744
+
2745
+ _param = self._store_collider_serialize(
2746
+ cell=cell,
2747
+ collider=collider,
2748
+ collider2=collider2,
2749
+ _request_auth=_request_auth,
2750
+ _content_type=_content_type,
2751
+ _headers=_headers,
2752
+ _host_index=_host_index,
2753
+ )
2754
+
2755
+ _response_types_map: Dict[str, Optional[str]] = {
2756
+ "200": "Collider",
2757
+ }
2758
+
2759
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2760
+ await response_data.read()
2761
+ return self.api_client.response_deserialize(
2762
+ response_data=response_data,
2763
+ response_types_map=_response_types_map,
2764
+ ).data
2765
+
2766
+ @validate_call
2767
+ async def store_collider_with_http_info(
2768
+ self,
2769
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2770
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
2771
+ collider2: Collider,
2772
+ _request_timeout: Union[
2773
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2774
+ ] = None,
2775
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2776
+ _content_type: Optional[StrictStr] = None,
2777
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2778
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2779
+ ) -> ApiResponse[Collider]:
2780
+ """Store Collider
2781
+
2782
+ **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.
2783
+
2784
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2785
+ :type cell: str
2786
+ :param collider: Unique identifier addressing a collider. (required)
2787
+ :type collider: str
2788
+ :param collider2: (required)
2789
+ :type collider2: Collider
2790
+ :param _request_timeout: timeout setting for this request. If one
2791
+ number provided, it will be total request
2792
+ timeout. It can also be a pair (tuple) of
2793
+ (connection, read) timeouts.
2794
+ :type _request_timeout: int, tuple(int, int), optional
2795
+ :param _request_auth: set to override the auth_settings for an a single
2796
+ request; this effectively ignores the
2797
+ authentication in the spec for a single request.
2798
+ :type _request_auth: dict, optional
2799
+ :param _content_type: force content-type for the request.
2800
+ :type _content_type: str, Optional
2801
+ :param _headers: set to override the headers for a single
2802
+ request; this effectively ignores the headers
2803
+ in the spec for a single request.
2804
+ :type _headers: dict, optional
2805
+ :param _host_index: set to override the host_index for a single
2806
+ request; this effectively ignores the host_index
2807
+ in the spec for a single request.
2808
+ :type _host_index: int, optional
2809
+ :return: Returns the result object.
2810
+ """ # noqa: E501
2811
+
2812
+ _param = self._store_collider_serialize(
2813
+ cell=cell,
2814
+ collider=collider,
2815
+ collider2=collider2,
2816
+ _request_auth=_request_auth,
2817
+ _content_type=_content_type,
2818
+ _headers=_headers,
2819
+ _host_index=_host_index,
2820
+ )
2821
+
2822
+ _response_types_map: Dict[str, Optional[str]] = {
2823
+ "200": "Collider",
2824
+ }
2825
+
2826
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2827
+ await response_data.read()
2828
+ return self.api_client.response_deserialize(
2829
+ response_data=response_data,
2830
+ response_types_map=_response_types_map,
2831
+ )
2832
+
2833
+ @validate_call
2834
+ async def store_collider_without_preload_content(
2835
+ self,
2836
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2837
+ collider: Annotated[StrictStr, Field(description="Unique identifier addressing a collider.")],
2838
+ collider2: Collider,
2839
+ _request_timeout: Union[
2840
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2841
+ ] = None,
2842
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2843
+ _content_type: Optional[StrictStr] = None,
2844
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2845
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2846
+ ) -> RESTResponseType:
2847
+ """Store Collider
2848
+
2849
+ **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.
2850
+
2851
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2852
+ :type cell: str
2853
+ :param collider: Unique identifier addressing a collider. (required)
2854
+ :type collider: str
2855
+ :param collider2: (required)
2856
+ :type collider2: Collider
2857
+ :param _request_timeout: timeout setting for this request. If one
2858
+ number provided, it will be total request
2859
+ timeout. It can also be a pair (tuple) of
2860
+ (connection, read) timeouts.
2861
+ :type _request_timeout: int, tuple(int, int), optional
2862
+ :param _request_auth: set to override the auth_settings for an a single
2863
+ request; this effectively ignores the
2864
+ authentication in the spec for a single request.
2865
+ :type _request_auth: dict, optional
2866
+ :param _content_type: force content-type for the request.
2867
+ :type _content_type: str, Optional
2868
+ :param _headers: set to override the headers for a single
2869
+ request; this effectively ignores the headers
2870
+ in the spec for a single request.
2871
+ :type _headers: dict, optional
2872
+ :param _host_index: set to override the host_index for a single
2873
+ request; this effectively ignores the host_index
2874
+ in the spec for a single request.
2875
+ :type _host_index: int, optional
2876
+ :return: Returns the result object.
2877
+ """ # noqa: E501
2878
+
2879
+ _param = self._store_collider_serialize(
2880
+ cell=cell,
2881
+ collider=collider,
2882
+ collider2=collider2,
2883
+ _request_auth=_request_auth,
2884
+ _content_type=_content_type,
2885
+ _headers=_headers,
2886
+ _host_index=_host_index,
2887
+ )
2888
+
2889
+ _response_types_map: Dict[str, Optional[str]] = {
2890
+ "200": "Collider",
2891
+ }
2892
+
2893
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
2894
+ return response_data.response
2895
+
2896
+ def _store_collider_serialize(
2897
+ self,
2898
+ cell,
2899
+ collider,
2900
+ collider2,
2901
+ _request_auth,
2902
+ _content_type,
2903
+ _headers,
2904
+ _host_index,
2905
+ ) -> RequestSerialized:
2906
+
2907
+ _host = None
2908
+
2909
+ _collection_formats: Dict[str, str] = {}
2910
+
2911
+ _path_params: Dict[str, str] = {}
2912
+ _query_params: List[Tuple[str, str]] = []
2913
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2914
+ _form_params: List[Tuple[str, str]] = []
2915
+ _files: Dict[str, Union[str, bytes]] = {}
2916
+ _body_params: Optional[bytes] = None
2917
+
2918
+ # process the path parameters
2919
+ if cell is not None:
2920
+ _path_params["cell"] = cell
2921
+ if collider is not None:
2922
+ _path_params["collider"] = collider
2923
+ # process the query parameters
2924
+ # process the header parameters
2925
+ # process the form parameters
2926
+ # process the body parameter
2927
+ if collider2 is not None:
2928
+ _body_params = collider2
2929
+
2930
+ # set the HTTP header `Accept`
2931
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
2932
+
2933
+ # set the HTTP header `Content-Type`
2934
+ if _content_type:
2935
+ _header_params["Content-Type"] = _content_type
2936
+ else:
2937
+ _default_content_type = self.api_client.select_header_content_type(["application/json"])
2938
+ if _default_content_type is not None:
2939
+ _header_params["Content-Type"] = _default_content_type
2940
+
2941
+ # authentication setting
2942
+ _auth_settings: List[str] = ["BearerAuth"]
2943
+
2944
+ return self.api_client.param_serialize(
2945
+ method="PUT",
2946
+ resource_path="/cells/{cell}/store/collision/colliders/{collider}",
2947
+ path_params=_path_params,
2948
+ query_params=_query_params,
2949
+ header_params=_header_params,
2950
+ body=_body_params,
2951
+ post_params=_form_params,
2952
+ files=_files,
2953
+ auth_settings=_auth_settings,
2954
+ collection_formats=_collection_formats,
2955
+ _host=_host,
2956
+ _request_auth=_request_auth,
2957
+ )
2958
+
2959
+ @validate_call
2960
+ async def store_collision_link_chain(
2961
+ self,
2962
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
2963
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
2964
+ collider: List[Dict[str, Collider]],
2965
+ _request_timeout: Union[
2966
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
2967
+ ] = None,
2968
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2969
+ _content_type: Optional[StrictStr] = None,
2970
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2971
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2972
+ ) -> List[Dict[str, Collider]]:
2973
+ """Store Link Chain
2974
+
2975
+ **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.
2976
+
2977
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
2978
+ :type cell: str
2979
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
2980
+ :type link_chain: str
2981
+ :param collider: (required)
2982
+ :type collider: List[Dict[str, Collider]]
2983
+ :param _request_timeout: timeout setting for this request. If one
2984
+ number provided, it will be total request
2985
+ timeout. It can also be a pair (tuple) of
2986
+ (connection, read) timeouts.
2987
+ :type _request_timeout: int, tuple(int, int), optional
2988
+ :param _request_auth: set to override the auth_settings for an a single
2989
+ request; this effectively ignores the
2990
+ authentication in the spec for a single request.
2991
+ :type _request_auth: dict, optional
2992
+ :param _content_type: force content-type for the request.
2993
+ :type _content_type: str, Optional
2994
+ :param _headers: set to override the headers for a single
2995
+ request; this effectively ignores the headers
2996
+ in the spec for a single request.
2997
+ :type _headers: dict, optional
2998
+ :param _host_index: set to override the host_index for a single
2999
+ request; this effectively ignores the host_index
3000
+ in the spec for a single request.
3001
+ :type _host_index: int, optional
3002
+ :return: Returns the result object.
3003
+ """ # noqa: E501
3004
+
3005
+ _param = self._store_collision_link_chain_serialize(
3006
+ cell=cell,
3007
+ link_chain=link_chain,
3008
+ collider=collider,
3009
+ _request_auth=_request_auth,
3010
+ _content_type=_content_type,
3011
+ _headers=_headers,
3012
+ _host_index=_host_index,
3013
+ )
3014
+
3015
+ _response_types_map: Dict[str, Optional[str]] = {
3016
+ "200": "List[Dict[str, Collider]]",
3017
+ }
3018
+
3019
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
3020
+ await response_data.read()
3021
+ return self.api_client.response_deserialize(
3022
+ response_data=response_data,
3023
+ response_types_map=_response_types_map,
3024
+ ).data
3025
+
3026
+ @validate_call
3027
+ async def store_collision_link_chain_with_http_info(
3028
+ self,
3029
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
3030
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
3031
+ collider: List[Dict[str, Collider]],
3032
+ _request_timeout: Union[
3033
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
3034
+ ] = None,
3035
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3036
+ _content_type: Optional[StrictStr] = None,
3037
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3038
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3039
+ ) -> ApiResponse[List[Dict[str, Collider]]]:
3040
+ """Store Link Chain
3041
+
3042
+ **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.
3043
+
3044
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
3045
+ :type cell: str
3046
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
3047
+ :type link_chain: str
3048
+ :param collider: (required)
3049
+ :type collider: List[Dict[str, Collider]]
3050
+ :param _request_timeout: timeout setting for this request. If one
3051
+ number provided, it will be total request
3052
+ timeout. It can also be a pair (tuple) of
3053
+ (connection, read) timeouts.
3054
+ :type _request_timeout: int, tuple(int, int), optional
3055
+ :param _request_auth: set to override the auth_settings for an a single
3056
+ request; this effectively ignores the
3057
+ authentication in the spec for a single request.
3058
+ :type _request_auth: dict, optional
3059
+ :param _content_type: force content-type for the request.
3060
+ :type _content_type: str, Optional
3061
+ :param _headers: set to override the headers for a single
3062
+ request; this effectively ignores the headers
3063
+ in the spec for a single request.
3064
+ :type _headers: dict, optional
3065
+ :param _host_index: set to override the host_index for a single
3066
+ request; this effectively ignores the host_index
3067
+ in the spec for a single request.
3068
+ :type _host_index: int, optional
3069
+ :return: Returns the result object.
3070
+ """ # noqa: E501
3071
+
3072
+ _param = self._store_collision_link_chain_serialize(
3073
+ cell=cell,
3074
+ link_chain=link_chain,
3075
+ collider=collider,
3076
+ _request_auth=_request_auth,
3077
+ _content_type=_content_type,
3078
+ _headers=_headers,
3079
+ _host_index=_host_index,
3080
+ )
3081
+
3082
+ _response_types_map: Dict[str, Optional[str]] = {
3083
+ "200": "List[Dict[str, Collider]]",
3084
+ }
3085
+
3086
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
3087
+ await response_data.read()
3088
+ return self.api_client.response_deserialize(
3089
+ response_data=response_data,
3090
+ response_types_map=_response_types_map,
3091
+ )
3092
+
3093
+ @validate_call
3094
+ async def store_collision_link_chain_without_preload_content(
3095
+ self,
3096
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
3097
+ link_chain: Annotated[StrictStr, Field(description="Unique identifier addressing a collision link chain.")],
3098
+ collider: List[Dict[str, Collider]],
3099
+ _request_timeout: Union[
3100
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
3101
+ ] = None,
3102
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3103
+ _content_type: Optional[StrictStr] = None,
3104
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3105
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3106
+ ) -> RESTResponseType:
3107
+ """Store Link Chain
3108
+
3109
+ **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.
3110
+
3111
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
3112
+ :type cell: str
3113
+ :param link_chain: Unique identifier addressing a collision link chain. (required)
3114
+ :type link_chain: str
3115
+ :param collider: (required)
3116
+ :type collider: List[Dict[str, Collider]]
3117
+ :param _request_timeout: timeout setting for this request. If one
3118
+ number provided, it will be total request
3119
+ timeout. It can also be a pair (tuple) of
3120
+ (connection, read) timeouts.
3121
+ :type _request_timeout: int, tuple(int, int), optional
3122
+ :param _request_auth: set to override the auth_settings for an a single
3123
+ request; this effectively ignores the
3124
+ authentication in the spec for a single request.
3125
+ :type _request_auth: dict, optional
3126
+ :param _content_type: force content-type for the request.
3127
+ :type _content_type: str, Optional
3128
+ :param _headers: set to override the headers for a single
3129
+ request; this effectively ignores the headers
3130
+ in the spec for a single request.
3131
+ :type _headers: dict, optional
3132
+ :param _host_index: set to override the host_index for a single
3133
+ request; this effectively ignores the host_index
3134
+ in the spec for a single request.
3135
+ :type _host_index: int, optional
3136
+ :return: Returns the result object.
3137
+ """ # noqa: E501
3138
+
3139
+ _param = self._store_collision_link_chain_serialize(
3140
+ cell=cell,
3141
+ link_chain=link_chain,
3142
+ collider=collider,
3143
+ _request_auth=_request_auth,
3144
+ _content_type=_content_type,
3145
+ _headers=_headers,
3146
+ _host_index=_host_index,
3147
+ )
3148
+
3149
+ _response_types_map: Dict[str, Optional[str]] = {
3150
+ "200": "List[Dict[str, Collider]]",
3151
+ }
3152
+
3153
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
3154
+ return response_data.response
3155
+
3156
+ def _store_collision_link_chain_serialize(
3157
+ self,
3158
+ cell,
3159
+ link_chain,
3160
+ collider,
3161
+ _request_auth,
3162
+ _content_type,
3163
+ _headers,
3164
+ _host_index,
3165
+ ) -> RequestSerialized:
3166
+
3167
+ _host = None
3168
+
3169
+ _collection_formats: Dict[str, str] = {
3170
+ "Collider": "",
3171
+ }
3172
+
3173
+ _path_params: Dict[str, str] = {}
3174
+ _query_params: List[Tuple[str, str]] = []
3175
+ _header_params: Dict[str, Optional[str]] = _headers or {}
3176
+ _form_params: List[Tuple[str, str]] = []
3177
+ _files: Dict[str, Union[str, bytes]] = {}
3178
+ _body_params: Optional[bytes] = None
3179
+
3180
+ # process the path parameters
3181
+ if cell is not None:
3182
+ _path_params["cell"] = cell
3183
+ if link_chain is not None:
3184
+ _path_params["link-chain"] = link_chain
3185
+ # process the query parameters
3186
+ # process the header parameters
3187
+ # process the form parameters
3188
+ # process the body parameter
3189
+ if collider is not None:
3190
+ _body_params = collider
3191
+
3192
+ # set the HTTP header `Accept`
3193
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
3194
+
3195
+ # set the HTTP header `Content-Type`
3196
+ if _content_type:
3197
+ _header_params["Content-Type"] = _content_type
3198
+ else:
3199
+ _default_content_type = self.api_client.select_header_content_type(["application/json"])
3200
+ if _default_content_type is not None:
3201
+ _header_params["Content-Type"] = _default_content_type
3202
+
3203
+ # authentication setting
3204
+ _auth_settings: List[str] = ["BearerAuth"]
3205
+
3206
+ return self.api_client.param_serialize(
3207
+ method="PUT",
3208
+ resource_path="/cells/{cell}/store/collision/link-chains/{link-chain}",
3209
+ path_params=_path_params,
3210
+ query_params=_query_params,
3211
+ header_params=_header_params,
3212
+ body=_body_params,
3213
+ post_params=_form_params,
3214
+ files=_files,
3215
+ auth_settings=_auth_settings,
3216
+ collection_formats=_collection_formats,
3217
+ _host=_host,
3218
+ _request_auth=_request_auth,
3219
+ )
3220
+
3221
+ @validate_call
3222
+ async def store_collision_tool(
3223
+ self,
3224
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
3225
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
3226
+ request_body: Dict[str, Collider],
3227
+ _request_timeout: Union[
3228
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
3229
+ ] = None,
3230
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3231
+ _content_type: Optional[StrictStr] = None,
3232
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3233
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3234
+ ) -> Dict[str, Collider]:
3235
+ """Store Tool
3236
+
3237
+ **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.
3238
+
3239
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
3240
+ :type cell: str
3241
+ :param tool: Unique identifier addressing a collision tool. (required)
3242
+ :type tool: str
3243
+ :param request_body: (required)
3244
+ :type request_body: Dict[str, Collider]
3245
+ :param _request_timeout: timeout setting for this request. If one
3246
+ number provided, it will be total request
3247
+ timeout. It can also be a pair (tuple) of
3248
+ (connection, read) timeouts.
3249
+ :type _request_timeout: int, tuple(int, int), optional
3250
+ :param _request_auth: set to override the auth_settings for an a single
3251
+ request; this effectively ignores the
3252
+ authentication in the spec for a single request.
3253
+ :type _request_auth: dict, optional
3254
+ :param _content_type: force content-type for the request.
3255
+ :type _content_type: str, Optional
3256
+ :param _headers: set to override the headers for a single
3257
+ request; this effectively ignores the headers
3258
+ in the spec for a single request.
3259
+ :type _headers: dict, optional
3260
+ :param _host_index: set to override the host_index for a single
3261
+ request; this effectively ignores the host_index
3262
+ in the spec for a single request.
3263
+ :type _host_index: int, optional
3264
+ :return: Returns the result object.
3265
+ """ # noqa: E501
3266
+
3267
+ _param = self._store_collision_tool_serialize(
3268
+ cell=cell,
3269
+ tool=tool,
3270
+ request_body=request_body,
3271
+ _request_auth=_request_auth,
3272
+ _content_type=_content_type,
3273
+ _headers=_headers,
3274
+ _host_index=_host_index,
3275
+ )
3276
+
3277
+ _response_types_map: Dict[str, Optional[str]] = {
3278
+ "200": "Dict[str, Collider]",
3279
+ }
3280
+
3281
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
3282
+ await response_data.read()
3283
+ return self.api_client.response_deserialize(
3284
+ response_data=response_data,
3285
+ response_types_map=_response_types_map,
3286
+ ).data
3287
+
3288
+ @validate_call
3289
+ async def store_collision_tool_with_http_info(
3290
+ self,
3291
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
3292
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
3293
+ request_body: Dict[str, Collider],
3294
+ _request_timeout: Union[
3295
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
3296
+ ] = None,
3297
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3298
+ _content_type: Optional[StrictStr] = None,
3299
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3300
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3301
+ ) -> ApiResponse[Dict[str, Collider]]:
3302
+ """Store Tool
3303
+
3304
+ **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.
3305
+
3306
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
3307
+ :type cell: str
3308
+ :param tool: Unique identifier addressing a collision tool. (required)
3309
+ :type tool: str
3310
+ :param request_body: (required)
3311
+ :type request_body: Dict[str, Collider]
3312
+ :param _request_timeout: timeout setting for this request. If one
3313
+ number provided, it will be total request
3314
+ timeout. It can also be a pair (tuple) of
3315
+ (connection, read) timeouts.
3316
+ :type _request_timeout: int, tuple(int, int), optional
3317
+ :param _request_auth: set to override the auth_settings for an a single
3318
+ request; this effectively ignores the
3319
+ authentication in the spec for a single request.
3320
+ :type _request_auth: dict, optional
3321
+ :param _content_type: force content-type for the request.
3322
+ :type _content_type: str, Optional
3323
+ :param _headers: set to override the headers for a single
3324
+ request; this effectively ignores the headers
3325
+ in the spec for a single request.
3326
+ :type _headers: dict, optional
3327
+ :param _host_index: set to override the host_index for a single
3328
+ request; this effectively ignores the host_index
3329
+ in the spec for a single request.
3330
+ :type _host_index: int, optional
3331
+ :return: Returns the result object.
3332
+ """ # noqa: E501
3333
+
3334
+ _param = self._store_collision_tool_serialize(
3335
+ cell=cell,
3336
+ tool=tool,
3337
+ request_body=request_body,
3338
+ _request_auth=_request_auth,
3339
+ _content_type=_content_type,
3340
+ _headers=_headers,
3341
+ _host_index=_host_index,
3342
+ )
3343
+
3344
+ _response_types_map: Dict[str, Optional[str]] = {
3345
+ "200": "Dict[str, Collider]",
3346
+ }
3347
+
3348
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
3349
+ await response_data.read()
3350
+ return self.api_client.response_deserialize(
3351
+ response_data=response_data,
3352
+ response_types_map=_response_types_map,
3353
+ )
3354
+
3355
+ @validate_call
3356
+ async def store_collision_tool_without_preload_content(
3357
+ self,
3358
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
3359
+ tool: Annotated[StrictStr, Field(description="Unique identifier addressing a collision tool.")],
3360
+ request_body: Dict[str, Collider],
3361
+ _request_timeout: Union[
3362
+ None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
3363
+ ] = None,
3364
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3365
+ _content_type: Optional[StrictStr] = None,
3366
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3367
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3368
+ ) -> RESTResponseType:
3369
+ """Store Tool
3370
+
3371
+ **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.
3372
+
3373
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
3374
+ :type cell: str
3375
+ :param tool: Unique identifier addressing a collision tool. (required)
3376
+ :type tool: str
3377
+ :param request_body: (required)
3378
+ :type request_body: Dict[str, Collider]
3379
+ :param _request_timeout: timeout setting for this request. If one
3380
+ number provided, it will be total request
3381
+ timeout. It can also be a pair (tuple) of
3382
+ (connection, read) timeouts.
3383
+ :type _request_timeout: int, tuple(int, int), optional
3384
+ :param _request_auth: set to override the auth_settings for an a single
3385
+ request; this effectively ignores the
3386
+ authentication in the spec for a single request.
3387
+ :type _request_auth: dict, optional
3388
+ :param _content_type: force content-type for the request.
3389
+ :type _content_type: str, Optional
3390
+ :param _headers: set to override the headers for a single
3391
+ request; this effectively ignores the headers
3392
+ in the spec for a single request.
3393
+ :type _headers: dict, optional
3394
+ :param _host_index: set to override the host_index for a single
3395
+ request; this effectively ignores the host_index
3396
+ in the spec for a single request.
3397
+ :type _host_index: int, optional
3398
+ :return: Returns the result object.
3399
+ """ # noqa: E501
3400
+
3401
+ _param = self._store_collision_tool_serialize(
3402
+ cell=cell,
3403
+ tool=tool,
3404
+ request_body=request_body,
3405
+ _request_auth=_request_auth,
3406
+ _content_type=_content_type,
3407
+ _headers=_headers,
3408
+ _host_index=_host_index,
3409
+ )
3410
+
3411
+ _response_types_map: Dict[str, Optional[str]] = {
3412
+ "200": "Dict[str, Collider]",
3413
+ }
3414
+
3415
+ response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
3416
+ return response_data.response
3417
+
3418
+ def _store_collision_tool_serialize(
3419
+ self,
3420
+ cell,
3421
+ tool,
3422
+ request_body,
3423
+ _request_auth,
3424
+ _content_type,
3425
+ _headers,
3426
+ _host_index,
3427
+ ) -> RequestSerialized:
3428
+
3429
+ _host = None
3430
+
3431
+ _collection_formats: Dict[str, str] = {}
3432
+
3433
+ _path_params: Dict[str, str] = {}
3434
+ _query_params: List[Tuple[str, str]] = []
3435
+ _header_params: Dict[str, Optional[str]] = _headers or {}
3436
+ _form_params: List[Tuple[str, str]] = []
3437
+ _files: Dict[str, Union[str, bytes]] = {}
3438
+ _body_params: Optional[bytes] = None
3439
+
3440
+ # process the path parameters
3441
+ if cell is not None:
3442
+ _path_params["cell"] = cell
3443
+ if tool is not None:
3444
+ _path_params["tool"] = tool
3445
+ # process the query parameters
3446
+ # process the header parameters
3447
+ # process the form parameters
3448
+ # process the body parameter
3449
+ if request_body is not None:
3450
+ _body_params = request_body
3451
+
3452
+ # set the HTTP header `Accept`
3453
+ _header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
3454
+
3455
+ # set the HTTP header `Content-Type`
3456
+ if _content_type:
3457
+ _header_params["Content-Type"] = _content_type
3458
+ else:
3459
+ _default_content_type = self.api_client.select_header_content_type(["application/json"])
3460
+ if _default_content_type is not None:
3461
+ _header_params["Content-Type"] = _default_content_type
3462
+
3463
+ # authentication setting
3464
+ _auth_settings: List[str] = ["BearerAuth"]
3465
+
3466
+ return self.api_client.param_serialize(
3467
+ method="PUT",
3468
+ resource_path="/cells/{cell}/store/collision/tools/{tool}",
3469
+ path_params=_path_params,
3470
+ query_params=_query_params,
3471
+ header_params=_header_params,
3472
+ body=_body_params,
3473
+ post_params=_form_params,
3474
+ files=_files,
3475
+ auth_settings=_auth_settings,
3476
+ collection_formats=_collection_formats,
3477
+ _host=_host,
3478
+ _request_auth=_request_auth,
3479
+ )