@wandelbots/nova-api 26.1.0-rc.3 → 26.2.0-dev.11

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/dist/v2/index.js CHANGED
@@ -410,9 +410,14 @@ const ServiceStatusSeverity = {
410
410
  Warning: "WARNING",
411
411
  Error: "ERROR"
412
412
  };
413
+ /**
414
+ * Defines available system modes of the robot system. Short versions (no \"ROBOT_SYSTEM_\" prefix) are provided, reusing strings from [getMode](getMode) responses.
415
+ */
413
416
  const SettableRobotSystemMode = {
414
417
  RobotSystemModeMonitor: "ROBOT_SYSTEM_MODE_MONITOR",
415
- RobotSystemModeControl: "ROBOT_SYSTEM_MODE_CONTROL"
418
+ ModeMonitor: "MODE_MONITOR",
419
+ RobotSystemModeControl: "ROBOT_SYSTEM_MODE_CONTROL",
420
+ ModeControl: "MODE_CONTROL"
416
421
  };
417
422
  const SingularityTypeEnum = {
418
423
  Wrist: "WRIST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.1.0-rc.3",
3
+ "version": "26.2.0-dev.11",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [