@wandelbots/nova-api 25.8.0-dev.44 → 25.8.0-dev.46

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.8.0-dev.44",
3
+ "version": "25.8.0-dev.46",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -2053,12 +2053,6 @@ export interface InitializeJoggingRequest {
2053
2053
  * @memberof InitializeJoggingRequest
2054
2054
  */
2055
2055
  'response_coordinate_system'?: string;
2056
- /**
2057
- * Defines an input/output that is listened to during the movement. Execution pauses if the defined comparator evaluates to `true`.
2058
- * @type {string}
2059
- * @memberof InitializeJoggingRequest
2060
- */
2061
- 'pause_on_io'?: string;
2062
2056
  }
2063
2057
  export declare const InitializeJoggingRequestMessageTypeEnum: {
2064
2058
  readonly InitializeJoggingRequest: "InitializeJoggingRequest";