@wandelbots/nova-api 25.4.0-dev.22 → 25.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "25.4.0-dev.22",
3
+ "version": "25.4.0-dev.23",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -572,6 +572,12 @@ export interface Cell {
572
572
  * @memberof Cell
573
573
  */
574
574
  'name': string;
575
+ /**
576
+ * A description of the cell.
577
+ * @type {string}
578
+ * @memberof Cell
579
+ */
580
+ 'description'?: string;
575
581
  /**
576
582
  *
577
583
  * @type {Array<RobotController>}