@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/package.json +1 -1
- package/v2/api.d.ts +0 -6
- package/v2/api.js.map +1 -1
- package/v2/api.ts +0 -6
package/package.json
CHANGED
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";
|