@wandelbots/nova-api 26.4.0-dev.4 → 26.4.0-dev.40

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.
@@ -1,13 +1,12 @@
1
- import * as axios152 from "axios";
1
+ import * as _$axios from "axios";
2
2
  import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
3
3
 
4
4
  //#region v1/configuration.d.ts
5
-
6
5
  /**
7
6
  * Wandelbots NOVA API
8
7
  * Interact with robots in an easy and intuitive way.
9
8
  *
10
- * The version of the OpenAPI document: 1.4.0
9
+ * The version of the OpenAPI document: 1.5.0 dev
11
10
  *
12
11
  *
13
12
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4069,7 +4068,7 @@ declare class ApplicationApi extends BaseAPI {
4069
4068
  * @param {*} [options] Override http request option.
4070
4069
  * @throws {RequiredError}
4071
4070
  */
4072
- addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4071
+ addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4073
4072
  /**
4074
4073
  * **Required permissions:** `can_manage_apps` - Install, update, or remove applications ___ Delete all GUI applications from the cell.
4075
4074
  * @summary Clear Applications
@@ -4078,7 +4077,7 @@ declare class ApplicationApi extends BaseAPI {
4078
4077
  * @param {*} [options] Override http request option.
4079
4078
  * @throws {RequiredError}
4080
4079
  */
4081
- clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4080
+ clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4082
4081
  /**
4083
4082
  * **Required permissions:** `can_manage_apps` - Install, update, or remove applications ___ Delete a GUI application from the cell.
4084
4083
  * @summary Delete Application
@@ -4088,7 +4087,7 @@ declare class ApplicationApi extends BaseAPI {
4088
4087
  * @param {*} [options] Override http request option.
4089
4088
  * @throws {RequiredError}
4090
4089
  */
4091
- deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4090
+ deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4092
4091
  /**
4093
4092
  * **Required permissions:** `can_access_apps` - View application configurations ___ Get the configuration for an active GUI application in the cell. To update the configuration of a GUI application in the cell, use this configuration with the \'Update Configuration\' endpoint.
4094
4093
  * @summary Configuration
@@ -4097,7 +4096,7 @@ declare class ApplicationApi extends BaseAPI {
4097
4096
  * @param {*} [options] Override http request option.
4098
4097
  * @throws {RequiredError}
4099
4098
  */
4100
- getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<App, any>>;
4099
+ getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<App, any, {}>>;
4101
4100
  /**
4102
4101
  * **Required permissions:** `can_access_apps` - View application configurations ___ List all GUI applications that have been added to a cell. with the \'Add Application\' endpoint. If the cell does not contain GUI applications, the list is returned empty.
4103
4102
  * @summary List Applications
@@ -4105,7 +4104,7 @@ declare class ApplicationApi extends BaseAPI {
4105
4104
  * @param {*} [options] Override http request option.
4106
4105
  * @throws {RequiredError}
4107
4106
  */
4108
- listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<string[], any>>;
4107
+ listApps(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string[], any, {}>>;
4109
4108
  /**
4110
4109
  * **Required permissions:** `can_manage_apps` - Install, update, or remove applications ___ Update the configuration of a GUI application in the cell.
4111
4110
  * @summary Update Configuration
@@ -4116,7 +4115,7 @@ declare class ApplicationApi extends BaseAPI {
4116
4115
  * @param {*} [options] Override http request option.
4117
4116
  * @throws {RequiredError}
4118
4117
  */
4119
- updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4118
+ updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4120
4119
  }
4121
4120
  /**
4122
4121
  * CellApi - axios parameter creator
@@ -4157,7 +4156,7 @@ declare const CellApiAxiosParamCreator: (configuration?: Configuration) => {
4157
4156
  */
4158
4157
  getCellStatus: (cell: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
4159
4158
  /**
4160
- * **Required permissions:** `can_access_cells` - View cell configurations and resources ___ List all deployed cell names. If no cells are deployed, an empty list is returned.
4159
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ List all deployed cell names. If no cells are deployed, an empty list is returned.
4161
4160
  * @summary List Cells
4162
4161
  * @param {*} [options] Override http request option.
4163
4162
  * @throws {RequiredError}
@@ -4213,7 +4212,7 @@ declare const CellApiFp: (configuration?: Configuration) => {
4213
4212
  */
4214
4213
  getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ServiceStatus>>>;
4215
4214
  /**
4216
- * **Required permissions:** `can_access_cells` - View cell configurations and resources ___ List all deployed cell names. If no cells are deployed, an empty list is returned.
4215
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ List all deployed cell names. If no cells are deployed, an empty list is returned.
4217
4216
  * @summary List Cells
4218
4217
  * @param {*} [options] Override http request option.
4219
4218
  * @throws {RequiredError}
@@ -4269,7 +4268,7 @@ declare const CellApiFactory: (configuration?: Configuration, basePath?: string,
4269
4268
  */
4270
4269
  getCellStatus(cell: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<ServiceStatus>>;
4271
4270
  /**
4272
- * **Required permissions:** `can_access_cells` - View cell configurations and resources ___ List all deployed cell names. If no cells are deployed, an empty list is returned.
4271
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ List all deployed cell names. If no cells are deployed, an empty list is returned.
4273
4272
  * @summary List Cells
4274
4273
  * @param {*} [options] Override http request option.
4275
4274
  * @throws {RequiredError}
@@ -4298,7 +4297,7 @@ declare class CellApi extends BaseAPI {
4298
4297
  * @param {*} [options] Override http request option.
4299
4298
  * @throws {RequiredError}
4300
4299
  */
4301
- deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4300
+ deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4302
4301
  /**
4303
4302
  * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Deploy an entire cell with all its resources. A cell can be used to deploy a robot controller, one or more robots, as well as custom applications. Refer to the [Wandelbots NOVA documentation](docs/wandelbots-nova-api/#create-a-cell) for more information.
4304
4303
  * @summary Add Cell
@@ -4307,7 +4306,7 @@ declare class CellApi extends BaseAPI {
4307
4306
  * @param {*} [options] Override http request option.
4308
4307
  * @throws {RequiredError}
4309
4308
  */
4310
- deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4309
+ deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4311
4310
  /**
4312
4311
  * **Required permissions:** `can_access_cells` - View cell configurations and resources ___ List all cell resources. > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
4313
4312
  * @summary Configuration
@@ -4315,7 +4314,7 @@ declare class CellApi extends BaseAPI {
4315
4314
  * @param {*} [options] Override http request option.
4316
4315
  * @throws {RequiredError}
4317
4316
  */
4318
- getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<Cell, any>>;
4317
+ getCell(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Cell, any, {}>>;
4319
4318
  /**
4320
4319
  * **Required permissions:** `can_access_system` - View system status and metadata ___ List the status of all cell resources.
4321
4320
  * @summary Service Status
@@ -4323,14 +4322,14 @@ declare class CellApi extends BaseAPI {
4323
4322
  * @param {*} [options] Override http request option.
4324
4323
  * @throws {RequiredError}
4325
4324
  */
4326
- getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ServiceStatus[], any>>;
4325
+ getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ServiceStatus[], any, {}>>;
4327
4326
  /**
4328
- * **Required permissions:** `can_access_cells` - View cell configurations and resources ___ List all deployed cell names. If no cells are deployed, an empty list is returned.
4327
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ List all deployed cell names. If no cells are deployed, an empty list is returned.
4329
4328
  * @summary List Cells
4330
4329
  * @param {*} [options] Override http request option.
4331
4330
  * @throws {RequiredError}
4332
4331
  */
4333
- listCells(options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<string[], any>>;
4332
+ listCells(options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string[], any, {}>>;
4334
4333
  /**
4335
4334
  * **Required permissions:** `can_manage_cells` - Create, update, or delete cells ___ Update the definition of the entire Cell.
4336
4335
  * @summary Update Configuration
@@ -4340,7 +4339,7 @@ declare class CellApi extends BaseAPI {
4340
4339
  * @param {*} [options] Override http request option.
4341
4340
  * @throws {RequiredError}
4342
4341
  */
4343
- updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4342
+ updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4344
4343
  }
4345
4344
  /**
4346
4345
  * ControllerApi - axios parameter creator
@@ -4766,7 +4765,7 @@ declare class ControllerApi extends BaseAPI {
4766
4765
  * @param {*} [options] Override http request option.
4767
4766
  * @throws {RequiredError}
4768
4767
  */
4769
- addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4768
+ addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4770
4769
  /**
4771
4770
  * **Required permissions:** `can_manage_controllers` - Create, update, or delete robot controllers ___ Delete all robot controllers from the cell. To replace all robot controllers in a cell, use this endpoint in combination with the \'Add Robot Controller\' endpoint. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
4772
4771
  * @summary Clear Robot Controllers
@@ -4775,7 +4774,7 @@ declare class ControllerApi extends BaseAPI {
4775
4774
  * @param {*} [options] Override http request option.
4776
4775
  * @throws {RequiredError}
4777
4776
  */
4778
- clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4777
+ clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4779
4778
  /**
4780
4779
  * **Required permissions:** `can_manage_controllers` - Create, update, or delete robot controllers ___ Delete a robot controller from the cell. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
4781
4780
  * @summary Delete Robot Controller
@@ -4785,7 +4784,7 @@ declare class ControllerApi extends BaseAPI {
4785
4784
  * @param {*} [options] Override http request option.
4786
4785
  * @throws {RequiredError}
4787
4786
  */
4788
- deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4787
+ deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4789
4788
  /**
4790
4789
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get the current state of a robot controller.
4791
4790
  * @summary State of Device
@@ -4794,7 +4793,7 @@ declare class ControllerApi extends BaseAPI {
4794
4793
  * @param {*} [options] Override http request option.
4795
4794
  * @throws {RequiredError}
4796
4795
  */
4797
- getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RobotControllerState, any>>;
4796
+ getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RobotControllerState, any, {}>>;
4798
4797
  /**
4799
4798
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get the current robot system mode of a registered robot controller. The robot system mode indicates if a robot controller can be used. See [setDefaultMode](#/operations/setDefaultMode) for more information about the different modes. The mode is influenced by the operating mode of the robot controller. The operating mode can be changed via [setDefaultMode](#/operations/setDefaultMode). Request the current operating mode of the robot controller via [getCurrentRobotControllerState](#/operations/getCurrentRobotControllerState).
4800
4799
  * @summary Current Mode
@@ -4803,7 +4802,7 @@ declare class ControllerApi extends BaseAPI {
4803
4802
  * @param {*} [options] Override http request option.
4804
4803
  * @throws {RequiredError}
4805
4804
  */
4806
- getMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<GetModeResponse, any>>;
4805
+ getMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<GetModeResponse, any, {}>>;
4807
4806
  /**
4808
4807
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get the configuration for a robot controller.
4809
4808
  * @summary Robot Controller Configuration
@@ -4812,7 +4811,7 @@ declare class ControllerApi extends BaseAPI {
4812
4811
  * @param {*} [options] Override http request option.
4813
4812
  * @throws {RequiredError}
4814
4813
  */
4815
- getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RobotController, any>>;
4814
+ getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RobotController, any, {}>>;
4816
4815
  /**
4817
4816
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Lists supported operating modes. Usually cobots support free drive and control, industrial robots only support control.
4818
4817
  * @summary Supported Motion Modes
@@ -4821,7 +4820,7 @@ declare class ControllerApi extends BaseAPI {
4821
4820
  * @param {*} [options] Override http request option.
4822
4821
  * @throws {RequiredError}
4823
4822
  */
4824
- getSupportedModes(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ControllerCapabilities, any>>;
4823
+ getSupportedModes(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ControllerCapabilities, any, {}>>;
4825
4824
  /**
4826
4825
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Receive data to configure a virtual robot controller based on another controller. This can be used to create a virtual clone of a specific physical robot. When adding a virtual controller, use the virtual configuration variant of [addRobotController](#/operations/addRobotController) and pass the content string from this endpoint as the `json` field. Omit the `type` field that selects a preset configuration, which is not required when providing a complete configuration. > **NOTE** > > The output generated by this endpoint can be too large for the site to handle and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
4827
4826
  * @summary Virtual Robot Configuration
@@ -4830,7 +4829,7 @@ declare class ControllerApi extends BaseAPI {
4830
4829
  * @param {*} [options] Override http request option.
4831
4830
  * @throws {RequiredError}
4832
4831
  */
4833
- getVirtualRobotConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<VirtualRobotConfiguration, any>>;
4832
+ getVirtualRobotConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<VirtualRobotConfiguration, any, {}>>;
4834
4833
  /**
4835
4834
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ List all configured robot controllers.
4836
4835
  * @summary List Robot Controllers
@@ -4838,7 +4837,7 @@ declare class ControllerApi extends BaseAPI {
4838
4837
  * @param {*} [options] Override http request option.
4839
4838
  * @throws {RequiredError}
4840
4839
  */
4841
- listControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ControllerInstanceList, any>>;
4840
+ listControllers(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ControllerInstanceList, any, {}>>;
4842
4841
  /**
4843
4842
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Switch between monitor and control usage as default for a robot controller. Monitoring mode is used to read information from the robot controller and control mode is used to command the robot system. As long as the robot controller is connected via network, monitoring mode is always possible. To switch to control mode, the robot controller must be in `automatic` or `manual` operating mode and safety state \'normal\' or \'reduced\'. If the robot controller is in `manual` operating mode, you have to manually confirm the control usage activation on the robot control panel. This manual confirmation can\'t be replaced with this API. Without manual confirmation, the robot controller will stay in monitor mode. The robot system will try to activate the required operation mode for the requested usage unless no active call requires a different mode. > **NOTE** > > Some robot controllers prevent the external activation of automatic operating mode. In this case, changing the operating mode manually at the robot controller is mandatory. > **NOTE** > > The current operation mode and safety state can be requested via [getCurrentRobotControllerState](#/operations/getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
4844
4843
  * @summary Set Default Mode
@@ -4848,7 +4847,7 @@ declare class ControllerApi extends BaseAPI {
4848
4847
  * @param {*} [options] Override http request option.
4849
4848
  * @throws {RequiredError}
4850
4849
  */
4851
- setDefaultMode(cell: string, controller: string, mode: SetDefaultModeModeEnum, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4850
+ setDefaultMode(cell: string, controller: string, mode: SetDefaultModeModeEnum, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4852
4851
  /**
4853
4852
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Sets the robot controller into freedrive mode and stays in freedrive until the websocket connection is closed by the client. In freedrive mode, it is possible to move the attached motion groups by hand. This is a blocking call. As long as the websocket connection is open, no other endpoint can control or move the robot. <!-- theme: danger --> > **DANGER** > Danger caused by robot. Improper assessment by the integrator of the application-specific hazards can result in people being crushed, > drawn in or caught due to the robot\'s complex movement sequences. Before opening the websocket, ensure that > - The robot is in a safe state, > - The right payload is set (e.g by using the (getActivePayload)[getActivePayload] endpoint), > - No humans or object are within the robot\'s reach or within the cell. As long as the websocket connection is open you will get the current state of the robot system in the response in the specified response_rate. If the activation failed, the returned status will return possible reasons for the failure. Free drive mode is only available for robot controllers that support it, in particular Collobarative Robots (\"Cobots\"). Use the (getSupportedModes)[getSupportedModes] endpoint to check if the robot controller supports free drive mode.
4854
4853
  * @summary Stream Free Drive Mode
@@ -4858,7 +4857,7 @@ declare class ControllerApi extends BaseAPI {
4858
4857
  * @param {*} [options] Override http request option.
4859
4858
  * @throws {RequiredError}
4860
4859
  */
4861
- streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RobotControllerState, any>>;
4860
+ streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RobotControllerState, any, {}>>;
4862
4861
  /**
4863
4862
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Receive updates of the current robot system mode of a robot controller via websocket upon robot system mode change. See [setDefaultMode](#/operations/setDefaultMode) for more information about the different modes.
4864
4863
  * @summary Stream Mode Change
@@ -4867,7 +4866,7 @@ declare class ControllerApi extends BaseAPI {
4867
4866
  * @param {*} [options] Override http request option.
4868
4867
  * @throws {RequiredError}
4869
4868
  */
4870
- streamModeChange(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ModeChangeResponse, any>>;
4869
+ streamModeChange(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ModeChangeResponse, any, {}>>;
4871
4870
  /**
4872
4871
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Receive updates of the state of a robot controller.
4873
4872
  * @summary Stream State of Device
@@ -4877,7 +4876,7 @@ declare class ControllerApi extends BaseAPI {
4877
4876
  * @param {*} [options] Override http request option.
4878
4877
  * @throws {RequiredError}
4879
4878
  */
4880
- streamRobotControllerState(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RobotControllerState, any>>;
4879
+ streamRobotControllerState(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RobotControllerState, any, {}>>;
4881
4880
  /**
4882
4881
  * **Required permissions:** `can_manage_controllers` - Create, update, or delete robot controllers ___ Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior. To update a virtual controller, the previous controller will be deleted and a new one created. Changes to the configuration, e.g., TCPs, coordinate systems, mounting, are **not** transferred to the new robot. <!-- theme: info --> > **NOTE** > > An update is not a reset. To do a reset: > 1. Get the current configuration via [getRobotController](#/operations/getRobotController). > 2. Delete the existing virtual robot controller via [deleteRobotController](#/operations/deleteRobotController). > 3. Add a virtual robot controller with [addRobotController](#/operations/addRobotController).
4883
4882
  * @summary Update Robot Controller Configuration
@@ -4888,7 +4887,7 @@ declare class ControllerApi extends BaseAPI {
4888
4887
  * @param {*} [options] Override http request option.
4889
4888
  * @throws {RequiredError}
4890
4889
  */
4891
- updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
4890
+ updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
4892
4891
  }
4893
4892
  declare const SetDefaultModeModeEnum: {
4894
4893
  readonly ModeMonitor: "MODE_MONITOR";
@@ -5085,7 +5084,7 @@ declare class ControllerIOsApi extends BaseAPI {
5085
5084
  * @param {*} [options] Override http request option.
5086
5085
  * @throws {RequiredError}
5087
5086
  */
5088
- listIODescriptions(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListIODescriptionsResponse, any>>;
5087
+ listIODescriptions(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListIODescriptionsResponse, any, {}>>;
5089
5088
  /**
5090
5089
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Retrieves the current values of I/Os. The identifiers of the I/Os must be provided in the request. Request all available I/O identifiers via [listIODescriptions](#/operations/listIODescriptions).
5091
5090
  * @summary Values
@@ -5095,7 +5094,7 @@ declare class ControllerIOsApi extends BaseAPI {
5095
5094
  * @param {*} [options] Override http request option.
5096
5095
  * @throws {RequiredError}
5097
5096
  */
5098
- listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListIOValuesResponse, any>>;
5097
+ listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListIOValuesResponse, any, {}>>;
5099
5098
  /**
5100
5099
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Set the values of outputs. All available I/O identifiers and possible value ranges can be requested via [listIODescriptions](#/operations/listIODescriptions). The call will return once the values have been set on and accepted by the robot. This might take up to 200 milliseconds. > **NOTE** > > Do not call this endpoint while another request is still in progress. The second call will fail.
5101
5100
  * @summary Set Values
@@ -5105,7 +5104,7 @@ declare class ControllerIOsApi extends BaseAPI {
5105
5104
  * @param {*} [options] Override http request option.
5106
5105
  * @throws {RequiredError}
5107
5106
  */
5108
- setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
5107
+ setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
5109
5108
  /**
5110
5109
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Continuously receive updates of I/O values via websocket. Updates are sent in the update rate of the controller. > **NOTE** > > Do not request too many values simultaneously as the request is then likely to fail. The amount of values that can be streamed simultaneously depends on the specific robot controller. > **NOTE** > > The inputs and outputs are sent in the update rate of the controller to prevent losing any values. Consider that this might lead to a high amount of data transmitted.
5111
5110
  * @summary Stream Values
@@ -5115,7 +5114,7 @@ declare class ControllerIOsApi extends BaseAPI {
5115
5114
  * @param {*} [options] Override http request option.
5116
5115
  * @throws {RequiredError}
5117
5116
  */
5118
- streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListIOValuesResponse, any>>;
5117
+ streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListIOValuesResponse, any, {}>>;
5119
5118
  /**
5120
5119
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Wait until an I/O reaches a certain value. This call returns as soon as the condition is met or the request fails. The comparison_type value is used to define how the current value of the I/O is compared with given value. Only set the value that corresponds to the value_type of the I/O, see (listIODescriptions)[listIODescriptions] for more information. Examples: If you want to wait until an analog input (\"AI_1\") is less than 10, you would set io to \"AI_1\" comparison_type to COMPARISON_LESS and only integer_value to 10. If you want to wait until an analog input (\"AI_2\") is greater than 5.0, you would set io to \"AI_2\" comparison_type to COMPARISON_GREATER and only floating_value to 5.0. If you want to wait until a digital input (\"DI_3\") is true, you would set io to \"DI_3\" comparison_type to COMPARISON_EQUAL and only boolean_value to true.
5121
5120
  * @summary Wait For
@@ -5129,7 +5128,7 @@ declare class ControllerIOsApi extends BaseAPI {
5129
5128
  * @param {*} [options] Override http request option.
5130
5129
  * @throws {RequiredError}
5131
5130
  */
5132
- waitForIOEvent(cell: string, controller: string, io: string, comparisonType: WaitForIOEventComparisonTypeEnum, booleanValue?: boolean, integerValue?: string, floatingValue?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<boolean, any>>;
5131
+ waitForIOEvent(cell: string, controller: string, io: string, comparisonType: WaitForIOEventComparisonTypeEnum, booleanValue?: boolean, integerValue?: string, floatingValue?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<boolean, any, {}>>;
5133
5132
  }
5134
5133
  declare const WaitForIOEventComparisonTypeEnum: {
5135
5134
  readonly ComparisonTypeEqual: "COMPARISON_TYPE_EQUAL";
@@ -5305,7 +5304,7 @@ declare class CoordinateSystemsApi extends BaseAPI {
5305
5304
  * @param {*} [options] Override http request option.
5306
5305
  * @throws {RequiredError}
5307
5306
  */
5308
- addCoordinateSystem(cell: string, addRequest: AddRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CoordinateSystem, any>>;
5307
+ addCoordinateSystem(cell: string, addRequest: AddRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CoordinateSystem, any, {}>>;
5309
5308
  /**
5310
5309
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Removes a user coordinate system specified by the given identifier. > **NOTE** > > If the coordinate system has originally been configured on the robot controller, it will remain on the controller even after this endpoint has been executed successfully.. This will remove the user coordinate system from the list of user coordinate systems but keep all dependent coordinate systems which use the deleted coordinate system as reference. Coordinate systems on the robot controller are not affected by this operation. They can be removed via the robot control panel only and will be removed in NOVA when the controller is removed. On virtual controllers, use the [deleteVirtualRobotCoordinateSystem](#/operations/deleteVirtualRobotCoordinateSystem) endpoint to remove coordinate systems from NOVA and the virtual controller. All available coordinate systems can be listed via the [listCoordinateSystems](#/operations/listCoordinateSystems) endpoint.
5311
5310
  * @summary Delete
@@ -5314,7 +5313,7 @@ declare class CoordinateSystemsApi extends BaseAPI {
5314
5313
  * @param {*} [options] Override http request option.
5315
5314
  * @throws {RequiredError}
5316
5315
  */
5317
- deleteCoordinateSystem(cell: string, coordinateSystem: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
5316
+ deleteCoordinateSystem(cell: string, coordinateSystem: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
5318
5317
  /**
5319
5318
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Request a coordinate system specification for a given identifier. Use parameter rotation_type to get the orientation part of the transformation offset of the coordinate system returned in the requested rotation angle type. If parameter rotation_type is not set, the orientation part of the transformation offset of the coordinate system is returned in the rotation angle type used on the robot controller. This can be useful for visualization purposes in the client application due to equivalent numbers with robot control panel visualization. User coordinate systems can be configured on a robot controller during setup or added to the system via the [addCoordinateSystem](#/operations/addCoordinateSystem) endpoint. Updating the robot controller\'s configuration either requires credentials or is not possible. With the endpoint [addCoordinateSystem](#/operations/addCoordinateSystem) you can create a coordinate system without changing the robot controller\'s configuration.
5320
5319
  * @summary Description
@@ -5324,7 +5323,7 @@ declare class CoordinateSystemsApi extends BaseAPI {
5324
5323
  * @param {*} [options] Override http request option.
5325
5324
  * @throws {RequiredError}
5326
5325
  */
5327
- getCoordinateSystem(cell: string, coordinateSystem: string, rotationType?: RotationAngleTypes, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CoordinateSystem, any>>;
5326
+ getCoordinateSystem(cell: string, coordinateSystem: string, rotationType?: RotationAngleTypes, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CoordinateSystem, any, {}>>;
5328
5327
  /**
5329
5328
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Lists all specifications of coordinate systems from robot controllers and user coordinate systems added to the system via the [addCoordinateSystem](#/operations/addCoordinateSystem) endpoint. Use parameter rotation_type to get the orientation part of the transformation offset of the coordinate system returned in the requested rotation angle type. If parameter rotation_type is not set, the orientation part of the transformation offset of the coordinate system is returned in the rotation angle type used on the robot controller. This can be useful for visualization purposes in the client application due to equivalent numbers with robot control panel visualization. The coordinate systems from the robot controller are loaded when the motion group associated with the coordinate system is activated. With deactivation of the motion group, the associated coordinate systems are removed from NOVA. The unique identifier of the coordinate systems from the robot controllers are suffixed with \"On\" + the unique identifier of the robot controller. Updating the robot controller\'s configuration either requires credentials or is not possible. With the endpoint [addCoordinateSystem](#/operations/addCoordinateSystem) you can create a coordinate system without changing the robot controller\'s configuration.
5330
5329
  * @summary List
@@ -5333,7 +5332,7 @@ declare class CoordinateSystemsApi extends BaseAPI {
5333
5332
  * @param {*} [options] Override http request option.
5334
5333
  * @throws {RequiredError}
5335
5334
  */
5336
- listCoordinateSystems(cell: string, rotationType?: RotationAngleTypes, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListResponse, any>>;
5335
+ listCoordinateSystems(cell: string, rotationType?: RotationAngleTypes, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListResponse, any, {}>>;
5337
5336
  /**
5338
5337
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Transform a pose to another base.
5339
5338
  * @summary Transform
@@ -5343,7 +5342,7 @@ declare class CoordinateSystemsApi extends BaseAPI {
5343
5342
  * @param {*} [options] Override http request option.
5344
5343
  * @throws {RequiredError}
5345
5344
  */
5346
- transformInCoordinateSystem(cell: string, coordinateSystem: string, pose: Pose, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<Pose, any>>;
5345
+ transformInCoordinateSystem(cell: string, coordinateSystem: string, pose: Pose, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Pose, any, {}>>;
5347
5346
  }
5348
5347
  /**
5349
5348
  * DeviceConfigurationApi - axios parameter creator
@@ -5516,7 +5515,7 @@ declare class DeviceConfigurationApi extends BaseAPI {
5516
5515
  * @deprecated
5517
5516
  * @throws {RequiredError}
5518
5517
  */
5519
- clearDevices(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
5518
+ clearDevices(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
5520
5519
  /**
5521
5520
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Deprecated endpoint. Overwrite existing devices in an existing robot cell. The devices are added to the robot cell in the order they are specified in the request body. Each device needs to have a unique identifier which is used to reference the device in Wandelscript. Devices which can be configured in the cell: - Robots - OPC UA devices ## Parameters - For more information about the available device configurations have a look at the **Schema** tab or in the provided examples.
5522
5521
  * @summary Create Devices
@@ -5526,7 +5525,7 @@ declare class DeviceConfigurationApi extends BaseAPI {
5526
5525
  * @deprecated
5527
5526
  * @throws {RequiredError}
5528
5527
  */
5529
- createDevice(cell: string, createDeviceRequestInner: Array<CreateDeviceRequestInner>, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<any, any>>;
5528
+ createDevice(cell: string, createDeviceRequestInner: Array<CreateDeviceRequestInner>, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<any, any, {}>>;
5530
5529
  /**
5531
5530
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Deprecated endpoint. Deletes a specific device from the cell.
5532
5531
  * @summary Delete Device
@@ -5536,7 +5535,7 @@ declare class DeviceConfigurationApi extends BaseAPI {
5536
5535
  * @deprecated
5537
5536
  * @throws {RequiredError}
5538
5537
  */
5539
- deleteDevice(cell: string, identifier: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
5538
+ deleteDevice(cell: string, identifier: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
5540
5539
  /**
5541
5540
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Deprecated endpoint. Returns information about a device.
5542
5541
  * @summary Device Information
@@ -5546,7 +5545,7 @@ declare class DeviceConfigurationApi extends BaseAPI {
5546
5545
  * @deprecated
5547
5546
  * @throws {RequiredError}
5548
5547
  */
5549
- getDevice(cell: string, identifier: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<any, any>>;
5548
+ getDevice(cell: string, identifier: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<any, any, {}>>;
5550
5549
  /**
5551
5550
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Deprecated endpoint. Lists all devices which are configured in the cell: - Robots - Databases - OPC UA devices
5552
5551
  * @summary List All Devices
@@ -5555,7 +5554,7 @@ declare class DeviceConfigurationApi extends BaseAPI {
5555
5554
  * @deprecated
5556
5555
  * @throws {RequiredError}
5557
5556
  */
5558
- listDevices(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListDevices200ResponseInner[], any>>;
5557
+ listDevices(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListDevices200ResponseInner[], any, {}>>;
5559
5558
  }
5560
5559
  /**
5561
5560
  * LibraryProgramApi - axios parameter creator
@@ -5726,7 +5725,7 @@ declare class LibraryProgramApi extends BaseAPI {
5726
5725
  * @param {*} [options] Override http request option.
5727
5726
  * @throws {RequiredError}
5728
5727
  */
5729
- createProgram(cell: string, body: string, name?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramMetadata, any>>;
5728
+ createProgram(cell: string, body: string, name?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramMetadata, any, {}>>;
5730
5729
  /**
5731
5730
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ <!-- theme: danger --> > **Experimental** Deletes the program with the corresponding metadata. This action is irreversible. Does not delete the associated recipes.
5732
5731
  * @summary Delete Program
@@ -5735,7 +5734,7 @@ declare class LibraryProgramApi extends BaseAPI {
5735
5734
  * @param {*} [options] Override http request option.
5736
5735
  * @throws {RequiredError}
5737
5736
  */
5738
- deleteProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramMetadata, any>>;
5737
+ deleteProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramMetadata, any, {}>>;
5739
5738
  /**
5740
5739
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ <!-- theme: danger --> > **Experimental** Deletes the provided list of programs with the corresponding metadata. This action is irreversible. Does not delete the associated recipes.
5741
5740
  * @summary Delete Program List
@@ -5744,7 +5743,7 @@ declare class LibraryProgramApi extends BaseAPI {
5744
5743
  * @param {*} [options] Override http request option.
5745
5744
  * @throws {RequiredError}
5746
5745
  */
5747
- deleteProgramList(cell: string, programIds: Array<string>, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListProgramMetadataResponse, any>>;
5746
+ deleteProgramList(cell: string, programIds: Array<string>, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListProgramMetadataResponse, any, {}>>;
5748
5747
  /**
5749
5748
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Returns the content of the program. The identifier of the program is received upon creation or from the metadata list of all the programs.
5750
5749
  * @summary Get Program
@@ -5753,7 +5752,7 @@ declare class LibraryProgramApi extends BaseAPI {
5753
5752
  * @param {*} [options] Override http request option.
5754
5753
  * @throws {RequiredError}
5755
5754
  */
5756
- getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<string, any>>;
5755
+ getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string, any, {}>>;
5757
5756
  /**
5758
5757
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ <!-- theme: danger --> > **Experimental** Updates the content of the program. The update overwrites the existing content. The metadata is updated in correspondence. ## Examples ``` move via p2p() to [0, 0, 0, 0, 0, 0] move frame(\"flange\") to [1, 2, 0] move via line() to [1, 1, 0] a := planned_pose() ``` ``` {% from \'schneider_conveyor_v1.j2\' import schneider_conveyor_library -%} {{ schneider_conveyor_library() }} def start_main(): conveyor_speed_percentage = {{ conveyor_speed_percentage | round(4) }} conveyer_speed = conveyor_speed_percentage*1500 schneider_conveyor_start(conveyer_speed) end ```
5759
5758
  * @summary Update Program
@@ -5763,7 +5762,7 @@ declare class LibraryProgramApi extends BaseAPI {
5763
5762
  * @param {*} [options] Override http request option.
5764
5763
  * @throws {RequiredError}
5765
5764
  */
5766
- updateProgram(cell: string, program: string, body: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramMetadata, any>>;
5765
+ updateProgram(cell: string, program: string, body: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramMetadata, any, {}>>;
5767
5766
  }
5768
5767
  /**
5769
5768
  * LibraryProgramMetadataApi - axios parameter creator
@@ -5906,7 +5905,7 @@ declare class LibraryProgramMetadataApi extends BaseAPI {
5906
5905
  * @param {*} [options] Override http request option.
5907
5906
  * @throws {RequiredError}
5908
5907
  */
5909
- getProgramMetadata(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramMetadata, any>>;
5908
+ getProgramMetadata(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramMetadata, any, {}>>;
5910
5909
  /**
5911
5910
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Returns a list of all the stored programs, represented by their metadata.
5912
5911
  * @summary List Program Metadata
@@ -5915,7 +5914,7 @@ declare class LibraryProgramMetadataApi extends BaseAPI {
5915
5914
  * @param {*} [options] Override http request option.
5916
5915
  * @throws {RequiredError}
5917
5916
  */
5918
- listProgramMetadata(cell: string, showHidden?: boolean, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListProgramMetadataResponse, any>>;
5917
+ listProgramMetadata(cell: string, showHidden?: boolean, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListProgramMetadataResponse, any, {}>>;
5919
5918
  /**
5920
5919
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ <!-- theme: danger --> > **Experimental** Updates the metadata of the corresponding program. The update is partial, only the set fields get updated.
5921
5920
  * @summary Update Program Metadata
@@ -5925,7 +5924,7 @@ declare class LibraryProgramMetadataApi extends BaseAPI {
5925
5924
  * @param {*} [options] Override http request option.
5926
5925
  * @throws {RequiredError}
5927
5926
  */
5928
- updateProgramMetadata(cell: string, program: string, updateProgramMetadataRequest: UpdateProgramMetadataRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramMetadata, any>>;
5927
+ updateProgramMetadata(cell: string, program: string, updateProgramMetadataRequest: UpdateProgramMetadataRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramMetadata, any, {}>>;
5929
5928
  /**
5930
5929
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ <!-- theme: danger --> > **Experimental** Uploads an image for the corresponding program. The image is served as a static file. The path to the image is stored in the metadata.
5931
5930
  * @summary Upload Program Metadata Image
@@ -5935,7 +5934,7 @@ declare class LibraryProgramMetadataApi extends BaseAPI {
5935
5934
  * @param {*} [options] Override http request option.
5936
5935
  * @throws {RequiredError}
5937
5936
  */
5938
- uploadProgramMetadataImage(cell: string, program: string, file: File, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramMetadata, any>>;
5937
+ uploadProgramMetadataImage(cell: string, program: string, file: File, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramMetadata, any, {}>>;
5939
5938
  }
5940
5939
  /**
5941
5940
  * LibraryRecipeApi - axios parameter creator
@@ -6110,7 +6109,7 @@ declare class LibraryRecipeApi extends BaseAPI {
6110
6109
  * @param {*} [options] Override http request option.
6111
6110
  * @throws {RequiredError}
6112
6111
  */
6113
- createRecipe(cell: string, programId: string, body: object, name?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RecipeMetadata, any>>;
6112
+ createRecipe(cell: string, programId: string, body: object, name?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RecipeMetadata, any, {}>>;
6114
6113
  /**
6115
6114
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ # EXPERIMENTAL > **Note:** This endpoint is experimental and might experience functional changes in the future. Deletes a recipe. This action is irreversible.
6116
6115
  * @summary Delete Recipe
@@ -6119,7 +6118,7 @@ declare class LibraryRecipeApi extends BaseAPI {
6119
6118
  * @param {*} [options] Override http request option.
6120
6119
  * @throws {RequiredError}
6121
6120
  */
6122
- deleteRecipe(cell: string, recipe: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RecipeMetadata, any>>;
6121
+ deleteRecipe(cell: string, recipe: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RecipeMetadata, any, {}>>;
6123
6122
  /**
6124
6123
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ <!-- theme: danger --> > **Experimental** Deletes the provided list of recipes. This action is irreversible.
6125
6124
  * @summary Delete Recipe List
@@ -6128,7 +6127,7 @@ declare class LibraryRecipeApi extends BaseAPI {
6128
6127
  * @param {*} [options] Override http request option.
6129
6128
  * @throws {RequiredError}
6130
6129
  */
6131
- deleteRecipeList(cell: string, recipeIds: Array<string>, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListRecipeMetadataResponse, any>>;
6130
+ deleteRecipeList(cell: string, recipeIds: Array<string>, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListRecipeMetadataResponse, any, {}>>;
6132
6131
  /**
6133
6132
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Returns the content of a recipe. The identifier of the recipe is recieved on creation or from the metadata list of all the recipes.
6134
6133
  * @summary Get Recipe
@@ -6137,7 +6136,7 @@ declare class LibraryRecipeApi extends BaseAPI {
6137
6136
  * @param {*} [options] Override http request option.
6138
6137
  * @throws {RequiredError}
6139
6138
  */
6140
- getRecipe(cell: string, recipe: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
6139
+ getRecipe(cell: string, recipe: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
6141
6140
  /**
6142
6141
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ <!-- theme: danger --> > **Experimental** Updates an existing recipe. The update is partial, only the set fields get updated.
6143
6142
  * @summary Update Recipe
@@ -6147,7 +6146,7 @@ declare class LibraryRecipeApi extends BaseAPI {
6147
6146
  * @param {*} [options] Override http request option.
6148
6147
  * @throws {RequiredError}
6149
6148
  */
6150
- updateRecipe(cell: string, recipe: string, body: object, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RecipeMetadata, any>>;
6149
+ updateRecipe(cell: string, recipe: string, body: object, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RecipeMetadata, any, {}>>;
6151
6150
  }
6152
6151
  /**
6153
6152
  * LibraryRecipeMetadataApi - axios parameter creator
@@ -6287,7 +6286,7 @@ declare class LibraryRecipeMetadataApi extends BaseAPI {
6287
6286
  * @param {*} [options] Override http request option.
6288
6287
  * @throws {RequiredError}
6289
6288
  */
6290
- getRecipeMetadata(cell: string, recipe: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RecipeMetadata, any>>;
6289
+ getRecipeMetadata(cell: string, recipe: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RecipeMetadata, any, {}>>;
6291
6290
  /**
6292
6291
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** List of all the stored recipes, represented by their metadata.
6293
6292
  * @summary List Recipe Metadata
@@ -6295,7 +6294,7 @@ declare class LibraryRecipeMetadataApi extends BaseAPI {
6295
6294
  * @param {*} [options] Override http request option.
6296
6295
  * @throws {RequiredError}
6297
6296
  */
6298
- listRecipeMetadata(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListRecipeMetadataResponse, any>>;
6297
+ listRecipeMetadata(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListRecipeMetadataResponse, any, {}>>;
6299
6298
  /**
6300
6299
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ <!-- theme: danger --> > **Experimental** Updates the metadata of a recipe. The update is partial, only the set fields get updated.
6301
6300
  * @summary Update Recipe Metadata
@@ -6305,7 +6304,7 @@ declare class LibraryRecipeMetadataApi extends BaseAPI {
6305
6304
  * @param {*} [options] Override http request option.
6306
6305
  * @throws {RequiredError}
6307
6306
  */
6308
- updateRecipeMetadata(cell: string, recipe: string, updateRecipeMetadataRequest: UpdateRecipeMetadataRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RecipeMetadata, any>>;
6307
+ updateRecipeMetadata(cell: string, recipe: string, updateRecipeMetadataRequest: UpdateRecipeMetadataRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RecipeMetadata, any, {}>>;
6309
6308
  /**
6310
6309
  * **Required permissions:** `can_manage_programs` - Create, update, or delete programs ___ <!-- theme: danger --> > **Experimental** Uploads an image for a recipe. The image is served as a static file and the path is stored in the metadata.
6311
6310
  * @summary Upload Recipe Metadata Image
@@ -6315,7 +6314,7 @@ declare class LibraryRecipeMetadataApi extends BaseAPI {
6315
6314
  * @param {*} [options] Override http request option.
6316
6315
  * @throws {RequiredError}
6317
6316
  */
6318
- uploadRecipeMetadataImage(cell: string, recipe: string, file: File, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RecipeMetadata, any>>;
6317
+ uploadRecipeMetadataImage(cell: string, recipe: string, file: File, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RecipeMetadata, any, {}>>;
6319
6318
  }
6320
6319
  /**
6321
6320
  * LicenseApi - axios parameter creator
@@ -6430,28 +6429,28 @@ declare class LicenseApi extends BaseAPI {
6430
6429
  * @param {*} [options] Override http request option.
6431
6430
  * @throws {RequiredError}
6432
6431
  */
6433
- activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<License, any>>;
6432
+ activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<License, any, {}>>;
6434
6433
  /**
6435
6434
  * **Required permissions:** `can_manage_license` - Manage license configuration ___ Deactivates active license.
6436
6435
  * @summary Deactivate license
6437
6436
  * @param {*} [options] Override http request option.
6438
6437
  * @throws {RequiredError}
6439
6438
  */
6440
- deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
6439
+ deactivateLicense(options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
6441
6440
  /**
6442
6441
  * **Required permissions:** `can_manage_license` - Manage license configuration ___ Get information on the license used with the Wandelbots NOVA instance, e.g. licensed product, expiration date, license status.
6443
6442
  * @summary Get license
6444
6443
  * @param {*} [options] Override http request option.
6445
6444
  * @throws {RequiredError}
6446
6445
  */
6447
- getLicense(options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<License, any>>;
6446
+ getLicense(options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<License, any, {}>>;
6448
6447
  /**
6449
6448
  * **Required permissions:** `can_access_license` - View license status ___ Get the license status. If `valid`, Wandelbots NOVA can be used. If `expired`, the license has to be renewed in order to use Wandelbots NOVA.
6450
6449
  * @summary Get license status
6451
6450
  * @param {*} [options] Override http request option.
6452
6451
  * @throws {RequiredError}
6453
6452
  */
6454
- getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<LicenseStatus, any>>;
6453
+ getLicenseStatus(options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<LicenseStatus, any, {}>>;
6455
6454
  }
6456
6455
  /**
6457
6456
  * MotionApi - axios parameter creator
@@ -7004,7 +7003,7 @@ declare class MotionApi extends BaseAPI {
7004
7003
  * @param {*} [options] Override http request option.
7005
7004
  * @throws {RequiredError}
7006
7005
  */
7007
- deleteAllMotions(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
7006
+ deleteAllMotions(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
7008
7007
  /**
7009
7008
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Remove a previously created motion from cache. Use [listMotions](#/operations/listMotions) to list all available motions. Motions are removed automatically if the motion group or the corresponding controller is disconnected.
7010
7009
  * @summary Remove
@@ -7013,7 +7012,7 @@ declare class MotionApi extends BaseAPI {
7013
7012
  * @param {*} [options] Override http request option.
7014
7013
  * @throws {RequiredError}
7015
7014
  */
7016
- deleteMotion(cell: string, motion: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
7015
+ deleteMotion(cell: string, motion: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
7017
7016
  /**
7018
7017
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: danger --> > Websocket endpoint Provide execution control over a previously planned trajectory. Enable the caller to attach I/O actions to the trajectory. Understanding the concept of location: The location or path parameter specifies the exact position along a trajectory. The location is a scalar value that ranges from 0 to `n`, where `n` denotes the number of motion commands, or trajectory segments, e.g. line, p2p, etc. See [planMotion](#/operations/planMotion). Each integer value of the location corresponds to one motion command, e.g. 3.0 to 3.999 could be a line. ### Preconditions - The motion group\'s control mode is not claimed by any other endpoint. - The motion group\'s joint position is at the start location specified with InitializeMovementRequest. ### Requests #### 1. Send InitializeMovementRequest to lock the trajectory to this connection The following actions are executed: - Sets robot controller mode to control mode - Sets start location of the execution Keep in mind that only a single trajectory can be locked to a websocket connection at a time and not unlocked anymore. To execute another trajectory, a new connection must be established. #### 2. Send StartMovementRequest to start the movement - Sets direction of movement, default is forward. #### **Optional** - To pause, send PauseMovementRequest before the movement has reached its end location. - Change the movement\'s velocity with PlaybackSpeedRequest after initializing the movement with InitializeMovementRequest. ### Responses - InitializeMovementResponse is sent to signal the success or failure of the InitializeMovementRequest. - Movement responses are streamed after a StartMovementRequest successfully started the movement. Movement responses are streamed in a rate that is defined as the multiple of the controller step-rate closest to but not exceeding the rate configured by InitializeMovementRequest. - Standstill response is sent once the movement has finished or has come to a standstill due to a pause. - PauseMovementResponse is sent to signal the success of the PauseMovementRequest. It does not signal the end of the movement. End of movement is signaled by standstill response. - PlaybackSpeedResponse is sent to signal the success of the PlaybackSpeedRequest. - MovementError with error details is sent in case of an unexpected error, e.g. controller disconnects during movement. ### Tips and Tricks - A movement can be paused and resumed by sending PauseMovementRequest and StartMovementRequest. - Send PlaybackSpeedRequest before StartMovementRequest to reduce the velocity of the movement before it starts. - Send PlaybackSpeedRequest repeatedly to implement a slider. The velocity of the motion group can be adjusted with each controller step. Therefore, if your app needs a slider-like UI to alter the velocity of a currently running movement, you can send PlaybackSpeedRequest with different speed values repeatedly during the movement. - A closed trajectory (end and start joint position are equal) can be repeated by sending StartMovementRequest after the movement has finished.
7019
7018
  * @summary Execute Trajectory
@@ -7022,7 +7021,7 @@ declare class MotionApi extends BaseAPI {
7022
7021
  * @param {*} [options] Override http request option.
7023
7022
  * @throws {RequiredError}
7024
7023
  */
7025
- executeTrajectory(cell: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ExecuteTrajectoryResponse, any>>;
7024
+ executeTrajectory(cell: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ExecuteTrajectoryResponse, any, {}>>;
7026
7025
  /**
7027
7026
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get the trajectory of a planned motion with defined `sample_time` in milliseconds (ms). The trajectory is a list of points containing cartesian and joint data. The cartesian data is in the requested coordinate system. To get a single point of the trajectory, please use the [getMotionTrajectorySample](#/operations/getMotionTrajectorySample) endpoint.
7028
7027
  * @summary Get Trajectory
@@ -7033,7 +7032,7 @@ declare class MotionApi extends BaseAPI {
7033
7032
  * @param {*} [options] Override http request option.
7034
7033
  * @throws {RequiredError}
7035
7034
  */
7036
- getMotionTrajectory(cell: string, motion: string, sampleTime: number, responsesCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<GetTrajectoryResponse, any>>;
7035
+ getMotionTrajectory(cell: string, motion: string, sampleTime: number, responsesCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<GetTrajectoryResponse, any, {}>>;
7037
7036
  /**
7038
7037
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get a single point at a certain location of a planned motion. To get the whole trajectory, use the [getMotionTrajectory](#/operations/getMotionTrajectory) endpoint.
7039
7038
  * @summary Get Trajectory Sample
@@ -7044,7 +7043,7 @@ declare class MotionApi extends BaseAPI {
7044
7043
  * @param {*} [options] Override http request option.
7045
7044
  * @throws {RequiredError}
7046
7045
  */
7047
- getMotionTrajectorySample(cell: string, motion: string, locationOnTrajectory?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<GetTrajectorySampleResponse, any>>;
7046
+ getMotionTrajectorySample(cell: string, motion: string, locationOnTrajectory?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<GetTrajectorySampleResponse, any, {}>>;
7048
7047
  /**
7049
7048
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get the joint data of a planned motion. The planned motion contains only the joint information, to persistently store and reload it later. The data will be sampled equidistantly with defined `sample_time` in milliseconds (ms). If not provided, the data is returned as it is stored on Wandelbots NOVA system. To request cartesian data for visualization purposes, use the [getMotionTrajectory](#/operations/getMotionTrajectory) endpoint. To get a single point of the planned motion, use the [getMotionTrajectorySample](#/operations/getMotionTrajectorySample) endpoint.
7050
7049
  * @summary Get Planned Motion
@@ -7054,7 +7053,7 @@ declare class MotionApi extends BaseAPI {
7054
7053
  * @param {*} [options] Override http request option.
7055
7054
  * @throws {RequiredError}
7056
7055
  */
7057
- getPlannedMotion(cell: string, motion: string, sampleTime?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<PlannedMotion, any>>;
7056
+ getPlannedMotion(cell: string, motion: string, sampleTime?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<PlannedMotion, any, {}>>;
7058
7057
  /**
7059
7058
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Returns motion group models that are supported for planning.
7060
7059
  * @summary Motion Group Models for Planning
@@ -7062,7 +7061,7 @@ declare class MotionApi extends BaseAPI {
7062
7061
  * @param {*} [options] Override http request option.
7063
7062
  * @throws {RequiredError}
7064
7063
  */
7065
- getPlanningMotionGroupModels(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<string[], any>>;
7064
+ getPlanningMotionGroupModels(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string[], any, {}>>;
7066
7065
  /**
7067
7066
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ List all currently planned and available motions. Use [planMotion](#/operations/planMotion) to plan a new motion. Motions are removed if the corresponding motion group or controller disconnects.
7068
7067
  * @summary List All Motions
@@ -7070,7 +7069,7 @@ declare class MotionApi extends BaseAPI {
7070
7069
  * @param {*} [options] Override http request option.
7071
7070
  * @throws {RequiredError}
7072
7071
  */
7073
- listMotions(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionIdsListResponse, any>>;
7072
+ listMotions(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionIdsListResponse, any, {}>>;
7074
7073
  /**
7075
7074
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Loads and validates the data of a planned motion into a motion session. The response contains information about the validated motion. Validation can lead to three different results: - Fully valid: The whole planned motion can be executed from start to end. The response will contain the session to move the robot. - Partially valid: Only parts of the planned motion can be executed. The response will contain the session to move the robot and information about the failure for the part that is not executable. - Invalid: The planned motion can not be executed. The response will tell you, which information about the reason of failure. If the motion is at least partially valid, the parts of the motion that are valid can be executed using the [streamMoveForward](#/operations/streamMoveForward) endpoint. You can use the following workflows: - Plan motions using the [planMotion](#/operations/planMotion) endpoint, - Store the planned motion persistently, - Use this endpoint to reload the stored motion and get a motion session for it. - Execute the loaded motion using the [streamMoveForward](#/operations/streamMoveForward) endpoint. OR: - Generate a planned motion with [planTrajectory](#/operations/planTrajectory) or your own motion planner, - Send the planned motion to this endpoint to validate it and get a motion session for it, - Execute your motion using the [streamMoveForward](#/operations/streamMoveForward) endpoint. Once a planned motion is validated, it is treated like a motion session and will appear in the list of available motions, see [listMotions](#/operations/listMotions) endpoint. You can then execute a motion session with the [streamMoveForward](#/operations/streamMoveForward) endpoint.
7076
7075
  * @summary Load Planned Motion
@@ -7079,7 +7078,7 @@ declare class MotionApi extends BaseAPI {
7079
7078
  * @param {*} [options] Override http request option.
7080
7079
  * @throws {RequiredError}
7081
7080
  */
7082
- loadPlannedMotion(cell: string, plannedMotion: PlannedMotion, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<PlanResponse, any>>;
7081
+ loadPlannedMotion(cell: string, plannedMotion: PlannedMotion, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<PlanResponse, any, {}>>;
7083
7082
  /**
7084
7083
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Plans a collision-free PTP motion for a single motion group. Use the following workflow to execute a planned trajectory: 1. Plan a collision-free movement/motion. 2. Validate and load the planned trajectory using the [loadPlannedMotion](#/operations/loadPlannedMotion) endpoint. 3. Execute the loaded trajectory using the [streamMove](#/operations/streamMove) endpoint.
7085
7084
  * @summary Plan Collision Free PTP
@@ -7088,7 +7087,7 @@ declare class MotionApi extends BaseAPI {
7088
7087
  * @param {*} [options] Override http request option.
7089
7088
  * @throws {RequiredError}
7090
7089
  */
7091
- planCollisionFreePTP(cell: string, planCollisionFreePTPRequest?: PlanCollisionFreePTPRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<PlanTrajectoryResponse, any>>;
7090
+ planCollisionFreePTP(cell: string, planCollisionFreePTPRequest?: PlanCollisionFreePTPRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<PlanTrajectoryResponse, any, {}>>;
7092
7091
  /**
7093
7092
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Deprecated endpoint. Use [planTrajectory](#/operations/planTrajectory) and [loadPlannedMotion](#/operations/loadPlannedMotion) instead. Plans a new motion for a single previously configured [motion group](#/operations/listMotionGroups). Motions are described by a sequence of motion commands starting with start joints. A motion is planned from standstill to standstill. A single motion has constant TCP and payload. Currently, I/O actions can\'t be attached to a motion to execute the action in realtime while a motion is executed. If an I/O is needed at a specific point, multiple motions need to be planned. If an I/O is needed to be set while a motion is executed, the endpoint [setOutputValues](#/operations/setOutputValues) could be used.
7094
7093
  * @summary Plan Motion
@@ -7098,7 +7097,7 @@ declare class MotionApi extends BaseAPI {
7098
7097
  * @deprecated
7099
7098
  * @throws {RequiredError}
7100
7099
  */
7101
- planMotion(cell: string, planRequest: PlanRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<PlanResponse, any>>;
7100
+ planMotion(cell: string, planRequest: PlanRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<PlanResponse, any, {}>>;
7102
7101
  /**
7103
7102
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Plans a new trajectory for a single motion group. Describe the trajectory as a sequence of motion commands that the robots TCP should follow. Use the following workflow to execute a planned trajectory: 1. Plan a trajectory. 2. Validate and load the planned trajectory using the [loadPlannedMotion](#/operations/loadPlannedMotion) endpoint. 3. Execute the loaded trajectory using the [streamMove](#/operations/streamMove) endpoint. If the trajectory is not executable, the PlanTrajectoryFailedResponse will contain the joint trajectory up until the error (e.g. a collision) occurred. EXCEPTION: If a CartesianPTP or JointPTP motion command has an invalid target, the response will contain the trajectory up until the start of the invalid PTP motion.
7104
7103
  * @summary Plan Trajectory
@@ -7107,7 +7106,7 @@ declare class MotionApi extends BaseAPI {
7107
7106
  * @param {*} [options] Override http request option.
7108
7107
  * @throws {RequiredError}
7109
7108
  */
7110
- planTrajectory(cell: string, planTrajectoryRequest?: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<PlanTrajectoryResponse, any>>;
7109
+ planTrajectory(cell: string, planTrajectoryRequest?: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<PlanTrajectoryResponse, any, {}>>;
7111
7110
  /**
7112
7111
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Stops an active motion gracefully with deceleration until standstill while staying on the planned trajectory. When an active movement is stopped any further update request will be rejected. This call will immediately return even if the deceleration is still in progress. The active movement stream returns responses until the robot has reached standstill. Currently it is not possible to restart the motion. Please send in a feature request if you need to restart/continue the motion.
7113
7112
  * @summary Stop
@@ -7116,7 +7115,7 @@ declare class MotionApi extends BaseAPI {
7116
7115
  * @param {*} [options] Override http request option.
7117
7116
  * @throws {RequiredError}
7118
7117
  */
7119
- stopExecution(cell: string, motion: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
7118
+ stopExecution(cell: string, motion: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
7120
7119
  /**
7121
7120
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Deprecated endpoint. Use `executeTrajectory` instead. Moves the motion group forward or backward along a previously planned motion. Or request to move the motion group via joint point-to-point to a given location on a planned motion. Or set the playback speed of the motion. Or stop the motion execution.
7122
7121
  * @summary Stream Move
@@ -7126,7 +7125,7 @@ declare class MotionApi extends BaseAPI {
7126
7125
  * @deprecated
7127
7126
  * @throws {RequiredError}
7128
7127
  */
7129
- streamMove(cell: string, streamMoveRequest: StreamMoveRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<StreamMoveResponse, any>>;
7128
+ streamMove(cell: string, streamMoveRequest: StreamMoveRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<StreamMoveResponse, any, {}>>;
7130
7129
  /**
7131
7130
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Deprecated endpoint. Use the [executeTrajectory](#/operations/executeTrajectory) endpoint instead. Request to move the motion group backward along a previously planned motion. Once started, you can stop a motion using the [stopExecution](#/operations/stopExecution) endpoint. Prerequisites, before starting the motion execution: - The motion group is currently at the endpoint of the planned motion OR - The motion was stopped using [stopExecution](#/operations/stopExecution) endpoint. Then it is possible to resume the motion execution from where it stopped OR - The motion group was moved onto the motion using the [streamMoveToTrajectoryViaJointP2P](#/operations/streamMoveToTrajectoryViaJointP2P) endpoint.
7132
7131
  * @summary Stream Backward
@@ -7140,7 +7139,7 @@ declare class MotionApi extends BaseAPI {
7140
7139
  * @deprecated
7141
7140
  * @throws {RequiredError}
7142
7141
  */
7143
- streamMoveBackward(cell: string, motion: string, playbackSpeedInPercent: number, responseRate?: number, responseCoordinateSystem?: string, startLocationOnTrajectory?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<StreamMoveResponse, any>>;
7142
+ streamMoveBackward(cell: string, motion: string, playbackSpeedInPercent: number, responseRate?: number, responseCoordinateSystem?: string, startLocationOnTrajectory?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<StreamMoveResponse, any, {}>>;
7144
7143
  /**
7145
7144
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Deprecated endpoint. Use the [executeTrajectory](#/operations/executeTrajectory) endpoint instead. Move the motion group forward along a previously planned motion. Once started, you can stop a motion using the [stopExecution](#/operations/stopExecution) endpoint. Prerequisites, before starting the motion execution: - The motion group is currently at the start point of the planned motion OR - The motion was stopped using [stopExecution](#/operations/stopExecution) endpoint. Then it is possible to resume the motion execution from where it stopped OR - The motion group was moved onto the motion using the [streamMoveToTrajectoryViaJointP2P](#/operations/streamMoveToTrajectoryViaJointP2P) endpoint.
7146
7145
  * @summary Stream Forward
@@ -7154,7 +7153,7 @@ declare class MotionApi extends BaseAPI {
7154
7153
  * @deprecated
7155
7154
  * @throws {RequiredError}
7156
7155
  */
7157
- streamMoveForward(cell: string, motion: string, playbackSpeedInPercent: number, responseRate?: number, responseCoordinateSystem?: string, startLocationOnTrajectory?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<StreamMoveResponse, any>>;
7156
+ streamMoveForward(cell: string, motion: string, playbackSpeedInPercent: number, responseRate?: number, responseCoordinateSystem?: string, startLocationOnTrajectory?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<StreamMoveResponse, any, {}>>;
7158
7157
  /**
7159
7158
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Request to move the motion group via joint point-to-point to a given location on a planned motion. You must use this endpoint in order to start moving from an arbritrary location of the trajectory. Afterwards, you are able to call [streamMoveForward](#/operations/streamMoveForward) or [streamMoveBackward](#/operations/streamMoveBackward) to move along planned motion. Use the [stopExecution](#/operations/stopExecution) endpoint to stop the motion gracefully.
7160
7159
  * @summary Stream to Trajectory
@@ -7171,7 +7170,7 @@ declare class MotionApi extends BaseAPI {
7171
7170
  * @param {*} [options] Override http request option.
7172
7171
  * @throws {RequiredError}
7173
7172
  */
7174
- streamMoveToTrajectoryViaJointPTP(cell: string, motion: string, locationOnTrajectory: number, limitOverrideJointVelocityLimitsJoints?: Array<number>, limitOverrideJointAccelerationLimitsJoints?: Array<number>, limitOverrideTcpVelocityLimit?: number, limitOverrideTcpAccelerationLimit?: number, limitOverrideTcpOrientationVelocityLimit?: number, limitOverrideTcpOrientationAccelerationLimit?: number, responsesCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<StreamMoveResponse, any>>;
7173
+ streamMoveToTrajectoryViaJointPTP(cell: string, motion: string, locationOnTrajectory: number, limitOverrideJointVelocityLimitsJoints?: Array<number>, limitOverrideJointAccelerationLimitsJoints?: Array<number>, limitOverrideTcpVelocityLimit?: number, limitOverrideTcpAccelerationLimit?: number, limitOverrideTcpOrientationVelocityLimit?: number, limitOverrideTcpOrientationAccelerationLimit?: number, responsesCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<StreamMoveResponse, any, {}>>;
7175
7174
  }
7176
7175
  /**
7177
7176
  * MotionGroupApi - axios parameter creator
@@ -7305,7 +7304,7 @@ declare class MotionGroupApi extends BaseAPI {
7305
7304
  * @param {*} [options] Override http request option.
7306
7305
  * @throws {RequiredError}
7307
7306
  */
7308
- activateAllMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupInstanceList, any>>;
7307
+ activateAllMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupInstanceList, any, {}>>;
7309
7308
  /**
7310
7309
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Activate the motion group and keep the motion group in an active status. To manually activate a motion group, use this endpoint. When activating a motion group, interacting with the controller in other ways is not possible. To deactivate a motion group, use [deactivateMotionGroup](#/operations/deactivateMotionGroup).
7311
7310
  * @summary Activate
@@ -7314,7 +7313,7 @@ declare class MotionGroupApi extends BaseAPI {
7314
7313
  * @param {*} [options] Override http request option.
7315
7314
  * @throws {RequiredError}
7316
7315
  */
7317
- activateMotionGroup(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupInstance, any>>;
7316
+ activateMotionGroup(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupInstance, any, {}>>;
7318
7317
  /**
7319
7318
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Deactivate a motion group. Activate the motion group and keeps the motion group in an active status. The robot controller streams information about all active motion groups. Deactivate motion groups that you no longer use. When deactivating motion groups, it is not possible to interact with the controller in any other way.
7320
7319
  * @summary Deactivate
@@ -7323,7 +7322,7 @@ declare class MotionGroupApi extends BaseAPI {
7323
7322
  * @param {*} [options] Override http request option.
7324
7323
  * @throws {RequiredError}
7325
7324
  */
7326
- deactivateMotionGroup(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
7325
+ deactivateMotionGroup(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
7327
7326
  /**
7328
7327
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ List all active motion groups. A motion group is active if it is currently used by a controller.
7329
7328
  * @summary List Active
@@ -7331,7 +7330,7 @@ declare class MotionGroupApi extends BaseAPI {
7331
7330
  * @param {*} [options] Override http request option.
7332
7331
  * @throws {RequiredError}
7333
7332
  */
7334
- listMotionGroups(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupInstanceList, any>>;
7333
+ listMotionGroups(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupInstanceList, any, {}>>;
7335
7334
  }
7336
7335
  /**
7337
7336
  * MotionGroupInfosApi - axios parameter creator
@@ -7681,7 +7680,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7681
7680
  * @param {*} [options] Override http request option.
7682
7681
  * @throws {RequiredError}
7683
7682
  */
7684
- getActivePayload(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<Payload, any>>;
7683
+ getActivePayload(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Payload, any, {}>>;
7685
7684
  /**
7686
7685
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get the internal selected TCP of a connected device.
7687
7686
  * @summary Selected TCP
@@ -7691,7 +7690,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7691
7690
  * @param {*} [options] Override http request option.
7692
7691
  * @throws {RequiredError}
7693
7692
  */
7694
- getActiveTcp(cell: string, motionGroup: string, rotationType?: RotationAngleTypes, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RobotTcp, any>>;
7693
+ getActiveTcp(cell: string, motionGroup: string, rotationType?: RotationAngleTypes, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RobotTcp, any, {}>>;
7695
7694
  /**
7696
7695
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Returns the current state of the selected motion group including the current joint position, velocity, pose, and more.
7697
7696
  * @summary State of Device
@@ -7702,7 +7701,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7702
7701
  * @param {*} [options] Override http request option.
7703
7702
  * @throws {RequiredError}
7704
7703
  */
7705
- getCurrentMotionGroupState(cell: string, motionGroup: string, tcp?: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupStateResponse, any>>;
7704
+ getCurrentMotionGroupState(cell: string, motionGroup: string, tcp?: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupStateResponse, any, {}>>;
7706
7705
  /**
7707
7706
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Shows the options the motion group offers in regard to the information service. Some motion groups may not provide all information services, e.g. some manufacturers don\'t have a blending zone concept.
7708
7707
  * @summary Capabilities
@@ -7711,7 +7710,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7711
7710
  * @param {*} [options] Override http request option.
7712
7711
  * @throws {RequiredError}
7713
7712
  */
7714
- getInfoCapabilities(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<InfoServiceCapabilities, any>>;
7713
+ getInfoCapabilities(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<InfoServiceCapabilities, any, {}>>;
7715
7714
  /**
7716
7715
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get static properties of the motion group. Those properties are used internally for motion group plannning. Only supported motion groups will return a valid response.
7717
7716
  * @summary Get Static Properties
@@ -7720,7 +7719,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7720
7719
  * @param {*} [options] Override http request option.
7721
7720
  * @throws {RequiredError}
7722
7721
  */
7723
- getMotionGroupSpecification(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupSpecification, any>>;
7722
+ getMotionGroupSpecification(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupSpecification, any, {}>>;
7724
7723
  /**
7725
7724
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Returns the configured mounting pose offset in relation to world coordinate system and the motion groups coordinate system.
7726
7725
  * @summary Device Mounting
@@ -7729,7 +7728,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7729
7728
  * @param {*} [options] Override http request option.
7730
7729
  * @throws {RequiredError}
7731
7730
  */
7732
- getMounting(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<Mounting, any>>;
7731
+ getMounting(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Mounting, any, {}>>;
7733
7732
  /**
7734
7733
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: danger --> > **Experimental** Get the complete configuration which can be passed to the planner-optimizer (incl. motion group description, limits etc.)
7735
7734
  * @summary Optimizer Configuration
@@ -7739,7 +7738,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7739
7738
  * @param {*} [options] Override http request option.
7740
7739
  * @throws {RequiredError}
7741
7740
  */
7742
- getOptimizerConfiguration(cell: string, motionGroup: string, tcp?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<OptimizerSetup, any>>;
7741
+ getOptimizerConfiguration(cell: string, motionGroup: string, tcp?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<OptimizerSetup, any, {}>>;
7743
7742
  /**
7744
7743
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get the safety setup and limitations of a connected device, which restricts the device. Safety settings are configured globally on the robot controller and are valid for all the connected devices (like robots).
7745
7744
  * @summary Safety Setup and Limitations
@@ -7748,7 +7747,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7748
7747
  * @param {*} [options] Override http request option.
7749
7748
  * @throws {RequiredError}
7750
7749
  */
7751
- getSafetySetup(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<SafetySetup, any>>;
7750
+ getSafetySetup(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<SafetySetup, any, {}>>;
7752
7751
  /**
7753
7752
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Lists all defined payloads of the motion group. The payload is defined as the sum of all weights attached to the flange/endpoint of the motion group, e.g. sum of the tools and workpiece weight that are currently attached.
7754
7753
  * @summary List Payloads
@@ -7757,7 +7756,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7757
7756
  * @param {*} [options] Override http request option.
7758
7757
  * @throws {RequiredError}
7759
7758
  */
7760
- listPayloads(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListPayloadsResponse, any>>;
7759
+ listPayloads(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListPayloadsResponse, any, {}>>;
7761
7760
  /**
7762
7761
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get all internal configured TCPs of a connected device.
7763
7762
  * @summary List TCPs
@@ -7767,7 +7766,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7767
7766
  * @param {*} [options] Override http request option.
7768
7767
  * @throws {RequiredError}
7769
7768
  */
7770
- listTcps(cell: string, motionGroup: string, rotationType?: RotationAngleTypes, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ListTcpsResponse, any>>;
7769
+ listTcps(cell: string, motionGroup: string, rotationType?: RotationAngleTypes, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ListTcpsResponse, any, {}>>;
7771
7770
  /**
7772
7771
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected.
7773
7772
  * @summary Stream State of Device
@@ -7779,7 +7778,7 @@ declare class MotionGroupInfosApi extends BaseAPI {
7779
7778
  * @param {*} [options] Override http request option.
7780
7779
  * @throws {RequiredError}
7781
7780
  */
7782
- streamMotionGroupState(cell: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, tcp?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupStateResponse, any>>;
7781
+ streamMotionGroupState(cell: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, tcp?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupStateResponse, any, {}>>;
7783
7782
  }
7784
7783
  /**
7785
7784
  * MotionGroupJoggingApi - axios parameter creator
@@ -7916,7 +7915,7 @@ declare class MotionGroupJoggingApi extends BaseAPI {
7916
7915
  * @param {*} [options] Override http request option.
7917
7916
  * @throws {RequiredError}
7918
7917
  */
7919
- directionJogging(cell: string, directionJoggingRequest: DirectionJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<JoggingResponse, any>>;
7918
+ directionJogging(cell: string, directionJoggingRequest: DirectionJoggingRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<JoggingResponse, any, {}>>;
7920
7919
  /**
7921
7920
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Shows the options the motion group offers in regard to jogging. Some motion groups may not provide all information services, e.g. it is physically not possible to move a one-axis-turntable in a linear way.
7922
7921
  * @summary Capabilities
@@ -7925,7 +7924,7 @@ declare class MotionGroupJoggingApi extends BaseAPI {
7925
7924
  * @param {*} [options] Override http request option.
7926
7925
  * @throws {RequiredError}
7927
7926
  */
7928
- getJoggingCapabilities(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<JoggingServiceCapabilities, any>>;
7927
+ getJoggingCapabilities(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<JoggingServiceCapabilities, any, {}>>;
7929
7928
  /**
7930
7929
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Move one or more joints of a motion group with specified velocities via a websocket. The purpose of a joint jogging motion is to maneuver a motion group in one or more joints with a specified velocity for each joint. The sign of the velocity determines the direction of the joint movement. The velocity is given in [rad/s]. In contrast to a planned motion, a jogging motion can be changed dynamically while the motion group is in motion. Only one single client at a time can jog a particular motion group. If another client tries to jog the same motion group at the same time, the second call will fail. The movement of the motion group will start as soon as: * the motion group is not in motion * the websocket connection is established * the first request has been sent As long as the jogging motion is ongoing, responses will be sent continuously and contain the current state of the motion group. The responses will be sent with the specified rate according to the *response_rate* parameter of the initial websocket request. While in motion, the desired joint velocity can be changed by sending a new request to the same websocket. The motion and sending of the replies will stop when: * a [stopJogging](#/operations/stopJogging) request was received, processed, and the movement stopped Motion group state will be published in the original command stream until the motion group has fully stopped * the client cancels the stream (not recommended, because final stopping position will not be returned from the stream) When a physical limit (e.g. joint limit) is reached, the motion group will stop moving in the desired direction. The stream, howewer, will continue to send the state until the client cancels the stream or sends the [stopJogging](#/operations/stopJogging) request. **Usage example:** 1. Open a websocket via Python and start the jogging motion: ```bash > python -m websockets \"ws://<IP of Wandelbots NOVA API>/api/v1/cells/<your cell id>/motion-groups/move-joint\" ``` 2. Send the following message to move with a velocity of 0.1 rad/s (negative) for joint 5 and 0.2 rad/s for joint 6: ```json { \"motion_group\": \"<your motion group id>\", \"joint_velocities\": [0, 0, 0, 0, -0.1, 0.2], \"response_rate\": 500 } ``` The provided NOVA API clients also natively support jogging motions, without the need to manually open a websocket. > **NOTE** > > If the jogging movement is stopped immediately, ensure that > > - A websocket connection is established. Websockets can be kept open until the robot\'s movement is done as opposed to a simple HTTP GET request. > > - The motion group is not in motion by another jogging movement or a planned movement. > **NOTE** > > If the robot does not move, ensure that > > - The joint velocity values are not zero, > > - The motion group is not in a state where it cannot move further (e.g. joint limit reached). > **NOTE** > > If the specified velocities are higher than the maximum allowed by the robot controller, the motion group will move with the maximum allowed velocities.
7931
7930
  * @summary Stream Joints
@@ -7934,7 +7933,7 @@ declare class MotionGroupJoggingApi extends BaseAPI {
7934
7933
  * @param {*} [options] Override http request option.
7935
7934
  * @throws {RequiredError}
7936
7935
  */
7937
- jointJogging(cell: string, jointJoggingRequest: JointJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<JoggingResponse, any>>;
7936
+ jointJogging(cell: string, jointJoggingRequest: JointJoggingRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<JoggingResponse, any, {}>>;
7938
7937
  /**
7939
7938
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Stops an ongoing jogging movement as fast as possible. Until the motion group reaches standstill, it decelerates and keeps the last specified direction. This call will immediately return even if the deceleration is still in progress. After a stop request has been received, no further updates to the ongoing jogging movement are possible. State responses will be sent via the jogging stream until the motion group reaches standstill.
7940
7939
  * @summary Stop
@@ -7943,7 +7942,7 @@ declare class MotionGroupJoggingApi extends BaseAPI {
7943
7942
  * @param {*} [options] Override http request option.
7944
7943
  * @throws {RequiredError}
7945
7944
  */
7946
- stopJogging(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
7945
+ stopJogging(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
7947
7946
  }
7948
7947
  /**
7949
7948
  * MotionGroupKinematicApi - axios parameter creator
@@ -8090,7 +8089,7 @@ declare class MotionGroupKinematicApi extends BaseAPI {
8090
8089
  * @param {*} [options] Override http request option.
8091
8090
  * @throws {RequiredError}
8092
8091
  */
8093
- calculateAllInverseKinematic(cell: string, motionGroup: string, allJointPositionsRequest: AllJointPositionsRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<AllJointPositionsResponse, any>>;
8092
+ calculateAllInverseKinematic(cell: string, motionGroup: string, allJointPositionsRequest: AllJointPositionsRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<AllJointPositionsResponse, any, {}>>;
8094
8093
  /**
8095
8094
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Calculates the TCP pose from a joint position sample using the forward kinematics of the motion-group.
8096
8095
  * @summary TcpPose from JointPosition
@@ -8100,7 +8099,7 @@ declare class MotionGroupKinematicApi extends BaseAPI {
8100
8099
  * @param {*} [options] Override http request option.
8101
8100
  * @throws {RequiredError}
8102
8101
  */
8103
- calculateForwardKinematic(cell: string, motionGroup: string, tcpPoseRequest: TcpPoseRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<Pose, any>>;
8102
+ calculateForwardKinematic(cell: string, motionGroup: string, tcpPoseRequest: TcpPoseRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Pose, any, {}>>;
8104
8103
  /**
8105
8104
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Calculate the joint positions the motion-group needs to apply for its TCP to be in a specified pose (Inverse Kinematic Solution). If multiple solutions are found, the one nearest to the given specified joint position is picked. * For all supported robot models, except the Fanuc CRX line, the returned joint position is guaranteed to have the same configuration (often referred to as ELBOW_UP, WRIST_DOWN, SHOULDER_RIGHT, f.e.) as the specified reference joint position. If the position limit of any single joint allows it to be in a range larger than 2 PI, the respective joint value in the result will be as close as possible to its reference value. * For the Fanuc CRX line the solution is selected to have the smallest distance measured by the norm of its difference to the reference joint position. The returned joint position is guaranteed to be within the joint limits and not in a singular position of the robot.
8106
8105
  * @summary Nearest JointPosition from TcpPose
@@ -8110,7 +8109,7 @@ declare class MotionGroupKinematicApi extends BaseAPI {
8110
8109
  * @param {*} [options] Override http request option.
8111
8110
  * @throws {RequiredError}
8112
8111
  */
8113
- calculateInverseKinematic(cell: string, motionGroup: string, jointPositionRequest: JointPositionRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<Joints, any>>;
8112
+ calculateInverseKinematic(cell: string, motionGroup: string, jointPositionRequest: JointPositionRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Joints, any, {}>>;
8114
8113
  /**
8115
8114
  * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Get the kinematic endpoints provided for the specified motion-group.
8116
8115
  * @summary Capabilities
@@ -8119,7 +8118,7 @@ declare class MotionGroupKinematicApi extends BaseAPI {
8119
8118
  * @param {*} [options] Override http request option.
8120
8119
  * @throws {RequiredError}
8121
8120
  */
8122
- getKinematicCapabilities(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<KinematicServiceCapabilities, any>>;
8121
+ getKinematicCapabilities(cell: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<KinematicServiceCapabilities, any, {}>>;
8123
8122
  }
8124
8123
  /**
8125
8124
  * ProgramApi - axios parameter creator
@@ -8361,7 +8360,7 @@ declare class ProgramApi extends BaseAPI {
8361
8360
  * @param {*} [options] Override http request option.
8362
8361
  * @throws {RequiredError}
8363
8362
  */
8364
- createProgramRunner(cell: string, request: Request, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramRunnerReference, any>>;
8363
+ createProgramRunner(cell: string, request: Request, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramRunnerReference, any, {}>>;
8365
8364
  /**
8366
8365
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Execute a program in Wandelscript. The Wandelscript can also move multiple robots by using the \'do with\' syntax. The execute operation will be started from the current joint configuration of any addressed robot(s). Addressed robots have to be in control mode for the execute operation to succeed. A request to this endpoint will block this endpoint until the program has been executed, or until an error occurs. The executed movement is returned in case of a succesful execution. Otherwise an error (e.g. out of reach, singularity), is returned. The Wandelscript can either be submitted as is, using Content-type text/plain, or as content-type application/json with the Wandelscript under \"code\" alongside a set of values provided under \"initial_state\". * [WandelEngine & Wandelscript Documentation](/docs/docs/wandelscript)
8367
8366
  * @summary Execute Program
@@ -8370,7 +8369,7 @@ declare class ProgramApi extends BaseAPI {
8370
8369
  * @param {*} [options] Override http request option.
8371
8370
  * @throws {RequiredError}
8372
8371
  */
8373
- executeProgram(cell: string, codeWithArguments: CodeWithArguments, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramRun, any>>;
8372
+ executeProgram(cell: string, codeWithArguments: CodeWithArguments, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramRun, any, {}>>;
8374
8373
  /**
8375
8374
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Returns information about a program currently executed. When a program is finished: Program response, result, collected Wandelscript logs, etc. When a program is running: Running status, current executed line, etc. ## Parameters - **runner_id**: The id of the program runner
8376
8375
  * @summary Get Program Runner
@@ -8379,7 +8378,7 @@ declare class ProgramApi extends BaseAPI {
8379
8378
  * @param {*} [options] Override http request option.
8380
8379
  * @throws {RequiredError}
8381
8380
  */
8382
- getProgramRunner(cell: string, runner: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramRun, any>>;
8381
+ getProgramRunner(cell: string, runner: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramRun, any, {}>>;
8383
8382
  /**
8384
8383
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Get details about all existing program runners.
8385
8384
  * @summary List Program Runners
@@ -8387,7 +8386,7 @@ declare class ProgramApi extends BaseAPI {
8387
8386
  * @param {*} [options] Override http request option.
8388
8387
  * @throws {RequiredError}
8389
8388
  */
8390
- listProgramRunners(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramRunnerReference[], any>>;
8389
+ listProgramRunners(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramRunnerReference[], any, {}>>;
8391
8390
  /**
8392
8391
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Migrate a program ## Parameters See the **Schema** tab for information about the request body
8393
8392
  * @summary Migrate Program
@@ -8396,7 +8395,7 @@ declare class ProgramApi extends BaseAPI {
8396
8395
  * @param {*} [options] Override http request option.
8397
8396
  * @throws {RequiredError}
8398
8397
  */
8399
- migrateProgram(cell: string, request1: Request1, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<string, any>>;
8398
+ migrateProgram(cell: string, request1: Request1, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string, any, {}>>;
8400
8399
  /**
8401
8400
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Plan a program based on the specified robot type. The plan operation can be used to check if a Wandelscript is executable, given the current joint configuration of the robot. If the Wandelscript is executable, the result contains the motion path. If the Wandelscript is not executable, e.g. points that are out of reach, or the joints encounter a singularity, the reason is returned. The plan operation can be used in other operating modes besides control mode. The Wandelscript can either be submitted as is, using Content-type text/plain, or as content-type application/json with the Wandelscript under \"code\" alongside a set of values provided under \"initial_state\". The plan operation can be used in other operating modes besides control mode. The Wandelscript can either be submitted as is, using Content-type text/plain, or as Content-type application/json with the Wandelscript under \"code\" alongside a set of values provided under \"initial_state\". * [WandelEngine & Wandelscript Documentation](/docs/docs/wandelscript)
8402
8401
  * @summary Plan Program
@@ -8406,7 +8405,7 @@ declare class ProgramApi extends BaseAPI {
8406
8405
  * @param {*} [options] Override http request option.
8407
8406
  * @throws {RequiredError}
8408
8407
  */
8409
- planProgram(cell: string, request: Request, identifier?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramRun, any>>;
8408
+ planProgram(cell: string, request: Request, identifier?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramRun, any, {}>>;
8410
8409
  /**
8411
8410
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Stop all runners.
8412
8411
  * @summary Stop All Program Runners
@@ -8414,7 +8413,7 @@ declare class ProgramApi extends BaseAPI {
8414
8413
  * @param {*} [options] Override http request option.
8415
8414
  * @throws {RequiredError}
8416
8415
  */
8417
- stopAllProgramRunner(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<any, any>>;
8416
+ stopAllProgramRunner(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<any, any, {}>>;
8418
8417
  /**
8419
8418
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Stop a specific program runner. If the indicated runner was not running, an error will be returned. ## Parameters - **runner_id**: The id of the program runner
8420
8419
  * @summary Stop Program Runner
@@ -8423,7 +8422,7 @@ declare class ProgramApi extends BaseAPI {
8423
8422
  * @param {*} [options] Override http request option.
8424
8423
  * @throws {RequiredError}
8425
8424
  */
8426
- stopProgramRunner(cell: string, runner: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
8425
+ stopProgramRunner(cell: string, runner: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
8427
8426
  }
8428
8427
  /**
8429
8428
  * ProgramOperatorApi - axios parameter creator
@@ -8668,7 +8667,7 @@ declare class ProgramOperatorApi extends BaseAPI {
8668
8667
  * @param {*} [options] Override http request option.
8669
8668
  * @throws {RequiredError}
8670
8669
  */
8671
- createProgramRun(cell: string, createProgramRunRequest: CreateProgramRunRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CreateProgramRun200Response, any>>;
8670
+ createProgramRun(cell: string, createProgramRunRequest: CreateProgramRunRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CreateProgramRun200Response, any, {}>>;
8672
8671
  /**
8673
8672
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Creates a new trigger that automatically runs a program when certain conditions are met. Each trigger has a different configuration, and the configuration must be valid for the provided trigger type.
8674
8673
  * @summary Create Trigger
@@ -8677,7 +8676,7 @@ declare class ProgramOperatorApi extends BaseAPI {
8677
8676
  * @param {*} [options] Override http request option.
8678
8677
  * @throws {RequiredError}
8679
8678
  */
8680
- createTrigger(cell: string, createTriggerRequest: CreateTriggerRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CreateTrigger200Response, any>>;
8679
+ createTrigger(cell: string, createTriggerRequest: CreateTriggerRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CreateTrigger200Response, any, {}>>;
8681
8680
  /**
8682
8681
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Delete an existing trigger.
8683
8682
  * @summary Delete Trigger
@@ -8686,7 +8685,7 @@ declare class ProgramOperatorApi extends BaseAPI {
8686
8685
  * @param {*} [options] Override http request option.
8687
8686
  * @throws {RequiredError}
8688
8687
  */
8689
- deleteTrigger(trigger: string, cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
8688
+ deleteTrigger(trigger: string, cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
8690
8689
  /**
8691
8690
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Retrieves all program runs, including past and current executions. Use the optional `state` parameter to filter the results by their status.
8692
8691
  * @summary Get All Program Runs
@@ -8695,7 +8694,7 @@ declare class ProgramOperatorApi extends BaseAPI {
8695
8694
  * @param {*} [options] Override http request option.
8696
8695
  * @throws {RequiredError}
8697
8696
  */
8698
- getAllProgramRuns(cell: string, state?: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<GetAllProgramRuns200Response, any>>;
8697
+ getAllProgramRuns(cell: string, state?: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<GetAllProgramRuns200Response, any, {}>>;
8699
8698
  /**
8700
8699
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Returns all triggers in the system with the program runs caused by each trigger. You can use the program run id to get more details about a specific program run.
8701
8700
  * @summary Get All Triggers
@@ -8703,7 +8702,7 @@ declare class ProgramOperatorApi extends BaseAPI {
8703
8702
  * @param {*} [options] Override http request option.
8704
8703
  * @throws {RequiredError}
8705
8704
  */
8706
- getAllTriggers(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<GetAllTriggers200Response, any>>;
8705
+ getAllTriggers(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<GetAllTriggers200Response, any, {}>>;
8707
8706
  /**
8708
8707
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Retrieves detailed information about a specific program run.
8709
8708
  * @summary Get Program Run
@@ -8712,7 +8711,7 @@ declare class ProgramOperatorApi extends BaseAPI {
8712
8711
  * @param {*} [options] Override http request option.
8713
8712
  * @throws {RequiredError}
8714
8713
  */
8715
- getProgramRun(run: string, cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ProgramRunObject, any>>;
8714
+ getProgramRun(run: string, cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ProgramRunObject, any, {}>>;
8716
8715
  /**
8717
8716
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Retrieves detailed information about a specific trigger.
8718
8717
  * @summary Get Trigger
@@ -8721,7 +8720,7 @@ declare class ProgramOperatorApi extends BaseAPI {
8721
8720
  * @param {*} [options] Override http request option.
8722
8721
  * @throws {RequiredError}
8723
8722
  */
8724
- getTrigger(trigger: string, cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<TriggerObject, any>>;
8723
+ getTrigger(trigger: string, cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<TriggerObject, any, {}>>;
8725
8724
  /**
8726
8725
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ <!-- theme: danger --> > **Experimental** Updates the details of an existing trigger The exact behavior of switching a trigger from active to inactive or vice versa is not defined yet.
8727
8726
  * @summary Update Trigger
@@ -8731,7 +8730,7 @@ declare class ProgramOperatorApi extends BaseAPI {
8731
8730
  * @param {*} [options] Override http request option.
8732
8731
  * @throws {RequiredError}
8733
8732
  */
8734
- updateTrigger(trigger: string, cell: string, updateTriggerRequest: UpdateTriggerRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<TriggerObject, any>>;
8733
+ updateTrigger(trigger: string, cell: string, updateTriggerRequest: UpdateTriggerRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<TriggerObject, any, {}>>;
8735
8734
  }
8736
8735
  /**
8737
8736
  * ProgramValuesApi - axios parameter creator
@@ -8947,7 +8946,7 @@ declare class ProgramValuesApi extends BaseAPI {
8947
8946
  * @deprecated
8948
8947
  * @throws {RequiredError}
8949
8948
  */
8950
- clearProgramsValues(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
8949
+ clearProgramsValues(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
8951
8950
  /**
8952
8951
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Deprecated endpoint. Add or overwrite one or more values in the database. PREREQUISITE: The database has been added as a device. Add the database with [createDevice](#/operations/createDevice). The database itself is a key-value store. For reference of possible data types see: * [Documentation for elementary data types](/docs/docs/wandelscript/data-types/#elementary-types)
8953
8952
  * @summary Add Value(s)
@@ -8959,7 +8958,7 @@ declare class ProgramValuesApi extends BaseAPI {
8959
8958
  */
8960
8959
  createProgramsValue(cell: string, requestBody: {
8961
8960
  [key: string]: CollectionValue;
8962
- }, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
8961
+ }, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
8963
8962
  /**
8964
8963
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Delete a value from the database.
8965
8964
  * @summary Delete Value
@@ -8969,7 +8968,7 @@ declare class ProgramValuesApi extends BaseAPI {
8969
8968
  * @deprecated
8970
8969
  * @throws {RequiredError}
8971
8970
  */
8972
- deleteProgramValue(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
8971
+ deleteProgramValue(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
8973
8972
  /**
8974
8973
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Deprecated endpoint. Return a value stored in the database. PREREQUISITE: The database has been added as a device. Add the database with [createDevice](#/operations/createDevice). The database itself is a key-value store. For reference of possible data types see: * [Documentation for elementary data types](/docs/docs/wandelscript/data-types/#elementary-types)
8975
8974
  * @summary Get Value
@@ -8979,7 +8978,7 @@ declare class ProgramValuesApi extends BaseAPI {
8979
8978
  * @deprecated
8980
8979
  * @throws {RequiredError}
8981
8980
  */
8982
- getProgramValue(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ResponseGetValueProgramsValuesKeyGet, any>>;
8981
+ getProgramValue(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ResponseGetValueProgramsValuesKeyGet, any, {}>>;
8983
8982
  /**
8984
8983
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Deprecated endpoint. Gets all values that are stored in the database. PREREQUISITE: The database has been added as a device. Add the database with [createDevice](#/operations/createDevice). The database itself is a key-value storage. For reference of possible data types see: * [Documentation for elementary data types](/docs/docs/wandelscript/data-types/#elementary-types)
8985
8984
  * @summary Get Values
@@ -8988,9 +8987,9 @@ declare class ProgramValuesApi extends BaseAPI {
8988
8987
  * @deprecated
8989
8988
  * @throws {RequiredError}
8990
8989
  */
8991
- listProgramsValues(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
8990
+ listProgramsValues(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
8992
8991
  [key: string]: ResponseGetValuesProgramsValuesGetValue;
8993
- }, any>>;
8992
+ }, any, {}>>;
8994
8993
  /**
8995
8994
  * **Required permissions:** `can_operate_programs` - Execute and monitor programs ___ Deprecated endpoint. Creates or updates a value in the database. PREREQUISITE: The database has been added as a device. Add the database with [createDevice](#/operations/createDevice). The database itself is a key-value store. For reference of possible data types see: * [Documentation for elementary data types](/docs/docs/wandelscript/data-types/#elementary-types)
8996
8995
  * @summary Create or Update Value
@@ -9001,7 +9000,7 @@ declare class ProgramValuesApi extends BaseAPI {
9001
9000
  * @deprecated
9002
9001
  * @throws {RequiredError}
9003
9002
  */
9004
- updateProgramValue(cell: string, key: string, value: Value, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
9003
+ updateProgramValue(cell: string, key: string, value: Value, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
9005
9004
  }
9006
9005
  /**
9007
9006
  * StoreCollisionComponentsApi - axios parameter creator
@@ -9436,7 +9435,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9436
9435
  * @param {*} [options] Override http request option.
9437
9436
  * @throws {RequiredError}
9438
9437
  */
9439
- deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
9438
+ deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
9440
9439
  /**
9441
9440
  * **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
9442
9441
  * @summary Delete Link Chain
@@ -9445,7 +9444,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9445
9444
  * @param {*} [options] Override http request option.
9446
9445
  * @throws {RequiredError}
9447
9446
  */
9448
- deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
9447
+ deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
9449
9448
  /**
9450
9449
  * **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
9451
9450
  * @summary Delete Tool
@@ -9454,7 +9453,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9454
9453
  * @param {*} [options] Override http request option.
9455
9454
  * @throws {RequiredError}
9456
9455
  */
9457
- deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
9456
+ deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
9458
9457
  /**
9459
9458
  * **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](#/operations/getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](#/operations/storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
9460
9459
  * @summary Get Default Link Chain
@@ -9464,9 +9463,9 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9464
9463
  * @deprecated
9465
9464
  * @throws {RequiredError}
9466
9465
  */
9467
- getDefaultLinkChain(cell: string, motionGroupModel: GetDefaultLinkChainMotionGroupModelEnum, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
9466
+ getDefaultLinkChain(cell: string, motionGroupModel: GetDefaultLinkChainMotionGroupModelEnum, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
9468
9467
  [key: string]: Collider;
9469
- }[], any>>;
9468
+ }[], any, {}>>;
9470
9469
  /**
9471
9470
  * **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collider.
9472
9471
  * @summary Get Collider
@@ -9475,7 +9474,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9475
9474
  * @param {*} [options] Override http request option.
9476
9475
  * @throws {RequiredError}
9477
9476
  */
9478
- getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<Collider, any>>;
9477
+ getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Collider, any, {}>>;
9479
9478
  /**
9480
9479
  * **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the collision link chain.
9481
9480
  * @summary Get Link Chain
@@ -9484,9 +9483,9 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9484
9483
  * @param {*} [options] Override http request option.
9485
9484
  * @throws {RequiredError}
9486
9485
  */
9487
- getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
9486
+ getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
9488
9487
  [key: string]: Collider;
9489
- }[], any>>;
9488
+ }[], any, {}>>;
9490
9489
  /**
9491
9490
  * **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored tool.
9492
9491
  * @summary Get Tool
@@ -9495,9 +9494,9 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9495
9494
  * @param {*} [options] Override http request option.
9496
9495
  * @throws {RequiredError}
9497
9496
  */
9498
- getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
9497
+ getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
9499
9498
  [key: string]: Collider;
9500
- }, any>>;
9499
+ }, any, {}>>;
9501
9500
  /**
9502
9501
  * **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored link chains.
9503
9502
  * @summary List Link Chains
@@ -9505,11 +9504,11 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9505
9504
  * @param {*} [options] Override http request option.
9506
9505
  * @throws {RequiredError}
9507
9506
  */
9508
- listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
9507
+ listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
9509
9508
  [key: string]: {
9510
9509
  [key: string]: Collider;
9511
9510
  }[];
9512
- }, any>>;
9511
+ }, any, {}>>;
9513
9512
  /**
9514
9513
  * **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of colliders in a scene. This excludes colliders that are part of a motion group.
9515
9514
  * @summary List Colliders
@@ -9517,9 +9516,9 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9517
9516
  * @param {*} [options] Override http request option.
9518
9517
  * @throws {RequiredError}
9519
9518
  */
9520
- listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
9519
+ listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
9521
9520
  [key: string]: Collider;
9522
- }, any>>;
9521
+ }, any, {}>>;
9523
9522
  /**
9524
9523
  * **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the list of stored tools.
9525
9524
  * @summary List Tools
@@ -9527,11 +9526,11 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9527
9526
  * @param {*} [options] Override http request option.
9528
9527
  * @throws {RequiredError}
9529
9528
  */
9530
- listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
9529
+ listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
9531
9530
  [key: string]: {
9532
9531
  [key: string]: Collider;
9533
9532
  };
9534
- }, any>>;
9533
+ }, any, {}>>;
9535
9534
  /**
9536
9535
  * **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores collider. If the collider does not exist, it will be created. If the collider exists, it will be updated.
9537
9536
  * @summary Store Collider
@@ -9541,7 +9540,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9541
9540
  * @param {*} [options] Override http request option.
9542
9541
  * @throws {RequiredError}
9543
9542
  */
9544
- storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<Collider, any>>;
9543
+ storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Collider, any, {}>>;
9545
9544
  /**
9546
9545
  * **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores link chain. If the link chain does not exist, it will be created. If the link chain exists, it will be updated.
9547
9546
  * @summary Store Link Chain
@@ -9553,9 +9552,9 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9553
9552
  */
9554
9553
  storeCollisionLinkChain(cell: string, linkChain: string, collider: Array<{
9555
9554
  [key: string]: Collider;
9556
- }>, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
9555
+ }>, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
9557
9556
  [key: string]: Collider;
9558
- }[], any>>;
9557
+ }[], any, {}>>;
9559
9558
  /**
9560
9559
  * **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Stores the tool. If the tool does not exist, it will be created. If the tool exists, it will be updated.
9561
9560
  * @summary Store Tool
@@ -9567,9 +9566,9 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9567
9566
  */
9568
9567
  storeCollisionTool(cell: string, tool: string, requestBody: {
9569
9568
  [key: string]: Collider;
9570
- }, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
9569
+ }, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
9571
9570
  [key: string]: Collider;
9572
- }, any>>;
9571
+ }, any, {}>>;
9573
9572
  }
9574
9573
  declare const GetDefaultLinkChainMotionGroupModelEnum: {
9575
9574
  readonly Abb101003715: "ABB_1010_037_15";
@@ -9882,7 +9881,7 @@ declare class StoreCollisionScenesApi extends BaseAPI {
9882
9881
  * @param {*} [options] Override http request option.
9883
9882
  * @throws {RequiredError}
9884
9883
  */
9885
- deleteStoredCollisionScene(cell: string, scene: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
9884
+ deleteStoredCollisionScene(cell: string, scene: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
9886
9885
  /**
9887
9886
  * **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns the stored scene.
9888
9887
  * @summary Get Scene
@@ -9891,7 +9890,7 @@ declare class StoreCollisionScenesApi extends BaseAPI {
9891
9890
  * @param {*} [options] Override http request option.
9892
9891
  * @throws {RequiredError}
9893
9892
  */
9894
- getStoredCollisionScene(cell: string, scene: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CollisionScene, any>>;
9893
+ getStoredCollisionScene(cell: string, scene: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CollisionScene, any, {}>>;
9895
9894
  /**
9896
9895
  * **Required permissions:** `can_read_collision_world` - Read collision models and scenes ___ Returns a list of stored scenes.
9897
9896
  * @summary List Scenes
@@ -9899,9 +9898,9 @@ declare class StoreCollisionScenesApi extends BaseAPI {
9899
9898
  * @param {*} [options] Override http request option.
9900
9899
  * @throws {RequiredError}
9901
9900
  */
9902
- listStoredCollisionScenes(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<{
9901
+ listStoredCollisionScenes(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<{
9903
9902
  [key: string]: CollisionScene;
9904
- }, any>>;
9903
+ }, any, {}>>;
9905
9904
  /**
9906
9905
  * **Required permissions:** `can_write_collision_world` - Write collision models and scenes ___ Creates or replaces the stored collision scene. The scene is assembled from components as defined in the request body. An error is returned if a stored object does not exist.
9907
9906
  * @summary Store Scene
@@ -9911,7 +9910,7 @@ declare class StoreCollisionScenesApi extends BaseAPI {
9911
9910
  * @param {*} [options] Override http request option.
9912
9911
  * @throws {RequiredError}
9913
9912
  */
9914
- storeCollisionScene(cell: string, scene: string, collisionSceneAssembly: CollisionSceneAssembly, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CollisionScene, any>>;
9913
+ storeCollisionScene(cell: string, scene: string, collisionSceneAssembly: CollisionSceneAssembly, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CollisionScene, any, {}>>;
9915
9914
  }
9916
9915
  /**
9917
9916
  * StoreObjectApi - axios parameter creator
@@ -10107,7 +10106,7 @@ declare class StoreObjectApi extends BaseAPI {
10107
10106
  * @param {*} [options] Override http request option.
10108
10107
  * @throws {RequiredError}
10109
10108
  */
10110
- clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
10109
+ clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
10111
10110
  /**
10112
10111
  * **Required permissions:** `can_write_objects` - Write stored objects ___ Delete an object <!-- theme: danger --> > This will delete persistently stored data.
10113
10112
  * @summary Delete Object
@@ -10116,7 +10115,7 @@ declare class StoreObjectApi extends BaseAPI {
10116
10115
  * @param {*} [options] Override http request option.
10117
10116
  * @throws {RequiredError}
10118
10117
  */
10119
- deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
10118
+ deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
10120
10119
  /**
10121
10120
  * **Required permissions:** `can_read_objects` - Read stored objects ___ Get the object. This request returns the object and any metadata attached to it.
10122
10121
  * @summary Get Object
@@ -10125,7 +10124,7 @@ declare class StoreObjectApi extends BaseAPI {
10125
10124
  * @param {*} [options] Override http request option.
10126
10125
  * @throws {RequiredError}
10127
10126
  */
10128
- getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<File, any>>;
10127
+ getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<File, any, {}>>;
10129
10128
  /**
10130
10129
  * **Required permissions:** `can_read_objects` - Read stored objects ___ Get object metadata. Objects can be large. Therefore this request only returns metadata without fetching the object\'s content.
10131
10130
  * @summary Get Object Metadata
@@ -10134,7 +10133,7 @@ declare class StoreObjectApi extends BaseAPI {
10134
10133
  * @param {*} [options] Override http request option.
10135
10134
  * @throws {RequiredError}
10136
10135
  */
10137
- getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
10136
+ getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
10138
10137
  /**
10139
10138
  * **Required permissions:** `can_read_objects` - Read stored objects ___ List the keys for all objects.
10140
10139
  * @summary List all Object Keys
@@ -10142,7 +10141,7 @@ declare class StoreObjectApi extends BaseAPI {
10142
10141
  * @param {*} [options] Override http request option.
10143
10142
  * @throws {RequiredError}
10144
10143
  */
10145
- listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<string[], any>>;
10144
+ listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string[], any, {}>>;
10146
10145
  /**
10147
10146
  * **Required permissions:** `can_write_objects` - Write stored objects ___ Store any data as an object. Using a key which already contains an object will override the previously stored object. Use [getObjectMetadata](#/operations/getObjectMetadata) to verify that the key does not contain objects. Optional: Specify metadata as a dictionary with names and values.
10148
10147
  * @summary Store Object
@@ -10155,7 +10154,7 @@ declare class StoreObjectApi extends BaseAPI {
10155
10154
  */
10156
10155
  storeObject(cell: string, key: string, xMetadata?: {
10157
10156
  [key: string]: string;
10158
- }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
10157
+ }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
10159
10158
  }
10160
10159
  /**
10161
10160
  * SystemApi - axios parameter creator
@@ -10294,28 +10293,28 @@ declare class SystemApi extends BaseAPI {
10294
10293
  * @param {*} [options] Override http request option.
10295
10294
  * @throws {RequiredError}
10296
10295
  */
10297
- checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<string, any>>;
10296
+ checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string, any, {}>>;
10298
10297
  /**
10299
10298
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Collects information on the current status of all NOVA services and exports them as a .zip file. Includes information on all cells on the instance such as the service logs and virtual robot controllers. From each cell the logs of all services are included, as well as the configuration of each connected controller to start virtual robots.
10300
10299
  * @summary Download Diagnosis Package
10301
10300
  * @param {*} [options] Override http request option.
10302
10301
  * @throws {RequiredError}
10303
10302
  */
10304
- getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<File, any>>;
10303
+ getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<File, any, {}>>;
10305
10304
  /**
10306
10305
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Get the status of all system services.
10307
10306
  * @summary Wandelbots NOVA status
10308
10307
  * @param {*} [options] Override http request option.
10309
10308
  * @throws {RequiredError}
10310
10309
  */
10311
- getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ServiceStatus[], any>>;
10310
+ getSystemStatus(options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ServiceStatus[], any, {}>>;
10312
10311
  /**
10313
10312
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Get the current Wandelbots NOVA version.
10314
10313
  * @summary Wandelbots NOVA Version
10315
10314
  * @param {*} [options] Override http request option.
10316
10315
  * @throws {RequiredError}
10317
10316
  */
10318
- getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<string, any>>;
10317
+ getSystemVersion(options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string, any, {}>>;
10319
10318
  /**
10320
10319
  * **Required permissions:** `can_update_system` - Update system versions and services ___ Update the Wandelbots NOVA version and all attached services. Sending this API Request will trigger an update of all NOVA services that are part of a cell. Previous cells and cell configurations will remain on the instance. If an error occurs, the API Request is sent 3 times. If the error persists, the old Wandelbots NOVA version is restored.
10321
10320
  * @summary Update Wandelbots NOVA version
@@ -10323,7 +10322,7 @@ declare class SystemApi extends BaseAPI {
10323
10322
  * @param {*} [options] Override http request option.
10324
10323
  * @throws {RequiredError}
10325
10324
  */
10326
- updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<void, any>>;
10325
+ updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
10327
10326
  }
10328
10327
  /**
10329
10328
  * VersionApi - axios parameter creator
@@ -10371,7 +10370,7 @@ declare class VersionApi extends BaseAPI {
10371
10370
  * @param {*} [options] Override http request option.
10372
10371
  * @throws {RequiredError}
10373
10372
  */
10374
- getApiVersion(options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<ApiVersion, any>>;
10373
+ getApiVersion(options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<ApiVersion, any, {}>>;
10375
10374
  }
10376
10375
  /**
10377
10376
  * VirtualRobotApi - axios parameter creator
@@ -10587,7 +10586,7 @@ declare class VirtualRobotApi extends BaseAPI {
10587
10586
  * @param {*} [options] Override http request option.
10588
10587
  * @throws {RequiredError}
10589
10588
  */
10590
- getMotionGroupState(cell: string, controller: string, id: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupJoints, any>>;
10589
+ getMotionGroupState(cell: string, controller: string, id: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupJoints, any, {}>>;
10591
10590
  /**
10592
10591
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Gets information on the motion group.
10593
10592
  * @summary Motion Group Description
@@ -10596,7 +10595,7 @@ declare class VirtualRobotApi extends BaseAPI {
10596
10595
  * @param {*} [options] Override http request option.
10597
10596
  * @throws {RequiredError}
10598
10597
  */
10599
- getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupInfos, any>>;
10598
+ getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupInfos, any, {}>>;
10600
10599
  /**
10601
10600
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Gets the description and value of a virtual controller I/O.
10602
10601
  * @summary Get I/O
@@ -10606,7 +10605,7 @@ declare class VirtualRobotApi extends BaseAPI {
10606
10605
  * @param {*} [options] Override http request option.
10607
10606
  * @throws {RequiredError}
10608
10607
  */
10609
- getVirtualRobotIOValue(cell: string, controller: string, io: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<IO, any>>;
10608
+ getVirtualRobotIOValue(cell: string, controller: string, io: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<IO, any, {}>>;
10610
10609
  /**
10611
10610
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Lists all inputs/outputs of the virtual controller. Every input/output contains the description and the value. As a virtual robot can have up to thousand inputs/outputs, be ready to handle a large response. Use [List Descriptions](List Descriptions) to get a detailed description of an input/output.
10612
10611
  * @summary List Inputs/Outputs
@@ -10615,7 +10614,7 @@ declare class VirtualRobotApi extends BaseAPI {
10615
10614
  * @param {*} [options] Override http request option.
10616
10615
  * @throws {RequiredError}
10617
10616
  */
10618
- listIOs(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<IOs, any>>;
10617
+ listIOs(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<IOs, any, {}>>;
10619
10618
  /**
10620
10619
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. We recommend to only use the endpoint when the motion group is in monitor mode. In case the motion group is controlled, currently jogging or planning motions, the values are overridden by the controller or an error may occur.
10621
10620
  * @summary Set Motion Group State
@@ -10626,7 +10625,7 @@ declare class VirtualRobotApi extends BaseAPI {
10626
10625
  * @param {*} [options] Override http request option.
10627
10626
  * @throws {RequiredError}
10628
10627
  */
10629
- setMotionGroupState(cell: string, controller: string, id: number, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
10628
+ setMotionGroupState(cell: string, controller: string, id: number, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
10630
10629
  /**
10631
10630
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Sets the value of a virtual controller I/O.
10632
10631
  * @summary Set I/O
@@ -10639,7 +10638,7 @@ declare class VirtualRobotApi extends BaseAPI {
10639
10638
  * @param {*} [options] Override http request option.
10640
10639
  * @throws {RequiredError}
10641
10640
  */
10642
- setVirtualRobotIOValue(cell: string, controller: string, io: string, bool?: boolean, integer?: string, _double?: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
10641
+ setVirtualRobotIOValue(cell: string, controller: string, io: string, bool?: boolean, integer?: string, _double?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
10643
10642
  }
10644
10643
  /**
10645
10644
  * VirtualRobotBehaviorApi - axios parameter creator
@@ -10762,7 +10761,7 @@ declare class VirtualRobotBehaviorApi extends BaseAPI {
10762
10761
  * @param {*} [options] Override http request option.
10763
10762
  * @throws {RequiredError}
10764
10763
  */
10765
- externalJointsStream(cell: string, controller: string, externalJointStreamDatapoint: ExternalJointStreamDatapoint, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupJoints, any>>;
10764
+ externalJointsStream(cell: string, controller: string, externalJointStreamDatapoint: ExternalJointStreamDatapoint, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupJoints, any, {}>>;
10766
10765
  /**
10767
10766
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Get the current robot motion group behavior - please see the setter [setMotionGroupBehavior](#/operations/setMotionGroupBehavior) and the enum for details.
10768
10767
  * @summary Behavior
@@ -10772,7 +10771,7 @@ declare class VirtualRobotBehaviorApi extends BaseAPI {
10772
10771
  * @param {*} [options] Override http request option.
10773
10772
  * @throws {RequiredError}
10774
10773
  */
10775
- getMotionGroupBehavior(cell: string, controller: string, id: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<MotionGroupBehaviorGetter, any>>;
10774
+ getMotionGroupBehavior(cell: string, controller: string, id: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<MotionGroupBehaviorGetter, any, {}>>;
10776
10775
  /**
10777
10776
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Switch robot motion group behavior.
10778
10777
  * @summary Switch Behavior
@@ -10783,7 +10782,7 @@ declare class VirtualRobotBehaviorApi extends BaseAPI {
10783
10782
  * @param {*} [options] Override http request option.
10784
10783
  * @throws {RequiredError}
10785
10784
  */
10786
- setMotionGroupBehavior(cell: string, controller: string, id: number, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
10785
+ setMotionGroupBehavior(cell: string, controller: string, id: number, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
10787
10786
  }
10788
10787
  /**
10789
10788
  * VirtualRobotModeApi - axios parameter creator
@@ -10977,7 +10976,7 @@ declare class VirtualRobotModeApi extends BaseAPI {
10977
10976
  * @param {*} [options] Override http request option.
10978
10977
  * @throws {RequiredError}
10979
10978
  */
10980
- getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CycleTime, any>>;
10979
+ getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CycleTime, any, {}>>;
10981
10980
  /**
10982
10981
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState) to get the Emergency Stop state regardless of the controller type. There, the Emergency Stop state is visible as the `safety_state`. > **NOTE** > > The Emergency Stop state can only be changed when using virtual robot controllers.
10983
10982
  * @summary Get E-Stop State
@@ -10986,7 +10985,7 @@ declare class VirtualRobotModeApi extends BaseAPI {
10986
10985
  * @param {*} [options] Override http request option.
10987
10986
  * @throws {RequiredError}
10988
10987
  */
10989
- getEStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<Flag, any>>;
10988
+ getEStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<Flag, any, {}>>;
10990
10989
  /**
10991
10990
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Requests the Operation Mode of the virtual robot controller. To get the Operation Mode regardless of the controller type use [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState). > **NOTE** > > The Operating Mode can only be changed via API when using virtual robot controllers.
10992
10991
  * @summary Get Operation Mode
@@ -10995,7 +10994,7 @@ declare class VirtualRobotModeApi extends BaseAPI {
10995
10994
  * @param {*} [options] Override http request option.
10996
10995
  * @throws {RequiredError}
10997
10996
  */
10998
- getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<OpMode, any>>;
10997
+ getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<OpMode, any, {}>>;
10999
10998
  /**
11000
10999
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Activates the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions on virtual and physical robot controllers. To return to normal operation, the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState) to get the Emergency Stop state regardless of the controller type. There, the Emergency Stop state is visible as the `safety_state`. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
11001
11000
  * @summary Push E-Stop
@@ -11004,7 +11003,7 @@ declare class VirtualRobotModeApi extends BaseAPI {
11004
11003
  * @param {*} [options] Override http request option.
11005
11004
  * @throws {RequiredError}
11006
11005
  */
11007
- pushEStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
11006
+ pushEStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
11008
11007
  /**
11009
11008
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions on virtual and physical robot controllers. To return to normal operation, the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState) to get the Emergency Stop state regardless of the controller type. There, the Emergency Stop state is visible as the `safety_state`. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
11010
11009
  * @summary Release E-Stop
@@ -11013,7 +11012,7 @@ declare class VirtualRobotModeApi extends BaseAPI {
11013
11012
  * @param {*} [options] Override http request option.
11014
11013
  * @throws {RequiredError}
11015
11014
  */
11016
- releaseEStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
11015
+ releaseEStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
11017
11016
  /**
11018
11017
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Changes the Operation Mode of the virtual robot controller to the specified value. To get the Operation Mode, regardless of the controller type, use [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState). > **NOTE** > > The Operating Mode can only be changed via API when using virtual robot controllers.
11019
11018
  * @summary Set Operation Mode
@@ -11023,7 +11022,7 @@ declare class VirtualRobotModeApi extends BaseAPI {
11023
11022
  * @param {*} [options] Override http request option.
11024
11023
  * @throws {RequiredError}
11025
11024
  */
11026
- setOperationMode(cell: string, controller: string, mode: SetOperationModeModeEnum, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
11025
+ setOperationMode(cell: string, controller: string, mode: SetOperationModeModeEnum, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
11027
11026
  }
11028
11027
  declare const SetOperationModeModeEnum: {
11029
11028
  readonly OperationModeManual: "OPERATION_MODE_MANUAL";
@@ -11307,7 +11306,7 @@ declare class VirtualRobotSetupApi extends BaseAPI {
11307
11306
  * @param {*} [options] Override http request option.
11308
11307
  * @throws {RequiredError}
11309
11308
  */
11310
- addVirtualRobotCoordinateSystem(cell: string, controller: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
11309
+ addVirtualRobotCoordinateSystem(cell: string, controller: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
11311
11310
  /**
11312
11311
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Adds a new [TCP](https://docs.wandelbots.io/latest/vocabulary#tcp) or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange\'s coordinate system. > **NOTE** > Ensure the TCP\'s position is within the robot\'s reach. Refer to the robot\'s documentation or data sheet for details like joint limits or reach. > **NOTE** > Upon adding or updating a TCP, virtual robots are restarted to apply the new configuration. > What happens during restart: > - Robot visualization may temporarily disappear. > - TCP visualization may be delayed or outdated during the first run. > - Existing connections to the virtual robot are closed and re-established, which introduces a short delay before the TCP is available for use. > > The API call itself **does not wait until the restart and synchronization are complete**. This means that > immediately after a successful response, the TCP may not be available for visualization or program execution.
11313
11312
  * @summary Add TCP
@@ -11318,7 +11317,7 @@ declare class VirtualRobotSetupApi extends BaseAPI {
11318
11317
  * @param {*} [options] Override http request option.
11319
11318
  * @throws {RequiredError}
11320
11319
  */
11321
- addVirtualRobotTcp(cell: string, controller: string, id: number, robotTcp: RobotTcp, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
11320
+ addVirtualRobotTcp(cell: string, controller: string, id: number, robotTcp: RobotTcp, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
11322
11321
  /**
11323
11322
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and also remove all dependent coordinate systems which use the deleted coordinate system as a reference. **Important notes:** - When a new coordinate system is added/removed, the **virtual robot is restarted** in the background in order to apply the new configuration. - During this restart: - Robot visualization may temporarily disappear or appear outdated in the UI. - coordinate system changes are not immediately visible in visualizations. - All existing connections to the virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. - The API call itself does **not wait until the restart and re-synchronization are complete**. This means that immediately after a successful response, the new coordinate system may not yet be > **NOTE** > > Upon adding or removing a coordinate system, virtual robots are restarted to apply the new configuration. > What happens during restart: > - Robot visualization may temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - Existing connections to the virtual robot are closed and re-established, which introduces a short delay before NOVA is fully operational again. > > The API call itself **does not wait until the restart and synchronization are complete**. This means that > immediately after a successful response, the new coordinate system may not be available for visualization or program execution.
11324
11323
  * @summary Remove Coordinate System
@@ -11329,7 +11328,7 @@ declare class VirtualRobotSetupApi extends BaseAPI {
11329
11328
  * @param {*} [options] Override http request option.
11330
11329
  * @throws {RequiredError}
11331
11330
  */
11332
- deleteVirtualRobotCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
11331
+ deleteVirtualRobotCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
11333
11332
  /**
11334
11333
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Removes the TCP (Tool Center Point) from the motion group. An unknown TCP is a valid input and will simply be ignored. > **NOTE** > Upon removing a TCP, virtual robots are restarted to apply the new configuration. > What happens during restart: > - Robot visualization may temporarily disappear. > - TCP visualization may be delayed or outdated during the first run. > - Existing connections to the virtual robot are closed and re-established, which introduces a short delay before the TCP is removed. > > The API call itself **does not wait until the restart and synchronization are complete**. This means that immediately after a successful response, the TCP may not be removed.
11335
11334
  * @summary Remove TCP
@@ -11340,7 +11339,7 @@ declare class VirtualRobotSetupApi extends BaseAPI {
11340
11339
  * @param {*} [options] Override http request option.
11341
11340
  * @throws {RequiredError}
11342
11341
  */
11343
- deleteVirtualRobotTcp(cell: string, controller: string, id: number, tcp: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<object, any>>;
11342
+ deleteVirtualRobotTcp(cell: string, controller: string, id: number, tcp: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<object, any, {}>>;
11344
11343
  /**
11345
11344
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
11346
11345
  * @summary Get Mounting
@@ -11350,7 +11349,7 @@ declare class VirtualRobotSetupApi extends BaseAPI {
11350
11349
  * @param {*} [options] Override http request option.
11351
11350
  * @throws {RequiredError}
11352
11351
  */
11353
- getVirtualRobotMounting(cell: string, controller: string, id: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CoordinateSystem, any>>;
11352
+ getVirtualRobotMounting(cell: string, controller: string, id: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CoordinateSystem, any, {}>>;
11354
11353
  /**
11355
11354
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Lists all coordinate systems on the robot controller.
11356
11355
  * @summary List Coordinate Systems
@@ -11359,7 +11358,7 @@ declare class VirtualRobotSetupApi extends BaseAPI {
11359
11358
  * @param {*} [options] Override http request option.
11360
11359
  * @throws {RequiredError}
11361
11360
  */
11362
- listVirtualRobotCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CoordinateSystems, any>>;
11361
+ listVirtualRobotCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CoordinateSystems, any, {}>>;
11363
11362
  /**
11364
11363
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Lists TCPs of the motion group. An empty TCP list is valid, for example for external axes.
11365
11364
  * @summary List TCPs
@@ -11369,7 +11368,7 @@ declare class VirtualRobotSetupApi extends BaseAPI {
11369
11368
  * @param {*} [options] Override http request option.
11370
11369
  * @throws {RequiredError}
11371
11370
  */
11372
- listVirtualRobotTcps(cell: string, controller: string, id: number, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<RobotTcps, any>>;
11371
+ listVirtualRobotTcps(cell: string, controller: string, id: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RobotTcps, any, {}>>;
11373
11372
  /**
11374
11373
  * **Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Sets the motion group mounting by specifying a coordinate system. The motion group will be based on the coordinate system\'s origin. The coordinate system defines a transformation offset, which consists of: - A unique identifier - A name - An offset in another coordinate system, referenced by the unique identifier of the reference coordinate system. > **NOTE** > Changing the mounting configuration is considered a configuration change. > > Upon updating the mounting to another coordinate system, virtual robots are restarted to apply the new configuration. > What happens during restart: > - Robot visualization may temporarily disappear or not reflect the updated mounting. > - Motion group state and coordinate system alignment may not be instantly updated. > - Existing connections to the virtual robot are closed and re-established, which introduces a short delay before NOVA is fully operational again. > > The API call itself **does not wait until the restart and synchronization are complete**. This means that > immediately after a successful response, the new mounting may not be available for visualization or program execution.
11375
11374
  * @summary Set Mounting
@@ -11380,7 +11379,7 @@ declare class VirtualRobotSetupApi extends BaseAPI {
11380
11379
  * @param {*} [options] Override http request option.
11381
11380
  * @throws {RequiredError}
11382
11381
  */
11383
- setVirtualRobotMounting(cell: string, controller: string, id: number, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios152.AxiosResponse<CoordinateSystem, any>>;
11382
+ setVirtualRobotMounting(cell: string, controller: string, id: number, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<CoordinateSystem, any, {}>>;
11384
11383
  }
11385
11384
  //#endregion
11386
11385
  export { AbbController, AbbControllerEgmServer, AbbControllerKindEnum, ActivateLicenseRequest, AddRequest, AllJointPositionsRequest, AllJointPositionsResponse, ApiVersion, App, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, ArrayInput, ArrayOutput, BASE_PATH, BaseAPI, Behavior, BlendingAuto, BlendingAutoBlendingNameEnum, BlendingPosition, BlendingPositionBlendingNameEnum, Box, Box2, Box2BoxTypeEnum, Box2ShapeTypeEnum, Box3, Box3ShapeTypeEnum, Box3TypeEnum, BoxTypeEnum, COLLECTION_FORMATS, Capsule, Capsule2, Capsule2ShapeTypeEnum, Capsule3, Capsule3ShapeTypeEnum, Capture, Cell, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, Circle, CodeWithArguments, CollectionValue, Collider, ColliderInput, ColliderOutput, ColliderOutputShape, ColliderShape, Collision, CollisionContact, CollisionMotionGroup, CollisionMotionGroupAssembly, CollisionRobotConfigurationInput, CollisionRobotConfigurationOutput, CollisionScene, CollisionSceneAssembly, Command, CommandSettings, Comparator, Compound, Configuration, ConfigurationParameters, ContainerEnvironmentInner, ContainerImage, ContainerImageSecretsInner, ContainerResources, ContainerStorage, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerCapabilities, ControllerIOsApi, ControllerIOsApiAxiosParamCreator, ControllerIOsApiFactory, ControllerIOsApiFp, ControllerInstance, ControllerInstanceList, ConvexHull, ConvexHull2, ConvexHull2ShapeTypeEnum, ConvexHull3, ConvexHull3ShapeTypeEnum, CoordinateSystem, CoordinateSystems, CoordinateSystemsApi, CoordinateSystemsApiAxiosParamCreator, CoordinateSystemsApiFactory, CoordinateSystemsApiFp, CreateDeviceRequestInner, CreateProgramRun200Response, CreateProgramRunRequest, CreateTrigger200Response, CreateTriggerRequest, CubicSpline, CubicSplineCubicSplineParameter, CubicSplineParameter, CycleTime, Cylinder, Cylinder2, Cylinder2ShapeTypeEnum, Cylinder3, Cylinder3ShapeTypeEnum, DHParameter, DeviceConfigurationApi, DeviceConfigurationApiAxiosParamCreator, DeviceConfigurationApiFactory, DeviceConfigurationApiFp, Direction, DirectionJoggingRequest, ExecuteTrajectoryRequest, ExecuteTrajectoryResponse, ExecutionResult, ExternalJointStreamDatapoint, ExternalJointStreamDatapointValue, FanucController, FanucControllerKindEnum, FeedbackCollision, FeedbackCollisionErrorFeedbackNameEnum, FeedbackJointLimitExceeded, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackOutOfWorkspace, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularity, FeedbackSingularityErrorFeedbackNameEnum, Flag, ForceVector, Geometry, GetAllProgramRuns200Response, GetAllTriggers200Response, GetDefaultLinkChainMotionGroupModelEnum, GetModeResponse, GetTrajectoryResponse, GetTrajectorySampleResponse, GoogleProtobufAny, HTTPExceptionResponse, HTTPValidationError, HTTPValidationError2, IO, IODescription, IODescriptionTypeEnum, IODescriptionUnitEnum, IODescriptionValueTypeEnum, IODirectionEnum, IOValue, IOs, ImageCredentials, InfoServiceCapabilities, InitializeMovementRequest, InitializeMovementResponse, InitializeMovementResponseInitResponse, JoggingResponse, JoggingResponseMovementStateEnum, JoggingServiceCapabilities, JointJoggingRequest, JointLimit, JointLimitExceeded, JointLimitJointEnum, JointPositionRequest, JointTrajectory, Joints, KinematicServiceCapabilities, KukaController, KukaControllerKindEnum, KukaControllerRsiServer, LibraryProgramApi, LibraryProgramApiAxiosParamCreator, LibraryProgramApiFactory, LibraryProgramApiFp, LibraryProgramMetadataApi, LibraryProgramMetadataApiAxiosParamCreator, LibraryProgramMetadataApiFactory, LibraryProgramMetadataApiFp, LibraryRecipeApi, LibraryRecipeApiAxiosParamCreator, LibraryRecipeApiFactory, LibraryRecipeApiFp, LibraryRecipeMetadataApi, LibraryRecipeMetadataApiAxiosParamCreator, LibraryRecipeMetadataApiFactory, LibraryRecipeMetadataApiFp, License, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatus, LicenseStatusEnum, LimitSettings, LimitsOverride, ListDevices200ResponseInner, ListIODescriptionsResponse, ListIOValuesResponse, ListPayloadsResponse, ListProgramMetadataResponse, ListRecipeMetadataResponse, ListResponse, ListTcpsResponse, Manufacturer, ModeChangeResponse, ModelError, MotionApi, MotionApiAxiosParamCreator, MotionApiFactory, MotionApiFp, MotionCommand, MotionCommandBlending, MotionCommandPath, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupBehaviorGetter, MotionGroupInfo, MotionGroupInfos, MotionGroupInfosApi, MotionGroupInfosApiAxiosParamCreator, MotionGroupInfosApiFactory, MotionGroupInfosApiFp, MotionGroupInstance, MotionGroupInstanceList, MotionGroupJoggingApi, MotionGroupJoggingApiAxiosParamCreator, MotionGroupJoggingApiFactory, MotionGroupJoggingApiFp, MotionGroupJoints, MotionGroupKinematicApi, MotionGroupKinematicApiAxiosParamCreator, MotionGroupKinematicApiFactory, MotionGroupKinematicApiFp, MotionGroupPhysical, MotionGroupSpecification, MotionGroupState, MotionGroupStateJointLimitReached, MotionGroupStateResponse, MotionId, MotionIdsListResponse, MotionVector, Mounting, MoveRequest, MoveResponse, MoveToTrajectoryViaJointPTPRequest, Movement, MovementError, MovementErrorError, MovementMovement, OpMode, OpModeModeEnum, OpcuaNodeValueTriggerConfig, OpcuaNodeValueTriggerConfigNodeValue, OptimizerSetup, OutOfWorkspace, Path, PathCartesianPTP, PathCartesianPTPPathDefinitionNameEnum, PathCircle, PathCirclePathDefinitionNameEnum, PathCubicSpline, PathCubicSplinePathDefinitionNameEnum, PathJointPTP, PathJointPTPPathDefinitionNameEnum, PathLine, PathLinePathDefinitionNameEnum, PauseMovementRequest, PauseMovementResponse, PauseMovementResponsePauseResponse, PauseOnIO, Payload, PlanCollisionFreePTPRequest, PlanCollisionFreePTPRequestTarget, PlanFailedOnTrajectoryResponse, PlanFailedResponse, PlanRequest, PlanResponse, PlanSuccessfulResponse, PlanTrajectoryFailedResponse, PlanTrajectoryFailedResponseErrorFeedback, PlanTrajectoryRequest, PlanTrajectoryResponse, PlanTrajectoryResponseResponse, Plane2, Plane2ShapeTypeEnum, Plane3, Plane3ShapeTypeEnum, PlannedMotion, PlannerPose, PlanningLimits, PlanningLimitsLimitRange, PlaybackSpeedRequest, PlaybackSpeedResponse, PlaybackSpeedResponsePlaybackSpeedResponse, PointCloud, Pose, Pose2, ProgramApi, ProgramApiAxiosParamCreator, ProgramApiFactory, ProgramApiFp, ProgramMetadata, ProgramOperatorApi, ProgramOperatorApiAxiosParamCreator, ProgramOperatorApiFactory, ProgramOperatorApiFp, ProgramRun, ProgramRunObject, ProgramRunState, ProgramRunnerReference, ProgramValuesApi, ProgramValuesApiAxiosParamCreator, ProgramValuesApiFactory, ProgramValuesApiFp, PyjectoryDatatypesCorePose, PyjectoryDatatypesSerializerOrientation, PyjectoryDatatypesSerializerPose, PyjectoryDatatypesSerializerPosition, PyripheryEtcdETCDConfiguration, PyripheryHardwareIsaacIsaacConfiguration, PyripheryOpcuaOPCUAConfiguration, PyripheryPyraeControllerControllerConfiguration, PyripheryPyraeRobotRobotConfiguration, PyripheryPyraeRobotRobotConfigurationTypeEnum, PyripheryRoboticsConfigurableCollisionSceneConfigurableCollisionSceneConfigurationInput, PyripheryRoboticsConfigurableCollisionSceneConfigurableCollisionSceneConfigurationOutput, PyripheryRoboticsRobotcellTimerConfiguration, PyripheryRoboticsRobotcellTimerConfigurationTypeEnum, PyripheryRoboticsSimulationRobotWithViewOpen3dConfiguration, PyripheryRoboticsSimulationSimulatedIOConfiguration, PyripheryRoboticsSimulationSimulatedOPCUAConfiguration, Quaternion, RecipeMetadata, Rectangle, Rectangle2, Rectangle2ShapeTypeEnum, Rectangle3, Rectangle3ShapeTypeEnum, RectangularCapsule, RectangularCapsule2, RectangularCapsule2ShapeTypeEnum, RectangularCapsule3, RectangularCapsule3ShapeTypeEnum, ReleaseChannel, Request, Request1, RequestArgs, RequiredError, ResponseGetValueProgramsValuesKeyGet, ResponseGetValuesProgramsValuesGetValue, RobotController, RobotControllerConfiguration, RobotControllerState, RobotControllerStateOperationModeEnum, RobotControllerStateSafetyStateEnum, RobotLinkGeometry, RobotState, RobotSystemMode, RobotTcp, RobotTcps, RotationAngleTypes, RotationAngles, SafetyConfiguration, SafetySetup, SafetySetupSafetySettings, SafetySetupSafetySettingsSafetyStateEnum, SafetySetupSafetyZone, SafetyZone, SafetyZoneLimits, SafetyZoneViolation, ServiceStatus, ServiceStatusPhase, ServiceStatusSeverity, ServiceStatusStatus, SetDefaultModeModeEnum, SetIO, SetOperationModeModeEnum, SetPlaybackSpeed, SingleJointLimit, SingleJointLimitJointEnum, Singularity, SingularitySingularityTypeEnum, SingularityTypeEnum, Sphere, Sphere2, Sphere2ShapeTypeEnum, Sphere3, Sphere3ShapeTypeEnum, Standstill, StandstillReason, StandstillStandstill, StartMovementRequest, StartOnIO, Status, StopResponse, StopResponseStopCodeEnum, StoreCollisionComponentsApi, StoreCollisionComponentsApiAxiosParamCreator, StoreCollisionComponentsApiFactory, StoreCollisionComponentsApiFp, StoreCollisionScenesApi, StoreCollisionScenesApiAxiosParamCreator, StoreCollisionScenesApiFactory, StoreCollisionScenesApiFp, StoreObjectApi, StoreObjectApiAxiosParamCreator, StoreObjectApiFactory, StoreObjectApiFp, StoreValue, StreamMoveBackward, StreamMoveForward, StreamMovePlaybackSpeed, StreamMoveRequest, StreamMoveResponse, StreamMoveToTrajectory, StreamStop, SystemApi, SystemApiAxiosParamCreator, SystemApiFactory, SystemApiFp, TcpPose, TcpPoseRequest, ToolGeometry, TrajectorySample, TriggerObject, TriggerType, UniversalrobotsController, UniversalrobotsControllerKindEnum, UpdateNovaVersionRequest, UpdateProgramMetadataRequest, UpdateRecipeMetadataRequest, UpdateTriggerRequest, ValidationError, ValidationError2, ValidationError2LocInner, ValidationErrorLocInner, Value, Vector3d, VersionApi, VersionApiAxiosParamCreator, VersionApiFactory, VersionApiFp, VersionNumber, VirtualController, VirtualControllerKindEnum, VirtualControllerTypes, VirtualRobotApi, VirtualRobotApiAxiosParamCreator, VirtualRobotApiFactory, VirtualRobotApiFp, VirtualRobotBehaviorApi, VirtualRobotBehaviorApiAxiosParamCreator, VirtualRobotBehaviorApiFactory, VirtualRobotBehaviorApiFp, VirtualRobotConfiguration, VirtualRobotModeApi, VirtualRobotModeApiAxiosParamCreator, VirtualRobotModeApiFactory, VirtualRobotModeApiFp, VirtualRobotSetupApi, VirtualRobotSetupApiAxiosParamCreator, VirtualRobotSetupApiFactory, VirtualRobotSetupApiFp, WaitForIOEventComparisonTypeEnum, YaskawaController, YaskawaControllerKindEnum, operationServerMap };