@wandelbots/nova-api 25.5.0-dev.27 → 25.5.0-dev.29

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "25.5.0-dev.27",
3
+ "version": "25.5.0-dev.29",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -993,7 +993,7 @@ export interface CoordinateSystem {
993
993
  * @type {string}
994
994
  * @memberof CoordinateSystem
995
995
  */
996
- 'reference_uid'?: string;
996
+ 'reference_coordinate_system'?: string;
997
997
  /**
998
998
  * A three-dimensional vector [x, y, z] with double precision.
999
999
  * @type {Array<number>}
package/v2/api.ts CHANGED
@@ -1006,7 +1006,7 @@ export interface CoordinateSystem {
1006
1006
  * @type {string}
1007
1007
  * @memberof CoordinateSystem
1008
1008
  */
1009
- 'reference_uid'?: string;
1009
+ 'reference_coordinate_system'?: string;
1010
1010
  /**
1011
1011
  * A three-dimensional vector [x, y, z] with double precision.
1012
1012
  * @type {Array<number>}