@wandelbots/nova-api 25.4.0-dev.19 → 25.4.0-dev.20

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.19",
3
+ "version": "25.4.0-dev.20",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -1887,7 +1887,7 @@ export interface IODescription {
1887
1887
  * @type {IODirection}
1888
1888
  * @memberof IODescription
1889
1889
  */
1890
- 'direction'?: IODirection;
1890
+ 'direction': IODirection;
1891
1891
  /**
1892
1892
  *
1893
1893
  * @type {IOValueType}
package/v2/api.ts CHANGED
@@ -1934,7 +1934,7 @@ export interface IODescription {
1934
1934
  * @type {IODirection}
1935
1935
  * @memberof IODescription
1936
1936
  */
1937
- 'direction'?: IODirection;
1937
+ 'direction': IODirection;
1938
1938
  /**
1939
1939
  *
1940
1940
  * @type {IOValueType}