@wandelbots/nova-api 26.4.0-dev.21 → 26.4.0-dev.23

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.
@@ -675,7 +675,7 @@ interface CloudConfiguration {
675
675
  /**
676
676
  * Instance identifier received from cloud registration
677
677
  */
678
- 'instance': string;
678
+ 'instance': number;
679
679
  }
680
680
  interface CloudConnectionError {
681
681
  'error': CloudConnectionErrorError;
@@ -809,7 +809,7 @@ interface CloudRegistrationSuccessResponse {
809
809
  /**
810
810
  * Instance identifier received from cloud registration
811
811
  */
812
- 'instance': string;
812
+ 'instance': number;
813
813
  }
814
814
  /**
815
815
  * Defines a collider with a single shape. A collider is an object that is used for collision detection. It defines the `shape` that is attached with the offset of `pose` to a reference frame. Use colliders to: - Define the shape of a workpiece. The reference frame is the scene origin. - Define the shape of a link in a motion group. The reference frame is the link coordinate system. - Define the shape of a tool. The reference frame is the flange coordinate system.
@@ -675,7 +675,7 @@ interface CloudConfiguration {
675
675
  /**
676
676
  * Instance identifier received from cloud registration
677
677
  */
678
- 'instance': string;
678
+ 'instance': number;
679
679
  }
680
680
  interface CloudConnectionError {
681
681
  'error': CloudConnectionErrorError;
@@ -809,7 +809,7 @@ interface CloudRegistrationSuccessResponse {
809
809
  /**
810
810
  * Instance identifier received from cloud registration
811
811
  */
812
- 'instance': string;
812
+ 'instance': number;
813
813
  }
814
814
  /**
815
815
  * Defines a collider with a single shape. A collider is an object that is used for collision detection. It defines the `shape` that is attached with the offset of `pose` to a reference frame. Use colliders to: - Define the shape of a workpiece. The reference frame is the scene origin. - Define the shape of a link in a motion group. The reference frame is the link coordinate system. - Define the shape of a tool. The reference frame is the flange coordinate system.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.4.0-dev.21",
3
+ "version": "26.4.0-dev.23",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [