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.
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/PKG-INFO +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/README.md +2 -2
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/pyproject.toml +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/setup.py +2 -2
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/__init__.py +2 -2
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/collision_world_api.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/default_api.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/manipulators_motion_group_api.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/periphery_camera_api.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/prims_api.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/stage_api.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/teaching_api.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/trajectory_api.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/ui_api.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api_client.py +2 -2
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/configuration.py +3 -3
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/exceptions.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/__init__.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/auth0_credentials.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_apply_relative_pose.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_set_joint_state.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_set_prim_metadata.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_set_prim_visibility.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_set_semantic_label.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_update_colliders.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/body_update_pose.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/bounding_box2_d.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/bounding_box3_d.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/box.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/box_sweep_parameters.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/capsule.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/collider.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/color.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/convex_hull.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/create_ghost_object.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/custom_prim.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/custom_prim_data.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/cylinder.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/ghost_object.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/ghost_object_source.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/gizmo_prim.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/http_validation_error.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/instance_segmentation_data.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/instance_segmentation_info.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/motion_group_configuration.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/motion_stream_configuration.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/patch_trajectory_data.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/plane.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/point_cloud.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/pose.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/pose_position_inner.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/prim.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/prim_selection.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/quat_pose.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/relative_pose_mode.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/response_get_pose.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/response_get_relative_pose.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/response_list_default_poses_value.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/semantic_segmentation_data.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/semantic_segmentation_info.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/shape.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/simulation_state.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/sphere.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/sphere_sweep_parameters.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/stage_units.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/sweep_arguments.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/tcp_source.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/trajectory_data.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/trajectory_marker.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/trajectory_object.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/trajectory_options.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/usd_stage_model.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/validation_error.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/validation_error_loc_inner.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/width.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/models/ws_pose.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/rest.py +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/PKG-INFO +1 -1
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/LICENSE +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/setup.cfg +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api/__init__.py +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/api_response.py +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/collision/__init__.py +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/collision/utils.py +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/py.typed +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/trajectory/__init__.py +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/trajectory/trajectory_viewer.py +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/trajectory/utils.py +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/SOURCES.txt +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/dependency_links.txt +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/requires.txt +0 -0
- {wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# wandelbots-isaacsim-api
|
|
2
2
|
A microservice-based framework for managing Omniverse functionalities
|
|
3
|
-
- Compatible API version: 2.
|
|
4
|
-
- Package version: 2.
|
|
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.
|
|
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.
|
|
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.
|
|
24
|
+
VERSION = "2.10.2"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
{wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/__init__.py
RENAMED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
493
|
-
"SDK Package Version: 2.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
{wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/rest.py
RENAMED
|
@@ -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.
|
|
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.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wandelbots_isaacsim_api-2.7.1 → wandelbots_isaacsim_api-2.10.2}/wandelbots_isaacsim_api/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|