@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 +1 -1
- package/v2/api.d.ts +1 -1
- package/v2/api.ts +1 -1
package/package.json
CHANGED
package/v2/api.d.ts
CHANGED
|
@@ -993,7 +993,7 @@ export interface CoordinateSystem {
|
|
|
993
993
|
* @type {string}
|
|
994
994
|
* @memberof CoordinateSystem
|
|
995
995
|
*/
|
|
996
|
-
'
|
|
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
|
-
'
|
|
1009
|
+
'reference_coordinate_system'?: string;
|
|
1010
1010
|
/**
|
|
1011
1011
|
* A three-dimensional vector [x, y, z] with double precision.
|
|
1012
1012
|
* @type {Array<number>}
|