@wandelbots/nova-api 26.6.0-dev.146 → 26.6.0-dev.148

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.
@@ -1427,7 +1427,7 @@ interface CoordinateSystem {
1427
1427
  */
1428
1428
  'position'?: Array<number>;
1429
1429
  /**
1430
- * Describes an orientation in 3D space. A tree-to-four-dimensional vector [x, y, z, w] with double precision.
1430
+ * Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
1431
1431
  */
1432
1432
  'orientation'?: Array<number>;
1433
1433
  'orientation_type'?: OrientationType;
@@ -1450,7 +1450,7 @@ interface CoordinateSystemData {
1450
1450
  */
1451
1451
  'position'?: Array<number>;
1452
1452
  /**
1453
- * Describes an orientation in 3D space. A tree-to-four-dimensional vector [x, y, z, w] with double precision.
1453
+ * Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
1454
1454
  */
1455
1455
  'orientation'?: Array<number>;
1456
1456
  'orientation_type'?: OrientationType;
@@ -4494,7 +4494,7 @@ interface RobotTcp {
4494
4494
  */
4495
4495
  'position': Array<number>;
4496
4496
  /**
4497
- * Describes an orientation in 3D space. A tree-to-four-dimensional vector [x, y, z, w] with double precision.
4497
+ * Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
4498
4498
  */
4499
4499
  'orientation'?: Array<number>;
4500
4500
  'orientation_type'?: OrientationType;
@@ -4514,7 +4514,7 @@ interface RobotTcpData {
4514
4514
  */
4515
4515
  'position': Array<number>;
4516
4516
  /**
4517
- * Describes an orientation in 3D space. A tree-to-four-dimensional vector [x, y, z, w] with double precision.
4517
+ * Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
4518
4518
  */
4519
4519
  'orientation'?: Array<number>;
4520
4520
  'orientation_type'?: OrientationType;
@@ -1427,7 +1427,7 @@ interface CoordinateSystem {
1427
1427
  */
1428
1428
  'position'?: Array<number>;
1429
1429
  /**
1430
- * Describes an orientation in 3D space. A tree-to-four-dimensional vector [x, y, z, w] with double precision.
1430
+ * Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
1431
1431
  */
1432
1432
  'orientation'?: Array<number>;
1433
1433
  'orientation_type'?: OrientationType;
@@ -1450,7 +1450,7 @@ interface CoordinateSystemData {
1450
1450
  */
1451
1451
  'position'?: Array<number>;
1452
1452
  /**
1453
- * Describes an orientation in 3D space. A tree-to-four-dimensional vector [x, y, z, w] with double precision.
1453
+ * Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
1454
1454
  */
1455
1455
  'orientation'?: Array<number>;
1456
1456
  'orientation_type'?: OrientationType;
@@ -4494,7 +4494,7 @@ interface RobotTcp {
4494
4494
  */
4495
4495
  'position': Array<number>;
4496
4496
  /**
4497
- * Describes an orientation in 3D space. A tree-to-four-dimensional vector [x, y, z, w] with double precision.
4497
+ * Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
4498
4498
  */
4499
4499
  'orientation'?: Array<number>;
4500
4500
  'orientation_type'?: OrientationType;
@@ -4514,7 +4514,7 @@ interface RobotTcpData {
4514
4514
  */
4515
4515
  'position': Array<number>;
4516
4516
  /**
4517
- * Describes an orientation in 3D space. A tree-to-four-dimensional vector [x, y, z, w] with double precision.
4517
+ * Describes an orientation in 3D space. A three-to-four-dimensional vector [x, y, z, w] with double precision.
4518
4518
  */
4519
4519
  'orientation'?: Array<number>;
4520
4520
  'orientation_type'?: OrientationType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.6.0-dev.146",
3
+ "version": "26.6.0-dev.148",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [