wandelbots-api-client 25.8.0.dev23__py3-none-any.whl → 25.10.0rc2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (640) hide show
  1. wandelbots_api_client/__init__.py +2 -3
  2. wandelbots_api_client/api/__init__.py +2 -0
  3. wandelbots_api_client/api/application_api.py +1 -2
  4. wandelbots_api_client/api/cell_api.py +1 -2
  5. wandelbots_api_client/api/controller_api.py +10 -5
  6. wandelbots_api_client/api/controller_ios_api.py +3 -6
  7. wandelbots_api_client/api/coordinate_systems_api.py +1 -2
  8. wandelbots_api_client/api/device_configuration_api.py +1 -2
  9. wandelbots_api_client/api/library_program_api.py +1 -2
  10. wandelbots_api_client/api/library_program_metadata_api.py +1 -2
  11. wandelbots_api_client/api/library_recipe_api.py +1 -2
  12. wandelbots_api_client/api/library_recipe_metadata_api.py +1 -2
  13. wandelbots_api_client/api/license_api.py +1 -2
  14. wandelbots_api_client/api/motion_api.py +17 -6
  15. wandelbots_api_client/api/motion_group_api.py +1 -2
  16. wandelbots_api_client/api/motion_group_infos_api.py +3 -2
  17. wandelbots_api_client/api/motion_group_jogging_api.py +11 -6
  18. wandelbots_api_client/api/motion_group_kinematic_api.py +1 -2
  19. wandelbots_api_client/api/program_api.py +1 -2
  20. wandelbots_api_client/api/program_operator_api.py +1 -2
  21. wandelbots_api_client/api/program_values_api.py +1 -2
  22. wandelbots_api_client/api/store_collision_components_api.py +10 -8
  23. wandelbots_api_client/api/store_collision_scenes_api.py +1 -2
  24. wandelbots_api_client/api/store_object_api.py +1 -2
  25. wandelbots_api_client/api/system_api.py +1 -2
  26. wandelbots_api_client/api/version_api.py +284 -0
  27. wandelbots_api_client/api/virtual_robot_api.py +1 -2
  28. wandelbots_api_client/api/virtual_robot_behavior_api.py +6 -4
  29. wandelbots_api_client/api/virtual_robot_mode_api.py +1 -2
  30. wandelbots_api_client/api/virtual_robot_setup_api.py +16 -17
  31. wandelbots_api_client/api_client.py +14 -7
  32. wandelbots_api_client/authorization.py +244 -0
  33. wandelbots_api_client/configuration.py +18 -7
  34. wandelbots_api_client/exceptions.py +1 -1
  35. wandelbots_api_client/models/__init__.py +3 -4
  36. wandelbots_api_client/models/abb_controller.py +5 -5
  37. wandelbots_api_client/models/abb_controller_egm_server.py +3 -3
  38. wandelbots_api_client/models/activate_license_request.py +2 -2
  39. wandelbots_api_client/models/add_request.py +3 -3
  40. wandelbots_api_client/models/all_joint_positions_request.py +3 -3
  41. wandelbots_api_client/models/all_joint_positions_response.py +2 -2
  42. wandelbots_api_client/models/api_version.py +91 -0
  43. wandelbots_api_client/models/app.py +8 -8
  44. wandelbots_api_client/models/array_input.py +2 -2
  45. wandelbots_api_client/models/array_output.py +2 -2
  46. wandelbots_api_client/models/behavior.py +1 -1
  47. wandelbots_api_client/models/blending_auto.py +3 -3
  48. wandelbots_api_client/models/blending_position.py +3 -3
  49. wandelbots_api_client/models/box.py +5 -5
  50. wandelbots_api_client/models/box2.py +6 -6
  51. wandelbots_api_client/models/box3.py +6 -6
  52. wandelbots_api_client/models/capsule.py +3 -3
  53. wandelbots_api_client/models/capsule2.py +4 -4
  54. wandelbots_api_client/models/capsule3.py +4 -4
  55. wandelbots_api_client/models/capture.py +2 -2
  56. wandelbots_api_client/models/cell.py +4 -4
  57. wandelbots_api_client/models/circle.py +3 -3
  58. wandelbots_api_client/models/code_with_arguments.py +7 -6
  59. wandelbots_api_client/models/collection_value.py +1 -1
  60. wandelbots_api_client/models/collider.py +4 -4
  61. wandelbots_api_client/models/collider_input.py +4 -4
  62. wandelbots_api_client/models/collider_output.py +4 -4
  63. wandelbots_api_client/models/collider_output_shape.py +1 -1
  64. wandelbots_api_client/models/collider_shape.py +1 -41
  65. wandelbots_api_client/models/collision.py +7 -7
  66. wandelbots_api_client/models/collision_contact.py +3 -3
  67. wandelbots_api_client/models/collision_motion_group.py +7 -6
  68. wandelbots_api_client/models/collision_motion_group_assembly.py +9 -8
  69. wandelbots_api_client/models/collision_robot_configuration_input.py +12 -10
  70. wandelbots_api_client/models/collision_robot_configuration_output.py +12 -10
  71. wandelbots_api_client/models/collision_scene.py +11 -9
  72. wandelbots_api_client/models/collision_scene_assembly.py +14 -12
  73. wandelbots_api_client/models/command.py +7 -7
  74. wandelbots_api_client/models/command_settings.py +4 -4
  75. wandelbots_api_client/models/comparator.py +1 -1
  76. wandelbots_api_client/models/compound.py +2 -2
  77. wandelbots_api_client/models/container_environment_inner.py +3 -3
  78. wandelbots_api_client/models/container_image.py +4 -4
  79. wandelbots_api_client/models/container_image_secrets_inner.py +2 -2
  80. wandelbots_api_client/models/container_resources.py +2 -2
  81. wandelbots_api_client/models/container_storage.py +3 -3
  82. wandelbots_api_client/models/controller_capabilities.py +3 -3
  83. wandelbots_api_client/models/controller_instance.py +9 -9
  84. wandelbots_api_client/models/controller_instance_list.py +2 -2
  85. wandelbots_api_client/models/convex_hull.py +2 -2
  86. wandelbots_api_client/models/convex_hull2.py +3 -3
  87. wandelbots_api_client/models/convex_hull3.py +3 -3
  88. wandelbots_api_client/models/coordinate_system.py +6 -6
  89. wandelbots_api_client/models/coordinate_systems.py +2 -2
  90. wandelbots_api_client/models/create_device_request_inner.py +1 -1
  91. wandelbots_api_client/models/create_program_run200_response.py +2 -2
  92. wandelbots_api_client/models/create_program_run_request.py +2 -2
  93. wandelbots_api_client/models/create_trigger200_response.py +2 -2
  94. wandelbots_api_client/models/create_trigger_request.py +7 -7
  95. wandelbots_api_client/models/cubic_spline.py +2 -2
  96. wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +3 -3
  97. wandelbots_api_client/models/cubic_spline_parameter.py +3 -3
  98. wandelbots_api_client/models/cycle_time.py +2 -2
  99. wandelbots_api_client/models/cylinder.py +3 -3
  100. wandelbots_api_client/models/cylinder2.py +4 -4
  101. wandelbots_api_client/models/cylinder3.py +4 -4
  102. wandelbots_api_client/models/dh_parameter.py +6 -6
  103. wandelbots_api_client/models/direction.py +1 -1
  104. wandelbots_api_client/models/direction_jogging_request.py +10 -10
  105. wandelbots_api_client/models/error.py +3 -3
  106. wandelbots_api_client/models/execute_trajectory_request.py +1 -1
  107. wandelbots_api_client/models/execute_trajectory_response.py +1 -1
  108. wandelbots_api_client/models/execution_result.py +4 -4
  109. wandelbots_api_client/models/external_joint_stream_datapoint.py +3 -3
  110. wandelbots_api_client/models/external_joint_stream_datapoint_value.py +5 -5
  111. wandelbots_api_client/models/fanuc_controller.py +3 -3
  112. wandelbots_api_client/models/feedback_collision.py +5 -5
  113. wandelbots_api_client/models/feedback_joint_limit_exceeded.py +4 -4
  114. wandelbots_api_client/models/feedback_out_of_workspace.py +3 -3
  115. wandelbots_api_client/models/feedback_singularity.py +4 -4
  116. wandelbots_api_client/models/flag.py +2 -2
  117. wandelbots_api_client/models/force_vector.py +4 -4
  118. wandelbots_api_client/models/geometry.py +12 -12
  119. wandelbots_api_client/models/get_all_program_runs200_response.py +2 -2
  120. wandelbots_api_client/models/get_all_triggers200_response.py +2 -2
  121. wandelbots_api_client/models/get_mode_response.py +2 -2
  122. wandelbots_api_client/models/get_trajectory_response.py +2 -2
  123. wandelbots_api_client/models/get_trajectory_sample_response.py +2 -2
  124. wandelbots_api_client/models/google_protobuf_any.py +2 -2
  125. wandelbots_api_client/models/http_exception_response.py +2 -2
  126. wandelbots_api_client/models/http_validation_error.py +2 -2
  127. wandelbots_api_client/models/http_validation_error2.py +2 -2
  128. wandelbots_api_client/models/image_credentials.py +4 -4
  129. wandelbots_api_client/models/info_service_capabilities.py +8 -8
  130. wandelbots_api_client/models/initialize_movement_request.py +6 -6
  131. wandelbots_api_client/models/initialize_movement_response.py +2 -2
  132. wandelbots_api_client/models/initialize_movement_response_init_response.py +3 -3
  133. wandelbots_api_client/models/io.py +6 -6
  134. wandelbots_api_client/models/io_description.py +10 -10
  135. wandelbots_api_client/models/io_value.py +5 -5
  136. wandelbots_api_client/models/ios.py +2 -2
  137. wandelbots_api_client/models/jogging_response.py +4 -4
  138. wandelbots_api_client/models/jogging_service_capabilities.py +3 -3
  139. wandelbots_api_client/models/joint_jogging_request.py +6 -6
  140. wandelbots_api_client/models/joint_limit.py +5 -5
  141. wandelbots_api_client/models/joint_limit_exceeded.py +3 -3
  142. wandelbots_api_client/models/joint_position_request.py +4 -4
  143. wandelbots_api_client/models/joint_trajectory.py +4 -4
  144. wandelbots_api_client/models/joints.py +2 -2
  145. wandelbots_api_client/models/kinematic_service_capabilities.py +4 -4
  146. wandelbots_api_client/models/kuka_controller.py +10 -8
  147. wandelbots_api_client/models/kuka_controller_rsi_server.py +3 -3
  148. wandelbots_api_client/models/license.py +11 -11
  149. wandelbots_api_client/models/license_status.py +3 -3
  150. wandelbots_api_client/models/license_status_enum.py +1 -1
  151. wandelbots_api_client/models/limit_settings.py +13 -13
  152. wandelbots_api_client/models/limits_override.py +7 -7
  153. wandelbots_api_client/models/list_devices200_response_inner.py +1 -1
  154. wandelbots_api_client/models/list_io_descriptions_response.py +2 -2
  155. wandelbots_api_client/models/list_io_values_response.py +2 -2
  156. wandelbots_api_client/models/list_payloads_response.py +2 -2
  157. wandelbots_api_client/models/list_program_metadata_response.py +2 -2
  158. wandelbots_api_client/models/list_recipe_metadata_response.py +2 -2
  159. wandelbots_api_client/models/list_response.py +2 -2
  160. wandelbots_api_client/models/list_tcps_response.py +2 -2
  161. wandelbots_api_client/models/manufacturer.py +1 -1
  162. wandelbots_api_client/models/mode_change_response.py +5 -5
  163. wandelbots_api_client/models/motion_command.py +4 -4
  164. wandelbots_api_client/models/motion_command_blending.py +1 -1
  165. wandelbots_api_client/models/motion_command_path.py +1 -1
  166. wandelbots_api_client/models/motion_group_behavior_getter.py +2 -2
  167. wandelbots_api_client/models/motion_group_info.py +4 -4
  168. wandelbots_api_client/models/motion_group_infos.py +2 -2
  169. wandelbots_api_client/models/motion_group_instance.py +6 -6
  170. wandelbots_api_client/models/motion_group_instance_list.py +2 -2
  171. wandelbots_api_client/models/motion_group_joints.py +5 -5
  172. wandelbots_api_client/models/motion_group_physical.py +6 -6
  173. wandelbots_api_client/models/motion_group_specification.py +3 -3
  174. wandelbots_api_client/models/motion_group_state.py +13 -13
  175. wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +2 -2
  176. wandelbots_api_client/models/motion_group_state_response.py +3 -3
  177. wandelbots_api_client/models/motion_id.py +2 -2
  178. wandelbots_api_client/models/motion_ids_list_response.py +2 -2
  179. wandelbots_api_client/models/motion_vector.py +4 -4
  180. wandelbots_api_client/models/mounting.py +3 -3
  181. wandelbots_api_client/models/move_request.py +9 -9
  182. wandelbots_api_client/models/move_response.py +3 -3
  183. wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +5 -5
  184. wandelbots_api_client/models/movement.py +2 -2
  185. wandelbots_api_client/models/movement_error.py +2 -2
  186. wandelbots_api_client/models/movement_error_error.py +2 -2
  187. wandelbots_api_client/models/movement_movement.py +4 -4
  188. wandelbots_api_client/models/op_mode.py +2 -2
  189. wandelbots_api_client/models/opcua_node_value_trigger_config.py +4 -4
  190. wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +1 -1
  191. wandelbots_api_client/models/optimizer_setup.py +8 -8
  192. wandelbots_api_client/models/out_of_workspace.py +2 -2
  193. wandelbots_api_client/models/path.py +2 -2
  194. wandelbots_api_client/models/path_cartesian_ptp.py +3 -3
  195. wandelbots_api_client/models/path_circle.py +4 -4
  196. wandelbots_api_client/models/path_cubic_spline.py +3 -3
  197. wandelbots_api_client/models/path_joint_ptp.py +3 -3
  198. wandelbots_api_client/models/path_line.py +3 -3
  199. wandelbots_api_client/models/pause_movement_request.py +3 -3
  200. wandelbots_api_client/models/pause_movement_response.py +2 -2
  201. wandelbots_api_client/models/pause_movement_response_pause_response.py +3 -3
  202. wandelbots_api_client/models/pause_on_io.py +3 -3
  203. wandelbots_api_client/models/payload.py +5 -5
  204. wandelbots_api_client/models/plan_collision_free_ptp_request.py +10 -9
  205. wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +1 -1
  206. wandelbots_api_client/models/plan_failed_on_trajectory_response.py +10 -10
  207. wandelbots_api_client/models/plan_failed_response.py +8 -8
  208. wandelbots_api_client/models/plan_request.py +6 -6
  209. wandelbots_api_client/models/plan_response.py +4 -4
  210. wandelbots_api_client/models/plan_successful_response.py +3 -3
  211. wandelbots_api_client/models/plan_trajectory_failed_response.py +4 -4
  212. wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +1 -1
  213. wandelbots_api_client/models/plan_trajectory_request.py +10 -9
  214. wandelbots_api_client/models/plan_trajectory_response.py +2 -2
  215. wandelbots_api_client/models/plan_trajectory_response_response.py +1 -1
  216. wandelbots_api_client/models/plane2.py +2 -2
  217. wandelbots_api_client/models/plane3.py +2 -2
  218. wandelbots_api_client/models/planned_motion.py +6 -6
  219. wandelbots_api_client/models/planner_pose.py +3 -3
  220. wandelbots_api_client/models/planning_limits.py +13 -13
  221. wandelbots_api_client/models/planning_limits_limit_range.py +3 -3
  222. wandelbots_api_client/models/playback_speed_request.py +3 -3
  223. wandelbots_api_client/models/playback_speed_response.py +2 -2
  224. wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +2 -2
  225. wandelbots_api_client/models/point_cloud.py +2 -2
  226. wandelbots_api_client/models/pose.py +4 -4
  227. wandelbots_api_client/models/pose2.py +3 -3
  228. wandelbots_api_client/models/program_metadata.py +7 -7
  229. wandelbots_api_client/models/program_run.py +15 -14
  230. wandelbots_api_client/models/program_run_object.py +7 -7
  231. wandelbots_api_client/models/program_run_state.py +1 -1
  232. wandelbots_api_client/models/program_runner_reference.py +3 -3
  233. wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +3 -3
  234. wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +2 -2
  235. wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +2 -2
  236. wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +2 -2
  237. wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +5 -5
  238. wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +5 -5
  239. wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +4 -4
  240. wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +7 -7
  241. wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +8 -8
  242. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +13 -11
  243. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +13 -11
  244. wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +3 -3
  245. wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +4 -4
  246. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +3 -3
  247. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +3 -3
  248. wandelbots_api_client/models/quaternion.py +5 -5
  249. wandelbots_api_client/models/recipe_metadata.py +8 -8
  250. wandelbots_api_client/models/rectangle.py +3 -3
  251. wandelbots_api_client/models/rectangle2.py +4 -4
  252. wandelbots_api_client/models/rectangle3.py +4 -4
  253. wandelbots_api_client/models/rectangular_capsule.py +4 -4
  254. wandelbots_api_client/models/rectangular_capsule2.py +5 -5
  255. wandelbots_api_client/models/rectangular_capsule3.py +5 -5
  256. wandelbots_api_client/models/release_channel.py +1 -1
  257. wandelbots_api_client/models/request.py +1 -1
  258. wandelbots_api_client/models/request1.py +1 -1
  259. wandelbots_api_client/models/response_get_value_programs_values_key_get.py +1 -1
  260. wandelbots_api_client/models/response_get_values_programs_values_get_value.py +1 -1
  261. wandelbots_api_client/models/robot_controller.py +3 -3
  262. wandelbots_api_client/models/robot_controller_configuration.py +1 -1
  263. wandelbots_api_client/models/robot_controller_state.py +8 -8
  264. wandelbots_api_client/models/robot_link_geometry.py +3 -3
  265. wandelbots_api_client/models/robot_state.py +3 -3
  266. wandelbots_api_client/models/robot_system_mode.py +1 -1
  267. wandelbots_api_client/models/robot_tcp.py +5 -5
  268. wandelbots_api_client/models/robot_tcps.py +2 -2
  269. wandelbots_api_client/models/rotation_angle_types.py +1 -1
  270. wandelbots_api_client/models/rotation_angles.py +3 -3
  271. wandelbots_api_client/models/safety_configuration.py +6 -6
  272. wandelbots_api_client/models/safety_setup.py +5 -5
  273. wandelbots_api_client/models/safety_setup_safety_settings.py +3 -3
  274. wandelbots_api_client/models/safety_setup_safety_zone.py +5 -5
  275. wandelbots_api_client/models/safety_zone.py +4 -4
  276. wandelbots_api_client/models/safety_zone_limits.py +3 -3
  277. wandelbots_api_client/models/safety_zone_violation.py +2 -2
  278. wandelbots_api_client/models/service_status.py +3 -3
  279. wandelbots_api_client/models/service_status_phase.py +1 -1
  280. wandelbots_api_client/models/service_status_severity.py +1 -1
  281. wandelbots_api_client/models/service_status_status.py +4 -4
  282. wandelbots_api_client/models/set_io.py +3 -3
  283. wandelbots_api_client/models/set_playback_speed.py +3 -3
  284. wandelbots_api_client/models/single_joint_limit.py +3 -3
  285. wandelbots_api_client/models/singularity.py +3 -3
  286. wandelbots_api_client/models/singularity_type_enum.py +1 -1
  287. wandelbots_api_client/models/sphere.py +2 -2
  288. wandelbots_api_client/models/sphere2.py +3 -3
  289. wandelbots_api_client/models/sphere3.py +3 -3
  290. wandelbots_api_client/models/standstill.py +2 -2
  291. wandelbots_api_client/models/standstill_reason.py +1 -1
  292. wandelbots_api_client/models/standstill_standstill.py +4 -4
  293. wandelbots_api_client/models/start_movement_request.py +6 -6
  294. wandelbots_api_client/models/start_on_io.py +3 -3
  295. wandelbots_api_client/models/status.py +4 -4
  296. wandelbots_api_client/models/stop_response.py +4 -4
  297. wandelbots_api_client/models/store_value.py +1 -1
  298. wandelbots_api_client/models/stream_move_backward.py +2 -2
  299. wandelbots_api_client/models/stream_move_forward.py +2 -2
  300. wandelbots_api_client/models/stream_move_playback_speed.py +2 -2
  301. wandelbots_api_client/models/stream_move_request.py +1 -1
  302. wandelbots_api_client/models/stream_move_response.py +4 -4
  303. wandelbots_api_client/models/stream_move_to_trajectory.py +2 -2
  304. wandelbots_api_client/models/stream_stop.py +2 -2
  305. wandelbots_api_client/models/tcp_pose.py +5 -5
  306. wandelbots_api_client/models/tcp_pose_request.py +5 -5
  307. wandelbots_api_client/models/tool_geometry.py +3 -3
  308. wandelbots_api_client/models/trajectory_sample.py +12 -12
  309. wandelbots_api_client/models/trigger_object.py +11 -11
  310. wandelbots_api_client/models/trigger_type.py +1 -1
  311. wandelbots_api_client/models/universalrobots_controller.py +3 -3
  312. wandelbots_api_client/models/update_nova_version_request.py +2 -2
  313. wandelbots_api_client/models/update_program_metadata_request.py +4 -4
  314. wandelbots_api_client/models/update_recipe_metadata_request.py +4 -4
  315. wandelbots_api_client/models/update_trigger_request.py +6 -6
  316. wandelbots_api_client/models/validation_error.py +4 -4
  317. wandelbots_api_client/models/validation_error2.py +4 -4
  318. wandelbots_api_client/models/validation_error2_loc_inner.py +1 -1
  319. wandelbots_api_client/models/validation_error_loc_inner.py +1 -1
  320. wandelbots_api_client/models/value.py +1 -1
  321. wandelbots_api_client/models/vector3d.py +4 -4
  322. wandelbots_api_client/models/version_number.py +9 -9
  323. wandelbots_api_client/models/virtual_controller.py +6 -6
  324. wandelbots_api_client/models/virtual_controller_types.py +13 -1
  325. wandelbots_api_client/models/virtual_robot_configuration.py +3 -3
  326. wandelbots_api_client/models/yaskawa_controller.py +3 -3
  327. wandelbots_api_client/rest.py +3 -2
  328. wandelbots_api_client/v2/__init__.py +3 -4
  329. wandelbots_api_client/v2/api/__init__.py +2 -0
  330. wandelbots_api_client/v2/api/application_api.py +11 -12
  331. wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +930 -82
  332. wandelbots_api_client/v2/api/cell_api.py +8 -9
  333. wandelbots_api_client/v2/api/controller_api.py +35 -32
  334. wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +14 -13
  335. wandelbots_api_client/v2/api/jogging_api.py +8 -6
  336. wandelbots_api_client/v2/api/kinematics_api.py +14 -16
  337. wandelbots_api_client/v2/api/license_api.py +8 -9
  338. wandelbots_api_client/v2/api/motion_group_api.py +10 -9
  339. wandelbots_api_client/v2/api/motion_group_models_api.py +16 -53
  340. wandelbots_api_client/v2/api/program_api.py +14 -15
  341. wandelbots_api_client/v2/api/store_collision_components_api.py +823 -50
  342. wandelbots_api_client/v2/api/store_collision_setups_api.py +264 -7
  343. wandelbots_api_client/v2/api/store_object_api.py +11 -12
  344. wandelbots_api_client/v2/api/system_api.py +6 -6
  345. wandelbots_api_client/v2/api/trajectory_caching_api.py +14 -15
  346. wandelbots_api_client/v2/api/trajectory_execution_api.py +8 -6
  347. wandelbots_api_client/v2/api/trajectory_planning_api.py +17 -19
  348. wandelbots_api_client/v2/api/version_api.py +284 -0
  349. wandelbots_api_client/v2/api/virtual_controller_api.py +56 -42
  350. wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +20 -12
  351. wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +5 -6
  352. wandelbots_api_client/v2/api_client.py +15 -8
  353. wandelbots_api_client/v2/configuration.py +19 -8
  354. wandelbots_api_client/v2/exceptions.py +2 -2
  355. wandelbots_api_client/v2/models/__init__.py +52 -31
  356. wandelbots_api_client/v2/models/abb_controller.py +8 -11
  357. wandelbots_api_client/v2/models/abb_controller_egm_server.py +4 -4
  358. wandelbots_api_client/v2/models/activate_license_request.py +3 -3
  359. wandelbots_api_client/v2/models/add_trajectory_error.py +5 -5
  360. wandelbots_api_client/v2/models/add_trajectory_error_data.py +58 -58
  361. wandelbots_api_client/v2/models/add_trajectory_request.py +5 -5
  362. wandelbots_api_client/v2/models/add_trajectory_response.py +4 -4
  363. wandelbots_api_client/v2/models/api_version.py +91 -0
  364. wandelbots_api_client/v2/models/app.py +11 -11
  365. wandelbots_api_client/v2/models/behavior.py +3 -3
  366. wandelbots_api_client/v2/models/blending_auto.py +6 -5
  367. wandelbots_api_client/v2/models/blending_position.py +4 -4
  368. wandelbots_api_client/v2/models/boolean_value.py +6 -9
  369. wandelbots_api_client/v2/models/box.py +7 -7
  370. wandelbots_api_client/v2/models/{io_description2.py → bus_io_description.py} +16 -16
  371. wandelbots_api_client/v2/models/bus_io_modbus_client.py +104 -0
  372. wandelbots_api_client/v2/models/bus_io_modbus_server.py +115 -0
  373. wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +106 -0
  374. wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +104 -0
  375. wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +98 -0
  376. wandelbots_api_client/v2/models/bus_io_profinet.py +10 -13
  377. wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +4 -4
  378. wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +5 -5
  379. wandelbots_api_client/v2/models/bus_io_profinet_network.py +5 -5
  380. wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +5 -8
  381. wandelbots_api_client/v2/models/bus_io_type.py +65 -18
  382. wandelbots_api_client/v2/models/bus_ios_state.py +4 -4
  383. wandelbots_api_client/v2/models/bus_ios_state_enum.py +2 -2
  384. wandelbots_api_client/v2/models/capsule.py +5 -5
  385. wandelbots_api_client/v2/models/cartesian_limits.py +6 -6
  386. wandelbots_api_client/v2/models/cell.py +7 -7
  387. wandelbots_api_client/v2/models/collider.py +5 -5
  388. wandelbots_api_client/v2/models/collider_shape.py +2 -42
  389. wandelbots_api_client/v2/models/collision.py +8 -8
  390. wandelbots_api_client/v2/models/collision_contact.py +4 -4
  391. wandelbots_api_client/v2/models/collision_error.py +3 -3
  392. wandelbots_api_client/v2/models/collision_free_algorithm.py +15 -15
  393. wandelbots_api_client/v2/models/collision_setup.py +14 -12
  394. wandelbots_api_client/v2/models/comparator.py +2 -2
  395. wandelbots_api_client/v2/models/configuration_archive_status.py +2 -17
  396. wandelbots_api_client/v2/models/configuration_archive_status_creating.py +4 -4
  397. wandelbots_api_client/v2/models/configuration_archive_status_error.py +4 -4
  398. wandelbots_api_client/v2/models/configuration_archive_status_success.py +3 -3
  399. wandelbots_api_client/v2/models/configuration_resource.py +5 -5
  400. wandelbots_api_client/v2/models/container_environment_inner.py +4 -4
  401. wandelbots_api_client/v2/models/container_image.py +5 -5
  402. wandelbots_api_client/v2/models/container_image_secrets_inner.py +3 -3
  403. wandelbots_api_client/v2/models/container_resources.py +4 -4
  404. wandelbots_api_client/v2/models/container_storage.py +4 -4
  405. wandelbots_api_client/v2/models/controller_description.py +6 -6
  406. wandelbots_api_client/v2/models/convex_hull.py +4 -4
  407. wandelbots_api_client/v2/models/coordinate_system.py +8 -8
  408. wandelbots_api_client/v2/models/coordinate_system_data.py +7 -7
  409. wandelbots_api_client/v2/models/cubic_spline_parameter.py +4 -4
  410. wandelbots_api_client/v2/models/cycle_time.py +5 -4
  411. wandelbots_api_client/v2/models/cylinder.py +5 -5
  412. wandelbots_api_client/v2/models/dh_parameter.py +7 -7
  413. wandelbots_api_client/v2/models/direction.py +2 -2
  414. wandelbots_api_client/v2/models/error.py +4 -4
  415. wandelbots_api_client/v2/models/error_invalid_joint_count.py +5 -5
  416. wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +6 -5
  417. wandelbots_api_client/v2/models/error_joint_position_collision.py +6 -6
  418. wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +4 -4
  419. wandelbots_api_client/v2/models/execute.py +4 -4
  420. wandelbots_api_client/v2/models/execute_details.py +2 -12
  421. wandelbots_api_client/v2/models/execute_jogging_request.py +30 -2
  422. wandelbots_api_client/v2/models/execute_jogging_response.py +7 -7
  423. wandelbots_api_client/v2/models/execute_trajectory_request.py +30 -2
  424. wandelbots_api_client/v2/models/execute_trajectory_response.py +7 -7
  425. wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +4 -4
  426. wandelbots_api_client/v2/models/external_joint_stream_request.py +3 -3
  427. wandelbots_api_client/v2/models/fanuc_controller.py +6 -9
  428. wandelbots_api_client/v2/models/feedback_collision.py +6 -6
  429. wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +7 -6
  430. wandelbots_api_client/v2/models/feedback_out_of_workspace.py +4 -4
  431. wandelbots_api_client/v2/models/feedback_singularity.py +5 -5
  432. wandelbots_api_client/v2/models/flag.py +3 -3
  433. wandelbots_api_client/v2/models/float_value.py +6 -9
  434. wandelbots_api_client/v2/models/forward_kinematics422_response.py +3 -3
  435. wandelbots_api_client/v2/models/forward_kinematics_request.py +6 -6
  436. wandelbots_api_client/v2/models/forward_kinematics_response.py +3 -3
  437. wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +7 -7
  438. wandelbots_api_client/v2/models/get_trajectory_response.py +5 -5
  439. wandelbots_api_client/v2/models/http_validation_error.py +3 -3
  440. wandelbots_api_client/v2/models/image_credentials.py +5 -5
  441. wandelbots_api_client/v2/models/{inconsitent_trajectory_size.py → inconsistent_trajectory_size_error.py} +9 -9
  442. wandelbots_api_client/v2/models/{inconsitent_trajectory_size_inconsistent_trajectory_size.py → inconsistent_trajectory_size_error_inconsistent_trajectory_size.py} +9 -9
  443. wandelbots_api_client/v2/models/initialize_jogging_request.py +10 -17
  444. wandelbots_api_client/v2/models/initialize_jogging_response.py +4 -4
  445. wandelbots_api_client/v2/models/initialize_movement_request.py +8 -13
  446. wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +2 -2
  447. wandelbots_api_client/v2/models/initialize_movement_response.py +5 -5
  448. wandelbots_api_client/v2/models/integer_value.py +7 -10
  449. wandelbots_api_client/v2/models/{invalid_dof.py → invalid_dof_error.py} +9 -9
  450. wandelbots_api_client/v2/models/{invalid_dof_invalid_dof.py → invalid_dof_error_invalid_dof.py} +8 -8
  451. wandelbots_api_client/v2/models/inverse_kinematics422_response.py +3 -3
  452. wandelbots_api_client/v2/models/inverse_kinematics_request.py +12 -11
  453. wandelbots_api_client/v2/models/inverse_kinematics_response.py +3 -3
  454. wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +7 -7
  455. wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +2 -2
  456. wandelbots_api_client/v2/models/io_boolean_value.py +7 -10
  457. wandelbots_api_client/v2/models/{io_description_min.py → io_boundary.py} +10 -25
  458. wandelbots_api_client/v2/models/io_description.py +13 -13
  459. wandelbots_api_client/v2/models/io_direction.py +2 -2
  460. wandelbots_api_client/v2/models/io_float_value.py +7 -10
  461. wandelbots_api_client/v2/models/io_integer_value.py +7 -10
  462. wandelbots_api_client/v2/models/io_origin.py +37 -0
  463. wandelbots_api_client/v2/models/io_value.py +2 -17
  464. wandelbots_api_client/v2/models/io_value_type.py +2 -2
  465. wandelbots_api_client/v2/models/jogging_details.py +4 -4
  466. wandelbots_api_client/v2/models/jogging_details_state.py +2 -27
  467. wandelbots_api_client/v2/models/jogging_paused_by_user.py +3 -3
  468. wandelbots_api_client/v2/models/jogging_paused_near_collision.py +4 -4
  469. wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +6 -5
  470. wandelbots_api_client/v2/models/jogging_paused_on_io.py +3 -3
  471. wandelbots_api_client/v2/models/jogging_running.py +3 -3
  472. wandelbots_api_client/v2/models/{joint_limit_exceeded.py → joint_limit_exceeded_error.py} +7 -7
  473. wandelbots_api_client/v2/models/joint_limits.py +6 -6
  474. wandelbots_api_client/v2/models/joint_trajectory.py +5 -5
  475. wandelbots_api_client/v2/models/joint_velocity_request.py +6 -9
  476. wandelbots_api_client/v2/models/joint_velocity_response.py +4 -4
  477. wandelbots_api_client/v2/models/kuka_controller.py +12 -13
  478. wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +4 -4
  479. wandelbots_api_client/v2/models/license.py +12 -12
  480. wandelbots_api_client/v2/models/license_status.py +4 -4
  481. wandelbots_api_client/v2/models/license_status_enum.py +2 -2
  482. wandelbots_api_client/v2/models/limit_range.py +4 -4
  483. wandelbots_api_client/v2/models/limit_set.py +7 -7
  484. wandelbots_api_client/v2/models/limits_override.py +8 -8
  485. wandelbots_api_client/v2/models/list_trajectories_response.py +3 -3
  486. wandelbots_api_client/v2/models/manufacturer.py +2 -2
  487. wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +4 -4
  488. wandelbots_api_client/v2/models/modbus_io.py +105 -0
  489. wandelbots_api_client/v2/models/modbus_io_area.py +40 -0
  490. wandelbots_api_client/v2/models/modbus_io_byte_order.py +40 -0
  491. wandelbots_api_client/v2/models/{http_validation_error2.py → modbus_io_data.py} +23 -28
  492. wandelbots_api_client/v2/models/modbus_io_type_enum.py +39 -0
  493. wandelbots_api_client/v2/models/motion_command.py +5 -5
  494. wandelbots_api_client/v2/models/motion_command_blending.py +2 -2
  495. wandelbots_api_client/v2/models/motion_command_path.py +2 -2
  496. wandelbots_api_client/v2/models/motion_group_description.py +36 -31
  497. wandelbots_api_client/v2/models/motion_group_info.py +7 -6
  498. wandelbots_api_client/v2/models/motion_group_joints.py +6 -6
  499. wandelbots_api_client/v2/models/motion_group_setup.py +15 -13
  500. wandelbots_api_client/v2/models/motion_group_state.py +18 -17
  501. wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +3 -3
  502. wandelbots_api_client/v2/models/movement_error_response.py +4 -4
  503. wandelbots_api_client/v2/models/{nan_value.py → nan_value_error.py} +9 -9
  504. wandelbots_api_client/v2/models/{nan_value_nan_value.py → nan_value_error_nan_value.py} +6 -6
  505. wandelbots_api_client/v2/models/op_mode.py +3 -3
  506. wandelbots_api_client/v2/models/operating_state.py +2 -2
  507. wandelbots_api_client/v2/models/operation_limits.py +6 -6
  508. wandelbots_api_client/v2/models/operation_mode.py +2 -2
  509. wandelbots_api_client/v2/models/orientation_type.py +2 -2
  510. wandelbots_api_client/v2/models/path_cartesian_ptp.py +4 -4
  511. wandelbots_api_client/v2/models/path_circle.py +5 -5
  512. wandelbots_api_client/v2/models/path_cubic_spline.py +4 -4
  513. wandelbots_api_client/v2/models/path_joint_ptp.py +4 -4
  514. wandelbots_api_client/v2/models/path_line.py +4 -4
  515. wandelbots_api_client/v2/models/pause_jogging_request.py +5 -8
  516. wandelbots_api_client/v2/models/pause_jogging_response.py +4 -4
  517. wandelbots_api_client/v2/models/pause_movement_request.py +5 -8
  518. wandelbots_api_client/v2/models/pause_movement_response.py +4 -4
  519. wandelbots_api_client/v2/models/pause_on_io.py +9 -6
  520. wandelbots_api_client/v2/models/payload.py +6 -6
  521. wandelbots_api_client/v2/models/plan422_response.py +3 -3
  522. wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +3 -3
  523. wandelbots_api_client/v2/models/plan_collision_free_request.py +6 -6
  524. wandelbots_api_client/v2/models/plan_collision_free_response.py +3 -3
  525. wandelbots_api_client/v2/models/plan_collision_free_response_response.py +2 -2
  526. wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +5 -5
  527. wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +2 -2
  528. wandelbots_api_client/v2/models/plan_trajectory_request.py +5 -5
  529. wandelbots_api_client/v2/models/plan_trajectory_response.py +3 -3
  530. wandelbots_api_client/v2/models/plan_trajectory_response_response.py +2 -2
  531. wandelbots_api_client/v2/models/plan_validation_error.py +7 -7
  532. wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +2 -2
  533. wandelbots_api_client/v2/models/plane.py +3 -3
  534. wandelbots_api_client/v2/models/playback_speed_request.py +8 -10
  535. wandelbots_api_client/v2/models/playback_speed_response.py +4 -4
  536. wandelbots_api_client/v2/models/pose.py +4 -4
  537. wandelbots_api_client/v2/models/profinet_description.py +7 -7
  538. wandelbots_api_client/v2/models/profinet_input_output_config.py +5 -5
  539. wandelbots_api_client/v2/models/profinet_io.py +10 -10
  540. wandelbots_api_client/v2/models/profinet_io_data.py +9 -9
  541. wandelbots_api_client/v2/models/profinet_io_direction.py +3 -3
  542. wandelbots_api_client/v2/models/profinet_io_type_enum.py +2 -2
  543. wandelbots_api_client/v2/models/profinet_slot_description.py +6 -6
  544. wandelbots_api_client/v2/models/profinet_sub_slot_description.py +5 -5
  545. wandelbots_api_client/v2/models/program.py +8 -8
  546. wandelbots_api_client/v2/models/program_run.py +16 -14
  547. wandelbots_api_client/v2/models/program_run_state.py +2 -2
  548. wandelbots_api_client/v2/models/program_start_request.py +3 -3
  549. wandelbots_api_client/v2/models/rectangle.py +5 -5
  550. wandelbots_api_client/v2/models/rectangular_capsule.py +6 -6
  551. wandelbots_api_client/v2/models/release_channel.py +2 -2
  552. wandelbots_api_client/v2/models/robot_controller.py +4 -4
  553. wandelbots_api_client/v2/models/robot_controller_configuration.py +2 -2
  554. wandelbots_api_client/v2/models/robot_controller_state.py +13 -12
  555. wandelbots_api_client/v2/models/robot_system_mode.py +2 -2
  556. wandelbots_api_client/v2/models/robot_tcp.py +7 -7
  557. wandelbots_api_client/v2/models/robot_tcp_data.py +6 -6
  558. wandelbots_api_client/v2/models/rrt_connect_algorithm.py +8 -8
  559. wandelbots_api_client/v2/models/safety_state_type.py +2 -2
  560. wandelbots_api_client/v2/models/service_group.py +2 -2
  561. wandelbots_api_client/v2/models/service_status.py +5 -5
  562. wandelbots_api_client/v2/models/service_status_phase.py +2 -2
  563. wandelbots_api_client/v2/models/service_status_response.py +4 -4
  564. wandelbots_api_client/v2/models/service_status_severity.py +2 -2
  565. wandelbots_api_client/v2/models/service_status_status.py +5 -5
  566. wandelbots_api_client/v2/models/set_io.py +100 -0
  567. wandelbots_api_client/v2/models/settable_robot_system_mode.py +2 -2
  568. wandelbots_api_client/v2/models/singularity_type_enum.py +2 -2
  569. wandelbots_api_client/v2/models/sphere.py +4 -4
  570. wandelbots_api_client/v2/models/start_movement_request.py +15 -16
  571. wandelbots_api_client/v2/models/start_movement_response.py +4 -4
  572. wandelbots_api_client/v2/models/start_on_io.py +9 -6
  573. wandelbots_api_client/v2/models/stream_io_values_response.py +7 -6
  574. wandelbots_api_client/v2/models/tcp_offset.py +4 -4
  575. wandelbots_api_client/v2/models/{tcp_required.py → tcp_required_error.py} +6 -6
  576. wandelbots_api_client/v2/models/tcp_velocity_request.py +7 -10
  577. wandelbots_api_client/v2/models/tcp_velocity_response.py +4 -4
  578. wandelbots_api_client/v2/models/{torque_exceeded.py → torque_exceeded_error.py} +9 -9
  579. wandelbots_api_client/v2/models/{torque_exceeded_torque_exceeded.py → torque_exceeded_error_torque_exceeded.py} +8 -8
  580. wandelbots_api_client/v2/models/trajectory_data.py +7 -7
  581. wandelbots_api_client/v2/models/trajectory_details.py +6 -6
  582. wandelbots_api_client/v2/models/trajectory_details_state.py +2 -27
  583. wandelbots_api_client/v2/models/trajectory_ended.py +3 -3
  584. wandelbots_api_client/v2/models/trajectory_id.py +6 -9
  585. wandelbots_api_client/v2/models/trajectory_paused_by_user.py +3 -3
  586. wandelbots_api_client/v2/models/trajectory_paused_on_io.py +3 -3
  587. wandelbots_api_client/v2/models/trajectory_running.py +6 -5
  588. wandelbots_api_client/v2/models/trajectory_wait_for_io.py +3 -3
  589. wandelbots_api_client/v2/models/unit_type.py +2 -2
  590. wandelbots_api_client/v2/models/universalrobots_controller.py +6 -9
  591. wandelbots_api_client/v2/models/update_nova_version_request.py +3 -3
  592. wandelbots_api_client/v2/models/validation_error.py +6 -6
  593. wandelbots_api_client/v2/models/validation_error2.py +5 -5
  594. wandelbots_api_client/v2/models/validation_error_loc_inner.py +2 -2
  595. wandelbots_api_client/v2/models/virtual_controller.py +8 -11
  596. wandelbots_api_client/v2/models/virtual_controller_types.py +14 -2
  597. wandelbots_api_client/v2/models/virtual_robot_configuration.py +4 -4
  598. wandelbots_api_client/v2/models/wait_for_io_event_request.py +4 -4
  599. wandelbots_api_client/v2/models/yaskawa_controller.py +6 -9
  600. wandelbots_api_client/v2/rest.py +4 -3
  601. wandelbots_api_client/v2_pydantic/__init__.py +50 -0
  602. wandelbots_api_client/v2_pydantic/api/__init__.py +51 -0
  603. wandelbots_api_client/v2_pydantic/api/application_api.py +1803 -0
  604. wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +4603 -0
  605. wandelbots_api_client/v2_pydantic/api/cell_api.py +2003 -0
  606. wandelbots_api_client/v2_pydantic/api/controller_api.py +3721 -0
  607. wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +1395 -0
  608. wandelbots_api_client/v2_pydantic/api/jogging_api.py +125 -0
  609. wandelbots_api_client/v2_pydantic/api/kinematics_api.py +642 -0
  610. wandelbots_api_client/v2_pydantic/api/license_api.py +1061 -0
  611. wandelbots_api_client/v2_pydantic/api/motion_group_api.py +733 -0
  612. wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +563 -0
  613. wandelbots_api_client/v2_pydantic/api/program_api.py +1187 -0
  614. wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +4170 -0
  615. wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +1419 -0
  616. wandelbots_api_client/v2_pydantic/api/store_object_api.py +1719 -0
  617. wandelbots_api_client/v2_pydantic/api/system_api.py +2427 -0
  618. wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +1508 -0
  619. wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +125 -0
  620. wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +642 -0
  621. wandelbots_api_client/v2_pydantic/api/version_api.py +287 -0
  622. wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +4610 -0
  623. wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +991 -0
  624. wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +1012 -0
  625. wandelbots_api_client/v2_pydantic/api_client.py +809 -0
  626. wandelbots_api_client/v2_pydantic/api_response.py +21 -0
  627. wandelbots_api_client/v2_pydantic/configuration.py +606 -0
  628. wandelbots_api_client/v2_pydantic/exceptions.py +216 -0
  629. wandelbots_api_client/v2_pydantic/models.py +4561 -0
  630. wandelbots_api_client/v2_pydantic/py.typed +0 -0
  631. wandelbots_api_client/v2_pydantic/rest.py +213 -0
  632. wandelbots_api_client-25.10.0rc2.dist-info/METADATA +62 -0
  633. wandelbots_api_client-25.10.0rc2.dist-info/RECORD +640 -0
  634. {wandelbots_api_client-25.8.0.dev23.dist-info → wandelbots_api_client-25.10.0rc2.dist-info}/WHEEL +2 -1
  635. wandelbots_api_client-25.10.0rc2.dist-info/top_level.txt +1 -0
  636. wandelbots_api_client/models/create_trigger_request_config.py +0 -123
  637. wandelbots_api_client/v2/models/limit_config.py +0 -101
  638. wandelbots_api_client-25.8.0.dev23.dist-info/METADATA +0 -63
  639. wandelbots_api_client-25.8.0.dev23.dist-info/RECORD +0 -594
  640. {wandelbots_api_client-25.8.0.dev23.dist-info → wandelbots_api_client-25.10.0rc2.dist-info/licenses}/LICENSE +0 -0
@@ -0,0 +1,2003 @@
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.1.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 List, Optional
27
+ from typing_extensions import Annotated
28
+ from wandelbots_api_client.v2_pydantic.models import Cell
29
+ from wandelbots_api_client.v2_pydantic.models import OperatingState
30
+ from wandelbots_api_client.v2_pydantic.models import ServiceStatusResponse
31
+
32
+ from wandelbots_api_client.v2_pydantic.api_client import ApiClient, RequestSerialized
33
+ from wandelbots_api_client.v2_pydantic.api_response import ApiResponse
34
+ from wandelbots_api_client.v2_pydantic.rest import RESTResponseType
35
+
36
+ class CellApi:
37
+ """NOTE: This class is auto generated by OpenAPI Generator
38
+ Ref: https://openapi-generator.tech
39
+
40
+ Do not edit the class manually.
41
+ """
42
+
43
+ def __init__(self, api_client=None) -> None:
44
+ if api_client is None:
45
+ api_client = ApiClient.get_default()
46
+ self.api_client = api_client
47
+
48
+ @validate_call
49
+ async def delete_cell(
50
+ self,
51
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
52
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
53
+ _request_timeout: Union[
54
+ None,
55
+ Annotated[StrictFloat, Field(gt=0)],
56
+ Tuple[
57
+ Annotated[StrictFloat, Field(gt=0)],
58
+ Annotated[StrictFloat, Field(gt=0)]
59
+ ]
60
+ ] = None,
61
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
62
+ _content_type: Optional[StrictStr] = None,
63
+ _headers: Optional[Dict[StrictStr, Any]] = None,
64
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
65
+ ) -> None:
66
+ """Delete Cell
67
+
68
+ Delete an entire cell.
69
+
70
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
71
+ :type cell: str
72
+ :param completion_timeout:
73
+ :type completion_timeout: int
74
+ :param _request_timeout: timeout setting for this request. If one
75
+ number provided, it will be total request
76
+ timeout. It can also be a pair (tuple) of
77
+ (connection, read) timeouts.
78
+ :type _request_timeout: int, tuple(int, int), optional
79
+ :param _request_auth: set to override the auth_settings for an a single
80
+ request; this effectively ignores the
81
+ authentication in the spec for a single request.
82
+ :type _request_auth: dict, optional
83
+ :param _content_type: force content-type for the request.
84
+ :type _content_type: str, Optional
85
+ :param _headers: set to override the headers for a single
86
+ request; this effectively ignores the headers
87
+ in the spec for a single request.
88
+ :type _headers: dict, optional
89
+ :param _host_index: set to override the host_index for a single
90
+ request; this effectively ignores the host_index
91
+ in the spec for a single request.
92
+ :type _host_index: int, optional
93
+ :return: Returns the result object.
94
+ """ # noqa: E501
95
+
96
+ _param = self._delete_cell_serialize(
97
+ cell=cell,
98
+ completion_timeout=completion_timeout,
99
+ _request_auth=_request_auth,
100
+ _content_type=_content_type,
101
+ _headers=_headers,
102
+ _host_index=_host_index
103
+ )
104
+
105
+ _response_types_map: Dict[str, Optional[str]] = {
106
+ '200': None,
107
+ '202': None,
108
+ '404': "Error",
109
+ }
110
+
111
+ response_data = await self.api_client.call_api(
112
+ *_param,
113
+ _request_timeout=_request_timeout
114
+ )
115
+ await response_data.read()
116
+ return self.api_client.response_deserialize(
117
+ response_data=response_data,
118
+ response_types_map=_response_types_map,
119
+ ).data
120
+
121
+
122
+ @validate_call
123
+ async def delete_cell_with_http_info(
124
+ self,
125
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
126
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
127
+ _request_timeout: Union[
128
+ None,
129
+ Annotated[StrictFloat, Field(gt=0)],
130
+ Tuple[
131
+ Annotated[StrictFloat, Field(gt=0)],
132
+ Annotated[StrictFloat, Field(gt=0)]
133
+ ]
134
+ ] = None,
135
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
136
+ _content_type: Optional[StrictStr] = None,
137
+ _headers: Optional[Dict[StrictStr, Any]] = None,
138
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
139
+ ) -> ApiResponse[None]:
140
+ """Delete Cell
141
+
142
+ Delete an entire cell.
143
+
144
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
145
+ :type cell: str
146
+ :param completion_timeout:
147
+ :type completion_timeout: int
148
+ :param _request_timeout: timeout setting for this request. If one
149
+ number provided, it will be total request
150
+ timeout. It can also be a pair (tuple) of
151
+ (connection, read) timeouts.
152
+ :type _request_timeout: int, tuple(int, int), optional
153
+ :param _request_auth: set to override the auth_settings for an a single
154
+ request; this effectively ignores the
155
+ authentication in the spec for a single request.
156
+ :type _request_auth: dict, optional
157
+ :param _content_type: force content-type for the request.
158
+ :type _content_type: str, Optional
159
+ :param _headers: set to override the headers for a single
160
+ request; this effectively ignores the headers
161
+ in the spec for a single request.
162
+ :type _headers: dict, optional
163
+ :param _host_index: set to override the host_index for a single
164
+ request; this effectively ignores the host_index
165
+ in the spec for a single request.
166
+ :type _host_index: int, optional
167
+ :return: Returns the result object.
168
+ """ # noqa: E501
169
+
170
+ _param = self._delete_cell_serialize(
171
+ cell=cell,
172
+ completion_timeout=completion_timeout,
173
+ _request_auth=_request_auth,
174
+ _content_type=_content_type,
175
+ _headers=_headers,
176
+ _host_index=_host_index
177
+ )
178
+
179
+ _response_types_map: Dict[str, Optional[str]] = {
180
+ '200': None,
181
+ '202': None,
182
+ '404': "Error",
183
+ }
184
+
185
+ response_data = await self.api_client.call_api(
186
+ *_param,
187
+ _request_timeout=_request_timeout
188
+ )
189
+ await response_data.read()
190
+ return self.api_client.response_deserialize(
191
+ response_data=response_data,
192
+ response_types_map=_response_types_map,
193
+ )
194
+
195
+
196
+ @validate_call
197
+ async def delete_cell_without_preload_content(
198
+ self,
199
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
200
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
201
+ _request_timeout: Union[
202
+ None,
203
+ Annotated[StrictFloat, Field(gt=0)],
204
+ Tuple[
205
+ Annotated[StrictFloat, Field(gt=0)],
206
+ Annotated[StrictFloat, Field(gt=0)]
207
+ ]
208
+ ] = None,
209
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
210
+ _content_type: Optional[StrictStr] = None,
211
+ _headers: Optional[Dict[StrictStr, Any]] = None,
212
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
213
+ ) -> RESTResponseType:
214
+ """Delete Cell
215
+
216
+ Delete an entire cell.
217
+
218
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
219
+ :type cell: str
220
+ :param completion_timeout:
221
+ :type completion_timeout: int
222
+ :param _request_timeout: timeout setting for this request. If one
223
+ number provided, it will be total request
224
+ timeout. It can also be a pair (tuple) of
225
+ (connection, read) timeouts.
226
+ :type _request_timeout: int, tuple(int, int), optional
227
+ :param _request_auth: set to override the auth_settings for an a single
228
+ request; this effectively ignores the
229
+ authentication in the spec for a single request.
230
+ :type _request_auth: dict, optional
231
+ :param _content_type: force content-type for the request.
232
+ :type _content_type: str, Optional
233
+ :param _headers: set to override the headers for a single
234
+ request; this effectively ignores the headers
235
+ in the spec for a single request.
236
+ :type _headers: dict, optional
237
+ :param _host_index: set to override the host_index for a single
238
+ request; this effectively ignores the host_index
239
+ in the spec for a single request.
240
+ :type _host_index: int, optional
241
+ :return: Returns the result object.
242
+ """ # noqa: E501
243
+
244
+ _param = self._delete_cell_serialize(
245
+ cell=cell,
246
+ completion_timeout=completion_timeout,
247
+ _request_auth=_request_auth,
248
+ _content_type=_content_type,
249
+ _headers=_headers,
250
+ _host_index=_host_index
251
+ )
252
+
253
+ _response_types_map: Dict[str, Optional[str]] = {
254
+ '200': None,
255
+ '202': None,
256
+ '404': "Error",
257
+ }
258
+
259
+ response_data = await self.api_client.call_api(
260
+ *_param,
261
+ _request_timeout=_request_timeout
262
+ )
263
+ return response_data.response
264
+
265
+
266
+ def _delete_cell_serialize(
267
+ self,
268
+ cell,
269
+ completion_timeout,
270
+ _request_auth,
271
+ _content_type,
272
+ _headers,
273
+ _host_index,
274
+ ) -> RequestSerialized:
275
+
276
+ _host = None
277
+
278
+ _collection_formats: Dict[str, str] = {
279
+ }
280
+
281
+ _path_params: Dict[str, str] = {}
282
+ _query_params: List[Tuple[str, str]] = []
283
+ _header_params: Dict[str, Optional[str]] = _headers or {}
284
+ _form_params: List[Tuple[str, str]] = []
285
+ _files: Dict[str, Union[str, bytes]] = {}
286
+ _body_params: Optional[bytes] = None
287
+
288
+ # process the path parameters
289
+ if cell is not None:
290
+ _path_params['cell'] = cell
291
+ # process the query parameters
292
+ if completion_timeout is not None:
293
+
294
+ _query_params.append(('completion_timeout', completion_timeout))
295
+
296
+ # process the header parameters
297
+ # process the form parameters
298
+ # process the body parameter
299
+
300
+
301
+ # set the HTTP header `Accept`
302
+ _header_params['Accept'] = self.api_client.select_header_accept(
303
+ [
304
+ 'application/json'
305
+ ]
306
+ )
307
+
308
+
309
+ # authentication setting
310
+ _auth_settings: List[str] = [
311
+ 'BasicAuth',
312
+ 'BearerAuth'
313
+ ]
314
+
315
+ return self.api_client.param_serialize(
316
+ method='DELETE',
317
+ resource_path='/cells/{cell}',
318
+ path_params=_path_params,
319
+ query_params=_query_params,
320
+ header_params=_header_params,
321
+ body=_body_params,
322
+ post_params=_form_params,
323
+ files=_files,
324
+ auth_settings=_auth_settings,
325
+ collection_formats=_collection_formats,
326
+ _host=_host,
327
+ _request_auth=_request_auth
328
+ )
329
+
330
+
331
+
332
+ @validate_call
333
+ async def deploy_cell(
334
+ self,
335
+ cell: Cell,
336
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
337
+ _request_timeout: Union[
338
+ None,
339
+ Annotated[StrictFloat, Field(gt=0)],
340
+ Tuple[
341
+ Annotated[StrictFloat, Field(gt=0)],
342
+ Annotated[StrictFloat, Field(gt=0)]
343
+ ]
344
+ ] = None,
345
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
346
+ _content_type: Optional[StrictStr] = None,
347
+ _headers: Optional[Dict[StrictStr, Any]] = None,
348
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
349
+ ) -> None:
350
+ """Add Cell
351
+
352
+ Deploy an entire cell with all its resources. A cell can be used to deploy a robot controller, one or more robots, as well as custom applications. Refer to the [Wandelbots NOVA documentation](https://docs.wandelbots.io/latest/setup-cell) for more information.
353
+
354
+ :param cell: (required)
355
+ :type cell: Cell
356
+ :param completion_timeout:
357
+ :type completion_timeout: int
358
+ :param _request_timeout: timeout setting for this request. If one
359
+ number provided, it will be total request
360
+ timeout. It can also be a pair (tuple) of
361
+ (connection, read) timeouts.
362
+ :type _request_timeout: int, tuple(int, int), optional
363
+ :param _request_auth: set to override the auth_settings for an a single
364
+ request; this effectively ignores the
365
+ authentication in the spec for a single request.
366
+ :type _request_auth: dict, optional
367
+ :param _content_type: force content-type for the request.
368
+ :type _content_type: str, Optional
369
+ :param _headers: set to override the headers for a single
370
+ request; this effectively ignores the headers
371
+ in the spec for a single request.
372
+ :type _headers: dict, optional
373
+ :param _host_index: set to override the host_index for a single
374
+ request; this effectively ignores the host_index
375
+ in the spec for a single request.
376
+ :type _host_index: int, optional
377
+ :return: Returns the result object.
378
+ """ # noqa: E501
379
+
380
+ _param = self._deploy_cell_serialize(
381
+ cell=cell,
382
+ completion_timeout=completion_timeout,
383
+ _request_auth=_request_auth,
384
+ _content_type=_content_type,
385
+ _headers=_headers,
386
+ _host_index=_host_index
387
+ )
388
+
389
+ _response_types_map: Dict[str, Optional[str]] = {
390
+ '200': None,
391
+ '202': None,
392
+ '403': "Error",
393
+ '409': None,
394
+ }
395
+
396
+ response_data = await self.api_client.call_api(
397
+ *_param,
398
+ _request_timeout=_request_timeout
399
+ )
400
+ await response_data.read()
401
+ return self.api_client.response_deserialize(
402
+ response_data=response_data,
403
+ response_types_map=_response_types_map,
404
+ ).data
405
+
406
+
407
+ @validate_call
408
+ async def deploy_cell_with_http_info(
409
+ self,
410
+ cell: Cell,
411
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
412
+ _request_timeout: Union[
413
+ None,
414
+ Annotated[StrictFloat, Field(gt=0)],
415
+ Tuple[
416
+ Annotated[StrictFloat, Field(gt=0)],
417
+ Annotated[StrictFloat, Field(gt=0)]
418
+ ]
419
+ ] = None,
420
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
421
+ _content_type: Optional[StrictStr] = None,
422
+ _headers: Optional[Dict[StrictStr, Any]] = None,
423
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
424
+ ) -> ApiResponse[None]:
425
+ """Add Cell
426
+
427
+ Deploy an entire cell with all its resources. A cell can be used to deploy a robot controller, one or more robots, as well as custom applications. Refer to the [Wandelbots NOVA documentation](https://docs.wandelbots.io/latest/setup-cell) for more information.
428
+
429
+ :param cell: (required)
430
+ :type cell: Cell
431
+ :param completion_timeout:
432
+ :type completion_timeout: int
433
+ :param _request_timeout: timeout setting for this request. If one
434
+ number provided, it will be total request
435
+ timeout. It can also be a pair (tuple) of
436
+ (connection, read) timeouts.
437
+ :type _request_timeout: int, tuple(int, int), optional
438
+ :param _request_auth: set to override the auth_settings for an a single
439
+ request; this effectively ignores the
440
+ authentication in the spec for a single request.
441
+ :type _request_auth: dict, optional
442
+ :param _content_type: force content-type for the request.
443
+ :type _content_type: str, Optional
444
+ :param _headers: set to override the headers for a single
445
+ request; this effectively ignores the headers
446
+ in the spec for a single request.
447
+ :type _headers: dict, optional
448
+ :param _host_index: set to override the host_index for a single
449
+ request; this effectively ignores the host_index
450
+ in the spec for a single request.
451
+ :type _host_index: int, optional
452
+ :return: Returns the result object.
453
+ """ # noqa: E501
454
+
455
+ _param = self._deploy_cell_serialize(
456
+ cell=cell,
457
+ completion_timeout=completion_timeout,
458
+ _request_auth=_request_auth,
459
+ _content_type=_content_type,
460
+ _headers=_headers,
461
+ _host_index=_host_index
462
+ )
463
+
464
+ _response_types_map: Dict[str, Optional[str]] = {
465
+ '200': None,
466
+ '202': None,
467
+ '403': "Error",
468
+ '409': None,
469
+ }
470
+
471
+ response_data = await self.api_client.call_api(
472
+ *_param,
473
+ _request_timeout=_request_timeout
474
+ )
475
+ await response_data.read()
476
+ return self.api_client.response_deserialize(
477
+ response_data=response_data,
478
+ response_types_map=_response_types_map,
479
+ )
480
+
481
+
482
+ @validate_call
483
+ async def deploy_cell_without_preload_content(
484
+ self,
485
+ cell: Cell,
486
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
487
+ _request_timeout: Union[
488
+ None,
489
+ Annotated[StrictFloat, Field(gt=0)],
490
+ Tuple[
491
+ Annotated[StrictFloat, Field(gt=0)],
492
+ Annotated[StrictFloat, Field(gt=0)]
493
+ ]
494
+ ] = None,
495
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
496
+ _content_type: Optional[StrictStr] = None,
497
+ _headers: Optional[Dict[StrictStr, Any]] = None,
498
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
499
+ ) -> RESTResponseType:
500
+ """Add Cell
501
+
502
+ Deploy an entire cell with all its resources. A cell can be used to deploy a robot controller, one or more robots, as well as custom applications. Refer to the [Wandelbots NOVA documentation](https://docs.wandelbots.io/latest/setup-cell) for more information.
503
+
504
+ :param cell: (required)
505
+ :type cell: Cell
506
+ :param completion_timeout:
507
+ :type completion_timeout: int
508
+ :param _request_timeout: timeout setting for this request. If one
509
+ number provided, it will be total request
510
+ timeout. It can also be a pair (tuple) of
511
+ (connection, read) timeouts.
512
+ :type _request_timeout: int, tuple(int, int), optional
513
+ :param _request_auth: set to override the auth_settings for an a single
514
+ request; this effectively ignores the
515
+ authentication in the spec for a single request.
516
+ :type _request_auth: dict, optional
517
+ :param _content_type: force content-type for the request.
518
+ :type _content_type: str, Optional
519
+ :param _headers: set to override the headers for a single
520
+ request; this effectively ignores the headers
521
+ in the spec for a single request.
522
+ :type _headers: dict, optional
523
+ :param _host_index: set to override the host_index for a single
524
+ request; this effectively ignores the host_index
525
+ in the spec for a single request.
526
+ :type _host_index: int, optional
527
+ :return: Returns the result object.
528
+ """ # noqa: E501
529
+
530
+ _param = self._deploy_cell_serialize(
531
+ cell=cell,
532
+ completion_timeout=completion_timeout,
533
+ _request_auth=_request_auth,
534
+ _content_type=_content_type,
535
+ _headers=_headers,
536
+ _host_index=_host_index
537
+ )
538
+
539
+ _response_types_map: Dict[str, Optional[str]] = {
540
+ '200': None,
541
+ '202': None,
542
+ '403': "Error",
543
+ '409': None,
544
+ }
545
+
546
+ response_data = await self.api_client.call_api(
547
+ *_param,
548
+ _request_timeout=_request_timeout
549
+ )
550
+ return response_data.response
551
+
552
+
553
+ def _deploy_cell_serialize(
554
+ self,
555
+ cell,
556
+ completion_timeout,
557
+ _request_auth,
558
+ _content_type,
559
+ _headers,
560
+ _host_index,
561
+ ) -> RequestSerialized:
562
+
563
+ _host = None
564
+
565
+ _collection_formats: Dict[str, str] = {
566
+ }
567
+
568
+ _path_params: Dict[str, str] = {}
569
+ _query_params: List[Tuple[str, str]] = []
570
+ _header_params: Dict[str, Optional[str]] = _headers or {}
571
+ _form_params: List[Tuple[str, str]] = []
572
+ _files: Dict[str, Union[str, bytes]] = {}
573
+ _body_params: Optional[bytes] = None
574
+
575
+ # process the path parameters
576
+ # process the query parameters
577
+ if completion_timeout is not None:
578
+
579
+ _query_params.append(('completion_timeout', completion_timeout))
580
+
581
+ # process the header parameters
582
+ # process the form parameters
583
+ # process the body parameter
584
+ if cell is not None:
585
+ _body_params = cell
586
+
587
+
588
+ # set the HTTP header `Accept`
589
+ _header_params['Accept'] = self.api_client.select_header_accept(
590
+ [
591
+ 'application/json'
592
+ ]
593
+ )
594
+
595
+ # set the HTTP header `Content-Type`
596
+ if _content_type:
597
+ _header_params['Content-Type'] = _content_type
598
+ else:
599
+ _default_content_type = (
600
+ self.api_client.select_header_content_type(
601
+ [
602
+ 'application/json'
603
+ ]
604
+ )
605
+ )
606
+ if _default_content_type is not None:
607
+ _header_params['Content-Type'] = _default_content_type
608
+
609
+ # authentication setting
610
+ _auth_settings: List[str] = [
611
+ 'BasicAuth',
612
+ 'BearerAuth'
613
+ ]
614
+
615
+ return self.api_client.param_serialize(
616
+ method='POST',
617
+ resource_path='/cells',
618
+ path_params=_path_params,
619
+ query_params=_query_params,
620
+ header_params=_header_params,
621
+ body=_body_params,
622
+ post_params=_form_params,
623
+ files=_files,
624
+ auth_settings=_auth_settings,
625
+ collection_formats=_collection_formats,
626
+ _host=_host,
627
+ _request_auth=_request_auth
628
+ )
629
+
630
+
631
+
632
+ @validate_call
633
+ async def get_cell(
634
+ self,
635
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
636
+ _request_timeout: Union[
637
+ None,
638
+ Annotated[StrictFloat, Field(gt=0)],
639
+ Tuple[
640
+ Annotated[StrictFloat, Field(gt=0)],
641
+ Annotated[StrictFloat, Field(gt=0)]
642
+ ]
643
+ ] = None,
644
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
645
+ _content_type: Optional[StrictStr] = None,
646
+ _headers: Optional[Dict[StrictStr, Any]] = None,
647
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
648
+ ) -> Cell:
649
+ """Configuration
650
+
651
+ List all cell resources.
652
+
653
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
654
+ :type cell: str
655
+ :param _request_timeout: timeout setting for this request. If one
656
+ number provided, it will be total request
657
+ timeout. It can also be a pair (tuple) of
658
+ (connection, read) timeouts.
659
+ :type _request_timeout: int, tuple(int, int), optional
660
+ :param _request_auth: set to override the auth_settings for an a single
661
+ request; this effectively ignores the
662
+ authentication in the spec for a single request.
663
+ :type _request_auth: dict, optional
664
+ :param _content_type: force content-type for the request.
665
+ :type _content_type: str, Optional
666
+ :param _headers: set to override the headers for a single
667
+ request; this effectively ignores the headers
668
+ in the spec for a single request.
669
+ :type _headers: dict, optional
670
+ :param _host_index: set to override the host_index for a single
671
+ request; this effectively ignores the host_index
672
+ in the spec for a single request.
673
+ :type _host_index: int, optional
674
+ :return: Returns the result object.
675
+ """ # noqa: E501
676
+
677
+ _param = self._get_cell_serialize(
678
+ cell=cell,
679
+ _request_auth=_request_auth,
680
+ _content_type=_content_type,
681
+ _headers=_headers,
682
+ _host_index=_host_index
683
+ )
684
+
685
+ _response_types_map: Dict[str, Optional[str]] = {
686
+ '200': "Cell",
687
+ '404': "Error",
688
+ }
689
+
690
+ response_data = await self.api_client.call_api(
691
+ *_param,
692
+ _request_timeout=_request_timeout
693
+ )
694
+ await response_data.read()
695
+ return self.api_client.response_deserialize(
696
+ response_data=response_data,
697
+ response_types_map=_response_types_map,
698
+ ).data
699
+
700
+
701
+ @validate_call
702
+ async def get_cell_with_http_info(
703
+ self,
704
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
705
+ _request_timeout: Union[
706
+ None,
707
+ Annotated[StrictFloat, Field(gt=0)],
708
+ Tuple[
709
+ Annotated[StrictFloat, Field(gt=0)],
710
+ Annotated[StrictFloat, Field(gt=0)]
711
+ ]
712
+ ] = None,
713
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
714
+ _content_type: Optional[StrictStr] = None,
715
+ _headers: Optional[Dict[StrictStr, Any]] = None,
716
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
717
+ ) -> ApiResponse[Cell]:
718
+ """Configuration
719
+
720
+ List all cell resources.
721
+
722
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
723
+ :type cell: str
724
+ :param _request_timeout: timeout setting for this request. If one
725
+ number provided, it will be total request
726
+ timeout. It can also be a pair (tuple) of
727
+ (connection, read) timeouts.
728
+ :type _request_timeout: int, tuple(int, int), optional
729
+ :param _request_auth: set to override the auth_settings for an a single
730
+ request; this effectively ignores the
731
+ authentication in the spec for a single request.
732
+ :type _request_auth: dict, optional
733
+ :param _content_type: force content-type for the request.
734
+ :type _content_type: str, Optional
735
+ :param _headers: set to override the headers for a single
736
+ request; this effectively ignores the headers
737
+ in the spec for a single request.
738
+ :type _headers: dict, optional
739
+ :param _host_index: set to override the host_index for a single
740
+ request; this effectively ignores the host_index
741
+ in the spec for a single request.
742
+ :type _host_index: int, optional
743
+ :return: Returns the result object.
744
+ """ # noqa: E501
745
+
746
+ _param = self._get_cell_serialize(
747
+ cell=cell,
748
+ _request_auth=_request_auth,
749
+ _content_type=_content_type,
750
+ _headers=_headers,
751
+ _host_index=_host_index
752
+ )
753
+
754
+ _response_types_map: Dict[str, Optional[str]] = {
755
+ '200': "Cell",
756
+ '404': "Error",
757
+ }
758
+
759
+ response_data = await self.api_client.call_api(
760
+ *_param,
761
+ _request_timeout=_request_timeout
762
+ )
763
+ await response_data.read()
764
+ return self.api_client.response_deserialize(
765
+ response_data=response_data,
766
+ response_types_map=_response_types_map,
767
+ )
768
+
769
+
770
+ @validate_call
771
+ async def get_cell_without_preload_content(
772
+ self,
773
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
774
+ _request_timeout: Union[
775
+ None,
776
+ Annotated[StrictFloat, Field(gt=0)],
777
+ Tuple[
778
+ Annotated[StrictFloat, Field(gt=0)],
779
+ Annotated[StrictFloat, Field(gt=0)]
780
+ ]
781
+ ] = None,
782
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
783
+ _content_type: Optional[StrictStr] = None,
784
+ _headers: Optional[Dict[StrictStr, Any]] = None,
785
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
786
+ ) -> RESTResponseType:
787
+ """Configuration
788
+
789
+ List all cell resources.
790
+
791
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
792
+ :type cell: str
793
+ :param _request_timeout: timeout setting for this request. If one
794
+ number provided, it will be total request
795
+ timeout. It can also be a pair (tuple) of
796
+ (connection, read) timeouts.
797
+ :type _request_timeout: int, tuple(int, int), optional
798
+ :param _request_auth: set to override the auth_settings for an a single
799
+ request; this effectively ignores the
800
+ authentication in the spec for a single request.
801
+ :type _request_auth: dict, optional
802
+ :param _content_type: force content-type for the request.
803
+ :type _content_type: str, Optional
804
+ :param _headers: set to override the headers for a single
805
+ request; this effectively ignores the headers
806
+ in the spec for a single request.
807
+ :type _headers: dict, optional
808
+ :param _host_index: set to override the host_index for a single
809
+ request; this effectively ignores the host_index
810
+ in the spec for a single request.
811
+ :type _host_index: int, optional
812
+ :return: Returns the result object.
813
+ """ # noqa: E501
814
+
815
+ _param = self._get_cell_serialize(
816
+ cell=cell,
817
+ _request_auth=_request_auth,
818
+ _content_type=_content_type,
819
+ _headers=_headers,
820
+ _host_index=_host_index
821
+ )
822
+
823
+ _response_types_map: Dict[str, Optional[str]] = {
824
+ '200': "Cell",
825
+ '404': "Error",
826
+ }
827
+
828
+ response_data = await self.api_client.call_api(
829
+ *_param,
830
+ _request_timeout=_request_timeout
831
+ )
832
+ return response_data.response
833
+
834
+
835
+ def _get_cell_serialize(
836
+ self,
837
+ cell,
838
+ _request_auth,
839
+ _content_type,
840
+ _headers,
841
+ _host_index,
842
+ ) -> RequestSerialized:
843
+
844
+ _host = None
845
+
846
+ _collection_formats: Dict[str, str] = {
847
+ }
848
+
849
+ _path_params: Dict[str, str] = {}
850
+ _query_params: List[Tuple[str, str]] = []
851
+ _header_params: Dict[str, Optional[str]] = _headers or {}
852
+ _form_params: List[Tuple[str, str]] = []
853
+ _files: Dict[str, Union[str, bytes]] = {}
854
+ _body_params: Optional[bytes] = None
855
+
856
+ # process the path parameters
857
+ if cell is not None:
858
+ _path_params['cell'] = cell
859
+ # process the query parameters
860
+ # process the header parameters
861
+ # process the form parameters
862
+ # process the body parameter
863
+
864
+
865
+ # set the HTTP header `Accept`
866
+ _header_params['Accept'] = self.api_client.select_header_accept(
867
+ [
868
+ 'application/json'
869
+ ]
870
+ )
871
+
872
+
873
+ # authentication setting
874
+ _auth_settings: List[str] = [
875
+ 'BasicAuth',
876
+ 'BearerAuth'
877
+ ]
878
+
879
+ return self.api_client.param_serialize(
880
+ method='GET',
881
+ resource_path='/cells/{cell}',
882
+ path_params=_path_params,
883
+ query_params=_query_params,
884
+ header_params=_header_params,
885
+ body=_body_params,
886
+ post_params=_form_params,
887
+ files=_files,
888
+ auth_settings=_auth_settings,
889
+ collection_formats=_collection_formats,
890
+ _host=_host,
891
+ _request_auth=_request_auth
892
+ )
893
+
894
+
895
+
896
+ @validate_call
897
+ async def get_cell_status(
898
+ self,
899
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
900
+ _request_timeout: Union[
901
+ None,
902
+ Annotated[StrictFloat, Field(gt=0)],
903
+ Tuple[
904
+ Annotated[StrictFloat, Field(gt=0)],
905
+ Annotated[StrictFloat, Field(gt=0)]
906
+ ]
907
+ ] = None,
908
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
909
+ _content_type: Optional[StrictStr] = None,
910
+ _headers: Optional[Dict[StrictStr, Any]] = None,
911
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
912
+ ) -> ServiceStatusResponse:
913
+ """Service Status
914
+
915
+ List the status of all cell resources.
916
+
917
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
918
+ :type cell: str
919
+ :param _request_timeout: timeout setting for this request. If one
920
+ number provided, it will be total request
921
+ timeout. It can also be a pair (tuple) of
922
+ (connection, read) timeouts.
923
+ :type _request_timeout: int, tuple(int, int), optional
924
+ :param _request_auth: set to override the auth_settings for an a single
925
+ request; this effectively ignores the
926
+ authentication in the spec for a single request.
927
+ :type _request_auth: dict, optional
928
+ :param _content_type: force content-type for the request.
929
+ :type _content_type: str, Optional
930
+ :param _headers: set to override the headers for a single
931
+ request; this effectively ignores the headers
932
+ in the spec for a single request.
933
+ :type _headers: dict, optional
934
+ :param _host_index: set to override the host_index for a single
935
+ request; this effectively ignores the host_index
936
+ in the spec for a single request.
937
+ :type _host_index: int, optional
938
+ :return: Returns the result object.
939
+ """ # noqa: E501
940
+
941
+ _param = self._get_cell_status_serialize(
942
+ cell=cell,
943
+ _request_auth=_request_auth,
944
+ _content_type=_content_type,
945
+ _headers=_headers,
946
+ _host_index=_host_index
947
+ )
948
+
949
+ _response_types_map: Dict[str, Optional[str]] = {
950
+ '200': "ServiceStatusResponse",
951
+ '404': "Error",
952
+ }
953
+
954
+ response_data = await self.api_client.call_api(
955
+ *_param,
956
+ _request_timeout=_request_timeout
957
+ )
958
+ await response_data.read()
959
+ return self.api_client.response_deserialize(
960
+ response_data=response_data,
961
+ response_types_map=_response_types_map,
962
+ ).data
963
+
964
+
965
+ @validate_call
966
+ async def get_cell_status_with_http_info(
967
+ self,
968
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
969
+ _request_timeout: Union[
970
+ None,
971
+ Annotated[StrictFloat, Field(gt=0)],
972
+ Tuple[
973
+ Annotated[StrictFloat, Field(gt=0)],
974
+ Annotated[StrictFloat, Field(gt=0)]
975
+ ]
976
+ ] = None,
977
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
978
+ _content_type: Optional[StrictStr] = None,
979
+ _headers: Optional[Dict[StrictStr, Any]] = None,
980
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
981
+ ) -> ApiResponse[ServiceStatusResponse]:
982
+ """Service Status
983
+
984
+ List the status of all cell resources.
985
+
986
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
987
+ :type cell: str
988
+ :param _request_timeout: timeout setting for this request. If one
989
+ number provided, it will be total request
990
+ timeout. It can also be a pair (tuple) of
991
+ (connection, read) timeouts.
992
+ :type _request_timeout: int, tuple(int, int), optional
993
+ :param _request_auth: set to override the auth_settings for an a single
994
+ request; this effectively ignores the
995
+ authentication in the spec for a single request.
996
+ :type _request_auth: dict, optional
997
+ :param _content_type: force content-type for the request.
998
+ :type _content_type: str, Optional
999
+ :param _headers: set to override the headers for a single
1000
+ request; this effectively ignores the headers
1001
+ in the spec for a single request.
1002
+ :type _headers: dict, optional
1003
+ :param _host_index: set to override the host_index for a single
1004
+ request; this effectively ignores the host_index
1005
+ in the spec for a single request.
1006
+ :type _host_index: int, optional
1007
+ :return: Returns the result object.
1008
+ """ # noqa: E501
1009
+
1010
+ _param = self._get_cell_status_serialize(
1011
+ cell=cell,
1012
+ _request_auth=_request_auth,
1013
+ _content_type=_content_type,
1014
+ _headers=_headers,
1015
+ _host_index=_host_index
1016
+ )
1017
+
1018
+ _response_types_map: Dict[str, Optional[str]] = {
1019
+ '200': "ServiceStatusResponse",
1020
+ '404': "Error",
1021
+ }
1022
+
1023
+ response_data = await self.api_client.call_api(
1024
+ *_param,
1025
+ _request_timeout=_request_timeout
1026
+ )
1027
+ await response_data.read()
1028
+ return self.api_client.response_deserialize(
1029
+ response_data=response_data,
1030
+ response_types_map=_response_types_map,
1031
+ )
1032
+
1033
+
1034
+ @validate_call
1035
+ async def get_cell_status_without_preload_content(
1036
+ self,
1037
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1038
+ _request_timeout: Union[
1039
+ None,
1040
+ Annotated[StrictFloat, Field(gt=0)],
1041
+ Tuple[
1042
+ Annotated[StrictFloat, Field(gt=0)],
1043
+ Annotated[StrictFloat, Field(gt=0)]
1044
+ ]
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
+ ) -> RESTResponseType:
1051
+ """Service Status
1052
+
1053
+ List the status of all cell resources.
1054
+
1055
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1056
+ :type cell: str
1057
+ :param _request_timeout: timeout setting for this request. If one
1058
+ number provided, it will be total request
1059
+ timeout. It can also be a pair (tuple) of
1060
+ (connection, read) timeouts.
1061
+ :type _request_timeout: int, tuple(int, int), optional
1062
+ :param _request_auth: set to override the auth_settings for an a single
1063
+ request; this effectively ignores the
1064
+ authentication in the spec for a single request.
1065
+ :type _request_auth: dict, optional
1066
+ :param _content_type: force content-type for the request.
1067
+ :type _content_type: str, Optional
1068
+ :param _headers: set to override the headers for a single
1069
+ request; this effectively ignores the headers
1070
+ in the spec for a single request.
1071
+ :type _headers: dict, optional
1072
+ :param _host_index: set to override the host_index for a single
1073
+ request; this effectively ignores the host_index
1074
+ in the spec for a single request.
1075
+ :type _host_index: int, optional
1076
+ :return: Returns the result object.
1077
+ """ # noqa: E501
1078
+
1079
+ _param = self._get_cell_status_serialize(
1080
+ cell=cell,
1081
+ _request_auth=_request_auth,
1082
+ _content_type=_content_type,
1083
+ _headers=_headers,
1084
+ _host_index=_host_index
1085
+ )
1086
+
1087
+ _response_types_map: Dict[str, Optional[str]] = {
1088
+ '200': "ServiceStatusResponse",
1089
+ '404': "Error",
1090
+ }
1091
+
1092
+ response_data = await self.api_client.call_api(
1093
+ *_param,
1094
+ _request_timeout=_request_timeout
1095
+ )
1096
+ return response_data.response
1097
+
1098
+
1099
+ def _get_cell_status_serialize(
1100
+ self,
1101
+ cell,
1102
+ _request_auth,
1103
+ _content_type,
1104
+ _headers,
1105
+ _host_index,
1106
+ ) -> RequestSerialized:
1107
+
1108
+ _host = None
1109
+
1110
+ _collection_formats: Dict[str, str] = {
1111
+ }
1112
+
1113
+ _path_params: Dict[str, str] = {}
1114
+ _query_params: List[Tuple[str, str]] = []
1115
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1116
+ _form_params: List[Tuple[str, str]] = []
1117
+ _files: Dict[str, Union[str, bytes]] = {}
1118
+ _body_params: Optional[bytes] = None
1119
+
1120
+ # process the path parameters
1121
+ if cell is not None:
1122
+ _path_params['cell'] = cell
1123
+ # process the query parameters
1124
+ # process the header parameters
1125
+ # process the form parameters
1126
+ # process the body parameter
1127
+
1128
+
1129
+ # set the HTTP header `Accept`
1130
+ _header_params['Accept'] = self.api_client.select_header_accept(
1131
+ [
1132
+ 'application/json'
1133
+ ]
1134
+ )
1135
+
1136
+
1137
+ # authentication setting
1138
+ _auth_settings: List[str] = [
1139
+ 'BasicAuth',
1140
+ 'BearerAuth'
1141
+ ]
1142
+
1143
+ return self.api_client.param_serialize(
1144
+ method='GET',
1145
+ resource_path='/cells/{cell}/status',
1146
+ path_params=_path_params,
1147
+ query_params=_query_params,
1148
+ header_params=_header_params,
1149
+ body=_body_params,
1150
+ post_params=_form_params,
1151
+ files=_files,
1152
+ auth_settings=_auth_settings,
1153
+ collection_formats=_collection_formats,
1154
+ _host=_host,
1155
+ _request_auth=_request_auth
1156
+ )
1157
+
1158
+
1159
+
1160
+ @validate_call
1161
+ async def list_cells(
1162
+ self,
1163
+ _request_timeout: Union[
1164
+ None,
1165
+ Annotated[StrictFloat, Field(gt=0)],
1166
+ Tuple[
1167
+ Annotated[StrictFloat, Field(gt=0)],
1168
+ Annotated[StrictFloat, Field(gt=0)]
1169
+ ]
1170
+ ] = None,
1171
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1172
+ _content_type: Optional[StrictStr] = None,
1173
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1174
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1175
+ ) -> List[str]:
1176
+ """List Cells
1177
+
1178
+ List all deployed cell names. If no cells are deployed, an empty list is returned.
1179
+
1180
+ :param _request_timeout: timeout setting for this request. If one
1181
+ number provided, it will be total request
1182
+ timeout. It can also be a pair (tuple) of
1183
+ (connection, read) timeouts.
1184
+ :type _request_timeout: int, tuple(int, int), optional
1185
+ :param _request_auth: set to override the auth_settings for an a single
1186
+ request; this effectively ignores the
1187
+ authentication in the spec for a single request.
1188
+ :type _request_auth: dict, optional
1189
+ :param _content_type: force content-type for the request.
1190
+ :type _content_type: str, Optional
1191
+ :param _headers: set to override the headers for a single
1192
+ request; this effectively ignores the headers
1193
+ in the spec for a single request.
1194
+ :type _headers: dict, optional
1195
+ :param _host_index: set to override the host_index for a single
1196
+ request; this effectively ignores the host_index
1197
+ in the spec for a single request.
1198
+ :type _host_index: int, optional
1199
+ :return: Returns the result object.
1200
+ """ # noqa: E501
1201
+
1202
+ _param = self._list_cells_serialize(
1203
+ _request_auth=_request_auth,
1204
+ _content_type=_content_type,
1205
+ _headers=_headers,
1206
+ _host_index=_host_index
1207
+ )
1208
+
1209
+ _response_types_map: Dict[str, Optional[str]] = {
1210
+ '200': "List[str]",
1211
+ }
1212
+
1213
+ response_data = await self.api_client.call_api(
1214
+ *_param,
1215
+ _request_timeout=_request_timeout
1216
+ )
1217
+ await response_data.read()
1218
+ return self.api_client.response_deserialize(
1219
+ response_data=response_data,
1220
+ response_types_map=_response_types_map,
1221
+ ).data
1222
+
1223
+
1224
+ @validate_call
1225
+ async def list_cells_with_http_info(
1226
+ self,
1227
+ _request_timeout: Union[
1228
+ None,
1229
+ Annotated[StrictFloat, Field(gt=0)],
1230
+ Tuple[
1231
+ Annotated[StrictFloat, Field(gt=0)],
1232
+ Annotated[StrictFloat, Field(gt=0)]
1233
+ ]
1234
+ ] = None,
1235
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1236
+ _content_type: Optional[StrictStr] = None,
1237
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1238
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1239
+ ) -> ApiResponse[List[str]]:
1240
+ """List Cells
1241
+
1242
+ List all deployed cell names. If no cells are deployed, an empty list is returned.
1243
+
1244
+ :param _request_timeout: timeout setting for this request. If one
1245
+ number provided, it will be total request
1246
+ timeout. It can also be a pair (tuple) of
1247
+ (connection, read) timeouts.
1248
+ :type _request_timeout: int, tuple(int, int), optional
1249
+ :param _request_auth: set to override the auth_settings for an a single
1250
+ request; this effectively ignores the
1251
+ authentication in the spec for a single request.
1252
+ :type _request_auth: dict, optional
1253
+ :param _content_type: force content-type for the request.
1254
+ :type _content_type: str, Optional
1255
+ :param _headers: set to override the headers for a single
1256
+ request; this effectively ignores the headers
1257
+ in the spec for a single request.
1258
+ :type _headers: dict, optional
1259
+ :param _host_index: set to override the host_index for a single
1260
+ request; this effectively ignores the host_index
1261
+ in the spec for a single request.
1262
+ :type _host_index: int, optional
1263
+ :return: Returns the result object.
1264
+ """ # noqa: E501
1265
+
1266
+ _param = self._list_cells_serialize(
1267
+ _request_auth=_request_auth,
1268
+ _content_type=_content_type,
1269
+ _headers=_headers,
1270
+ _host_index=_host_index
1271
+ )
1272
+
1273
+ _response_types_map: Dict[str, Optional[str]] = {
1274
+ '200': "List[str]",
1275
+ }
1276
+
1277
+ response_data = await self.api_client.call_api(
1278
+ *_param,
1279
+ _request_timeout=_request_timeout
1280
+ )
1281
+ await response_data.read()
1282
+ return self.api_client.response_deserialize(
1283
+ response_data=response_data,
1284
+ response_types_map=_response_types_map,
1285
+ )
1286
+
1287
+
1288
+ @validate_call
1289
+ async def list_cells_without_preload_content(
1290
+ self,
1291
+ _request_timeout: Union[
1292
+ None,
1293
+ Annotated[StrictFloat, Field(gt=0)],
1294
+ Tuple[
1295
+ Annotated[StrictFloat, Field(gt=0)],
1296
+ Annotated[StrictFloat, Field(gt=0)]
1297
+ ]
1298
+ ] = None,
1299
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1300
+ _content_type: Optional[StrictStr] = None,
1301
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1302
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1303
+ ) -> RESTResponseType:
1304
+ """List Cells
1305
+
1306
+ List all deployed cell names. If no cells are deployed, an empty list is returned.
1307
+
1308
+ :param _request_timeout: timeout setting for this request. If one
1309
+ number provided, it will be total request
1310
+ timeout. It can also be a pair (tuple) of
1311
+ (connection, read) timeouts.
1312
+ :type _request_timeout: int, tuple(int, int), optional
1313
+ :param _request_auth: set to override the auth_settings for an a single
1314
+ request; this effectively ignores the
1315
+ authentication in the spec for a single request.
1316
+ :type _request_auth: dict, optional
1317
+ :param _content_type: force content-type for the request.
1318
+ :type _content_type: str, Optional
1319
+ :param _headers: set to override the headers for a single
1320
+ request; this effectively ignores the headers
1321
+ in the spec for a single request.
1322
+ :type _headers: dict, optional
1323
+ :param _host_index: set to override the host_index for a single
1324
+ request; this effectively ignores the host_index
1325
+ in the spec for a single request.
1326
+ :type _host_index: int, optional
1327
+ :return: Returns the result object.
1328
+ """ # noqa: E501
1329
+
1330
+ _param = self._list_cells_serialize(
1331
+ _request_auth=_request_auth,
1332
+ _content_type=_content_type,
1333
+ _headers=_headers,
1334
+ _host_index=_host_index
1335
+ )
1336
+
1337
+ _response_types_map: Dict[str, Optional[str]] = {
1338
+ '200': "List[str]",
1339
+ }
1340
+
1341
+ response_data = await self.api_client.call_api(
1342
+ *_param,
1343
+ _request_timeout=_request_timeout
1344
+ )
1345
+ return response_data.response
1346
+
1347
+
1348
+ def _list_cells_serialize(
1349
+ self,
1350
+ _request_auth,
1351
+ _content_type,
1352
+ _headers,
1353
+ _host_index,
1354
+ ) -> RequestSerialized:
1355
+
1356
+ _host = None
1357
+
1358
+ _collection_formats: Dict[str, str] = {
1359
+ }
1360
+
1361
+ _path_params: Dict[str, str] = {}
1362
+ _query_params: List[Tuple[str, str]] = []
1363
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1364
+ _form_params: List[Tuple[str, str]] = []
1365
+ _files: Dict[str, Union[str, bytes]] = {}
1366
+ _body_params: Optional[bytes] = None
1367
+
1368
+ # process the path parameters
1369
+ # process the query parameters
1370
+ # process the header parameters
1371
+ # process the form parameters
1372
+ # process the body parameter
1373
+
1374
+
1375
+ # set the HTTP header `Accept`
1376
+ _header_params['Accept'] = self.api_client.select_header_accept(
1377
+ [
1378
+ 'application/json'
1379
+ ]
1380
+ )
1381
+
1382
+
1383
+ # authentication setting
1384
+ _auth_settings: List[str] = [
1385
+ 'BasicAuth',
1386
+ 'BearerAuth'
1387
+ ]
1388
+
1389
+ return self.api_client.param_serialize(
1390
+ method='GET',
1391
+ resource_path='/cells',
1392
+ path_params=_path_params,
1393
+ query_params=_query_params,
1394
+ header_params=_header_params,
1395
+ body=_body_params,
1396
+ post_params=_form_params,
1397
+ files=_files,
1398
+ auth_settings=_auth_settings,
1399
+ collection_formats=_collection_formats,
1400
+ _host=_host,
1401
+ _request_auth=_request_auth
1402
+ )
1403
+
1404
+
1405
+
1406
+ @validate_call
1407
+ async def set_cell_status(
1408
+ self,
1409
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1410
+ operating_state: Annotated[OperatingState, Field(description="Set state of the cell. Active or inactive.")],
1411
+ _request_timeout: Union[
1412
+ None,
1413
+ Annotated[StrictFloat, Field(gt=0)],
1414
+ Tuple[
1415
+ Annotated[StrictFloat, Field(gt=0)],
1416
+ Annotated[StrictFloat, Field(gt=0)]
1417
+ ]
1418
+ ] = None,
1419
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1420
+ _content_type: Optional[StrictStr] = None,
1421
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1422
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1423
+ ) -> None:
1424
+ """Operating State
1425
+
1426
+ Deactivate or activate the services of a cell.
1427
+
1428
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1429
+ :type cell: str
1430
+ :param operating_state: Set state of the cell. Active or inactive. (required)
1431
+ :type operating_state: OperatingState
1432
+ :param _request_timeout: timeout setting for this request. If one
1433
+ number provided, it will be total request
1434
+ timeout. It can also be a pair (tuple) of
1435
+ (connection, read) timeouts.
1436
+ :type _request_timeout: int, tuple(int, int), optional
1437
+ :param _request_auth: set to override the auth_settings for an a single
1438
+ request; this effectively ignores the
1439
+ authentication in the spec for a single request.
1440
+ :type _request_auth: dict, optional
1441
+ :param _content_type: force content-type for the request.
1442
+ :type _content_type: str, Optional
1443
+ :param _headers: set to override the headers for a single
1444
+ request; this effectively ignores the headers
1445
+ in the spec for a single request.
1446
+ :type _headers: dict, optional
1447
+ :param _host_index: set to override the host_index for a single
1448
+ request; this effectively ignores the host_index
1449
+ in the spec for a single request.
1450
+ :type _host_index: int, optional
1451
+ :return: Returns the result object.
1452
+ """ # noqa: E501
1453
+
1454
+ _param = self._set_cell_status_serialize(
1455
+ cell=cell,
1456
+ operating_state=operating_state,
1457
+ _request_auth=_request_auth,
1458
+ _content_type=_content_type,
1459
+ _headers=_headers,
1460
+ _host_index=_host_index
1461
+ )
1462
+
1463
+ _response_types_map: Dict[str, Optional[str]] = {
1464
+ '202': None,
1465
+ '404': "Error",
1466
+ }
1467
+
1468
+ response_data = await self.api_client.call_api(
1469
+ *_param,
1470
+ _request_timeout=_request_timeout
1471
+ )
1472
+ await response_data.read()
1473
+ return self.api_client.response_deserialize(
1474
+ response_data=response_data,
1475
+ response_types_map=_response_types_map,
1476
+ ).data
1477
+
1478
+
1479
+ @validate_call
1480
+ async def set_cell_status_with_http_info(
1481
+ self,
1482
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1483
+ operating_state: Annotated[OperatingState, Field(description="Set state of the cell. Active or inactive.")],
1484
+ _request_timeout: Union[
1485
+ None,
1486
+ Annotated[StrictFloat, Field(gt=0)],
1487
+ Tuple[
1488
+ Annotated[StrictFloat, Field(gt=0)],
1489
+ Annotated[StrictFloat, Field(gt=0)]
1490
+ ]
1491
+ ] = None,
1492
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1493
+ _content_type: Optional[StrictStr] = None,
1494
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1495
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1496
+ ) -> ApiResponse[None]:
1497
+ """Operating State
1498
+
1499
+ Deactivate or activate the services of a cell.
1500
+
1501
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1502
+ :type cell: str
1503
+ :param operating_state: Set state of the cell. Active or inactive. (required)
1504
+ :type operating_state: OperatingState
1505
+ :param _request_timeout: timeout setting for this request. If one
1506
+ number provided, it will be total request
1507
+ timeout. It can also be a pair (tuple) of
1508
+ (connection, read) timeouts.
1509
+ :type _request_timeout: int, tuple(int, int), optional
1510
+ :param _request_auth: set to override the auth_settings for an a single
1511
+ request; this effectively ignores the
1512
+ authentication in the spec for a single request.
1513
+ :type _request_auth: dict, optional
1514
+ :param _content_type: force content-type for the request.
1515
+ :type _content_type: str, Optional
1516
+ :param _headers: set to override the headers for a single
1517
+ request; this effectively ignores the headers
1518
+ in the spec for a single request.
1519
+ :type _headers: dict, optional
1520
+ :param _host_index: set to override the host_index for a single
1521
+ request; this effectively ignores the host_index
1522
+ in the spec for a single request.
1523
+ :type _host_index: int, optional
1524
+ :return: Returns the result object.
1525
+ """ # noqa: E501
1526
+
1527
+ _param = self._set_cell_status_serialize(
1528
+ cell=cell,
1529
+ operating_state=operating_state,
1530
+ _request_auth=_request_auth,
1531
+ _content_type=_content_type,
1532
+ _headers=_headers,
1533
+ _host_index=_host_index
1534
+ )
1535
+
1536
+ _response_types_map: Dict[str, Optional[str]] = {
1537
+ '202': None,
1538
+ '404': "Error",
1539
+ }
1540
+
1541
+ response_data = await self.api_client.call_api(
1542
+ *_param,
1543
+ _request_timeout=_request_timeout
1544
+ )
1545
+ await response_data.read()
1546
+ return self.api_client.response_deserialize(
1547
+ response_data=response_data,
1548
+ response_types_map=_response_types_map,
1549
+ )
1550
+
1551
+
1552
+ @validate_call
1553
+ async def set_cell_status_without_preload_content(
1554
+ self,
1555
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1556
+ operating_state: Annotated[OperatingState, Field(description="Set state of the cell. Active or inactive.")],
1557
+ _request_timeout: Union[
1558
+ None,
1559
+ Annotated[StrictFloat, Field(gt=0)],
1560
+ Tuple[
1561
+ Annotated[StrictFloat, Field(gt=0)],
1562
+ Annotated[StrictFloat, Field(gt=0)]
1563
+ ]
1564
+ ] = None,
1565
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1566
+ _content_type: Optional[StrictStr] = None,
1567
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1568
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1569
+ ) -> RESTResponseType:
1570
+ """Operating State
1571
+
1572
+ Deactivate or activate the services of a cell.
1573
+
1574
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1575
+ :type cell: str
1576
+ :param operating_state: Set state of the cell. Active or inactive. (required)
1577
+ :type operating_state: OperatingState
1578
+ :param _request_timeout: timeout setting for this request. If one
1579
+ number provided, it will be total request
1580
+ timeout. It can also be a pair (tuple) of
1581
+ (connection, read) timeouts.
1582
+ :type _request_timeout: int, tuple(int, int), optional
1583
+ :param _request_auth: set to override the auth_settings for an a single
1584
+ request; this effectively ignores the
1585
+ authentication in the spec for a single request.
1586
+ :type _request_auth: dict, optional
1587
+ :param _content_type: force content-type for the request.
1588
+ :type _content_type: str, Optional
1589
+ :param _headers: set to override the headers for a single
1590
+ request; this effectively ignores the headers
1591
+ in the spec for a single request.
1592
+ :type _headers: dict, optional
1593
+ :param _host_index: set to override the host_index for a single
1594
+ request; this effectively ignores the host_index
1595
+ in the spec for a single request.
1596
+ :type _host_index: int, optional
1597
+ :return: Returns the result object.
1598
+ """ # noqa: E501
1599
+
1600
+ _param = self._set_cell_status_serialize(
1601
+ cell=cell,
1602
+ operating_state=operating_state,
1603
+ _request_auth=_request_auth,
1604
+ _content_type=_content_type,
1605
+ _headers=_headers,
1606
+ _host_index=_host_index
1607
+ )
1608
+
1609
+ _response_types_map: Dict[str, Optional[str]] = {
1610
+ '202': None,
1611
+ '404': "Error",
1612
+ }
1613
+
1614
+ response_data = await self.api_client.call_api(
1615
+ *_param,
1616
+ _request_timeout=_request_timeout
1617
+ )
1618
+ return response_data.response
1619
+
1620
+
1621
+ def _set_cell_status_serialize(
1622
+ self,
1623
+ cell,
1624
+ operating_state,
1625
+ _request_auth,
1626
+ _content_type,
1627
+ _headers,
1628
+ _host_index,
1629
+ ) -> RequestSerialized:
1630
+
1631
+ _host = None
1632
+
1633
+ _collection_formats: Dict[str, str] = {
1634
+ }
1635
+
1636
+ _path_params: Dict[str, str] = {}
1637
+ _query_params: List[Tuple[str, str]] = []
1638
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1639
+ _form_params: List[Tuple[str, str]] = []
1640
+ _files: Dict[str, Union[str, bytes]] = {}
1641
+ _body_params: Optional[bytes] = None
1642
+
1643
+ # process the path parameters
1644
+ if cell is not None:
1645
+ _path_params['cell'] = cell
1646
+ # process the query parameters
1647
+ if operating_state is not None:
1648
+
1649
+ _query_params.append(('operating_state', operating_state.value))
1650
+
1651
+ # process the header parameters
1652
+ # process the form parameters
1653
+ # process the body parameter
1654
+
1655
+
1656
+ # set the HTTP header `Accept`
1657
+ _header_params['Accept'] = self.api_client.select_header_accept(
1658
+ [
1659
+ 'application/json'
1660
+ ]
1661
+ )
1662
+
1663
+
1664
+ # authentication setting
1665
+ _auth_settings: List[str] = [
1666
+ 'BasicAuth',
1667
+ 'BearerAuth'
1668
+ ]
1669
+
1670
+ return self.api_client.param_serialize(
1671
+ method='PUT',
1672
+ resource_path='/cells/{cell}/status',
1673
+ path_params=_path_params,
1674
+ query_params=_query_params,
1675
+ header_params=_header_params,
1676
+ body=_body_params,
1677
+ post_params=_form_params,
1678
+ files=_files,
1679
+ auth_settings=_auth_settings,
1680
+ collection_formats=_collection_formats,
1681
+ _host=_host,
1682
+ _request_auth=_request_auth
1683
+ )
1684
+
1685
+
1686
+
1687
+ @validate_call
1688
+ async def update_cell(
1689
+ self,
1690
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1691
+ cell2: Cell,
1692
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
1693
+ _request_timeout: Union[
1694
+ None,
1695
+ Annotated[StrictFloat, Field(gt=0)],
1696
+ Tuple[
1697
+ Annotated[StrictFloat, Field(gt=0)],
1698
+ Annotated[StrictFloat, Field(gt=0)]
1699
+ ]
1700
+ ] = None,
1701
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1702
+ _content_type: Optional[StrictStr] = None,
1703
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1704
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1705
+ ) -> None:
1706
+ """Update Configuration
1707
+
1708
+ Update the definition of the entire Cell.
1709
+
1710
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1711
+ :type cell: str
1712
+ :param cell2: (required)
1713
+ :type cell2: Cell
1714
+ :param completion_timeout:
1715
+ :type completion_timeout: int
1716
+ :param _request_timeout: timeout setting for this request. If one
1717
+ number provided, it will be total request
1718
+ timeout. It can also be a pair (tuple) of
1719
+ (connection, read) timeouts.
1720
+ :type _request_timeout: int, tuple(int, int), optional
1721
+ :param _request_auth: set to override the auth_settings for an a single
1722
+ request; this effectively ignores the
1723
+ authentication in the spec for a single request.
1724
+ :type _request_auth: dict, optional
1725
+ :param _content_type: force content-type for the request.
1726
+ :type _content_type: str, Optional
1727
+ :param _headers: set to override the headers for a single
1728
+ request; this effectively ignores the headers
1729
+ in the spec for a single request.
1730
+ :type _headers: dict, optional
1731
+ :param _host_index: set to override the host_index for a single
1732
+ request; this effectively ignores the host_index
1733
+ in the spec for a single request.
1734
+ :type _host_index: int, optional
1735
+ :return: Returns the result object.
1736
+ """ # noqa: E501
1737
+
1738
+ _param = self._update_cell_serialize(
1739
+ cell=cell,
1740
+ cell2=cell2,
1741
+ completion_timeout=completion_timeout,
1742
+ _request_auth=_request_auth,
1743
+ _content_type=_content_type,
1744
+ _headers=_headers,
1745
+ _host_index=_host_index
1746
+ )
1747
+
1748
+ _response_types_map: Dict[str, Optional[str]] = {
1749
+ '200': None,
1750
+ '202': None,
1751
+ '400': "Error",
1752
+ '403': "Error",
1753
+ '404': "Error",
1754
+ }
1755
+
1756
+ response_data = await self.api_client.call_api(
1757
+ *_param,
1758
+ _request_timeout=_request_timeout
1759
+ )
1760
+ await response_data.read()
1761
+ return self.api_client.response_deserialize(
1762
+ response_data=response_data,
1763
+ response_types_map=_response_types_map,
1764
+ ).data
1765
+
1766
+
1767
+ @validate_call
1768
+ async def update_cell_with_http_info(
1769
+ self,
1770
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1771
+ cell2: Cell,
1772
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
1773
+ _request_timeout: Union[
1774
+ None,
1775
+ Annotated[StrictFloat, Field(gt=0)],
1776
+ Tuple[
1777
+ Annotated[StrictFloat, Field(gt=0)],
1778
+ Annotated[StrictFloat, Field(gt=0)]
1779
+ ]
1780
+ ] = None,
1781
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1782
+ _content_type: Optional[StrictStr] = None,
1783
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1784
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1785
+ ) -> ApiResponse[None]:
1786
+ """Update Configuration
1787
+
1788
+ Update the definition of the entire Cell.
1789
+
1790
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1791
+ :type cell: str
1792
+ :param cell2: (required)
1793
+ :type cell2: Cell
1794
+ :param completion_timeout:
1795
+ :type completion_timeout: int
1796
+ :param _request_timeout: timeout setting for this request. If one
1797
+ number provided, it will be total request
1798
+ timeout. It can also be a pair (tuple) of
1799
+ (connection, read) timeouts.
1800
+ :type _request_timeout: int, tuple(int, int), optional
1801
+ :param _request_auth: set to override the auth_settings for an a single
1802
+ request; this effectively ignores the
1803
+ authentication in the spec for a single request.
1804
+ :type _request_auth: dict, optional
1805
+ :param _content_type: force content-type for the request.
1806
+ :type _content_type: str, Optional
1807
+ :param _headers: set to override the headers for a single
1808
+ request; this effectively ignores the headers
1809
+ in the spec for a single request.
1810
+ :type _headers: dict, optional
1811
+ :param _host_index: set to override the host_index for a single
1812
+ request; this effectively ignores the host_index
1813
+ in the spec for a single request.
1814
+ :type _host_index: int, optional
1815
+ :return: Returns the result object.
1816
+ """ # noqa: E501
1817
+
1818
+ _param = self._update_cell_serialize(
1819
+ cell=cell,
1820
+ cell2=cell2,
1821
+ completion_timeout=completion_timeout,
1822
+ _request_auth=_request_auth,
1823
+ _content_type=_content_type,
1824
+ _headers=_headers,
1825
+ _host_index=_host_index
1826
+ )
1827
+
1828
+ _response_types_map: Dict[str, Optional[str]] = {
1829
+ '200': None,
1830
+ '202': None,
1831
+ '400': "Error",
1832
+ '403': "Error",
1833
+ '404': "Error",
1834
+ }
1835
+
1836
+ response_data = await self.api_client.call_api(
1837
+ *_param,
1838
+ _request_timeout=_request_timeout
1839
+ )
1840
+ await response_data.read()
1841
+ return self.api_client.response_deserialize(
1842
+ response_data=response_data,
1843
+ response_types_map=_response_types_map,
1844
+ )
1845
+
1846
+
1847
+ @validate_call
1848
+ async def update_cell_without_preload_content(
1849
+ self,
1850
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1851
+ cell2: Cell,
1852
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
1853
+ _request_timeout: Union[
1854
+ None,
1855
+ Annotated[StrictFloat, Field(gt=0)],
1856
+ Tuple[
1857
+ Annotated[StrictFloat, Field(gt=0)],
1858
+ Annotated[StrictFloat, Field(gt=0)]
1859
+ ]
1860
+ ] = None,
1861
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1862
+ _content_type: Optional[StrictStr] = None,
1863
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1864
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1865
+ ) -> RESTResponseType:
1866
+ """Update Configuration
1867
+
1868
+ Update the definition of the entire Cell.
1869
+
1870
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1871
+ :type cell: str
1872
+ :param cell2: (required)
1873
+ :type cell2: Cell
1874
+ :param completion_timeout:
1875
+ :type completion_timeout: int
1876
+ :param _request_timeout: timeout setting for this request. If one
1877
+ number provided, it will be total request
1878
+ timeout. It can also be a pair (tuple) of
1879
+ (connection, read) timeouts.
1880
+ :type _request_timeout: int, tuple(int, int), optional
1881
+ :param _request_auth: set to override the auth_settings for an a single
1882
+ request; this effectively ignores the
1883
+ authentication in the spec for a single request.
1884
+ :type _request_auth: dict, optional
1885
+ :param _content_type: force content-type for the request.
1886
+ :type _content_type: str, Optional
1887
+ :param _headers: set to override the headers for a single
1888
+ request; this effectively ignores the headers
1889
+ in the spec for a single request.
1890
+ :type _headers: dict, optional
1891
+ :param _host_index: set to override the host_index for a single
1892
+ request; this effectively ignores the host_index
1893
+ in the spec for a single request.
1894
+ :type _host_index: int, optional
1895
+ :return: Returns the result object.
1896
+ """ # noqa: E501
1897
+
1898
+ _param = self._update_cell_serialize(
1899
+ cell=cell,
1900
+ cell2=cell2,
1901
+ completion_timeout=completion_timeout,
1902
+ _request_auth=_request_auth,
1903
+ _content_type=_content_type,
1904
+ _headers=_headers,
1905
+ _host_index=_host_index
1906
+ )
1907
+
1908
+ _response_types_map: Dict[str, Optional[str]] = {
1909
+ '200': None,
1910
+ '202': None,
1911
+ '400': "Error",
1912
+ '403': "Error",
1913
+ '404': "Error",
1914
+ }
1915
+
1916
+ response_data = await self.api_client.call_api(
1917
+ *_param,
1918
+ _request_timeout=_request_timeout
1919
+ )
1920
+ return response_data.response
1921
+
1922
+
1923
+ def _update_cell_serialize(
1924
+ self,
1925
+ cell,
1926
+ cell2,
1927
+ completion_timeout,
1928
+ _request_auth,
1929
+ _content_type,
1930
+ _headers,
1931
+ _host_index,
1932
+ ) -> RequestSerialized:
1933
+
1934
+ _host = None
1935
+
1936
+ _collection_formats: Dict[str, str] = {
1937
+ }
1938
+
1939
+ _path_params: Dict[str, str] = {}
1940
+ _query_params: List[Tuple[str, str]] = []
1941
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1942
+ _form_params: List[Tuple[str, str]] = []
1943
+ _files: Dict[str, Union[str, bytes]] = {}
1944
+ _body_params: Optional[bytes] = None
1945
+
1946
+ # process the path parameters
1947
+ if cell is not None:
1948
+ _path_params['cell'] = cell
1949
+ # process the query parameters
1950
+ if completion_timeout is not None:
1951
+
1952
+ _query_params.append(('completion_timeout', completion_timeout))
1953
+
1954
+ # process the header parameters
1955
+ # process the form parameters
1956
+ # process the body parameter
1957
+ if cell2 is not None:
1958
+ _body_params = cell2
1959
+
1960
+
1961
+ # set the HTTP header `Accept`
1962
+ _header_params['Accept'] = self.api_client.select_header_accept(
1963
+ [
1964
+ 'application/json'
1965
+ ]
1966
+ )
1967
+
1968
+ # set the HTTP header `Content-Type`
1969
+ if _content_type:
1970
+ _header_params['Content-Type'] = _content_type
1971
+ else:
1972
+ _default_content_type = (
1973
+ self.api_client.select_header_content_type(
1974
+ [
1975
+ 'application/json'
1976
+ ]
1977
+ )
1978
+ )
1979
+ if _default_content_type is not None:
1980
+ _header_params['Content-Type'] = _default_content_type
1981
+
1982
+ # authentication setting
1983
+ _auth_settings: List[str] = [
1984
+ 'BasicAuth',
1985
+ 'BearerAuth'
1986
+ ]
1987
+
1988
+ return self.api_client.param_serialize(
1989
+ method='PUT',
1990
+ resource_path='/cells/{cell}',
1991
+ path_params=_path_params,
1992
+ query_params=_query_params,
1993
+ header_params=_header_params,
1994
+ body=_body_params,
1995
+ post_params=_form_params,
1996
+ files=_files,
1997
+ auth_settings=_auth_settings,
1998
+ collection_formats=_collection_formats,
1999
+ _host=_host,
2000
+ _request_auth=_request_auth
2001
+ )
2002
+
2003
+