wandelbots-isaacsim-api 2.7.1__tar.gz → 2.10.2__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.
Files changed (92) hide show
  1. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/PKG-INFO +1 -1
  2. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/README.md +2 -2
  3. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/pyproject.toml +1 -1
  4. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/setup.py +2 -2
  5. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/__init__.py +2 -2
  6. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/collision_world_api.py +1 -1
  7. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/default_api.py +1 -1
  8. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/manipulators_motion_group_api.py +1 -1
  9. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/periphery_camera_api.py +1 -1
  10. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/prims_api.py +1 -1
  11. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/stage_api.py +1 -1
  12. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/teaching_api.py +1 -1
  13. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/trajectory_api.py +1 -1
  14. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/ui_api.py +1 -1
  15. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api_client.py +2 -2
  16. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/configuration.py +3 -3
  17. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/exceptions.py +1 -1
  18. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/__init__.py +1 -1
  19. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/auth0_credentials.py +1 -1
  20. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_apply_relative_pose.py +1 -1
  21. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_set_joint_state.py +1 -1
  22. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_set_prim_metadata.py +1 -1
  23. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_set_prim_visibility.py +1 -1
  24. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_set_semantic_label.py +1 -1
  25. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_update_colliders.py +1 -1
  26. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_update_pose.py +1 -1
  27. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/bounding_box2_d.py +1 -1
  28. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/bounding_box3_d.py +1 -1
  29. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/box.py +1 -1
  30. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/box_sweep_parameters.py +1 -1
  31. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/capsule.py +1 -1
  32. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/collider.py +1 -1
  33. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/color.py +1 -1
  34. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/convex_hull.py +1 -1
  35. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/create_ghost_object.py +1 -1
  36. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/custom_prim.py +1 -1
  37. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/custom_prim_data.py +1 -1
  38. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/cylinder.py +1 -1
  39. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/ghost_object.py +1 -1
  40. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/ghost_object_source.py +1 -1
  41. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/gizmo_prim.py +1 -1
  42. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/http_validation_error.py +1 -1
  43. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/instance_segmentation_data.py +1 -1
  44. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/instance_segmentation_info.py +1 -1
  45. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/motion_group_configuration.py +1 -1
  46. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/motion_stream_configuration.py +1 -1
  47. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/patch_trajectory_data.py +1 -1
  48. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/plane.py +1 -1
  49. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/point_cloud.py +1 -1
  50. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/pose.py +1 -1
  51. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/pose_position_inner.py +1 -1
  52. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/prim.py +1 -1
  53. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/prim_selection.py +1 -1
  54. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/quat_pose.py +1 -1
  55. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/relative_pose_mode.py +1 -1
  56. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/response_get_pose.py +1 -1
  57. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/response_get_relative_pose.py +1 -1
  58. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/response_list_default_poses_value.py +1 -1
  59. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/semantic_segmentation_data.py +1 -1
  60. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/semantic_segmentation_info.py +1 -1
  61. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/shape.py +1 -1
  62. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/simulation_state.py +1 -1
  63. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/sphere.py +1 -1
  64. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/sphere_sweep_parameters.py +1 -1
  65. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/stage_units.py +1 -1
  66. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/sweep_arguments.py +1 -1
  67. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/tcp_source.py +1 -1
  68. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/trajectory_data.py +1 -1
  69. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/trajectory_marker.py +1 -1
  70. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/trajectory_object.py +1 -1
  71. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/trajectory_options.py +1 -1
  72. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/usd_stage_model.py +1 -1
  73. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/validation_error.py +1 -1
  74. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/validation_error_loc_inner.py +1 -1
  75. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/width.py +1 -1
  76. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/ws_pose.py +1 -1
  77. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/rest.py +1 -1
  78. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/PKG-INFO +1 -1
  79. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/LICENSE +0 -0
  80. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/setup.cfg +0 -0
  81. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/__init__.py +0 -0
  82. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api_response.py +0 -0
  83. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/collision/__init__.py +0 -0
  84. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/collision/utils.py +0 -0
  85. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/py.typed +0 -0
  86. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/trajectory/__init__.py +0 -0
  87. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/trajectory/trajectory_viewer.py +0 -0
  88. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/trajectory/utils.py +0 -0
  89. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/SOURCES.txt +0 -0
  90. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/dependency_links.txt +0 -0
  91. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/requires.txt +0 -0
  92. {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wandelbots-isaacsim-api
3
- Version: 2.7.1
3
+ Version: 2.10.2
4
4
  Summary: Wandelbots Omniservice
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -1,7 +1,7 @@
1
1
  # wandelbots-isaacsim-api
2
2
  A microservice-based framework for managing Omniverse functionalities
3
- - Compatible API version: 2.7.1 (can be found at the home screen of your instance -> API)
4
- - Package version: 2.7.1
3
+ - Compatible API version: 2.10.2 (can be found at the home screen of your instance -> API)
4
+ - Package version: 2.10.2
5
5
 
6
6
  Sign up for our [Wandelbots Developers Beta program](https://www.wandelbots.com/developers-beta) to get access to the Wandelbots API.
7
7
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "wandelbots-isaacsim-api"
3
- version = "2.7.1"
3
+ version = "2.10.2"
4
4
  description = "Wandelbots IsaacSim Python Client: A microservice-based framework for managing Omniverse functionalities"
5
5
  authors = ["Wandelbots GmbH <contact@wandelbots.com>"]
6
6
  license = "Apache-2.0"
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
21
21
  # prerequisite: setuptools
22
22
  # http://pypi.python.org/pypi/setuptools
23
23
  NAME = "wandelbots-isaacsim-api"
24
- VERSION = "2.7.1"
24
+ VERSION = "2.10.2"
25
25
  PYTHON_REQUIRES = ">= 3.8"
26
26
  REQUIRES = [
27
27
  "urllib3 >= 1.25.3, < 3.0.0",
@@ -7,14 +7,14 @@
7
7
 
8
8
  A microservice-based framework for managing Omniverse functionalities
9
9
 
10
- The version of the OpenAPI document: 2.7.1
10
+ The version of the OpenAPI document: 2.10.2
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
13
13
  Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "2.7.1"
17
+ __version__ = "2.10.2"
18
18
 
19
19
  from . import models
20
20
  from . import api
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -90,7 +90,7 @@ class ApiClient:
90
90
  self.default_headers[header_name] = header_value
91
91
  self.cookie = cookie
92
92
  # Set default User-Agent.
93
- self.user_agent = 'Wandelbots-IsaacSim-Api-Client/2.7.1'
93
+ self.user_agent = 'Wandelbots-IsaacSim-Api-Client/2.10.2'
94
94
  self.client_side_validation = configuration.client_side_validation
95
95
 
96
96
  async def __aenter__(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -489,8 +489,8 @@ class Configuration:
489
489
  return "Python SDK Debug Report:\n"\
490
490
  "OS: {env}\n"\
491
491
  "Python Version: {pyversion}\n"\
492
- "Version of the API: 2.7.1\n"\
493
- "SDK Package Version: 2.7.1".\
492
+ "Version of the API: 2.10.2\n"\
493
+ "SDK Package Version: 2.10.2".\
494
494
  format(env=sys.platform, pyversion=sys.version)
495
495
 
496
496
  def get_host_settings(self) -> List[HostSetting]:
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
 
7
7
  A microservice-based framework for managing Omniverse functionalities
8
8
 
9
- The version of the OpenAPI document: 2.7.1
9
+ The version of the OpenAPI document: 2.10.2
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  A microservice-based framework for managing Omniverse functionalities
7
7
 
8
- The version of the OpenAPI document: 2.7.1
8
+ The version of the OpenAPI document: 2.10.2
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wandelbots-isaacsim-api
3
- Version: 2.7.1
3
+ Version: 2.10.2
4
4
  Summary: Wandelbots Omniservice
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community