wandelbots-api-client 26.1.0.dev42__py3-none-any.whl → 26.1.0.dev53__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. wandelbots_api_client/__init__.py +1 -1
  2. wandelbots_api_client/api_client.py +1 -1
  3. wandelbots_api_client/configuration.py +1 -1
  4. wandelbots_api_client/models/__init__.py +3 -1
  5. wandelbots_api_client/models/virtual_controller_types.py +4 -4
  6. wandelbots_api_client/v2/__init__.py +1 -1
  7. wandelbots_api_client/v2/api/__init__.py +2 -0
  8. wandelbots_api_client/v2/api/robot_configurations_api.py +291 -0
  9. wandelbots_api_client/v2/api_client.py +1 -1
  10. wandelbots_api_client/v2/configuration.py +1 -1
  11. wandelbots_api_client/v2/models/__init__.py +3 -3
  12. wandelbots_api_client/v2/models/virtual_controller.py +1 -2
  13. wandelbots_api_client/v2/models/virtual_controller_types.py +1 -1
  14. wandelbots_api_client/v2_pydantic/__init__.py +1 -1
  15. wandelbots_api_client/v2_pydantic/api/__init__.py +2 -0
  16. wandelbots_api_client/v2_pydantic/api/robot_configurations_api.py +294 -0
  17. wandelbots_api_client/v2_pydantic/api_client.py +1 -1
  18. wandelbots_api_client/v2_pydantic/configuration.py +1 -1
  19. wandelbots_api_client/v2_pydantic/models.py +28 -126
  20. wandelbots_api_client/v2_pydantic/virtual_controller_types.py +126 -0
  21. {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev53.dist-info}/METADATA +2 -2
  22. {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev53.dist-info}/RECORD +25 -22
  23. {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev53.dist-info}/WHEEL +0 -0
  24. {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev53.dist-info}/licenses/LICENSE +0 -0
  25. {wandelbots_api_client-26.1.0.dev42.dist-info → wandelbots_api_client-26.1.0.dev53.dist-info}/top_level.txt +0 -0
@@ -13,7 +13,7 @@
13
13
  Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
- __version__ = "26.1.0.dev42"
16
+ __version__ = "26.1.0.dev53"
17
17
 
18
18
  from . import models
19
19
  from . import api
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'Wandelbots-Nova-API-Python-Client/26.1.0.dev42'
94
+ self.user_agent = 'Wandelbots-Nova-API-Python-Client/26.1.0.dev53'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  async def __aenter__(self):
@@ -535,7 +535,7 @@ conf = wandelbots_api_client.Configuration(
535
535
  "OS: {env}\n"\
536
536
  "Python Version: {pyversion}\n"\
537
537
  "Version of the API: 1.2.0 dev\n"\
538
- "SDK Package Version: 26.1.0.dev42".\
538
+ "SDK Package Version: 26.1.0.dev53".\
539
539
  format(env=sys.platform, pyversion=sys.version)
540
540
 
541
541
  def get_host_settings(self) -> List[HostSetting]:
@@ -304,6 +304,7 @@ from .virtual_controller import VirtualController
304
304
  from .virtual_controller_types import VirtualControllerTypes
305
305
  from .virtual_robot_configuration import VirtualRobotConfiguration
306
306
  from .yaskawa_controller import YaskawaController
307
+ from .virtual_controller_types import VirtualControllerTypes
307
308
 
308
309
  __all__ = [
309
310
  "AbbController",
@@ -596,5 +597,6 @@ __all__ = [
596
597
  "VirtualController",
597
598
  "VirtualControllerTypes",
598
599
  "VirtualRobotConfiguration",
600
+ "VirtualControllerTypes",
599
601
  "YaskawaController"
600
- ]
602
+ ]
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Wandelbots NOVA API
5
5
 
6
- Interact with robots in an easy and intuitive way.
6
+ Interact with robots in an easy and intuitive way.
7
7
 
8
- The version of the OpenAPI document: 1.2.0 dev
8
+ The version of the OpenAPI document: 2.1.0 dev
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -80,14 +80,14 @@ class VirtualControllerTypes(str, Enum):
80
80
  KUKA_MINUS_KR10_R900 = 'kuka-kr10_r900'
81
81
  KUKA_MINUS_KR10_R900_2 = 'kuka-kr10_r900_2'
82
82
  KUKA_MINUS_KR120_R2700_2 = 'kuka-kr120_r2700_2'
83
- KUKA_MINUS_KR120_R3100_2 = 'kuka-kr120_r3100_2'
84
- KUKA_MINUS_KR120_R3900_2_K = 'kuka-kr120_r3900_2_k'
85
83
  KUKA_MINUS_KR12_R1810_2 = 'kuka-kr12_r1810_2'
86
84
  KUKA_MINUS_KR150_R2 = 'kuka-kr150_r2'
87
85
  KUKA_MINUS_KR16_R1610_2 = 'kuka-kr16_r1610_2'
88
86
  KUKA_MINUS_KR16_R2010_2 = 'kuka-kr16_r2010_2'
89
87
  KUKA_MINUS_KR20_R1810 = 'kuka-kr20_r1810'
90
88
  KUKA_MINUS_KR20_R1810_2 = 'kuka-kr20_r1810_2'
89
+ KUKA_MINUS_KR120_R3100_2 = 'kuka-kr120_r3100_2'
90
+ KUKA_MINUS_KR120_R3900_2_K = 'kuka-kr120_r3900_2_k'
91
91
  KUKA_MINUS_KR210_R2700_EXTRA = 'kuka-kr210_r2700_extra'
92
92
  KUKA_MINUS_KR210_R2700_2 = 'kuka-kr210_r2700_2'
93
93
  KUKA_MINUS_KR210_R3100_2 = 'kuka-kr210_r3100_2'
@@ -13,7 +13,7 @@
13
13
  Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
- __version__ = "26.1.0.dev42"
16
+ __version__ = "26.1.0.dev53"
17
17
 
18
18
  from . import models
19
19
  from . import api
@@ -12,6 +12,7 @@ from .license_api import LicenseApi
12
12
  from .motion_group_api import MotionGroupApi
13
13
  from .motion_group_models_api import MotionGroupModelsApi
14
14
  from .program_api import ProgramApi
15
+ from .robot_configurations_api import RobotConfigurationsApi
15
16
  from .store_collision_components_api import StoreCollisionComponentsApi
16
17
  from .store_collision_setups_api import StoreCollisionSetupsApi
17
18
  from .store_object_api import StoreObjectApi
@@ -37,6 +38,7 @@ __all__ = [
37
38
  "MotionGroupApi",
38
39
  "MotionGroupModelsApi",
39
40
  "ProgramApi",
41
+ "RobotConfigurationsApi",
40
42
  "StoreCollisionComponentsApi",
41
43
  "StoreCollisionSetupsApi",
42
44
  "StoreObjectApi",
@@ -0,0 +1,291 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Wandelbots NOVA API
5
+
6
+ Interact with robots in an easy and intuitive way.
7
+
8
+ The version of the OpenAPI document: 2.1.0 dev
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+ from furl import furl
15
+ import json
16
+ import humps
17
+ import re
18
+ import warnings
19
+ import websockets
20
+ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
21
+ from typing import Any, AsyncGenerator, Callable, Dict, List, Optional, Tuple, Union
22
+ from typing_extensions import Annotated
23
+ from urllib.parse import quote
24
+
25
+ from pydantic import StrictStr
26
+ from typing import List
27
+
28
+ from wandelbots_api_client.v2.api_client import ApiClient, RequestSerialized
29
+ from wandelbots_api_client.v2.api_response import ApiResponse
30
+ from wandelbots_api_client.v2.rest import RESTResponseType
31
+
32
+ class RobotConfigurationsApi:
33
+ """NOTE: This class is auto generated by OpenAPI Generator
34
+ Ref: https://openapi-generator.tech
35
+
36
+ Do not edit the class manually.
37
+ """
38
+
39
+ def __init__(self, api_client=None) -> None:
40
+ if api_client is None:
41
+ api_client = ApiClient.get_default()
42
+ self.api_client = api_client
43
+
44
+ @validate_call
45
+ async def get_robot_configurations(
46
+ self,
47
+ _request_timeout: Union[
48
+ None,
49
+ Annotated[StrictFloat, Field(gt=0)],
50
+ Tuple[
51
+ Annotated[StrictFloat, Field(gt=0)],
52
+ Annotated[StrictFloat, Field(gt=0)]
53
+ ]
54
+ ] = None,
55
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
56
+ _content_type: Optional[StrictStr] = None,
57
+ _headers: Optional[Dict[StrictStr, Any]] = None,
58
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
59
+ ) -> List[str]:
60
+ """List Robot Configurations
61
+
62
+ Returns the identifiers of available robot configurations. A robot configuration represents a robot controller with one or more attached motion groups.
63
+
64
+ :param _request_timeout: timeout setting for this request. If one
65
+ number provided, it will be total request
66
+ timeout. It can also be a pair (tuple) of
67
+ (connection, read) timeouts.
68
+ :type _request_timeout: int, tuple(int, int), optional
69
+ :param _request_auth: set to override the auth_settings for an a single
70
+ request; this effectively ignores the
71
+ authentication in the spec for a single request.
72
+ :type _request_auth: dict, optional
73
+ :param _content_type: force content-type for the request.
74
+ :type _content_type: str, Optional
75
+ :param _headers: set to override the headers for a single
76
+ request; this effectively ignores the headers
77
+ in the spec for a single request.
78
+ :type _headers: dict, optional
79
+ :param _host_index: set to override the host_index for a single
80
+ request; this effectively ignores the host_index
81
+ in the spec for a single request.
82
+ :type _host_index: int, optional
83
+ :return: Returns the result object.
84
+ """ # noqa: E501
85
+
86
+ _param = self._get_robot_configurations_serialize(
87
+ _request_auth=_request_auth,
88
+ _content_type=_content_type,
89
+ _headers=_headers,
90
+ _host_index=_host_index
91
+ )
92
+
93
+ _response_types_map: Dict[str, Optional[str]] = {
94
+ '200': "List[str]",
95
+ '404': None,
96
+ '500': None,
97
+ }
98
+ response_data = await self.api_client.call_api(
99
+ *_param,
100
+ _request_timeout=_request_timeout
101
+ )
102
+ await response_data.read()
103
+ return self.api_client.response_deserialize(
104
+ response_data=response_data,
105
+ response_types_map=_response_types_map,
106
+ ).data
107
+
108
+
109
+ @validate_call
110
+ async def get_robot_configurations_with_http_info(
111
+ self,
112
+ _request_timeout: Union[
113
+ None,
114
+ Annotated[StrictFloat, Field(gt=0)],
115
+ Tuple[
116
+ Annotated[StrictFloat, Field(gt=0)],
117
+ Annotated[StrictFloat, Field(gt=0)]
118
+ ]
119
+ ] = None,
120
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
121
+ _content_type: Optional[StrictStr] = None,
122
+ _headers: Optional[Dict[StrictStr, Any]] = None,
123
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
124
+ ) -> ApiResponse[List[str]]:
125
+ """List Robot Configurations
126
+
127
+ Returns the identifiers of available robot configurations. A robot configuration represents a robot controller with one or more attached motion groups.
128
+
129
+ :param _request_timeout: timeout setting for this request. If one
130
+ number provided, it will be total request
131
+ timeout. It can also be a pair (tuple) of
132
+ (connection, read) timeouts.
133
+ :type _request_timeout: int, tuple(int, int), optional
134
+ :param _request_auth: set to override the auth_settings for an a single
135
+ request; this effectively ignores the
136
+ authentication in the spec for a single request.
137
+ :type _request_auth: dict, optional
138
+ :param _content_type: force content-type for the request.
139
+ :type _content_type: str, Optional
140
+ :param _headers: set to override the headers for a single
141
+ request; this effectively ignores the headers
142
+ in the spec for a single request.
143
+ :type _headers: dict, optional
144
+ :param _host_index: set to override the host_index for a single
145
+ request; this effectively ignores the host_index
146
+ in the spec for a single request.
147
+ :type _host_index: int, optional
148
+ :return: Returns the result object.
149
+ """ # noqa: E501
150
+
151
+ _param = self._get_robot_configurations_serialize(
152
+ _request_auth=_request_auth,
153
+ _content_type=_content_type,
154
+ _headers=_headers,
155
+ _host_index=_host_index
156
+ )
157
+
158
+ _response_types_map: Dict[str, Optional[str]] = {
159
+ '200': "List[str]",
160
+ '404': None,
161
+ '500': None,
162
+ }
163
+ response_data = await self.api_client.call_api(
164
+ *_param,
165
+ _request_timeout=_request_timeout
166
+ )
167
+ await response_data.read()
168
+ return self.api_client.response_deserialize(
169
+ response_data=response_data,
170
+ response_types_map=_response_types_map,
171
+ )
172
+
173
+
174
+ @validate_call
175
+ async def get_robot_configurations_without_preload_content(
176
+ self,
177
+ _request_timeout: Union[
178
+ None,
179
+ Annotated[StrictFloat, Field(gt=0)],
180
+ Tuple[
181
+ Annotated[StrictFloat, Field(gt=0)],
182
+ Annotated[StrictFloat, Field(gt=0)]
183
+ ]
184
+ ] = None,
185
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
186
+ _content_type: Optional[StrictStr] = None,
187
+ _headers: Optional[Dict[StrictStr, Any]] = None,
188
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
189
+ ) -> RESTResponseType:
190
+ """List Robot Configurations
191
+
192
+ Returns the identifiers of available robot configurations. A robot configuration represents a robot controller with one or more attached motion groups.
193
+
194
+ :param _request_timeout: timeout setting for this request. If one
195
+ number provided, it will be total request
196
+ timeout. It can also be a pair (tuple) of
197
+ (connection, read) timeouts.
198
+ :type _request_timeout: int, tuple(int, int), optional
199
+ :param _request_auth: set to override the auth_settings for an a single
200
+ request; this effectively ignores the
201
+ authentication in the spec for a single request.
202
+ :type _request_auth: dict, optional
203
+ :param _content_type: force content-type for the request.
204
+ :type _content_type: str, Optional
205
+ :param _headers: set to override the headers for a single
206
+ request; this effectively ignores the headers
207
+ in the spec for a single request.
208
+ :type _headers: dict, optional
209
+ :param _host_index: set to override the host_index for a single
210
+ request; this effectively ignores the host_index
211
+ in the spec for a single request.
212
+ :type _host_index: int, optional
213
+ :return: Returns the result object.
214
+ """ # noqa: E501
215
+
216
+ _param = self._get_robot_configurations_serialize(
217
+ _request_auth=_request_auth,
218
+ _content_type=_content_type,
219
+ _headers=_headers,
220
+ _host_index=_host_index
221
+ )
222
+
223
+ _response_types_map: Dict[str, Optional[str]] = {
224
+ '200': "List[str]",
225
+ '404': None,
226
+ '500': None,
227
+ }
228
+ response_data = await self.api_client.call_api(
229
+ *_param,
230
+ _request_timeout=_request_timeout
231
+ )
232
+ return response_data.response
233
+
234
+
235
+ def _get_robot_configurations_serialize(
236
+ self,
237
+ _request_auth,
238
+ _content_type,
239
+ _headers,
240
+ _host_index,
241
+ ) -> RequestSerialized:
242
+
243
+ _host = None
244
+
245
+ _collection_formats: Dict[str, str] = {
246
+ }
247
+
248
+ _path_params: Dict[str, str] = {}
249
+ _query_params: List[Tuple[str, str]] = []
250
+ _header_params: Dict[str, Optional[str]] = _headers or {}
251
+ _form_params: List[Tuple[str, str]] = []
252
+ _files: Dict[str, Union[str, bytes]] = {}
253
+ _body_params: Optional[bytes] = None
254
+
255
+ # process the path parameters
256
+ # process the query parameters
257
+ # process the header parameters
258
+ # process the form parameters
259
+ # process the body parameter
260
+
261
+
262
+ # set the HTTP header `Accept`
263
+ _header_params['Accept'] = self.api_client.select_header_accept(
264
+ [
265
+ 'application/json'
266
+ ]
267
+ )
268
+
269
+
270
+ # authentication setting
271
+ _auth_settings: List[str] = [
272
+ 'BasicAuth',
273
+ 'BearerAuth'
274
+ ]
275
+
276
+ return self.api_client.param_serialize(
277
+ method='GET',
278
+ resource_path='/robot-configurations',
279
+ path_params=_path_params,
280
+ query_params=_query_params,
281
+ header_params=_header_params,
282
+ body=_body_params,
283
+ post_params=_form_params,
284
+ files=_files,
285
+ auth_settings=_auth_settings,
286
+ collection_formats=_collection_formats,
287
+ _host=_host,
288
+ _request_auth=_request_auth
289
+ )
290
+
291
+
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'Wandelbots-Nova-API-Python-Client/26.1.0.dev42'
94
+ self.user_agent = 'Wandelbots-Nova-API-Python-Client/26.1.0.dev53'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  async def __aenter__(self):
@@ -535,7 +535,7 @@ conf = wandelbots_api_client.v2.Configuration(
535
535
  "OS: {env}\n"\
536
536
  "Python Version: {pyversion}\n"\
537
537
  "Version of the API: 2.1.0 dev\n"\
538
- "SDK Package Version: 26.1.0.dev42".\
538
+ "SDK Package Version: 26.1.0.dev53".\
539
539
  format(env=sys.platform, pyversion=sys.version)
540
540
 
541
541
  def get_host_settings(self) -> List[HostSetting]:
@@ -254,10 +254,10 @@ from .validation_error import ValidationError
254
254
  from .validation_error2 import ValidationError2
255
255
  from .validation_error_loc_inner import ValidationErrorLocInner
256
256
  from .virtual_controller import VirtualController
257
- from .virtual_controller_types import VirtualControllerTypes
258
257
  from .virtual_robot_configuration import VirtualRobotConfiguration
259
258
  from .wait_for_io_event_request import WaitForIOEventRequest
260
259
  from .yaskawa_controller import YaskawaController
260
+ from .virtual_controller_types import VirtualControllerTypes
261
261
 
262
262
  __all__ = [
263
263
  "AbbController",
@@ -501,8 +501,8 @@ __all__ = [
501
501
  "ValidationError2",
502
502
  "ValidationErrorLocInner",
503
503
  "VirtualController",
504
- "VirtualControllerTypes",
505
504
  "VirtualRobotConfiguration",
506
505
  "WaitForIOEventRequest",
506
+ "VirtualControllerTypes",
507
507
  "YaskawaController"
508
- ]
508
+ ]
@@ -20,7 +20,6 @@ import json
20
20
  from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
21
21
  from typing import Any, ClassVar, Dict, List, Optional
22
22
  from wandelbots_api_client.v2.models.manufacturer import Manufacturer
23
- from wandelbots_api_client.v2.models.virtual_controller_types import VirtualControllerTypes
24
23
  from typing import Optional, Set
25
24
  from typing_extensions import Self
26
25
 
@@ -30,7 +29,7 @@ class VirtualController(BaseModel):
30
29
  """ # noqa: E501
31
30
  kind: str = "VirtualController"
32
31
  manufacturer: Manufacturer
33
- type: Optional[VirtualControllerTypes] = None
32
+ type: Optional[StrictStr] = Field(default=None, description="Preset type of the virtual robot controller. See [getRobotConfigurations](getRobotConfigurations) for supported types. ")
34
33
  var_json: Optional[StrictStr] = Field(default=None, description="Complete JSON configuration of the virtual robot controller. Can be obtained from the physical controller's configuration via [getVirtualControllerConfiguration](getVirtualControllerConfiguration). If provided, the `type` field should not be used. ", alias="json")
35
34
  initial_joint_position: Optional[StrictStr] = Field(default=None, description="Initial joint position of the first motion group from the virtual robot controller. Provide the joint position as a JSON array containing 7 float values, each representing a joint position in radians, e.g., \"[0, 0, 0, 0, 0, 0, 0]\". If the robot has fewer than 7 joints, use \"0\" for each remaining position to ensure the array has exactly 7 values. ")
36
35
  __properties: ClassVar[List[str]] = ["kind", "manufacturer", "type", "json", "initial_joint_position"]
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Wandelbots NOVA API
5
5
 
6
- Interact with robots in an easy and intuitive way.
6
+ Interact with robots in an easy and intuitive way.
7
7
 
8
8
  The version of the OpenAPI document: 2.1.0 dev
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -13,7 +13,7 @@
13
13
  Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
- __version__ = "26.1.0.dev42"
16
+ __version__ = "26.1.0.dev53"
17
17
 
18
18
  from . import api
19
19
  from . import api_client
@@ -12,6 +12,7 @@ from .license_api import LicenseApi
12
12
  from .motion_group_api import MotionGroupApi
13
13
  from .motion_group_models_api import MotionGroupModelsApi
14
14
  from .program_api import ProgramApi
15
+ from .robot_configurations_api import RobotConfigurationsApi
15
16
  from .store_collision_components_api import StoreCollisionComponentsApi
16
17
  from .store_collision_setups_api import StoreCollisionSetupsApi
17
18
  from .store_object_api import StoreObjectApi
@@ -37,6 +38,7 @@ __all__ = [
37
38
  "MotionGroupApi",
38
39
  "MotionGroupModelsApi",
39
40
  "ProgramApi",
41
+ "RobotConfigurationsApi",
40
42
  "StoreCollisionComponentsApi",
41
43
  "StoreCollisionSetupsApi",
42
44
  "StoreObjectApi",
@@ -0,0 +1,294 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Wandelbots NOVA API
5
+
6
+ Interact with robots in an easy and intuitive way.
7
+
8
+ The version of the OpenAPI document: 2.1.0 dev
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+ from furl import furl
15
+ import json
16
+ import humps
17
+ import re
18
+ import warnings
19
+ import websockets
20
+ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
21
+ from typing import Any, AsyncGenerator, Callable, Dict, List, Optional, Tuple, Union
22
+ from typing_extensions import Annotated
23
+ from urllib.parse import quote
24
+
25
+ from pydantic import StrictStr
26
+ from typing import List
27
+
28
+ from wandelbots_api_client.v2_pydantic.api_client import ApiClient, RequestSerialized
29
+ from wandelbots_api_client.v2_pydantic.api_response import ApiResponse
30
+ from wandelbots_api_client.v2_pydantic.rest import RESTResponseType
31
+
32
+ class RobotConfigurationsApi:
33
+ """NOTE: This class is auto generated by OpenAPI Generator
34
+ Ref: https://openapi-generator.tech
35
+
36
+ Do not edit the class manually.
37
+ """
38
+
39
+ def __init__(self, api_client=None) -> None:
40
+ if api_client is None:
41
+ api_client = ApiClient.get_default()
42
+ self.api_client = api_client
43
+
44
+ @validate_call
45
+ async def get_robot_configurations(
46
+ self,
47
+ _request_timeout: Union[
48
+ None,
49
+ Annotated[StrictFloat, Field(gt=0)],
50
+ Tuple[
51
+ Annotated[StrictFloat, Field(gt=0)],
52
+ Annotated[StrictFloat, Field(gt=0)]
53
+ ]
54
+ ] = None,
55
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
56
+ _content_type: Optional[StrictStr] = None,
57
+ _headers: Optional[Dict[StrictStr, Any]] = None,
58
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
59
+ ) -> List[str]:
60
+ """List Robot Configurations
61
+
62
+ Returns the identifiers of available robot configurations. A robot configuration represents a robot controller with one or more attached motion groups.
63
+
64
+ :param _request_timeout: timeout setting for this request. If one
65
+ number provided, it will be total request
66
+ timeout. It can also be a pair (tuple) of
67
+ (connection, read) timeouts.
68
+ :type _request_timeout: int, tuple(int, int), optional
69
+ :param _request_auth: set to override the auth_settings for an a single
70
+ request; this effectively ignores the
71
+ authentication in the spec for a single request.
72
+ :type _request_auth: dict, optional
73
+ :param _content_type: force content-type for the request.
74
+ :type _content_type: str, Optional
75
+ :param _headers: set to override the headers for a single
76
+ request; this effectively ignores the headers
77
+ in the spec for a single request.
78
+ :type _headers: dict, optional
79
+ :param _host_index: set to override the host_index for a single
80
+ request; this effectively ignores the host_index
81
+ in the spec for a single request.
82
+ :type _host_index: int, optional
83
+ :return: Returns the result object.
84
+ """ # noqa: E501
85
+
86
+ _param = self._get_robot_configurations_serialize(
87
+ _request_auth=_request_auth,
88
+ _content_type=_content_type,
89
+ _headers=_headers,
90
+ _host_index=_host_index
91
+ )
92
+
93
+ _response_types_map: Dict[str, Optional[str]] = {
94
+ '200': "List[str]",
95
+ '404': None,
96
+ '500': None,
97
+ }
98
+
99
+ response_data = await self.api_client.call_api(
100
+ *_param,
101
+ _request_timeout=_request_timeout
102
+ )
103
+ await response_data.read()
104
+ return self.api_client.response_deserialize(
105
+ response_data=response_data,
106
+ response_types_map=_response_types_map,
107
+ ).data
108
+
109
+
110
+ @validate_call
111
+ async def get_robot_configurations_with_http_info(
112
+ self,
113
+ _request_timeout: Union[
114
+ None,
115
+ Annotated[StrictFloat, Field(gt=0)],
116
+ Tuple[
117
+ Annotated[StrictFloat, Field(gt=0)],
118
+ Annotated[StrictFloat, Field(gt=0)]
119
+ ]
120
+ ] = None,
121
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
122
+ _content_type: Optional[StrictStr] = None,
123
+ _headers: Optional[Dict[StrictStr, Any]] = None,
124
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
125
+ ) -> ApiResponse[List[str]]:
126
+ """List Robot Configurations
127
+
128
+ Returns the identifiers of available robot configurations. A robot configuration represents a robot controller with one or more attached motion groups.
129
+
130
+ :param _request_timeout: timeout setting for this request. If one
131
+ number provided, it will be total request
132
+ timeout. It can also be a pair (tuple) of
133
+ (connection, read) timeouts.
134
+ :type _request_timeout: int, tuple(int, int), optional
135
+ :param _request_auth: set to override the auth_settings for an a single
136
+ request; this effectively ignores the
137
+ authentication in the spec for a single request.
138
+ :type _request_auth: dict, optional
139
+ :param _content_type: force content-type for the request.
140
+ :type _content_type: str, Optional
141
+ :param _headers: set to override the headers for a single
142
+ request; this effectively ignores the headers
143
+ in the spec for a single request.
144
+ :type _headers: dict, optional
145
+ :param _host_index: set to override the host_index for a single
146
+ request; this effectively ignores the host_index
147
+ in the spec for a single request.
148
+ :type _host_index: int, optional
149
+ :return: Returns the result object.
150
+ """ # noqa: E501
151
+
152
+ _param = self._get_robot_configurations_serialize(
153
+ _request_auth=_request_auth,
154
+ _content_type=_content_type,
155
+ _headers=_headers,
156
+ _host_index=_host_index
157
+ )
158
+
159
+ _response_types_map: Dict[str, Optional[str]] = {
160
+ '200': "List[str]",
161
+ '404': None,
162
+ '500': None,
163
+ }
164
+
165
+ response_data = await self.api_client.call_api(
166
+ *_param,
167
+ _request_timeout=_request_timeout
168
+ )
169
+ await response_data.read()
170
+ return self.api_client.response_deserialize(
171
+ response_data=response_data,
172
+ response_types_map=_response_types_map,
173
+ )
174
+
175
+
176
+ @validate_call
177
+ async def get_robot_configurations_without_preload_content(
178
+ self,
179
+ _request_timeout: Union[
180
+ None,
181
+ Annotated[StrictFloat, Field(gt=0)],
182
+ Tuple[
183
+ Annotated[StrictFloat, Field(gt=0)],
184
+ Annotated[StrictFloat, Field(gt=0)]
185
+ ]
186
+ ] = None,
187
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
188
+ _content_type: Optional[StrictStr] = None,
189
+ _headers: Optional[Dict[StrictStr, Any]] = None,
190
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
191
+ ) -> RESTResponseType:
192
+ """List Robot Configurations
193
+
194
+ Returns the identifiers of available robot configurations. A robot configuration represents a robot controller with one or more attached motion groups.
195
+
196
+ :param _request_timeout: timeout setting for this request. If one
197
+ number provided, it will be total request
198
+ timeout. It can also be a pair (tuple) of
199
+ (connection, read) timeouts.
200
+ :type _request_timeout: int, tuple(int, int), optional
201
+ :param _request_auth: set to override the auth_settings for an a single
202
+ request; this effectively ignores the
203
+ authentication in the spec for a single request.
204
+ :type _request_auth: dict, optional
205
+ :param _content_type: force content-type for the request.
206
+ :type _content_type: str, Optional
207
+ :param _headers: set to override the headers for a single
208
+ request; this effectively ignores the headers
209
+ in the spec for a single request.
210
+ :type _headers: dict, optional
211
+ :param _host_index: set to override the host_index for a single
212
+ request; this effectively ignores the host_index
213
+ in the spec for a single request.
214
+ :type _host_index: int, optional
215
+ :return: Returns the result object.
216
+ """ # noqa: E501
217
+
218
+ _param = self._get_robot_configurations_serialize(
219
+ _request_auth=_request_auth,
220
+ _content_type=_content_type,
221
+ _headers=_headers,
222
+ _host_index=_host_index
223
+ )
224
+
225
+ _response_types_map: Dict[str, Optional[str]] = {
226
+ '200': "List[str]",
227
+ '404': None,
228
+ '500': None,
229
+ }
230
+
231
+ response_data = await self.api_client.call_api(
232
+ *_param,
233
+ _request_timeout=_request_timeout
234
+ )
235
+ return response_data.response
236
+
237
+
238
+ def _get_robot_configurations_serialize(
239
+ self,
240
+ _request_auth,
241
+ _content_type,
242
+ _headers,
243
+ _host_index,
244
+ ) -> RequestSerialized:
245
+
246
+ _host = None
247
+
248
+ _collection_formats: Dict[str, str] = {
249
+ }
250
+
251
+ _path_params: Dict[str, str] = {}
252
+ _query_params: List[Tuple[str, str]] = []
253
+ _header_params: Dict[str, Optional[str]] = _headers or {}
254
+ _form_params: List[Tuple[str, str]] = []
255
+ _files: Dict[str, Union[str, bytes]] = {}
256
+ _body_params: Optional[bytes] = None
257
+
258
+ # process the path parameters
259
+ # process the query parameters
260
+ # process the header parameters
261
+ # process the form parameters
262
+ # process the body parameter
263
+
264
+
265
+ # set the HTTP header `Accept`
266
+ _header_params['Accept'] = self.api_client.select_header_accept(
267
+ [
268
+ 'application/json'
269
+ ]
270
+ )
271
+
272
+
273
+ # authentication setting
274
+ _auth_settings: List[str] = [
275
+ 'BasicAuth',
276
+ 'BearerAuth'
277
+ ]
278
+
279
+ return self.api_client.param_serialize(
280
+ method='GET',
281
+ resource_path='/robot-configurations',
282
+ path_params=_path_params,
283
+ query_params=_query_params,
284
+ header_params=_header_params,
285
+ body=_body_params,
286
+ post_params=_form_params,
287
+ files=_files,
288
+ auth_settings=_auth_settings,
289
+ collection_formats=_collection_formats,
290
+ _host=_host,
291
+ _request_auth=_request_auth
292
+ )
293
+
294
+
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'Wandelbots-Nova-API-Python-Client/26.1.0.dev42'
94
+ self.user_agent = 'Wandelbots-Nova-API-Python-Client/26.1.0.dev53'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  async def __aenter__(self):
@@ -535,7 +535,7 @@ conf = wandelbots_api_client.v2_pydantic.Configuration(
535
535
  "OS: {env}\n"\
536
536
  "Python Version: {pyversion}\n"\
537
537
  "Version of the API: 2.1.0 dev\n"\
538
- "SDK Package Version: 26.1.0.dev42".\
538
+ "SDK Package Version: 26.1.0.dev53".\
539
539
  format(env=sys.platform, pyversion=sys.version)
540
540
 
541
541
  def get_host_settings(self) -> List[HostSetting]:
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: public.openapi.yaml
3
- # timestamp: 2026-01-07T10:19:54+00:00
3
+ # timestamp: 2026-01-10T00:12:37+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -10,6 +10,7 @@ from pathlib import Path
10
10
  from typing import Annotated, Any, Literal
11
11
 
12
12
  from pydantic import AwareDatetime, BaseModel, EmailStr, Field, RootModel
13
+ from .virtual_controller_types import VirtualControllerTypes
13
14
 
14
15
 
15
16
  class NameList(RootModel):
@@ -151,130 +152,6 @@ class Manufacturer(Enum):
151
152
  YASKAWA = 'yaskawa'
152
153
 
153
154
 
154
- class VirtualControllerTypes(Enum):
155
- ABB_IRB1010_037_15 = 'abb-irb1010_037_15'
156
- ABB_IRB1100_0475_4 = 'abb-irb1100_0475_4'
157
- ABB_IRB1100_058_4 = 'abb-irb1100_058_4'
158
- ABB_IRB1200_7 = 'abb-irb1200_7'
159
- ABB_IRB1300_09_11 = 'abb-irb1300_09_11'
160
- ABB_IRB1300_115_10 = 'abb-irb1300_115_10'
161
- ABB_IRB1300_14_12 = 'abb-irb1300_14_12'
162
- ABB_IRB1300_14_7 = 'abb-irb1300_14_7'
163
- ABB_IRB1600_12_10 = 'abb-irb1600_12_10'
164
- ABB_IRB1600_12_6 = 'abb-irb1600_12_6'
165
- ABB_IRB1600_145_10 = 'abb-irb1600_145_10'
166
- ABB_IRB1600_145_6 = 'abb-irb1600_145_6'
167
- ABB_IRB2600_ID_185_15 = 'abb-irb2600ID_185_15'
168
- ABB_IRB2600_ID_200_8 = 'abb-irb2600ID_200_8'
169
- ABB_IRB2600_165_12 = 'abb-irb2600_165_12'
170
- ABB_IRB2600_165_20 = 'abb-irb2600_165_20'
171
- ABB_IRB2600_185_12 = 'abb-irb2600_185_12'
172
- ABB_IRB4600_205_45 = 'abb-irb4600_205_45'
173
- ABB_IRB4600_205_60 = 'abb-irb4600_205_60'
174
- ABB_IRB4600_250_20 = 'abb-irb4600_250_20'
175
- ABB_IRB4600_255_40 = 'abb-irb4600_255_40'
176
- ABB_IRB6730_210_310 = 'abb-irb6730_210_310'
177
- ABB_IRB6730_240_290 = 'abb-irb6730_240_290'
178
- FANUC_ARC_MATE_100I_D = 'fanuc-arc_mate_100iD'
179
- FANUC_ARC_MATE_100I_D16_S = 'fanuc-arc_mate_100iD16S'
180
- FANUC_ARC_MATE_120I_D = 'fanuc-arc_mate_120iD'
181
- FANUC_ARC_MATE_120I_D12_L = 'fanuc-arc_mate_120iD12L'
182
- FANUC_ARC_MATE_120I_D35 = 'fanuc-arc_mate_120iD35'
183
- FANUC_CR35IB = 'fanuc-cr35ib'
184
- FANUC_CR7IA = 'fanuc-cr7ia'
185
- FANUC_CR7IAL = 'fanuc-cr7ial'
186
- FANUC_CRX10IA = 'fanuc-crx10ia'
187
- FANUC_CRX10IAL = 'fanuc-crx10ial'
188
- FANUC_CRX20IAL = 'fanuc-crx20ial'
189
- FANUC_CRX25IA = 'fanuc-crx25ia'
190
- FANUC_CRX30IA = 'fanuc-crx30ia'
191
- FANUC_CRX5IA = 'fanuc-crx5ia'
192
- FANUC_LR_MATE_200I_D = 'fanuc-lr_mate_200iD'
193
- FANUC_LR_MATE_200I_D4_S = 'fanuc-lr_mate_200iD4S'
194
- FANUC_LR_MATE_200I_D7_L = 'fanuc-lr_mate_200iD7L'
195
- FANUC_M10I_D12 = 'fanuc-m10iD12'
196
- FANUC_M10I_D16_S = 'fanuc-m10iD16S'
197
- FANUC_M20I_D25 = 'fanuc-m20iD25'
198
- FANUC_M20I_D35 = 'fanuc-m20iD35'
199
- FANUC_M710I_C20_L = 'fanuc-m710iC20L'
200
- FANUC_M900I_B280_L = 'fanuc-m900iB280L'
201
- FANUC_M900I_B360_E = 'fanuc-m900iB360E'
202
- FANUC_R2000IC125L = 'fanuc-r2000ic125l'
203
- FANUC_R2000IC210F = 'fanuc-r2000ic210f'
204
- KUKA_KR10_R1100 = 'kuka-kr10_r1100'
205
- KUKA_KR10_R1100_2 = 'kuka-kr10_r1100_2'
206
- KUKA_KR10_R900 = 'kuka-kr10_r900'
207
- KUKA_KR10_R900_2 = 'kuka-kr10_r900_2'
208
- KUKA_KR120_R2700_2 = 'kuka-kr120_r2700_2'
209
- KUKA_KR12_R1810_2 = 'kuka-kr12_r1810_2'
210
- KUKA_KR150_R2 = 'kuka-kr150_r2'
211
- KUKA_KR16_R1610_2 = 'kuka-kr16_r1610_2'
212
- KUKA_KR16_R2010_2 = 'kuka-kr16_r2010_2'
213
- KUKA_KR20_R1810 = 'kuka-kr20_r1810'
214
- KUKA_KR20_R1810_2 = 'kuka-kr20_r1810_2'
215
- KUKA_KR120_R3100_2 = 'kuka-kr120_r3100_2'
216
- KUKA_KR120_R3900_2_K = 'kuka-kr120_r3900_2_k'
217
- KUKA_KR210_R2700_EXTRA = 'kuka-kr210_r2700_extra'
218
- KUKA_KR210_R2700_2 = 'kuka-kr210_r2700_2'
219
- KUKA_KR210_R3100_2 = 'kuka-kr210_r3100_2'
220
- KUKA_KR210_R3300_2 = 'kuka-kr210_r3300_2'
221
- KUKA_KR240_R2700 = 'kuka-kr240_r2700'
222
- KUKA_KR240_R2900 = 'kuka-kr240_r2900'
223
- KUKA_KR240_R3700_2 = 'kuka-kr240_r3700_2'
224
- KUKA_KR250_R2700_2 = 'kuka-kr250_r2700_2'
225
- KUKA_KR270_R2700 = 'kuka-kr270_r2700'
226
- KUKA_KR30_R2100 = 'kuka-kr30_r2100'
227
- KUKA_KR30_R3 = 'kuka-kr30_r3'
228
- KUKA_KR360_L240_3 = 'kuka-kr360_l240_3'
229
- KUKA_KR3_R540 = 'kuka-kr3_r540'
230
- KUKA_KR4_R600 = 'kuka-kr4_r600'
231
- KUKA_KR500_L340_3 = 'kuka-kr500_l340_3'
232
- KUKA_KR50_R2500 = 'kuka-kr50_r2500'
233
- KUKA_KR60_R3 = 'kuka-kr60_r3'
234
- KUKA_KR6_R1820 = 'kuka-kr6_r1820'
235
- KUKA_KR6_R700_2 = 'kuka-kr6_r700_2'
236
- KUKA_KR6_R700_SIXX = 'kuka-kr6_r700_sixx'
237
- KUKA_KR6_R900 = 'kuka-kr6_r900'
238
- KUKA_KR6_R900_2 = 'kuka-kr6_r900_2'
239
- KUKA_KR70_R2100 = 'kuka-kr70_r2100'
240
- KUKA_LBR_IISY_11_R1300 = 'kuka-lbr_iisy_11_r1300'
241
- UNIVERSALROBOTS_UR10CB = 'universalrobots-ur10cb'
242
- UNIVERSALROBOTS_UR10E = 'universalrobots-ur10e'
243
- UNIVERSALROBOTS_UR12E = 'universalrobots-ur12e'
244
- UNIVERSALROBOTS_UR16E = 'universalrobots-ur16e'
245
- UNIVERSALROBOTS_UR20E = 'universalrobots-ur20e'
246
- UNIVERSALROBOTS_UR3E = 'universalrobots-ur3e'
247
- UNIVERSALROBOTS_UR5CB = 'universalrobots-ur5cb'
248
- UNIVERSALROBOTS_UR5E = 'universalrobots-ur5e'
249
- UNIVERSALROBOTS_UR7E = 'universalrobots-ur7e'
250
- YASKAWA_AR1440 = 'yaskawa-ar1440'
251
- YASKAWA_AR1730 = 'yaskawa-ar1730'
252
- YASKAWA_AR2010 = 'yaskawa-ar2010'
253
- YASKAWA_AR3120 = 'yaskawa-ar3120'
254
- YASKAWA_AR700 = 'yaskawa-ar700'
255
- YASKAWA_AR900 = 'yaskawa-ar900'
256
- YASKAWA_GP110 = 'yaskawa-gp110'
257
- YASKAWA_GP12 = 'yaskawa-gp12'
258
- YASKAWA_GP180 = 'yaskawa-gp180'
259
- YASKAWA_GP180_120 = 'yaskawa-gp180-120'
260
- YASKAWA_GP20HL = 'yaskawa-gp20hl'
261
- YASKAWA_GP215 = 'yaskawa-gp215'
262
- YASKAWA_GP225 = 'yaskawa-gp225'
263
- YASKAWA_GP25 = 'yaskawa-gp25'
264
- YASKAWA_GP250 = 'yaskawa-gp250'
265
- YASKAWA_GP25_12 = 'yaskawa-gp25_12'
266
- YASKAWA_GP280 = 'yaskawa-gp280'
267
- YASKAWA_GP35_L = 'yaskawa-gp35L'
268
- YASKAWA_GP400 = 'yaskawa-gp400'
269
- YASKAWA_GP50 = 'yaskawa-gp50'
270
- YASKAWA_GP600 = 'yaskawa-gp600'
271
- YASKAWA_GP7 = 'yaskawa-gp7'
272
- YASKAWA_GP8 = 'yaskawa-gp8'
273
- YASKAWA_GP88 = 'yaskawa-gp88'
274
- YASKAWA_HC10DTP = 'yaskawa-hc10dtp'
275
- YASKAWA_HC20DTP = 'yaskawa-hc20dtp'
276
-
277
-
278
155
  class VirtualController(BaseModel):
279
156
  """
280
157
  The configuration of a virtual robot controller has to contain the manufacturer string,
@@ -284,7 +161,32 @@ class VirtualController(BaseModel):
284
161
 
285
162
  kind: Literal['VirtualController'] = 'VirtualController'
286
163
  manufacturer: Manufacturer
287
- type: VirtualControllerTypes | None = None
164
+ type: Annotated[
165
+ str | None,
166
+ Field(
167
+ examples=[
168
+ 'abb-irb1200_7',
169
+ 'abb-irb1010_037_15',
170
+ 'abb-irb2600ID_200_8',
171
+ 'fanuc-arc_mate_120iD12L',
172
+ 'fanuc-crx10ial',
173
+ 'fanuc-lr_mate_200iD4S',
174
+ 'fanuc-r2000ic125l',
175
+ 'kuka-kr10_r1100_2',
176
+ 'kuka-kr210_r2700_extra',
177
+ 'kuka-lbr_iisy_11_r1300',
178
+ 'universalrobots-ur10cb',
179
+ 'yaskawa-ar1440',
180
+ 'yaskawa-gp180-120',
181
+ 'yaskawa-hc20dtp',
182
+ ]
183
+ ),
184
+ ] = None
185
+ """
186
+ Preset type of the virtual robot controller.
187
+ See [getRobotConfigurations](getRobotConfigurations) for supported types.
188
+
189
+ """
288
190
  json_: Annotated[str | None, Field(alias='json')] = None
289
191
  """
290
192
  Complete JSON configuration of the virtual robot controller.
@@ -0,0 +1,126 @@
1
+ # coding: utf-8
2
+
3
+ from enum import Enum
4
+
5
+ class VirtualControllerTypes(str, Enum):
6
+ ABB_IRB1010_037_15 = 'abb-irb1010_037_15'
7
+ ABB_IRB1100_0475_4 = 'abb-irb1100_0475_4'
8
+ ABB_IRB1100_058_4 = 'abb-irb1100_058_4'
9
+ ABB_IRB1200_7 = 'abb-irb1200_7'
10
+ ABB_IRB1300_09_11 = 'abb-irb1300_09_11'
11
+ ABB_IRB1300_115_10 = 'abb-irb1300_115_10'
12
+ ABB_IRB1300_14_12 = 'abb-irb1300_14_12'
13
+ ABB_IRB1300_14_7 = 'abb-irb1300_14_7'
14
+ ABB_IRB1600_12_10 = 'abb-irb1600_12_10'
15
+ ABB_IRB1600_12_6 = 'abb-irb1600_12_6'
16
+ ABB_IRB1600_145_10 = 'abb-irb1600_145_10'
17
+ ABB_IRB1600_145_6 = 'abb-irb1600_145_6'
18
+ ABB_IRB2600_ID_185_15 = 'abb-irb2600ID_185_15'
19
+ ABB_IRB2600_ID_200_8 = 'abb-irb2600ID_200_8'
20
+ ABB_IRB2600_165_12 = 'abb-irb2600_165_12'
21
+ ABB_IRB2600_165_20 = 'abb-irb2600_165_20'
22
+ ABB_IRB2600_185_12 = 'abb-irb2600_185_12'
23
+ ABB_IRB4600_205_45 = 'abb-irb4600_205_45'
24
+ ABB_IRB4600_205_60 = 'abb-irb4600_205_60'
25
+ ABB_IRB4600_250_20 = 'abb-irb4600_250_20'
26
+ ABB_IRB4600_255_40 = 'abb-irb4600_255_40'
27
+ ABB_IRB6730_210_310 = 'abb-irb6730_210_310'
28
+ ABB_IRB6730_240_290 = 'abb-irb6730_240_290'
29
+ FANUC_ARC_MATE_100I_D = 'fanuc-arc_mate_100iD'
30
+ FANUC_ARC_MATE_100I_D16_S = 'fanuc-arc_mate_100iD16S'
31
+ FANUC_ARC_MATE_120I_D = 'fanuc-arc_mate_120iD'
32
+ FANUC_ARC_MATE_120I_D12_L = 'fanuc-arc_mate_120iD12L'
33
+ FANUC_ARC_MATE_120I_D35 = 'fanuc-arc_mate_120iD35'
34
+ FANUC_CR35IB = 'fanuc-cr35ib'
35
+ FANUC_CR7IA = 'fanuc-cr7ia'
36
+ FANUC_CR7IAL = 'fanuc-cr7ial'
37
+ FANUC_CRX10IA = 'fanuc-crx10ia'
38
+ FANUC_CRX10IAL = 'fanuc-crx10ial'
39
+ FANUC_CRX20IAL = 'fanuc-crx20ial'
40
+ FANUC_CRX25IA = 'fanuc-crx25ia'
41
+ FANUC_CRX30IA = 'fanuc-crx30ia'
42
+ FANUC_CRX5IA = 'fanuc-crx5ia'
43
+ FANUC_LR_MATE_200I_D = 'fanuc-lr_mate_200iD'
44
+ FANUC_LR_MATE_200I_D4_S = 'fanuc-lr_mate_200iD4S'
45
+ FANUC_LR_MATE_200I_D7_L = 'fanuc-lr_mate_200iD7L'
46
+ FANUC_M10I_D12 = 'fanuc-m10iD12'
47
+ FANUC_M10I_D16_S = 'fanuc-m10iD16S'
48
+ FANUC_M20I_D25 = 'fanuc-m20iD25'
49
+ FANUC_M20I_D35 = 'fanuc-m20iD35'
50
+ FANUC_M710I_C20_L = 'fanuc-m710iC20L'
51
+ FANUC_M900I_B280_L = 'fanuc-m900iB280L'
52
+ FANUC_M900I_B360_E = 'fanuc-m900iB360E'
53
+ FANUC_R2000IC125L = 'fanuc-r2000ic125l'
54
+ FANUC_R2000IC210F = 'fanuc-r2000ic210f'
55
+ KUKA_KR10_R1100 = 'kuka-kr10_r1100'
56
+ KUKA_KR10_R1100_2 = 'kuka-kr10_r1100_2'
57
+ KUKA_KR10_R900 = 'kuka-kr10_r900'
58
+ KUKA_KR10_R900_2 = 'kuka-kr10_r900_2'
59
+ KUKA_KR120_R2700_2 = 'kuka-kr120_r2700_2'
60
+ KUKA_KR12_R1810_2 = 'kuka-kr12_r1810_2'
61
+ KUKA_KR150_R2 = 'kuka-kr150_r2'
62
+ KUKA_KR16_R1610_2 = 'kuka-kr16_r1610_2'
63
+ KUKA_KR16_R2010_2 = 'kuka-kr16_r2010_2'
64
+ KUKA_KR20_R1810 = 'kuka-kr20_r1810'
65
+ KUKA_KR20_R1810_2 = 'kuka-kr20_r1810_2'
66
+ KUKA_KR120_R3100_2 = 'kuka-kr120_r3100_2'
67
+ KUKA_KR120_R3900_2_K = 'kuka-kr120_r3900_2_k'
68
+ KUKA_KR210_R2700_EXTRA = 'kuka-kr210_r2700_extra'
69
+ KUKA_KR210_R2700_2 = 'kuka-kr210_r2700_2'
70
+ KUKA_KR210_R3100_2 = 'kuka-kr210_r3100_2'
71
+ KUKA_KR210_R3300_2 = 'kuka-kr210_r3300_2'
72
+ KUKA_KR240_R2700 = 'kuka-kr240_r2700'
73
+ KUKA_KR240_R2900 = 'kuka-kr240_r2900'
74
+ KUKA_KR240_R3700_2 = 'kuka-kr240_r3700_2'
75
+ KUKA_KR250_R2700_2 = 'kuka-kr250_r2700_2'
76
+ KUKA_KR270_R2700 = 'kuka-kr270_r2700'
77
+ KUKA_KR30_R2100 = 'kuka-kr30_r2100'
78
+ KUKA_KR30_R3 = 'kuka-kr30_r3'
79
+ KUKA_KR360_L240_3 = 'kuka-kr360_l240_3'
80
+ KUKA_KR3_R540 = 'kuka-kr3_r540'
81
+ KUKA_KR4_R600 = 'kuka-kr4_r600'
82
+ KUKA_KR500_L340_3 = 'kuka-kr500_l340_3'
83
+ KUKA_KR50_R2500 = 'kuka-kr50_r2500'
84
+ KUKA_KR60_R3 = 'kuka-kr60_r3'
85
+ KUKA_KR6_R1820 = 'kuka-kr6_r1820'
86
+ KUKA_KR6_R700_2 = 'kuka-kr6_r700_2'
87
+ KUKA_KR6_R700_SIXX = 'kuka-kr6_r700_sixx'
88
+ KUKA_KR6_R900 = 'kuka-kr6_r900'
89
+ KUKA_KR6_R900_2 = 'kuka-kr6_r900_2'
90
+ KUKA_KR70_R2100 = 'kuka-kr70_r2100'
91
+ KUKA_LBR_IISY_11_R1300 = 'kuka-lbr_iisy_11_r1300'
92
+ UNIVERSALROBOTS_UR10CB = 'universalrobots-ur10cb'
93
+ UNIVERSALROBOTS_UR10E = 'universalrobots-ur10e'
94
+ UNIVERSALROBOTS_UR12E = 'universalrobots-ur12e'
95
+ UNIVERSALROBOTS_UR16E = 'universalrobots-ur16e'
96
+ UNIVERSALROBOTS_UR20E = 'universalrobots-ur20e'
97
+ UNIVERSALROBOTS_UR3E = 'universalrobots-ur3e'
98
+ UNIVERSALROBOTS_UR5CB = 'universalrobots-ur5cb'
99
+ UNIVERSALROBOTS_UR5E = 'universalrobots-ur5e'
100
+ UNIVERSALROBOTS_UR7E = 'universalrobots-ur7e'
101
+ YASKAWA_AR1440 = 'yaskawa-ar1440'
102
+ YASKAWA_AR1730 = 'yaskawa-ar1730'
103
+ YASKAWA_AR2010 = 'yaskawa-ar2010'
104
+ YASKAWA_AR3120 = 'yaskawa-ar3120'
105
+ YASKAWA_AR700 = 'yaskawa-ar700'
106
+ YASKAWA_AR900 = 'yaskawa-ar900'
107
+ YASKAWA_GP110 = 'yaskawa-gp110'
108
+ YASKAWA_GP12 = 'yaskawa-gp12'
109
+ YASKAWA_GP180 = 'yaskawa-gp180'
110
+ YASKAWA_GP180_120 = 'yaskawa-gp180-120'
111
+ YASKAWA_GP20HL = 'yaskawa-gp20hl'
112
+ YASKAWA_GP215 = 'yaskawa-gp215'
113
+ YASKAWA_GP225 = 'yaskawa-gp225'
114
+ YASKAWA_GP25 = 'yaskawa-gp25'
115
+ YASKAWA_GP250 = 'yaskawa-gp250'
116
+ YASKAWA_GP25_12 = 'yaskawa-gp25_12'
117
+ YASKAWA_GP280 = 'yaskawa-gp280'
118
+ YASKAWA_GP35_L = 'yaskawa-gp35L'
119
+ YASKAWA_GP400 = 'yaskawa-gp400'
120
+ YASKAWA_GP50 = 'yaskawa-gp50'
121
+ YASKAWA_GP600 = 'yaskawa-gp600'
122
+ YASKAWA_GP7 = 'yaskawa-gp7'
123
+ YASKAWA_GP8 = 'yaskawa-gp8'
124
+ YASKAWA_GP88 = 'yaskawa-gp88'
125
+ YASKAWA_HC10DTP = 'yaskawa-hc10dtp'
126
+ YASKAWA_HC20DTP = 'yaskawa-hc20dtp'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wandelbots_api_client
3
- Version: 26.1.0.dev42
3
+ Version: 26.1.0.dev53
4
4
  Summary: Wandelbots Python Client: Interact with robots in an easy and intuitive way.
5
5
  Home-page:
6
6
  Author: Copyright (c) 2025 Wandelbots GmbH
@@ -41,7 +41,7 @@ Dynamic: license-file
41
41
  Interact with robots in an easy and intuitive way.
42
42
 
43
43
  - Compatible API version: 1.2.0 dev (can be found at the home screen of your instance -> API)
44
- - Package version: 26.1.0.dev42
44
+ - Package version: 26.1.0.dev53
45
45
 
46
46
  ## Requirements.
47
47
  Python >=3.11, Python < 4.0
@@ -1,8 +1,8 @@
1
- wandelbots_api_client/__init__.py,sha256=MtYDeHS1qEhesa6_prmz9dztIhQaW8Y-YsnfOc7HTVM,1026
2
- wandelbots_api_client/api_client.py,sha256=zaG9C4cBueLg-oNfydXud_2bcMzoLeR1m7jjIVQczSc,27916
1
+ wandelbots_api_client/__init__.py,sha256=yb8PW4-7XWWi5Fsw-DHco19RFvp7WaKjqn8O50pe2p8,1026
2
+ wandelbots_api_client/api_client.py,sha256=F-j_RzcF5S8CE5IreVSfshtIPomtLfyyp75109-vN30,27916
3
3
  wandelbots_api_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
4
  wandelbots_api_client/authorization.py,sha256=DyGsVHmD-1D4C9rMEEtQLi5YvbxPxgt7MqKVlwQgC3o,9499
5
- wandelbots_api_client/configuration.py,sha256=utbU6i245wqNCMl0s96ClIXZdQrsTbuYBsnpxgVB0EY,18879
5
+ wandelbots_api_client/configuration.py,sha256=g_zygx8Hxr0Pa-NMcQ3i7C35h01rhrw9FXBWyKZdYj4,18879
6
6
  wandelbots_api_client/exceptions.py,sha256=vt8CfEEb6tv-SLne9AsjB68nYm6jfvl9T1fgq0Dp_2I,6432
7
7
  wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  wandelbots_api_client/rest.py,sha256=l217DMul4sTxbJ24bRKuRo9kllBUfIec52829IxTFfA,7260
@@ -35,7 +35,7 @@ wandelbots_api_client/api/virtual_robot_api.py,sha256=pTR__LFgWzlcLKcjfPc294b1Cm
35
35
  wandelbots_api_client/api/virtual_robot_behavior_api.py,sha256=fYeW-Kc8jAIYCkwSS6o5vzXo2ZTy-sj2sk3O3dAL9eM,32270
36
36
  wandelbots_api_client/api/virtual_robot_mode_api.py,sha256=eNd8xM5PWnlf5L5e6Mm760WGoYgJR6J2z4QR86vZ5-I,73440
37
37
  wandelbots_api_client/api/virtual_robot_setup_api.py,sha256=4ibN-scoi3Nwlj3dwHl6uRrkxbmKkKGf6sa3-G_gILs,115744
38
- wandelbots_api_client/models/__init__.py,sha256=PJ-5A1keGO8-nNER0OtyH1MHmU2yq_6NaQDbzvOOngM,23724
38
+ wandelbots_api_client/models/__init__.py,sha256=1Qe3eS_RGvMpGO3LMO492MANnjNDAHC0Oi5zOJDRaj4,23816
39
39
  wandelbots_api_client/models/abb_controller.py,sha256=1e1EmowcCLH_uD4DI85Rnev1WcQutCQNeFmz5HTYlgs,4040
40
40
  wandelbots_api_client/models/abb_controller_egm_server.py,sha256=GtQ-qFaGDKfz7li3Qh5EiyHlN2Tct-aXF1xrbsRxrqo,2775
41
41
  wandelbots_api_client/models/activate_license_request.py,sha256=4cKZFRVIyA5jBK1-M9OUj31mfxfMx0R53K8qWNz__X0,2693
@@ -324,17 +324,17 @@ wandelbots_api_client/models/value.py,sha256=35mI12UvoBM1SVmtmP5Mkl7f2WzhyiuSey-
324
324
  wandelbots_api_client/models/vector3d.py,sha256=Iaf639p9r7YmDprbsjHMUnVHZhEqt00472KhnzDFFzI,2742
325
325
  wandelbots_api_client/models/version_number.py,sha256=e5inSN6SLbgR92-GfLiw4DbyYgOzUB59H9mODFirPYQ,3919
326
326
  wandelbots_api_client/models/virtual_controller.py,sha256=La9EZaZacWBB7IWFR-TKRn5wGM5ATQC9LI0o5nc-wAQ,4375
327
- wandelbots_api_client/models/virtual_controller_types.py,sha256=8JXzdce7iQiR-Et-TzhKAwxSAVJywcAhtBEI9tt5C7g,6572
327
+ wandelbots_api_client/models/virtual_controller_types.py,sha256=IIcNSonSxyah0DlHiiW_bSol1P5m5wSY5_DTvU2nj0w,6571
328
328
  wandelbots_api_client/models/virtual_robot_configuration.py,sha256=hSE-ATghHP7T0--x1LGmKjO3afMkRAvb7W-qvhgAWlU,2958
329
329
  wandelbots_api_client/models/yaskawa_controller.py,sha256=Qni-K_9wsekMuvwd1tjSGUYO6GXzcpqorNe6WceZAiU,3192
330
- wandelbots_api_client/v2/__init__.py,sha256=zFC2jEt008sDEItTNyW8S5z51cMMdwmTqWrYucp-jdw,1026
331
- wandelbots_api_client/v2/api_client.py,sha256=nmHVhIeUOxvJV90CwFqgweZqt0g8ba-8FXRCGMGDf2w,27934
330
+ wandelbots_api_client/v2/__init__.py,sha256=zz9WikH94hFs_xTg5sO8zvtwwZ5UibpO9pSZ5zoQrM4,1026
331
+ wandelbots_api_client/v2/api_client.py,sha256=ElWsfTk30hR-1KfQiEWyppFWqvGu3-tFPP4m774eUX8,27934
332
332
  wandelbots_api_client/v2/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
333
- wandelbots_api_client/v2/configuration.py,sha256=Iat5PpCPH9k9E2K00dR7012OzX-_-6-hONABRNB4m-U,18885
333
+ wandelbots_api_client/v2/configuration.py,sha256=Ej9pv85GHARoxvAH1lgPKQt4ovKXR5N4uTOOw5KtgKY,18885
334
334
  wandelbots_api_client/v2/exceptions.py,sha256=Ca5nkeVDg0VRjfjpyMekJd9c9OXUXfnd3aSOFDxRIZk,6432
335
335
  wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
336
336
  wandelbots_api_client/v2/rest.py,sha256=2NwLYJ9HyXfGOM4vIz-AD_cL-BwZOzl5NvoHm7p73jk,7263
337
- wandelbots_api_client/v2/api/__init__.py,sha256=nSlcUz3tOOcpazfb8NtrTfNZI8rVJUTlCHAnaSMGcBI,1780
337
+ wandelbots_api_client/v2/api/__init__.py,sha256=atUOknyme7G5m1ALpScfJ_3nHm2thnG7v_A23jCc6jQ,1872
338
338
  wandelbots_api_client/v2/api/application_api.py,sha256=5OkXWTFGe5zuKUxblCw6Lh23tXZQZ6RfIEtPnbT40gQ,71037
339
339
  wandelbots_api_client/v2/api/bus_inputs_outputs_api.py,sha256=QxLWvgRJhtwJI2WuDb3C-VWjlxF-76EEclbpUMHAzAg,215011
340
340
  wandelbots_api_client/v2/api/cell_api.py,sha256=Uiche9Es8LpOKhtL09EOIe6Qu1u7j0MgAUCaYgW7mac,76604
@@ -346,6 +346,7 @@ wandelbots_api_client/v2/api/license_api.py,sha256=90kO8MKfCdRb4E4Z9sUMs413G4151
346
346
  wandelbots_api_client/v2/api/motion_group_api.py,sha256=krnvzo5b-w5ai-0T4zZbUvWZAZCDlijDRaEUnTcr_ms,32792
347
347
  wandelbots_api_client/v2/api/motion_group_models_api.py,sha256=NvyCSaf4APArRqmxGNLFF5WIHH5uRD85vzQmobId9Qg,47352
348
348
  wandelbots_api_client/v2/api/program_api.py,sha256=SxWfih0IxtgKl0GTAggQDqcV6Owzc2iOYVvgy1IPgCw,45939
349
+ wandelbots_api_client/v2/api/robot_configurations_api.py,sha256=n6vKKYO-lp9E1yQlIYsNMh__iNqmt_mWY2ENDXebvUY,10995
349
350
  wandelbots_api_client/v2/api/store_collision_components_api.py,sha256=Nb8gg6E_DUiCqgVWBlJrMh6eAX7m2ShZ2LwvAUww60A,165184
350
351
  wandelbots_api_client/v2/api/store_collision_setups_api.py,sha256=i82JGVlyOuF1_aivaVGvlaMWcTROOAvqUxMzL9lTp5c,55937
351
352
  wandelbots_api_client/v2/api/store_object_api.py,sha256=ktvHZ2nsAdPN8i-kkZevn9Q-3uxBGxJNdjNX0RQMWMU,65799
@@ -357,7 +358,7 @@ wandelbots_api_client/v2/api/version_api.py,sha256=blrLxwmtrPj6Wq_ujGy1eC9vD_J1G
357
358
  wandelbots_api_client/v2/api/virtual_controller_api.py,sha256=n2njQG3KS956_XpuIKXOOw_2ckjBMBR8qhmtC8hydyM,206604
358
359
  wandelbots_api_client/v2/api/virtual_controller_behavior_api.py,sha256=tbCeKf5NfaynA85gCwm3dHoLFtrXS6FRcS-4aCo36i8,42162
359
360
  wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py,sha256=VnhBKJ5gwGT0RcS6d-kMp_wBngQmQ_FhNIDJTOlC9mg,42446
360
- wandelbots_api_client/v2/models/__init__.py,sha256=43VXuD8AXP9pIoajPpXo8ek2Xrfioz5kXr1Qb2bnb74,19858
361
+ wandelbots_api_client/v2/models/__init__.py,sha256=odkdp0j9INkYJONQrabcnuH1KVCm_Usu22PH1uVLz00,19858
361
362
  wandelbots_api_client/v2/models/abb_controller.py,sha256=J4KR0yDwYua1Jt7aPVDEAfVBgPinvJ6D6tE8ZnZhyFM,3860
362
363
  wandelbots_api_client/v2/models/abb_controller_egm_server.py,sha256=_-Kk3mAYlJ-beKKITI3nnTI4dQNLuzLIiFtN2jc_J8M,2776
363
364
  wandelbots_api_client/v2/models/activate_license_request.py,sha256=wBbxeVV_kGwJfKE6JVARyjrrgxxm32J9DYxqrzYxhcg,2693
@@ -598,20 +599,21 @@ wandelbots_api_client/v2/models/update_nova_version_request.py,sha256=fYyhW1VclC
598
599
  wandelbots_api_client/v2/models/validation_error.py,sha256=7GkKU7eRFSLYM8yU36oNjm7S-iwDCCbR6QkofLeugRY,3898
599
600
  wandelbots_api_client/v2/models/validation_error2.py,sha256=B4ITgtZ3VzQ40zRJ77EwmsL0F8xpNKy8303JQN9qyxM,2718
600
601
  wandelbots_api_client/v2/models/validation_error_loc_inner.py,sha256=Rbel_w9_RRrCxcDLinCSOJQPVH8Rhq32FTHjTbG8zmI,5263
601
- wandelbots_api_client/v2/models/virtual_controller.py,sha256=_AAjNJlrn0JGjaQ8d5hJdBhwEmc9Jvlwc4axLnN8xZQ,4326
602
- wandelbots_api_client/v2/models/virtual_controller_types.py,sha256=HY-xos_zMTjkDH3VPQ-xy6ZwDWHDIq4CepcJHWl3sOg,6572
602
+ wandelbots_api_client/v2/models/virtual_controller.py,sha256=KM15iiadrhPigYRI34VOpwXNffk3oMu6LBLjty0uw98,4371
603
+ wandelbots_api_client/v2/models/virtual_controller_types.py,sha256=IIcNSonSxyah0DlHiiW_bSol1P5m5wSY5_DTvU2nj0w,6571
603
604
  wandelbots_api_client/v2/models/virtual_robot_configuration.py,sha256=91OOKWd5zM15ohNn0NF7wwi08HJtZTZHQl29ibQb4LY,2958
604
605
  wandelbots_api_client/v2/models/wait_for_io_event_request.py,sha256=F5H8xDdWckiC4zwLc7Ce-TMcHeWteUfaUiu6wQ7FMr4,3211
605
606
  wandelbots_api_client/v2/models/yaskawa_controller.py,sha256=BQtgT1acj1-hXW5mA33GPcv7utqM5hbRqD0kmN5N2tk,3040
606
- wandelbots_api_client/v2_pydantic/__init__.py,sha256=qMnzcfAErUX1ICRzumgNx1NIvQbRRv9m9Fero_Fw5sM,1061
607
- wandelbots_api_client/v2_pydantic/api_client.py,sha256=4d6HsJZzogmrnYExq683SPzoJyD_vFvEjasHMs2cKQY,28142
607
+ wandelbots_api_client/v2_pydantic/__init__.py,sha256=_ONKa43ezopgmDEXOwEoGu92NjeoTKoHRE-p-94WvWU,1061
608
+ wandelbots_api_client/v2_pydantic/api_client.py,sha256=uAbWhSQhoGO8_2KaNuGem_nObyOAp-BzA3ET9RlpvPQ,28142
608
609
  wandelbots_api_client/v2_pydantic/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
609
- wandelbots_api_client/v2_pydantic/configuration.py,sha256=b1-Wl7fuPxqpGnOq4Z8biHq_v2qYtW6UMgyNfFtUl_o,18903
610
+ wandelbots_api_client/v2_pydantic/configuration.py,sha256=8Qjub8FBxNq5h6BtlBuDZC5w1k_gL5WN5-mNIuoDB0I,18903
610
611
  wandelbots_api_client/v2_pydantic/exceptions.py,sha256=Ca5nkeVDg0VRjfjpyMekJd9c9OXUXfnd3aSOFDxRIZk,6432
611
- wandelbots_api_client/v2_pydantic/models.py,sha256=9M3F1ef2rwql74LYAwIdRca2_EJLzQ5mlGslb5MOwXA,134301
612
+ wandelbots_api_client/v2_pydantic/models.py,sha256=jQxJDonl9eHPh-F_aFRB_re9RH-sj5S_FOsetjaFoeQ,129928
612
613
  wandelbots_api_client/v2_pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
613
614
  wandelbots_api_client/v2_pydantic/rest.py,sha256=327QB3WHUdmmKw_FBmYUGS3syi216LaW-BiTY40rgik,7272
614
- wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=nSlcUz3tOOcpazfb8NtrTfNZI8rVJUTlCHAnaSMGcBI,1780
615
+ wandelbots_api_client/v2_pydantic/virtual_controller_types.py,sha256=luk6nO5VP4f8NmaHVrgzWmcw4TaFyNXD3B9WoECdID8,5225
616
+ wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=atUOknyme7G5m1ALpScfJ_3nHm2thnG7v_A23jCc6jQ,1872
615
617
  wandelbots_api_client/v2_pydantic/api/application_api.py,sha256=7N4TFus04elS125kIn3FHi7Oof91DvHjAwdKjqRqE8g,71327
616
618
  wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py,sha256=uBneLeJ_d6CaH6O2HqPEfi2AdZCNX3VcJWg2BZL8PXU,215744
617
619
  wandelbots_api_client/v2_pydantic/api/cell_api.py,sha256=ZuEkqo4PbqsPdiP_vRAUO32mTl__udMCvn0aj6mvbGY,76914
@@ -623,6 +625,7 @@ wandelbots_api_client/v2_pydantic/api/license_api.py,sha256=jzArFEw0b2VJtpVQRa-7
623
625
  wandelbots_api_client/v2_pydantic/api/motion_group_api.py,sha256=kXWHsnHrahohagR2dpMnLIWKxXqD9LonauK6xNCQnFE,32884
624
626
  wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py,sha256=LU1iiOV4qmRaB6gfDJz293Dyyfl8cn42sJwNQ-Kmu8c,47551
625
627
  wandelbots_api_client/v2_pydantic/api/program_api.py,sha256=9ZJbfSiHmdgtGMYP909ujoTPPlFjDbH35gY4lrjbBD0,46123
628
+ wandelbots_api_client/v2_pydantic/api/robot_configurations_api.py,sha256=Y7N04NmEN83_mB31BXtQEKZbafPSdqN3O9wcp9XlOtU,11065
626
629
  wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py,sha256=DbBliWnZAeo5wjKwWTccnp825o4KBS-eCjYFha7f8eQ,165856
627
630
  wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py,sha256=PcIGjzQovFyQuUspheICgWrtFEsOShh0X7j5_Zy5quw,56172
628
631
  wandelbots_api_client/v2_pydantic/api/store_object_api.py,sha256=j6sZ7VsTB3jwNPgBtX-CA6SHMYe4j70uPzxXf_eVDK4,66084
@@ -634,8 +637,8 @@ wandelbots_api_client/v2_pydantic/api/version_api.py,sha256=Wzp7Jj-lKy0QAzPddcsd
634
637
  wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py,sha256=iayURe8F_4IK-12f9ZeQYxWGNmkwFcAnpn3S_J9s8Ag,207225
635
638
  wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py,sha256=YykdkLQQc3zje8MBRog6sjELorPG4Q36GfJAeiBocc4,42312
636
639
  wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py,sha256=1gYa5YfRF70oNBJFsDpfQCXQt6gEM1-S49mNSNmaMzE,42587
637
- wandelbots_api_client-26.1.0.dev42.dist-info/licenses/LICENSE,sha256=PJyUaZgTVC0_nJmhRpcbnOcXvmTqJGE6axeSifngIGY,11344
638
- wandelbots_api_client-26.1.0.dev42.dist-info/METADATA,sha256=J2_80xB4Lxy2qDwpAFJuUmI7aA2MbUOBjGkuiVlQBXQ,1726
639
- wandelbots_api_client-26.1.0.dev42.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
640
- wandelbots_api_client-26.1.0.dev42.dist-info/top_level.txt,sha256=eCDsV95XWqVBSMDe4MRzyOj53-TK-o5WU1Qv_yv493M,22
641
- wandelbots_api_client-26.1.0.dev42.dist-info/RECORD,,
640
+ wandelbots_api_client-26.1.0.dev53.dist-info/licenses/LICENSE,sha256=PJyUaZgTVC0_nJmhRpcbnOcXvmTqJGE6axeSifngIGY,11344
641
+ wandelbots_api_client-26.1.0.dev53.dist-info/METADATA,sha256=7Q7MewantPzEDqOJqOYJgvnkVq35gHuHDrLwv31w7kM,1726
642
+ wandelbots_api_client-26.1.0.dev53.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
643
+ wandelbots_api_client-26.1.0.dev53.dist-info/top_level.txt,sha256=eCDsV95XWqVBSMDe4MRzyOj53-TK-o5WU1Qv_yv493M,22
644
+ wandelbots_api_client-26.1.0.dev53.dist-info/RECORD,,