wandelbots_api_client 26.6.0.dev66__tar.gz → 26.6.0.dev68__tar.gz
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.
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/PKG-INFO +2 -2
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/README.md +1 -1
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/pyproject.toml +1 -1
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/__init__.py +1 -1
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/motion_group_models_api.py +205 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api_client.py +1 -1
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/configuration.py +1 -1
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/__init__.py +1 -0
- wandelbots_api_client-26.6.0.dev68/wandelbots_api_client/v2/models/motion_group_model_catalog.py +84 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/__init__.py +1 -1
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +205 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api_client.py +1 -1
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/configuration.py +1 -1
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/models/__init__.py +4 -2
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/models/models.py +16 -1
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/__init__.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/authorization.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/__init__.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/application_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/cell_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/controller_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/jogging_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/kinematics_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/license_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/motion_group_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/nova_cloud_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/program_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/robot_configurations_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/session_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/store_collision_components_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/store_collision_setups_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/store_object_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/system_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/trajectory_caching_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/trajectory_execution_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/trajectory_planning_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/version_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/virtual_controller_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/api_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/exceptions.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/abb_confdata.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/abb_configured_pose.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/abb_controller.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/abb_controller_egm_server.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/abb_pose.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/activate_license_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/add_trajectory_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/add_trajectory_error_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/add_trajectory_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/add_trajectory_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/add_virtual_controller_motion_group_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/api_version.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/app.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/axis_range.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/behavior.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/blending_auto.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/blending_position.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/blending_space.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/boolean_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bostondynamics_controller.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/box.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_description.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_modbus_client.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_modbus_server.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_profinet.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_profinet_network.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_profinet_slot.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_snap7.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_io_type.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_ios_state.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/bus_ios_state_enum.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/capability_entry.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/capsule.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cartesian_limits.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cartesian_velocity.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cell.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_config_status.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_config_status_configured.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_config_status_not_configured.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_configuration.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_invalid_token.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_invalid_token_details.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_invalid_token_details_cloud_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_leafnode_connection_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_leafnode_connection_error_details.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_leafnode_connection_timeout.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_leafnode_restart_timeout.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_nats_failed.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_nats_failed_details.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_unexpected_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_unexpected_response_details.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_error_unexpected_response_details_cloud_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_connection_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_disconnection_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_disconnection_status_disconnected.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_disconnection_status_disconnecting.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_registration_success_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_status.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_status_checks.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cloud_status_errors.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collider.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collider_shape.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collider_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collider_value_or_key.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collision.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collision_contact.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collision_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collision_free_algorithm.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collision_motion_group.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collision_setup.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collision_setup_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/collision_setup_value_or_key.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/comparator.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configuration_archive_status.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configuration_archive_status_creating.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configuration_archive_status_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configuration_archive_status_success.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configuration_resource.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configured_pose.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configured_pose_inverse422_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configured_pose_inverse_failed_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configured_pose_inverse_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configured_pose_inverse_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/configured_pose_inverse_response_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/constrained_pose.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/container_environment_inner.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/container_image.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/container_image_secrets_inner.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/container_resources.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/container_storage.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/controller_description.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/controller_network_interface.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/convert_vendor_configured_pose422_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/convert_vendor_configured_pose_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/convert_vendor_configured_pose_request_vendor_configured_poses.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/convex_hull.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/coordinate_system.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/coordinate_system_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/copy_motion_group_model_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cubic_spline_parameter.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cycle_time.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/cylinder.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/dh_parameter.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/direction.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/direction_constraint.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/dynamic_model.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/error_direction_constraint_not_met.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/error_direction_constraint_not_normalized.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/error_invalid_joint_count.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/error_joint_position_collision.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/error_motion_group_key_mismatch.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/error_unsupported_operation.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/execute.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/execute_details.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/execute_jogging_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/execute_jogging_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/execute_trajectory_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/execute_trajectory_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/execute_waypoint_jogging_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/execute_waypoint_jogging_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/external_joint_stream_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/fanuc_controller.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_axis_range_exceeded.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_collision.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_commands_missing.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_cubic_spline_is_not_increasing.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_cubic_spline_not_at_start_pose.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_direction_constraint_no_solution_exists.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_direction_constraint_not_met.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_direction_constraint_not_normalized.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_invalid_dof.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_invalid_nan_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_invalid_sampling_time.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_no_solution_in_current_configuration.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_out_of_workspace.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_singularity.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_start_joints_missing.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/feedback_torque_exceeded.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/flag.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/flange_payload.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/float_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/forward_kinematics422_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/forward_kinematics_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/forward_kinematics_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/get_trajectory_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/http_validation_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/image_credentials.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inertia_tensor.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/initialize_jogging_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/initialize_jogging_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/initialize_movement_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/initialize_movement_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/integer_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/invalid_dof_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inverse_feedback_at_index.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inverse_feedback_at_index_error_feedback.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inverse_kinematics422_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inverse_kinematics_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inverse_kinematics_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/io_boolean_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/io_boundary.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/io_description.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/io_direction.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/io_float_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/io_integer_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/io_origin.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/io_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/io_value_type.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/jogging_details.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/jogging_details_state.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/jogging_paused_by_user.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/jogging_paused_near_collision.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/jogging_paused_near_singularity.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/jogging_paused_on_io.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/jogging_running.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_limit_exceeded_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_limits.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_ptp_motion.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_trajectory.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_type_enum.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_velocity_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_velocity_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_waypoint.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_waypoints_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/joint_waypoints_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kinematic_branch.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kinematic_branch_elbow.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kinematic_branch_shoulder.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kinematic_branch_wrist.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kinematic_configuration.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kinematic_model.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kuka_configured_pose.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kuka_controller.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kuka_pose.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/kuka_status_and_turn_bits.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/license.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/license_status.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/license_status_enum.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/limit_range.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/limit_set.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/limits_override.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/link_chain_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/link_chain_value_or_key.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/list_trajectories_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/location1_inner.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/manufacturer.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/merge_trajectories422_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/merge_trajectories_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/merge_trajectories_error_error_feedback.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/merge_trajectories_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/merge_trajectories_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/merge_trajectories_response_feedback_inner.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/merge_trajectories_segment.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/merge_trajectories_validation_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/modbus_io.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/modbus_io_area.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/modbus_io_byte_order.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/modbus_io_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/modbus_io_type_enum.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_command.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_command_blending.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_command_path.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_configuration.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_description.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_from_json.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_from_type.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_info.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_joints.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_model_description.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_setup.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_state.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/movement_error_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_collision_setup.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_error_invalid_joint_count.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_error_joint_limit_exceeded.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_error_joint_position_collision.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_joint_trajectory.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_search_collision_free422_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_search_collision_free_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_search_collision_free_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_search_collision_free_response_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_search_collision_free_validation_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/multi_search_collision_free_validation_error_all_of_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/nan_value_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/nan_value_error_nan_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/network_device.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/network_interface.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/network_state.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/op_mode.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/operating_state.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/operation_limits.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/operation_mode.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/orientation_type.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/path_cartesian_ptp.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/path_circle.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/path_cubic_spline.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/path_direction_constrained_cartesian_ptp.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/path_direction_constrained_joint_ptp.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/path_joint_ptp.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/path_line.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/pause_jogging_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/pause_jogging_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/pause_movement_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/pause_movement_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/pause_on_io.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/payload.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan422_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_collision_free_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_collision_free_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_collision_free_response_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_trajectory_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_trajectory_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_trajectory_response_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_validation_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/plane.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/playback_speed_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/playback_speed_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/pose.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/pose_waypoint.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/pose_waypoints_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/pose_waypoints_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/profinet_description.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/profinet_input_output_config.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/profinet_io.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/profinet_io_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/profinet_io_direction.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/profinet_io_type_enum.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/profinet_slot_description.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/profinet_slot_offset.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/profinet_sub_slot_description.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/program.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/program_run.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/program_run_state.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/program_start_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/project_joint_position_direction_constraint422_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/project_joint_position_direction_constraint_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/project_joint_position_direction_constraint_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/project_joint_position_direction_constraint_validation_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/project_joint_position_direction_constraint_validation_error_all_of_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/range.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/rectangle.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/rectangular_capsule.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/release_channel.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/robot_controller.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/robot_controller_configuration.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/robot_controller_configuration_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/robot_controller_state.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/robot_system_mode.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/robot_tcp.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/robot_tcp_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/rrt_connect_algorithm.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/rrt_connect_algorithm_step_size.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_geometry.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_geometry_box.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_geometry_capsule.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_geometry_lozenge.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_geometry_plane.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_geometry_prism.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_geometry_sphere.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_state_type.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_zone.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_zone_pose.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/safety_zones.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/service_group.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/service_status.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/service_status_phase.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/service_status_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/service_status_severity.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/service_status_status.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/session_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/set_io.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/settable_robot_system_mode.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/singularity_type_enum.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/snap7_io.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/snap7_io_area.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/snap7_io_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/snap7_io_direction.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/snap7_io_type_enum.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/sphere.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/start_movement_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/start_movement_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/start_on_io.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/storage_key.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/stream_io_values_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/tcp_offset.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/tcp_required_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/tcp_velocity_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/tcp_velocity_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/tool_value.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/tool_value_or_key.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/torque_exceeded_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/torque_exceeded_error_torque_exceeded.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_data.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_details.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_details_state.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_ended.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_id.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_paused_by_user.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_paused_on_io.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_running.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_section.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/trajectory_wait_for_io.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/unit_type.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/unitree_controller.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/universalrobots_controller.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/update_cell_version_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/update_nova_version_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/user.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/validation_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/validation_error2.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/virtual_controller.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/virtual_robot_configuration.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/wait_for_io_event_request.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/yaskawa_controller.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/zod_validation_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/zod_validation_error_error.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/zod_validation_error_error_details_inner.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/models/zod_validation_error_error_details_inner_path_inner.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/py.typed +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2/rest.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/__init__.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/application_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/cell_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/controller_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/jogging_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/kinematics_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/license_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/motion_group_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/nova_cloud_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/program_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/robot_configurations_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/session_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/store_object_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/system_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/version_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/api_response.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/exceptions.py +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/py.typed +0 -0
- {wandelbots_api_client-26.6.0.dev66 → wandelbots_api_client-26.6.0.dev68}/wandelbots_api_client/v2_pydantic/rest.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wandelbots_api_client
|
|
3
|
-
Version: 26.6.0.
|
|
3
|
+
Version: 26.6.0.dev68
|
|
4
4
|
Summary: Wandelbots Python Client: Interact with robots in an easy and intuitive way.
|
|
5
5
|
Author: Copyright (c) 2025 Wandelbots GmbH
|
|
6
6
|
Author-email: Copyright (c) 2025 Wandelbots GmbH <contact@wandelbots.com>
|
|
@@ -31,7 +31,7 @@ Description-Content-Type: text/markdown
|
|
|
31
31
|
Interact with robots in an easy and intuitive way.
|
|
32
32
|
|
|
33
33
|
- Compatible API version: 2.6.0 dev (can be found at the home screen of your instance -> API)
|
|
34
|
-
- Package version: 26.6.0.
|
|
34
|
+
- Package version: 26.6.0.dev68
|
|
35
35
|
|
|
36
36
|
## Requirements.
|
|
37
37
|
Python >=3.9, Python < 4.0
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Interact with robots in an easy and intuitive way.
|
|
3
3
|
|
|
4
4
|
- Compatible API version: 2.6.0 dev (can be found at the home screen of your instance -> API)
|
|
5
|
-
- Package version: 26.6.0.
|
|
5
|
+
- Package version: 26.6.0.dev68
|
|
6
6
|
|
|
7
7
|
## Requirements.
|
|
8
8
|
Python >=3.9, Python < 4.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "wandelbots_api_client"
|
|
3
|
-
version = "26.6.0.
|
|
3
|
+
version = "26.6.0.dev68"
|
|
4
4
|
description = "Wandelbots Python Client: Interact with robots in an easy and intuitive way. "
|
|
5
5
|
authors = [{ name="Copyright (c) 2025 Wandelbots GmbH", email="contact@wandelbots.com" }]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -30,6 +30,7 @@ from wandelbots_api_client.v2.models.copy_motion_group_model_request import Copy
|
|
|
30
30
|
from wandelbots_api_client.v2.models.dynamic_model import DynamicModel
|
|
31
31
|
from wandelbots_api_client.v2.models.kinematic_model import KinematicModel
|
|
32
32
|
from wandelbots_api_client.v2.models.motion_group_configuration import MotionGroupConfiguration
|
|
33
|
+
from wandelbots_api_client.v2.models.motion_group_model_catalog import MotionGroupModelCatalog
|
|
33
34
|
from wandelbots_api_client.v2.models.motion_group_model_description import MotionGroupModelDescription
|
|
34
35
|
from wandelbots_api_client.v2.models.operation_limits import OperationLimits
|
|
35
36
|
|
|
@@ -2710,6 +2711,210 @@ class MotionGroupModelsApi:
|
|
|
2710
2711
|
_request_auth=_request_auth,
|
|
2711
2712
|
)
|
|
2712
2713
|
|
|
2714
|
+
@validate_call
|
|
2715
|
+
async def get_motion_group_models_catalog(
|
|
2716
|
+
self,
|
|
2717
|
+
_request_timeout: Union[
|
|
2718
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
2719
|
+
] = None,
|
|
2720
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
2721
|
+
_content_type: Optional[StrictStr] = None,
|
|
2722
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2723
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2724
|
+
) -> List[MotionGroupModelCatalog]:
|
|
2725
|
+
"""Motion Group Model Catalog
|
|
2726
|
+
|
|
2727
|
+
**Required permissions:** `can_access_system` - View system status and metadata ___ Returns the catalog of all motion groups with their motion group names and readable names.
|
|
2728
|
+
|
|
2729
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
2730
|
+
number provided, it will be total request
|
|
2731
|
+
timeout. It can also be a pair (tuple) of
|
|
2732
|
+
(connection, read) timeouts.
|
|
2733
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
2734
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
2735
|
+
request; this effectively ignores the
|
|
2736
|
+
authentication in the spec for a single request.
|
|
2737
|
+
:type _request_auth: dict, optional
|
|
2738
|
+
:param _content_type: force content-type for the request.
|
|
2739
|
+
:type _content_type: str, Optional
|
|
2740
|
+
:param _headers: set to override the headers for a single
|
|
2741
|
+
request; this effectively ignores the headers
|
|
2742
|
+
in the spec for a single request.
|
|
2743
|
+
:type _headers: dict, optional
|
|
2744
|
+
:param _host_index: set to override the host_index for a single
|
|
2745
|
+
request; this effectively ignores the host_index
|
|
2746
|
+
in the spec for a single request.
|
|
2747
|
+
:type _host_index: int, optional
|
|
2748
|
+
:return: Returns the result object.
|
|
2749
|
+
""" # noqa: E501
|
|
2750
|
+
|
|
2751
|
+
_param = self._get_motion_group_models_catalog_serialize(
|
|
2752
|
+
_request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
|
|
2753
|
+
)
|
|
2754
|
+
|
|
2755
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
2756
|
+
"200": "List[MotionGroupModelCatalog]",
|
|
2757
|
+
"404": None,
|
|
2758
|
+
"500": None,
|
|
2759
|
+
}
|
|
2760
|
+
|
|
2761
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
2762
|
+
await response_data.read()
|
|
2763
|
+
return self.api_client.response_deserialize(
|
|
2764
|
+
response_data=response_data,
|
|
2765
|
+
response_types_map=_response_types_map,
|
|
2766
|
+
).data
|
|
2767
|
+
|
|
2768
|
+
@validate_call
|
|
2769
|
+
async def get_motion_group_models_catalog_with_http_info(
|
|
2770
|
+
self,
|
|
2771
|
+
_request_timeout: Union[
|
|
2772
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
2773
|
+
] = None,
|
|
2774
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
2775
|
+
_content_type: Optional[StrictStr] = None,
|
|
2776
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2777
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2778
|
+
) -> ApiResponse[List[MotionGroupModelCatalog]]:
|
|
2779
|
+
"""Motion Group Model Catalog
|
|
2780
|
+
|
|
2781
|
+
**Required permissions:** `can_access_system` - View system status and metadata ___ Returns the catalog of all motion groups with their motion group names and readable names.
|
|
2782
|
+
|
|
2783
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
2784
|
+
number provided, it will be total request
|
|
2785
|
+
timeout. It can also be a pair (tuple) of
|
|
2786
|
+
(connection, read) timeouts.
|
|
2787
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
2788
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
2789
|
+
request; this effectively ignores the
|
|
2790
|
+
authentication in the spec for a single request.
|
|
2791
|
+
:type _request_auth: dict, optional
|
|
2792
|
+
:param _content_type: force content-type for the request.
|
|
2793
|
+
:type _content_type: str, Optional
|
|
2794
|
+
:param _headers: set to override the headers for a single
|
|
2795
|
+
request; this effectively ignores the headers
|
|
2796
|
+
in the spec for a single request.
|
|
2797
|
+
:type _headers: dict, optional
|
|
2798
|
+
:param _host_index: set to override the host_index for a single
|
|
2799
|
+
request; this effectively ignores the host_index
|
|
2800
|
+
in the spec for a single request.
|
|
2801
|
+
:type _host_index: int, optional
|
|
2802
|
+
:return: Returns the result object.
|
|
2803
|
+
""" # noqa: E501
|
|
2804
|
+
|
|
2805
|
+
_param = self._get_motion_group_models_catalog_serialize(
|
|
2806
|
+
_request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
|
|
2807
|
+
)
|
|
2808
|
+
|
|
2809
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
2810
|
+
"200": "List[MotionGroupModelCatalog]",
|
|
2811
|
+
"404": None,
|
|
2812
|
+
"500": None,
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
2816
|
+
await response_data.read()
|
|
2817
|
+
return self.api_client.response_deserialize(
|
|
2818
|
+
response_data=response_data,
|
|
2819
|
+
response_types_map=_response_types_map,
|
|
2820
|
+
)
|
|
2821
|
+
|
|
2822
|
+
@validate_call
|
|
2823
|
+
async def get_motion_group_models_catalog_without_preload_content(
|
|
2824
|
+
self,
|
|
2825
|
+
_request_timeout: Union[
|
|
2826
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
2827
|
+
] = None,
|
|
2828
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
2829
|
+
_content_type: Optional[StrictStr] = None,
|
|
2830
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2831
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2832
|
+
) -> RESTResponseType:
|
|
2833
|
+
"""Motion Group Model Catalog
|
|
2834
|
+
|
|
2835
|
+
**Required permissions:** `can_access_system` - View system status and metadata ___ Returns the catalog of all motion groups with their motion group names and readable names.
|
|
2836
|
+
|
|
2837
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
2838
|
+
number provided, it will be total request
|
|
2839
|
+
timeout. It can also be a pair (tuple) of
|
|
2840
|
+
(connection, read) timeouts.
|
|
2841
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
2842
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
2843
|
+
request; this effectively ignores the
|
|
2844
|
+
authentication in the spec for a single request.
|
|
2845
|
+
:type _request_auth: dict, optional
|
|
2846
|
+
:param _content_type: force content-type for the request.
|
|
2847
|
+
:type _content_type: str, Optional
|
|
2848
|
+
:param _headers: set to override the headers for a single
|
|
2849
|
+
request; this effectively ignores the headers
|
|
2850
|
+
in the spec for a single request.
|
|
2851
|
+
:type _headers: dict, optional
|
|
2852
|
+
:param _host_index: set to override the host_index for a single
|
|
2853
|
+
request; this effectively ignores the host_index
|
|
2854
|
+
in the spec for a single request.
|
|
2855
|
+
:type _host_index: int, optional
|
|
2856
|
+
:return: Returns the result object.
|
|
2857
|
+
""" # noqa: E501
|
|
2858
|
+
|
|
2859
|
+
_param = self._get_motion_group_models_catalog_serialize(
|
|
2860
|
+
_request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
|
|
2861
|
+
)
|
|
2862
|
+
|
|
2863
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
2864
|
+
"200": "List[MotionGroupModelCatalog]",
|
|
2865
|
+
"404": None,
|
|
2866
|
+
"500": None,
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
2870
|
+
return response_data.response
|
|
2871
|
+
|
|
2872
|
+
def _get_motion_group_models_catalog_serialize(
|
|
2873
|
+
self,
|
|
2874
|
+
_request_auth,
|
|
2875
|
+
_content_type,
|
|
2876
|
+
_headers,
|
|
2877
|
+
_host_index,
|
|
2878
|
+
) -> RequestSerialized:
|
|
2879
|
+
|
|
2880
|
+
_host = None
|
|
2881
|
+
|
|
2882
|
+
_collection_formats: Dict[str, str] = {}
|
|
2883
|
+
|
|
2884
|
+
_path_params: Dict[str, str] = {}
|
|
2885
|
+
_query_params: List[Tuple[str, str]] = []
|
|
2886
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
2887
|
+
_form_params: List[Tuple[str, str]] = []
|
|
2888
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
2889
|
+
_body_params: Optional[bytes] = None
|
|
2890
|
+
|
|
2891
|
+
# process the path parameters
|
|
2892
|
+
# process the query parameters
|
|
2893
|
+
# process the header parameters
|
|
2894
|
+
# process the form parameters
|
|
2895
|
+
# process the body parameter
|
|
2896
|
+
|
|
2897
|
+
# set the HTTP header `Accept`
|
|
2898
|
+
_header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
|
|
2899
|
+
|
|
2900
|
+
# authentication setting
|
|
2901
|
+
_auth_settings: List[str] = ["BearerAuth"]
|
|
2902
|
+
|
|
2903
|
+
return self.api_client.param_serialize(
|
|
2904
|
+
method="GET",
|
|
2905
|
+
resource_path="/experimental/motion-group-models/catalog",
|
|
2906
|
+
path_params=_path_params,
|
|
2907
|
+
query_params=_query_params,
|
|
2908
|
+
header_params=_header_params,
|
|
2909
|
+
body=_body_params,
|
|
2910
|
+
post_params=_form_params,
|
|
2911
|
+
files=_files,
|
|
2912
|
+
auth_settings=_auth_settings,
|
|
2913
|
+
collection_formats=_collection_formats,
|
|
2914
|
+
_host=_host,
|
|
2915
|
+
_request_auth=_request_auth,
|
|
2916
|
+
)
|
|
2917
|
+
|
|
2713
2918
|
@validate_call
|
|
2714
2919
|
async def get_motion_group_usd_model(
|
|
2715
2920
|
self,
|
|
@@ -85,7 +85,7 @@ class ApiClient:
|
|
|
85
85
|
self.default_headers[header_name] = header_value
|
|
86
86
|
self.cookie = cookie
|
|
87
87
|
# Set default User-Agent.
|
|
88
|
-
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.6.0.
|
|
88
|
+
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.6.0.dev68"
|
|
89
89
|
self.client_side_validation = configuration.client_side_validation
|
|
90
90
|
|
|
91
91
|
async def __aenter__(self):
|
|
@@ -512,7 +512,7 @@ class Configuration:
|
|
|
512
512
|
"OS: {env}\n"
|
|
513
513
|
"Python Version: {pyversion}\n"
|
|
514
514
|
"Version of the API: 2.6.0 dev\n"
|
|
515
|
-
"SDK Package Version: 26.6.0.
|
|
515
|
+
"SDK Package Version: 26.6.0.dev68".format(env=sys.platform, pyversion=sys.version)
|
|
516
516
|
)
|
|
517
517
|
|
|
518
518
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -274,6 +274,7 @@ from wandelbots_api_client.v2.models.motion_group_from_json import MotionGroupFr
|
|
|
274
274
|
from wandelbots_api_client.v2.models.motion_group_from_type import MotionGroupFromType
|
|
275
275
|
from wandelbots_api_client.v2.models.motion_group_info import MotionGroupInfo
|
|
276
276
|
from wandelbots_api_client.v2.models.motion_group_joints import MotionGroupJoints
|
|
277
|
+
from wandelbots_api_client.v2.models.motion_group_model_catalog import MotionGroupModelCatalog
|
|
277
278
|
from wandelbots_api_client.v2.models.motion_group_model_description import MotionGroupModelDescription
|
|
278
279
|
from wandelbots_api_client.v2.models.motion_group_setup import MotionGroupSetup
|
|
279
280
|
from wandelbots_api_client.v2.models.motion_group_state import MotionGroupState
|
wandelbots_api_client-26.6.0.dev68/wandelbots_api_client/v2/models/motion_group_model_catalog.py
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
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.6.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 __future__ import annotations
|
|
15
|
+
import pprint
|
|
16
|
+
import re # noqa: F401
|
|
17
|
+
import json
|
|
18
|
+
|
|
19
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
20
|
+
from typing import Any, ClassVar, Dict, List
|
|
21
|
+
from typing import Optional, Set
|
|
22
|
+
from typing_extensions import Self
|
|
23
|
+
from pydantic_core import to_jsonable_python
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class MotionGroupModelCatalog(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
Entry for a motion group with its name and readable name.
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
|
|
31
|
+
motion_group_name: StrictStr = Field(description="Name of the motion group.")
|
|
32
|
+
readable_name: StrictStr = Field(description="Readable name for the motion group.")
|
|
33
|
+
__properties: ClassVar[List[str]] = ["motion_group_name", "readable_name"]
|
|
34
|
+
|
|
35
|
+
model_config = ConfigDict(
|
|
36
|
+
validate_by_name=True,
|
|
37
|
+
validate_by_alias=True,
|
|
38
|
+
validate_assignment=True,
|
|
39
|
+
protected_namespaces=(),
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
def to_str(self) -> str:
|
|
43
|
+
"""Returns the string representation of the model using alias"""
|
|
44
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
45
|
+
|
|
46
|
+
def to_json(self) -> str:
|
|
47
|
+
"""Returns the JSON representation of the model using alias"""
|
|
48
|
+
return json.dumps(to_jsonable_python(self.to_dict()))
|
|
49
|
+
|
|
50
|
+
@classmethod
|
|
51
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
52
|
+
"""Create an instance of MotionGroupModelCatalog from a JSON string"""
|
|
53
|
+
return cls.from_dict(json.loads(json_str))
|
|
54
|
+
|
|
55
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
56
|
+
"""Return the dictionary representation of the model using alias.
|
|
57
|
+
|
|
58
|
+
This has the following differences from calling pydantic's
|
|
59
|
+
`self.model_dump(by_alias=True)`:
|
|
60
|
+
|
|
61
|
+
* `None` is only added to the output dict for nullable fields that
|
|
62
|
+
were set at model initialization. Other fields with value `None`
|
|
63
|
+
are ignored.
|
|
64
|
+
"""
|
|
65
|
+
excluded_fields: Set[str] = set([])
|
|
66
|
+
|
|
67
|
+
_dict = self.model_dump(
|
|
68
|
+
by_alias=True,
|
|
69
|
+
exclude=excluded_fields,
|
|
70
|
+
exclude_none=True,
|
|
71
|
+
)
|
|
72
|
+
return _dict
|
|
73
|
+
|
|
74
|
+
@classmethod
|
|
75
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
76
|
+
"""Create an instance of MotionGroupModelCatalog from a dict"""
|
|
77
|
+
if obj is None:
|
|
78
|
+
return None
|
|
79
|
+
|
|
80
|
+
if not isinstance(obj, dict):
|
|
81
|
+
return cls.model_validate(obj)
|
|
82
|
+
|
|
83
|
+
_obj = cls.model_validate({"motion_group_name": obj.get("motion_group_name"), "readable_name": obj.get("readable_name")})
|
|
84
|
+
return _obj
|
|
@@ -30,6 +30,7 @@ from wandelbots_api_client.v2_pydantic.models import CopyMotionGroupModelRequest
|
|
|
30
30
|
from wandelbots_api_client.v2_pydantic.models import DynamicModel
|
|
31
31
|
from wandelbots_api_client.v2_pydantic.models import KinematicModel
|
|
32
32
|
from wandelbots_api_client.v2_pydantic.models import MotionGroupConfiguration
|
|
33
|
+
from wandelbots_api_client.v2_pydantic.models import MotionGroupModelCatalog
|
|
33
34
|
from wandelbots_api_client.v2_pydantic.models import MotionGroupModelDescription
|
|
34
35
|
from wandelbots_api_client.v2_pydantic.models import OperationLimits
|
|
35
36
|
|
|
@@ -2710,6 +2711,210 @@ class MotionGroupModelsApi:
|
|
|
2710
2711
|
_request_auth=_request_auth,
|
|
2711
2712
|
)
|
|
2712
2713
|
|
|
2714
|
+
@validate_call
|
|
2715
|
+
async def get_motion_group_models_catalog(
|
|
2716
|
+
self,
|
|
2717
|
+
_request_timeout: Union[
|
|
2718
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
2719
|
+
] = None,
|
|
2720
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
2721
|
+
_content_type: Optional[StrictStr] = None,
|
|
2722
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2723
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2724
|
+
) -> List[MotionGroupModelCatalog]:
|
|
2725
|
+
"""Motion Group Model Catalog
|
|
2726
|
+
|
|
2727
|
+
**Required permissions:** `can_access_system` - View system status and metadata ___ Returns the catalog of all motion groups with their motion group names and readable names.
|
|
2728
|
+
|
|
2729
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
2730
|
+
number provided, it will be total request
|
|
2731
|
+
timeout. It can also be a pair (tuple) of
|
|
2732
|
+
(connection, read) timeouts.
|
|
2733
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
2734
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
2735
|
+
request; this effectively ignores the
|
|
2736
|
+
authentication in the spec for a single request.
|
|
2737
|
+
:type _request_auth: dict, optional
|
|
2738
|
+
:param _content_type: force content-type for the request.
|
|
2739
|
+
:type _content_type: str, Optional
|
|
2740
|
+
:param _headers: set to override the headers for a single
|
|
2741
|
+
request; this effectively ignores the headers
|
|
2742
|
+
in the spec for a single request.
|
|
2743
|
+
:type _headers: dict, optional
|
|
2744
|
+
:param _host_index: set to override the host_index for a single
|
|
2745
|
+
request; this effectively ignores the host_index
|
|
2746
|
+
in the spec for a single request.
|
|
2747
|
+
:type _host_index: int, optional
|
|
2748
|
+
:return: Returns the result object.
|
|
2749
|
+
""" # noqa: E501
|
|
2750
|
+
|
|
2751
|
+
_param = self._get_motion_group_models_catalog_serialize(
|
|
2752
|
+
_request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
|
|
2753
|
+
)
|
|
2754
|
+
|
|
2755
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
2756
|
+
"200": "List[MotionGroupModelCatalog]",
|
|
2757
|
+
"404": None,
|
|
2758
|
+
"500": None,
|
|
2759
|
+
}
|
|
2760
|
+
|
|
2761
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
2762
|
+
await response_data.read()
|
|
2763
|
+
return self.api_client.response_deserialize(
|
|
2764
|
+
response_data=response_data,
|
|
2765
|
+
response_types_map=_response_types_map,
|
|
2766
|
+
).data
|
|
2767
|
+
|
|
2768
|
+
@validate_call
|
|
2769
|
+
async def get_motion_group_models_catalog_with_http_info(
|
|
2770
|
+
self,
|
|
2771
|
+
_request_timeout: Union[
|
|
2772
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
2773
|
+
] = None,
|
|
2774
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
2775
|
+
_content_type: Optional[StrictStr] = None,
|
|
2776
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2777
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2778
|
+
) -> ApiResponse[List[MotionGroupModelCatalog]]:
|
|
2779
|
+
"""Motion Group Model Catalog
|
|
2780
|
+
|
|
2781
|
+
**Required permissions:** `can_access_system` - View system status and metadata ___ Returns the catalog of all motion groups with their motion group names and readable names.
|
|
2782
|
+
|
|
2783
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
2784
|
+
number provided, it will be total request
|
|
2785
|
+
timeout. It can also be a pair (tuple) of
|
|
2786
|
+
(connection, read) timeouts.
|
|
2787
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
2788
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
2789
|
+
request; this effectively ignores the
|
|
2790
|
+
authentication in the spec for a single request.
|
|
2791
|
+
:type _request_auth: dict, optional
|
|
2792
|
+
:param _content_type: force content-type for the request.
|
|
2793
|
+
:type _content_type: str, Optional
|
|
2794
|
+
:param _headers: set to override the headers for a single
|
|
2795
|
+
request; this effectively ignores the headers
|
|
2796
|
+
in the spec for a single request.
|
|
2797
|
+
:type _headers: dict, optional
|
|
2798
|
+
:param _host_index: set to override the host_index for a single
|
|
2799
|
+
request; this effectively ignores the host_index
|
|
2800
|
+
in the spec for a single request.
|
|
2801
|
+
:type _host_index: int, optional
|
|
2802
|
+
:return: Returns the result object.
|
|
2803
|
+
""" # noqa: E501
|
|
2804
|
+
|
|
2805
|
+
_param = self._get_motion_group_models_catalog_serialize(
|
|
2806
|
+
_request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
|
|
2807
|
+
)
|
|
2808
|
+
|
|
2809
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
2810
|
+
"200": "List[MotionGroupModelCatalog]",
|
|
2811
|
+
"404": None,
|
|
2812
|
+
"500": None,
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
2816
|
+
await response_data.read()
|
|
2817
|
+
return self.api_client.response_deserialize(
|
|
2818
|
+
response_data=response_data,
|
|
2819
|
+
response_types_map=_response_types_map,
|
|
2820
|
+
)
|
|
2821
|
+
|
|
2822
|
+
@validate_call
|
|
2823
|
+
async def get_motion_group_models_catalog_without_preload_content(
|
|
2824
|
+
self,
|
|
2825
|
+
_request_timeout: Union[
|
|
2826
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
2827
|
+
] = None,
|
|
2828
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
2829
|
+
_content_type: Optional[StrictStr] = None,
|
|
2830
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2831
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2832
|
+
) -> RESTResponseType:
|
|
2833
|
+
"""Motion Group Model Catalog
|
|
2834
|
+
|
|
2835
|
+
**Required permissions:** `can_access_system` - View system status and metadata ___ Returns the catalog of all motion groups with their motion group names and readable names.
|
|
2836
|
+
|
|
2837
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
2838
|
+
number provided, it will be total request
|
|
2839
|
+
timeout. It can also be a pair (tuple) of
|
|
2840
|
+
(connection, read) timeouts.
|
|
2841
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
2842
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
2843
|
+
request; this effectively ignores the
|
|
2844
|
+
authentication in the spec for a single request.
|
|
2845
|
+
:type _request_auth: dict, optional
|
|
2846
|
+
:param _content_type: force content-type for the request.
|
|
2847
|
+
:type _content_type: str, Optional
|
|
2848
|
+
:param _headers: set to override the headers for a single
|
|
2849
|
+
request; this effectively ignores the headers
|
|
2850
|
+
in the spec for a single request.
|
|
2851
|
+
:type _headers: dict, optional
|
|
2852
|
+
:param _host_index: set to override the host_index for a single
|
|
2853
|
+
request; this effectively ignores the host_index
|
|
2854
|
+
in the spec for a single request.
|
|
2855
|
+
:type _host_index: int, optional
|
|
2856
|
+
:return: Returns the result object.
|
|
2857
|
+
""" # noqa: E501
|
|
2858
|
+
|
|
2859
|
+
_param = self._get_motion_group_models_catalog_serialize(
|
|
2860
|
+
_request_auth=_request_auth, _content_type=_content_type, _headers=_headers, _host_index=_host_index
|
|
2861
|
+
)
|
|
2862
|
+
|
|
2863
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
2864
|
+
"200": "List[MotionGroupModelCatalog]",
|
|
2865
|
+
"404": None,
|
|
2866
|
+
"500": None,
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
2870
|
+
return response_data.response
|
|
2871
|
+
|
|
2872
|
+
def _get_motion_group_models_catalog_serialize(
|
|
2873
|
+
self,
|
|
2874
|
+
_request_auth,
|
|
2875
|
+
_content_type,
|
|
2876
|
+
_headers,
|
|
2877
|
+
_host_index,
|
|
2878
|
+
) -> RequestSerialized:
|
|
2879
|
+
|
|
2880
|
+
_host = None
|
|
2881
|
+
|
|
2882
|
+
_collection_formats: Dict[str, str] = {}
|
|
2883
|
+
|
|
2884
|
+
_path_params: Dict[str, str] = {}
|
|
2885
|
+
_query_params: List[Tuple[str, str]] = []
|
|
2886
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
2887
|
+
_form_params: List[Tuple[str, str]] = []
|
|
2888
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
2889
|
+
_body_params: Optional[bytes] = None
|
|
2890
|
+
|
|
2891
|
+
# process the path parameters
|
|
2892
|
+
# process the query parameters
|
|
2893
|
+
# process the header parameters
|
|
2894
|
+
# process the form parameters
|
|
2895
|
+
# process the body parameter
|
|
2896
|
+
|
|
2897
|
+
# set the HTTP header `Accept`
|
|
2898
|
+
_header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
|
|
2899
|
+
|
|
2900
|
+
# authentication setting
|
|
2901
|
+
_auth_settings: List[str] = ["BearerAuth"]
|
|
2902
|
+
|
|
2903
|
+
return self.api_client.param_serialize(
|
|
2904
|
+
method="GET",
|
|
2905
|
+
resource_path="/experimental/motion-group-models/catalog",
|
|
2906
|
+
path_params=_path_params,
|
|
2907
|
+
query_params=_query_params,
|
|
2908
|
+
header_params=_header_params,
|
|
2909
|
+
body=_body_params,
|
|
2910
|
+
post_params=_form_params,
|
|
2911
|
+
files=_files,
|
|
2912
|
+
auth_settings=_auth_settings,
|
|
2913
|
+
collection_formats=_collection_formats,
|
|
2914
|
+
_host=_host,
|
|
2915
|
+
_request_auth=_request_auth,
|
|
2916
|
+
)
|
|
2917
|
+
|
|
2713
2918
|
@validate_call
|
|
2714
2919
|
async def get_motion_group_usd_model(
|
|
2715
2920
|
self,
|
|
@@ -85,7 +85,7 @@ class ApiClient:
|
|
|
85
85
|
self.default_headers[header_name] = header_value
|
|
86
86
|
self.cookie = cookie
|
|
87
87
|
# Set default User-Agent.
|
|
88
|
-
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.6.0.
|
|
88
|
+
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.6.0.dev68"
|
|
89
89
|
self.client_side_validation = configuration.client_side_validation
|
|
90
90
|
|
|
91
91
|
async def __aenter__(self):
|
|
@@ -512,7 +512,7 @@ class Configuration:
|
|
|
512
512
|
"OS: {env}\n"
|
|
513
513
|
"Python Version: {pyversion}\n"
|
|
514
514
|
"Version of the API: 2.6.0 dev\n"
|
|
515
|
-
"SDK Package Version: 26.6.0.
|
|
515
|
+
"SDK Package Version: 26.6.0.dev68".format(env=sys.platform, pyversion=sys.version)
|
|
516
516
|
)
|
|
517
517
|
|
|
518
518
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
|
-
# filename:
|
|
3
|
-
# timestamp: 2026-07-
|
|
2
|
+
# filename: tmpnnf275d3
|
|
3
|
+
# timestamp: 2026-07-09T22:47:58+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -287,6 +287,7 @@ from .models import (
|
|
|
287
287
|
MotionGroupInfos,
|
|
288
288
|
MotionGroupJoints,
|
|
289
289
|
MotionGroupModel,
|
|
290
|
+
MotionGroupModelCatalog,
|
|
290
291
|
MotionGroupModelDescription,
|
|
291
292
|
MotionGroupSetup,
|
|
292
293
|
MotionGroupSetupDictionary,
|
|
@@ -728,6 +729,7 @@ __all__ = [
|
|
|
728
729
|
"MotionGroupInfos",
|
|
729
730
|
"MotionGroupJoints",
|
|
730
731
|
"MotionGroupModel",
|
|
732
|
+
"MotionGroupModelCatalog",
|
|
731
733
|
"MotionGroupModelDescription",
|
|
732
734
|
"MotionGroupSetup",
|
|
733
735
|
"MotionGroupSetupDictionary",
|