@wandelbots/nova-api 25.8.0-dev.45 → 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/v2/api.ts CHANGED
@@ -2138,12 +2138,6 @@ export interface InitializeJoggingRequest {
2138
2138
  * @memberof InitializeJoggingRequest
2139
2139
  */
2140
2140
  'response_coordinate_system'?: string;
2141
- /**
2142
- * Defines an input/output that is listened to during the movement. Execution pauses if the defined comparator evaluates to `true`.
2143
- * @type {string}
2144
- * @memberof InitializeJoggingRequest
2145
- */
2146
- 'pause_on_io'?: string;
2147
2141
  }
2148
2142
 
2149
2143
  export const InitializeJoggingRequestMessageTypeEnum = {