@wandelbots/nova-api 25.10.0 → 25.10.1-rc.3

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.
@@ -1846,6 +1846,10 @@ interface MotionGroupDescription {
1846
1846
  * The DH parameters describing the motion group geometry, starting from base.
1847
1847
  */
1848
1848
  'dh_parameters'?: Array<DHParameter>;
1849
+ /**
1850
+ * The serial number of the motion group, if available. If not available, the serial number of the robot controller. If not available, empty.
1851
+ */
1852
+ 'serial_number'?: string;
1849
1853
  }
1850
1854
  interface MotionGroupInfo {
1851
1855
  /**
@@ -1846,6 +1846,10 @@ interface MotionGroupDescription {
1846
1846
  * The DH parameters describing the motion group geometry, starting from base.
1847
1847
  */
1848
1848
  'dh_parameters'?: Array<DHParameter>;
1849
+ /**
1850
+ * The serial number of the motion group, if available. If not available, the serial number of the robot controller. If not available, empty.
1851
+ */
1852
+ 'serial_number'?: string;
1849
1853
  }
1850
1854
  interface MotionGroupInfo {
1851
1855
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "25.10.0",
3
+ "version": "25.10.1-rc.3",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [