@wandelbots/nova-api 25.10.0-dev.8 → 25.10.0-dev.9

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,4 +1,4 @@
1
- import * as axios175 from "axios";
1
+ import * as axios0 from "axios";
2
2
  import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
3
3
 
4
4
  //#region v2/configuration.d.ts
@@ -6193,7 +6193,7 @@ declare class ApplicationApi extends BaseAPI {
6193
6193
  * @throws {RequiredError}
6194
6194
  * @memberof ApplicationApi
6195
6195
  */
6196
- addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6196
+ addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6197
6197
  /**
6198
6198
  * Delete all GUI applications from the cell.
6199
6199
  * @summary Clear Applications
@@ -6203,7 +6203,7 @@ declare class ApplicationApi extends BaseAPI {
6203
6203
  * @throws {RequiredError}
6204
6204
  * @memberof ApplicationApi
6205
6205
  */
6206
- clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6206
+ clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6207
6207
  /**
6208
6208
  * Delete a GUI application from the cell.
6209
6209
  * @summary Delete Application
@@ -6214,7 +6214,7 @@ declare class ApplicationApi extends BaseAPI {
6214
6214
  * @throws {RequiredError}
6215
6215
  * @memberof ApplicationApi
6216
6216
  */
6217
- deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6217
+ deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6218
6218
  /**
6219
6219
  * 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 [updateApp](updateApp).
6220
6220
  * @summary Configuration
@@ -6224,7 +6224,7 @@ declare class ApplicationApi extends BaseAPI {
6224
6224
  * @throws {RequiredError}
6225
6225
  * @memberof ApplicationApi
6226
6226
  */
6227
- getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<App, any>>;
6227
+ getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<App, any>>;
6228
6228
  /**
6229
6229
  * List all GUI applications that have been added to a cell with [addApp](addApp). If the cell does not contain GUI applications, the list is returned empty.
6230
6230
  * @summary List Applications
@@ -6233,7 +6233,7 @@ declare class ApplicationApi extends BaseAPI {
6233
6233
  * @throws {RequiredError}
6234
6234
  * @memberof ApplicationApi
6235
6235
  */
6236
- listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
6236
+ listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6237
6237
  /**
6238
6238
  * Update the configuration of a GUI application in the cell.
6239
6239
  * @summary Update Configuration
@@ -6245,7 +6245,7 @@ declare class ApplicationApi extends BaseAPI {
6245
6245
  * @throws {RequiredError}
6246
6246
  * @memberof ApplicationApi
6247
6247
  */
6248
- updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6248
+ updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6249
6249
  }
6250
6250
  /**
6251
6251
  * BUSInputsOutputsApi - axios parameter creator
@@ -6708,7 +6708,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6708
6708
  * @throws {RequiredError}
6709
6709
  * @memberof BUSInputsOutputsApi
6710
6710
  */
6711
- addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6711
+ addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6712
6712
  /**
6713
6713
  * Adds an input/output variable to or updates an input/output variable on the MODBUS device, e.g., NOVA\'s MODBUS service. The inputs/outputs map variables to specific memory addresses in the process image. The NOVA\'s MODBUS service\'s configuration can be viewed via [listModbusIOs](listModbusIOs).
6714
6714
  * @summary Add MODBUS Input/Output
@@ -6719,7 +6719,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6719
6719
  * @throws {RequiredError}
6720
6720
  * @memberof BUSInputsOutputsApi
6721
6721
  */
6722
- addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6722
+ addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6723
6723
  /**
6724
6724
  * Adds an input/output variable to or updates an input/output variable on the PROFINET device, e.g., NOVA\'s PROFINET service. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA\'s PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA\'s PROFINET service\'s configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal).
6725
6725
  * @summary Add PROFINET Input/Output
@@ -6730,7 +6730,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6730
6730
  * @throws {RequiredError}
6731
6731
  * @memberof BUSInputsOutputsApi
6732
6732
  */
6733
- addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6733
+ addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6734
6734
  /**
6735
6735
  * Remove the BUS inputs/outputs service from the cell.
6736
6736
  * @summary Clear Service
@@ -6740,7 +6740,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6740
6740
  * @throws {RequiredError}
6741
6741
  * @memberof BUSInputsOutputsApi
6742
6742
  */
6743
- clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6743
+ clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6744
6744
  /**
6745
6745
  * Removes an input/output variable configuration from the MODBUS device, e.g., NOVA\'s MODBUS service.
6746
6746
  * @summary Remove MODBUS Input/Ouptut
@@ -6750,7 +6750,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6750
6750
  * @throws {RequiredError}
6751
6751
  * @memberof BUSInputsOutputsApi
6752
6752
  */
6753
- deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6753
+ deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6754
6754
  /**
6755
6755
  * Removes an input/output variable configuration from the PROFINET device, e.g., NOVA\'s PROFINET service.
6756
6756
  * @summary Remove PROFINET Input/Ouptut
@@ -6760,7 +6760,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6760
6760
  * @throws {RequiredError}
6761
6761
  * @memberof BUSInputsOutputsApi
6762
6762
  */
6763
- deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6763
+ deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6764
6764
  /**
6765
6765
  * Get deployed BUS inputs/outputs service.
6766
6766
  * @summary Get Service
@@ -6769,7 +6769,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6769
6769
  * @throws {RequiredError}
6770
6770
  * @memberof BUSInputsOutputsApi
6771
6771
  */
6772
- getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<BusIOType, any>>;
6772
+ getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOType, any>>;
6773
6773
  /**
6774
6774
  * Get the current state of the BUS Inputs/Outputs service.
6775
6775
  * @summary State
@@ -6778,7 +6778,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6778
6778
  * @throws {RequiredError}
6779
6779
  * @memberof BUSInputsOutputsApi
6780
6780
  */
6781
- getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<BusIOsState, any>>;
6781
+ getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOsState, any>>;
6782
6782
  /**
6783
6783
  * Retrieves the current values of inputs/outputs. The identifiers of the inputs/outputs must be provided in the request. Request all available input/output identifiers via [listBusIODescriptions](listBusIODescriptions).
6784
6784
  * @summary Get Input/Output Values
@@ -6788,7 +6788,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6788
6788
  * @throws {RequiredError}
6789
6789
  * @memberof BUSInputsOutputsApi
6790
6790
  */
6791
- getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IOValue[], any>>;
6791
+ getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
6792
6792
  /**
6793
6793
  * Get description of NOVA as a PROFINET device.
6794
6794
  * @summary Get PROFINET Description
@@ -6797,7 +6797,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6797
6797
  * @throws {RequiredError}
6798
6798
  * @memberof BUSInputsOutputsApi
6799
6799
  */
6800
- getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ProfinetDescription, any>>;
6800
+ getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetDescription, any>>;
6801
6801
  /**
6802
6802
  * Get input/output variable configuration of the PROFINET device, e.g., NOVA\'s PROFINET service as file. You can specify byte offsets for the input and output variable addresses to get an XML tagmap that is ready to paste to the third party software, e.g., TIA portal.
6803
6803
  * @summary PROFINET Inputs/Outputs to File
@@ -6808,7 +6808,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6808
6808
  * @throws {RequiredError}
6809
6809
  * @memberof BUSInputsOutputsApi
6810
6810
  */
6811
- getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string, any>>;
6811
+ getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
6812
6812
  /**
6813
6813
  * List all input/output descriptions for configured BUS services. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the BUS service.
6814
6814
  * @summary List Descriptions
@@ -6817,7 +6817,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6817
6817
  * @throws {RequiredError}
6818
6818
  * @memberof BUSInputsOutputsApi
6819
6819
  */
6820
- listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<BusIODescription[], any>>;
6820
+ listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIODescription[], any>>;
6821
6821
  /**
6822
6822
  * List descriptions for all configured input/output variables of the MODBUS service. The input/output descriptions contain information like name, type and address. The input/output direction is given in perspective of the active MODBUS type (service or client). - The byte and bit addresses are the locations in the MODBUS input/output process image the variable points to. - The MODBUS controller as well as NOVA\'s MODBUS service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA MODBUS service\'s configuration is modified via [addModbusIO](addModbusIO).
6823
6823
  * @summary List MODBUS Input/Output Configuration
@@ -6826,7 +6826,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6826
6826
  * @throws {RequiredError}
6827
6827
  * @memberof BUSInputsOutputsApi
6828
6828
  */
6829
- listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ModbusIO[], any>>;
6829
+ listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ModbusIO[], any>>;
6830
6830
  /**
6831
6831
  * List descriptions for all configured input/output variables of the PROFINET service. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the PROFINET device, e.g., the configured PROFINET service. - The byte and bit addresses are the locations in the PROFINET input/output process image the variable points to. - The PROFINET controller as well as NOVA\'s PROFINET service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA PROFINET service\'s configuration is modified via [addProfinetIO](addProfinetIO) and [setProfinetIOsFromFile](setProfinetIOsFromFile). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal.
6832
6832
  * @summary List PROFINET Input/Output Configuration
@@ -6835,7 +6835,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6835
6835
  * @throws {RequiredError}
6836
6836
  * @memberof BUSInputsOutputsApi
6837
6837
  */
6838
- listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ProfinetIO[], any>>;
6838
+ listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetIO[], any>>;
6839
6839
  /**
6840
6840
  * Set values of outputs. In case of virtual Bus Input/Outputs, also inputs can be set. All available output identifiers can be requested via [listBusIODescriptions](listBusIODescriptions). The call will return once the values have been set and accepted by the service.
6841
6841
  * @summary Set Output Values
@@ -6845,7 +6845,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6845
6845
  * @throws {RequiredError}
6846
6846
  * @memberof BUSInputsOutputsApi
6847
6847
  */
6848
- setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6848
+ setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6849
6849
  /**
6850
6850
  * Sets input/output variable configuration on the PROFINET device (i.e. NOVA\'s PROFINET service) from XML file. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA\'s PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA\'s PROFINET service\'s configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding engineering system, e.g., TIA portal. #### Export variables You can export the variable configuration of the PROFINET controller as XML file from your engineering system, e.g., TIA portal. - The endpoint is built so that the perspective of input and output (PROFINET Device\'s input is PROFINET Controller\'s output) is internally handled (PROFINET device input is PROFINET controller output), meaning that you can paste the exported XML file here without modifying.
6851
6851
  * @summary Set PROFINET Inputs/Outputs from File
@@ -6855,7 +6855,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6855
6855
  * @throws {RequiredError}
6856
6856
  * @memberof BUSInputsOutputsApi
6857
6857
  */
6858
- setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6858
+ setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6859
6859
  }
6860
6860
  /**
6861
6861
  * CellApi - axios parameter creator
@@ -7071,7 +7071,7 @@ declare class CellApi extends BaseAPI {
7071
7071
  * @throws {RequiredError}
7072
7072
  * @memberof CellApi
7073
7073
  */
7074
- deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7074
+ deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7075
7075
  /**
7076
7076
  * 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](https://docs.wandelbots.io/latest/setup-cell) for more information.
7077
7077
  * @summary Add Cell
@@ -7081,7 +7081,7 @@ declare class CellApi extends BaseAPI {
7081
7081
  * @throws {RequiredError}
7082
7082
  * @memberof CellApi
7083
7083
  */
7084
- deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7084
+ deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7085
7085
  /**
7086
7086
  * List all cell resources.
7087
7087
  * @summary Configuration
@@ -7090,7 +7090,7 @@ declare class CellApi extends BaseAPI {
7090
7090
  * @throws {RequiredError}
7091
7091
  * @memberof CellApi
7092
7092
  */
7093
- getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Cell, any>>;
7093
+ getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Cell, any>>;
7094
7094
  /**
7095
7095
  * List the status of all cell resources.
7096
7096
  * @summary Service Status
@@ -7099,7 +7099,7 @@ declare class CellApi extends BaseAPI {
7099
7099
  * @throws {RequiredError}
7100
7100
  * @memberof CellApi
7101
7101
  */
7102
- getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ServiceStatusResponse, any>>;
7102
+ getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatusResponse, any>>;
7103
7103
  /**
7104
7104
  * List all deployed cell names. If no cells are deployed, an empty list is returned.
7105
7105
  * @summary List Cells
@@ -7107,7 +7107,7 @@ declare class CellApi extends BaseAPI {
7107
7107
  * @throws {RequiredError}
7108
7108
  * @memberof CellApi
7109
7109
  */
7110
- listCells(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
7110
+ listCells(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7111
7111
  /**
7112
7112
  * Deactivate or activate the services of a cell.
7113
7113
  * @summary Operating State
@@ -7117,7 +7117,7 @@ declare class CellApi extends BaseAPI {
7117
7117
  * @throws {RequiredError}
7118
7118
  * @memberof CellApi
7119
7119
  */
7120
- setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7120
+ setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7121
7121
  /**
7122
7122
  * Update the definition of the entire Cell.
7123
7123
  * @summary Update Configuration
@@ -7128,7 +7128,7 @@ declare class CellApi extends BaseAPI {
7128
7128
  * @throws {RequiredError}
7129
7129
  * @memberof CellApi
7130
7130
  */
7131
- updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7131
+ updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7132
7132
  }
7133
7133
  /**
7134
7134
  * ControllerApi - axios parameter creator
@@ -7573,7 +7573,7 @@ declare class ControllerApi extends BaseAPI {
7573
7573
  * @throws {RequiredError}
7574
7574
  * @memberof ControllerApi
7575
7575
  */
7576
- addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7576
+ addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7577
7577
  /**
7578
7578
  * Delete all robot controllers from the cell. To replace all robot controllers in a cell, use this endpoint in combination with [addRobotController](addRobotController).
7579
7579
  * @summary Clear Robot Controllers
@@ -7583,7 +7583,7 @@ declare class ControllerApi extends BaseAPI {
7583
7583
  * @throws {RequiredError}
7584
7584
  * @memberof ControllerApi
7585
7585
  */
7586
- clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7586
+ clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7587
7587
  /**
7588
7588
  * Delete a robot controller from the cell.
7589
7589
  * @summary Delete Robot Controller
@@ -7594,7 +7594,7 @@ declare class ControllerApi extends BaseAPI {
7594
7594
  * @throws {RequiredError}
7595
7595
  * @memberof ControllerApi
7596
7596
  */
7597
- deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7597
+ deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7598
7598
  /**
7599
7599
  * Get description of a configured robot controller including a list of connected motion group identifiers. Use [getMotionGroupDescription](getMotionGroupDescription) to get more information about the motion group.
7600
7600
  * @summary Description
@@ -7604,7 +7604,7 @@ declare class ControllerApi extends BaseAPI {
7604
7604
  * @throws {RequiredError}
7605
7605
  * @memberof ControllerApi
7606
7606
  */
7607
- getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ControllerDescription, any>>;
7607
+ getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ControllerDescription, any>>;
7608
7608
  /**
7609
7609
  * Request a coordinate system specification for a given identifier. Use parameter `orientation_type` to get the orientation part of the transformation offset of the coordinate system returned in the requested orientation notation. If parameter `orientation_type` is not set, the orientation part of the transformation offset of the coordinate system is returned in rotation vector notation. 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.
7610
7610
  * @summary Coordinate System
@@ -7616,7 +7616,7 @@ declare class ControllerApi extends BaseAPI {
7616
7616
  * @throws {RequiredError}
7617
7617
  * @memberof ControllerApi
7618
7618
  */
7619
- getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem, any>>;
7619
+ getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
7620
7620
  /**
7621
7621
  * Get the current state of a robot controller.
7622
7622
  * @summary State
@@ -7626,7 +7626,7 @@ declare class ControllerApi extends BaseAPI {
7626
7626
  * @throws {RequiredError}
7627
7627
  * @memberof ControllerApi
7628
7628
  */
7629
- getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotControllerState, any>>;
7629
+ getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
7630
7630
  /**
7631
7631
  * Get the configuration for a robot controller.
7632
7632
  * @summary Robot Controller
@@ -7636,7 +7636,7 @@ declare class ControllerApi extends BaseAPI {
7636
7636
  * @throws {RequiredError}
7637
7637
  * @memberof ControllerApi
7638
7638
  */
7639
- getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotController, any>>;
7639
+ getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotController, any>>;
7640
7640
  /**
7641
7641
  * 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](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.
7642
7642
  * @summary Virtual Controller Configuration
@@ -7646,7 +7646,7 @@ declare class ControllerApi extends BaseAPI {
7646
7646
  * @throws {RequiredError}
7647
7647
  * @memberof ControllerApi
7648
7648
  */
7649
- getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<VirtualRobotConfiguration, any>>;
7649
+ getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<VirtualRobotConfiguration, any>>;
7650
7650
  /**
7651
7651
  * Lists all specifications of coordinate systems from robot controllers. Use parameter `orientation_type` to get the orientation part of the transformation offset of the coordinate system returned in the requested orientation notation. If parameter `orientation_type` is not set, the orientation part of the transformation offset of the coordinate system is returned in rotation vector notation. 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.
7652
7652
  * @summary List Coordinate Systems
@@ -7657,7 +7657,7 @@ declare class ControllerApi extends BaseAPI {
7657
7657
  * @throws {RequiredError}
7658
7658
  * @memberof ControllerApi
7659
7659
  */
7660
- listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem[], any>>;
7660
+ listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
7661
7661
  /**
7662
7662
  * List the names of all deployed robot controllers.
7663
7663
  * @summary List Robot Controllers
@@ -7666,7 +7666,7 @@ declare class ControllerApi extends BaseAPI {
7666
7666
  * @throws {RequiredError}
7667
7667
  * @memberof ControllerApi
7668
7668
  */
7669
- listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
7669
+ listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7670
7670
  /**
7671
7671
  * 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** > > `setDefaultMode` enables the robot controller to stay in control mode to keep the motors activated. > This allows for faster execution of sequential movements as no mode switches are required. > **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](getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
7672
7672
  * @summary Set Default Mode
@@ -7677,7 +7677,7 @@ declare class ControllerApi extends BaseAPI {
7677
7677
  * @throws {RequiredError}
7678
7678
  * @memberof ControllerApi
7679
7679
  */
7680
- setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7680
+ setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7681
7681
  /**
7682
7682
  * <!-- theme: success --> > Websocket endpoint 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, > - 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 cobots. Use [listRobotControllers](listRobotControllers) to check if the robot controller supports free drive mode.
7683
7683
  * @summary Stream Free Drive
@@ -7688,7 +7688,7 @@ declare class ControllerApi extends BaseAPI {
7688
7688
  * @throws {RequiredError}
7689
7689
  * @memberof ControllerApi
7690
7690
  */
7691
- streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotControllerState, any>>;
7691
+ streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
7692
7692
  /**
7693
7693
  * <!-- theme: success --> > Websocket endpoint Receive updates of the state of a robot controller. The stream can be opened before the controller is registered. To register a controller, call [addRobotController](addRobotController). While connecting, the stream sends initialization updates. Once the controller reaches `MODE_MONITOR`, it sends controller state updates.
7694
7694
  * @summary Stream State
@@ -7700,7 +7700,7 @@ declare class ControllerApi extends BaseAPI {
7700
7700
  * @throws {RequiredError}
7701
7701
  * @memberof ControllerApi
7702
7702
  */
7703
- streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotControllerState, any>>;
7703
+ streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
7704
7704
  /**
7705
7705
  * Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. 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](getRobotController). > 2. Delete the existing virtual robot controller via [deleteRobotController](deleteRobotController). > 3. Add a virtual robot controller with [addRobotController](addRobotController).
7706
7706
  * @summary Update Robot Controller
@@ -7712,7 +7712,7 @@ declare class ControllerApi extends BaseAPI {
7712
7712
  * @throws {RequiredError}
7713
7713
  * @memberof ControllerApi
7714
7714
  */
7715
- updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7715
+ updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7716
7716
  }
7717
7717
  /**
7718
7718
  * ControllerInputsOutputsApi - axios parameter creator
@@ -7911,7 +7911,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7911
7911
  * @throws {RequiredError}
7912
7912
  * @memberof ControllerInputsOutputsApi
7913
7913
  */
7914
- listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IODescription[], any>>;
7914
+ listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
7915
7915
  /**
7916
7916
  * Retrieves the current values of inputs/outputs. The identifiers of the inputs/outputs must be provided in the request. Request all available input/output identifiers via [listIODescriptions](listIODescriptions).
7917
7917
  * @summary Get Input/Output Values
@@ -7922,7 +7922,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7922
7922
  * @throws {RequiredError}
7923
7923
  * @memberof ControllerInputsOutputsApi
7924
7924
  */
7925
- listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IOValue[], any>>;
7925
+ listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
7926
7926
  /**
7927
7927
  * Set the values of outputs. All available output identifiers and possible value ranges can be requested via [listIODescriptions](listIODescriptions). The call will return once the values have been set on and accepted by the robot. This can take up to 200 milliseconds. > **NOTE** > > Do not call this endpoint while another request is still in progress. The second call will fail.
7928
7928
  * @summary Set Output Values
@@ -7933,7 +7933,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7933
7933
  * @throws {RequiredError}
7934
7934
  * @memberof ControllerInputsOutputsApi
7935
7935
  */
7936
- setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7936
+ setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7937
7937
  /**
7938
7938
  * <!-- theme: success --> > Websocket endpoint Continuously receive updates of input/output values via websocket. Updates are sent in the update rate of the controller. > **NOTE** > > If you request many values simultaneously, the request is 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. This can lead to a high amount of data transmitted.
7939
7939
  * @summary Stream Input/Output Values
@@ -7944,7 +7944,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7944
7944
  * @throws {RequiredError}
7945
7945
  * @memberof ControllerInputsOutputsApi
7946
7946
  */
7947
- streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<StreamIOValuesResponse, any>>;
7947
+ streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<StreamIOValuesResponse, any>>;
7948
7948
  /**
7949
7949
  * Wait until an input/output 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 input/output is compared with given value. Only set the value that corresponds to the `value_type` of the input/output. See [listIODescriptions](listIODescriptions) for more information. **Examples** 1. Wait until analog input `AI_1` < 10: ``` io: \"AI_1\" comparison_type: \"COMPARISON_LESS\" value: 10 ``` 2. Wait until analog input `AI_2` > 5.0: ``` io: \"AI_2\" comparison_type: \"COMPARISON_GREATER\" value: 5.0 ``` 3. Wait until digital input `DI_3` is true: ``` io: \"DI_3\" comparison_type: \"COMPARISON_EQUAL\" value: true ```
7950
7950
  * @summary Wait For
@@ -7955,7 +7955,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7955
7955
  * @throws {RequiredError}
7956
7956
  * @memberof ControllerInputsOutputsApi
7957
7957
  */
7958
- waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<boolean, any>>;
7958
+ waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<boolean, any>>;
7959
7959
  }
7960
7960
  /**
7961
7961
  * JoggingApi - axios parameter creator
@@ -8022,7 +8022,7 @@ declare class JoggingApi extends BaseAPI {
8022
8022
  * @throws {RequiredError}
8023
8023
  * @memberof JoggingApi
8024
8024
  */
8025
- executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ExecuteJoggingResponse, any>>;
8025
+ executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteJoggingResponse, any>>;
8026
8026
  }
8027
8027
  /**
8028
8028
  * KinematicsApi - axios parameter creator
@@ -8112,7 +8112,7 @@ declare class KinematicsApi extends BaseAPI {
8112
8112
  * @throws {RequiredError}
8113
8113
  * @memberof KinematicsApi
8114
8114
  */
8115
- forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ForwardKinematicsResponse, any>>;
8115
+ forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ForwardKinematicsResponse, any>>;
8116
8116
  /**
8117
8117
  * Returns the reachable joint positions for a list of given poses.
8118
8118
  * @summary Inverse kinematics
@@ -8122,7 +8122,7 @@ declare class KinematicsApi extends BaseAPI {
8122
8122
  * @throws {RequiredError}
8123
8123
  * @memberof KinematicsApi
8124
8124
  */
8125
- inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<InverseKinematicsResponse, any>>;
8125
+ inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<InverseKinematicsResponse, any>>;
8126
8126
  }
8127
8127
  /**
8128
8128
  * LicenseApi - axios parameter creator
@@ -8244,7 +8244,7 @@ declare class LicenseApi extends BaseAPI {
8244
8244
  * @throws {RequiredError}
8245
8245
  * @memberof LicenseApi
8246
8246
  */
8247
- activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<License, any>>;
8247
+ activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
8248
8248
  /**
8249
8249
  * Deactivates active license.
8250
8250
  * @summary Deactivate license
@@ -8252,7 +8252,7 @@ declare class LicenseApi extends BaseAPI {
8252
8252
  * @throws {RequiredError}
8253
8253
  * @memberof LicenseApi
8254
8254
  */
8255
- deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
8255
+ deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8256
8256
  /**
8257
8257
  * Get information on the license used with the Wandelbots NOVA instance, e.g., licensed product, expiration date, license status.
8258
8258
  * @summary Get license
@@ -8260,7 +8260,7 @@ declare class LicenseApi extends BaseAPI {
8260
8260
  * @throws {RequiredError}
8261
8261
  * @memberof LicenseApi
8262
8262
  */
8263
- getLicense(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<License, any>>;
8263
+ getLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
8264
8264
  /**
8265
8265
  * 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.
8266
8266
  * @summary Get license status
@@ -8268,7 +8268,7 @@ declare class LicenseApi extends BaseAPI {
8268
8268
  * @throws {RequiredError}
8269
8269
  * @memberof LicenseApi
8270
8270
  */
8271
- getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<LicenseStatus, any>>;
8271
+ getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<LicenseStatus, any>>;
8272
8272
  }
8273
8273
  /**
8274
8274
  * MotionGroupApi - axios parameter creator
@@ -8405,7 +8405,7 @@ declare class MotionGroupApi extends BaseAPI {
8405
8405
  * @throws {RequiredError}
8406
8406
  * @memberof MotionGroupApi
8407
8407
  */
8408
- getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupState, any>>;
8408
+ getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
8409
8409
  /**
8410
8410
  * Get the set of parameters that describe the motion group and its configuration including safety zones, limits, etc. This data can change upon connection to the robot.
8411
8411
  * @summary Description
@@ -8416,7 +8416,7 @@ declare class MotionGroupApi extends BaseAPI {
8416
8416
  * @throws {RequiredError}
8417
8417
  * @memberof MotionGroupApi
8418
8418
  */
8419
- getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupDescription, any>>;
8419
+ getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupDescription, any>>;
8420
8420
  /**
8421
8421
  * <!-- theme: success --> > Websocket endpoint Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected.
8422
8422
  * @summary Stream State
@@ -8429,7 +8429,7 @@ declare class MotionGroupApi extends BaseAPI {
8429
8429
  * @throws {RequiredError}
8430
8430
  * @memberof MotionGroupApi
8431
8431
  */
8432
- streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupState, any>>;
8432
+ streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
8433
8433
  }
8434
8434
  /**
8435
8435
  * MotionGroupModelsApi - axios parameter creator
@@ -8513,7 +8513,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
8513
8513
  * @throws {RequiredError}
8514
8514
  * @memberof MotionGroupModelsApi
8515
8515
  */
8516
- getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
8516
+ getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
8517
8517
  [key: string]: Collider;
8518
8518
  }[], any>>;
8519
8519
  /**
@@ -8523,7 +8523,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
8523
8523
  * @throws {RequiredError}
8524
8524
  * @memberof MotionGroupModelsApi
8525
8525
  */
8526
- getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
8526
+ getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
8527
8527
  }
8528
8528
  /**
8529
8529
  * ProgramApi - axios parameter creator
@@ -8667,7 +8667,7 @@ declare class ProgramApi extends BaseAPI {
8667
8667
  * @throws {RequiredError}
8668
8668
  * @memberof ProgramApi
8669
8669
  */
8670
- getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Program, any>>;
8670
+ getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program, any>>;
8671
8671
  /**
8672
8672
  * List details of all existing programs.
8673
8673
  * @summary List programs
@@ -8676,7 +8676,7 @@ declare class ProgramApi extends BaseAPI {
8676
8676
  * @throws {RequiredError}
8677
8677
  * @memberof ProgramApi
8678
8678
  */
8679
- listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Program[], any>>;
8679
+ listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program[], any>>;
8680
8680
  /**
8681
8681
  * This endpoint starts a new program execution. The program will be executed asynchronously.
8682
8682
  * @summary Start the program
@@ -8687,7 +8687,7 @@ declare class ProgramApi extends BaseAPI {
8687
8687
  * @throws {RequiredError}
8688
8688
  * @memberof ProgramApi
8689
8689
  */
8690
- startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ProgramRun, any>>;
8690
+ startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProgramRun, any>>;
8691
8691
  /**
8692
8692
  * Stop a specific program run.
8693
8693
  * @summary Stop program run
@@ -8697,7 +8697,7 @@ declare class ProgramApi extends BaseAPI {
8697
8697
  * @throws {RequiredError}
8698
8698
  * @memberof ProgramApi
8699
8699
  */
8700
- stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
8700
+ stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8701
8701
  }
8702
8702
  /**
8703
8703
  * StoreCollisionComponentsApi - axios parameter creator
@@ -9177,7 +9177,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9177
9177
  * @throws {RequiredError}
9178
9178
  * @memberof StoreCollisionComponentsApi
9179
9179
  */
9180
- deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9180
+ deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9181
9181
  /**
9182
9182
  * Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
9183
9183
  * @summary Delete Link Chain
@@ -9187,7 +9187,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9187
9187
  * @throws {RequiredError}
9188
9188
  * @memberof StoreCollisionComponentsApi
9189
9189
  */
9190
- deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9190
+ deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9191
9191
  /**
9192
9192
  * Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
9193
9193
  * @summary Delete Tool
@@ -9197,7 +9197,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9197
9197
  * @throws {RequiredError}
9198
9198
  * @memberof StoreCollisionComponentsApi
9199
9199
  */
9200
- deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9200
+ deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9201
9201
  /**
9202
9202
  * Returns the collider.
9203
9203
  * @summary Get Collider
@@ -9207,7 +9207,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9207
9207
  * @throws {RequiredError}
9208
9208
  * @memberof StoreCollisionComponentsApi
9209
9209
  */
9210
- getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Collider, any>>;
9210
+ getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
9211
9211
  /**
9212
9212
  * Returns the collision link chain.
9213
9213
  * @summary Get Link Chain
@@ -9217,7 +9217,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9217
9217
  * @throws {RequiredError}
9218
9218
  * @memberof StoreCollisionComponentsApi
9219
9219
  */
9220
- getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9220
+ getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9221
9221
  [key: string]: Collider;
9222
9222
  }[], any>>;
9223
9223
  /**
@@ -9229,7 +9229,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9229
9229
  * @throws {RequiredError}
9230
9230
  * @memberof StoreCollisionComponentsApi
9231
9231
  */
9232
- getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9232
+ getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9233
9233
  [key: string]: Collider;
9234
9234
  }, any>>;
9235
9235
  /**
@@ -9240,7 +9240,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9240
9240
  * @throws {RequiredError}
9241
9241
  * @memberof StoreCollisionComponentsApi
9242
9242
  */
9243
- listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9243
+ listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9244
9244
  [key: string]: {
9245
9245
  [key: string]: Collider;
9246
9246
  }[];
@@ -9253,7 +9253,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9253
9253
  * @throws {RequiredError}
9254
9254
  * @memberof StoreCollisionComponentsApi
9255
9255
  */
9256
- listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9256
+ listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9257
9257
  /**
9258
9258
  * Returns all stored colliders.
9259
9259
  * @summary List Colliders
@@ -9262,7 +9262,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9262
9262
  * @throws {RequiredError}
9263
9263
  * @memberof StoreCollisionComponentsApi
9264
9264
  */
9265
- listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9265
+ listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9266
9266
  [key: string]: Collider;
9267
9267
  }, any>>;
9268
9268
  /**
@@ -9273,7 +9273,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9273
9273
  * @throws {RequiredError}
9274
9274
  * @memberof StoreCollisionComponentsApi
9275
9275
  */
9276
- listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9276
+ listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9277
9277
  /**
9278
9278
  * Returns the list of stored tools.
9279
9279
  * @summary List Tools
@@ -9282,7 +9282,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9282
9282
  * @throws {RequiredError}
9283
9283
  * @memberof StoreCollisionComponentsApi
9284
9284
  */
9285
- listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9285
+ listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9286
9286
  [key: string]: {
9287
9287
  [key: string]: Collider;
9288
9288
  };
@@ -9295,7 +9295,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9295
9295
  * @throws {RequiredError}
9296
9296
  * @memberof StoreCollisionComponentsApi
9297
9297
  */
9298
- listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9298
+ listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9299
9299
  /**
9300
9300
  * Stores collider. - If the collider does not exist, it will be created. - If the collider exists, it will be updated.
9301
9301
  * @summary Store Collider
@@ -9306,7 +9306,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9306
9306
  * @throws {RequiredError}
9307
9307
  * @memberof StoreCollisionComponentsApi
9308
9308
  */
9309
- storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Collider, any>>;
9309
+ storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
9310
9310
  /**
9311
9311
  * Stores link chain. - If the link chain does not exist, it will be created. - If the link chain exists, it will be updated.
9312
9312
  * @summary Store Link Chain
@@ -9319,7 +9319,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9319
9319
  */
9320
9320
  storeCollisionLinkChain(cell: string, linkChain: string, collider: Array<{
9321
9321
  [key: string]: Collider;
9322
- }>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9322
+ }>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9323
9323
  [key: string]: Collider;
9324
9324
  }[], any>>;
9325
9325
  /**
@@ -9334,7 +9334,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9334
9334
  */
9335
9335
  storeCollisionTool(cell: string, tool: string, requestBody: {
9336
9336
  [key: string]: Collider;
9337
- }, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9337
+ }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9338
9338
  [key: string]: Collider;
9339
9339
  }, any>>;
9340
9340
  }
@@ -9508,7 +9508,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9508
9508
  * @throws {RequiredError}
9509
9509
  * @memberof StoreCollisionSetupsApi
9510
9510
  */
9511
- deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9511
+ deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9512
9512
  /**
9513
9513
  * Returns the stored collision setup.
9514
9514
  * @summary Get Collision Setup
@@ -9518,7 +9518,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9518
9518
  * @throws {RequiredError}
9519
9519
  * @memberof StoreCollisionSetupsApi
9520
9520
  */
9521
- getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CollisionSetup, any>>;
9521
+ getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
9522
9522
  /**
9523
9523
  * Returns a list of stored collision setups.
9524
9524
  * @summary List Collision Setups
@@ -9527,7 +9527,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9527
9527
  * @throws {RequiredError}
9528
9528
  * @memberof StoreCollisionSetupsApi
9529
9529
  */
9530
- listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9530
+ listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9531
9531
  [key: string]: CollisionSetup;
9532
9532
  }, any>>;
9533
9533
  /**
@@ -9538,7 +9538,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9538
9538
  * @throws {RequiredError}
9539
9539
  * @memberof StoreCollisionSetupsApi
9540
9540
  */
9541
- listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9541
+ listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9542
9542
  /**
9543
9543
  * Stores collision setup. - If the collision setup does not exist, it will be created. - If the collision setup exists, it will be updated.
9544
9544
  * @summary Store Collision Setup
@@ -9549,7 +9549,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9549
9549
  * @throws {RequiredError}
9550
9550
  * @memberof StoreCollisionSetupsApi
9551
9551
  */
9552
- storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CollisionSetup, any>>;
9552
+ storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
9553
9553
  }
9554
9554
  /**
9555
9555
  * StoreObjectApi - axios parameter creator
@@ -9752,7 +9752,7 @@ declare class StoreObjectApi extends BaseAPI {
9752
9752
  * @throws {RequiredError}
9753
9753
  * @memberof StoreObjectApi
9754
9754
  */
9755
- clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9755
+ clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9756
9756
  /**
9757
9757
  * Delete an object <!-- theme: danger --> > This will delete persistently stored data.
9758
9758
  * @summary Delete Object
@@ -9762,7 +9762,7 @@ declare class StoreObjectApi extends BaseAPI {
9762
9762
  * @throws {RequiredError}
9763
9763
  * @memberof StoreObjectApi
9764
9764
  */
9765
- deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9765
+ deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9766
9766
  /**
9767
9767
  * Returns content and metadata of a stored object.
9768
9768
  * @summary Get Object
@@ -9772,7 +9772,7 @@ declare class StoreObjectApi extends BaseAPI {
9772
9772
  * @throws {RequiredError}
9773
9773
  * @memberof StoreObjectApi
9774
9774
  */
9775
- getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<File, any>>;
9775
+ getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
9776
9776
  /**
9777
9777
  * Returns metadata. Object content is not returned.
9778
9778
  * @summary Get Object Metadata
@@ -9782,7 +9782,7 @@ declare class StoreObjectApi extends BaseAPI {
9782
9782
  * @throws {RequiredError}
9783
9783
  * @memberof StoreObjectApi
9784
9784
  */
9785
- getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9785
+ getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9786
9786
  /**
9787
9787
  * List the keys for all objects.
9788
9788
  * @summary List all Object Keys
@@ -9791,7 +9791,7 @@ declare class StoreObjectApi extends BaseAPI {
9791
9791
  * @throws {RequiredError}
9792
9792
  * @memberof StoreObjectApi
9793
9793
  */
9794
- listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9794
+ listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9795
9795
  /**
9796
9796
  * Store any data as an object. Using a key which already contains an object will override the previously stored object. Use [getObjectMetadata](getObjectMetadata) to verify that the key does not contain objects. #### Optional Specify metadata as a dictionary with names and values.
9797
9797
  * @summary Store Object
@@ -9805,7 +9805,7 @@ declare class StoreObjectApi extends BaseAPI {
9805
9805
  */
9806
9806
  storeObject(cell: string, key: string, xMetadata?: {
9807
9807
  [key: string]: string;
9808
- }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9808
+ }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9809
9809
  }
9810
9810
  /**
9811
9811
  * SystemApi - axios parameter creator
@@ -10059,7 +10059,7 @@ declare class SystemApi extends BaseAPI {
10059
10059
  */
10060
10060
  backupConfiguration(resources?: Array<string>, metadata?: {
10061
10061
  [key: string]: string;
10062
- }, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<File, any>>;
10062
+ }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
10063
10063
  /**
10064
10064
  * Check if a more recent Wandelbots NOVA Version is available.
10065
10065
  * @summary Check update
@@ -10068,7 +10068,7 @@ declare class SystemApi extends BaseAPI {
10068
10068
  * @throws {RequiredError}
10069
10069
  * @memberof SystemApi
10070
10070
  */
10071
- checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string, any>>;
10071
+ checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
10072
10072
  /**
10073
10073
  * Retrieves the status of a configuration backup. The status can only be requested for 5 minutes after backup creation. After 5 minutes, 404 is returned.
10074
10074
  * @summary Retrieve Backup Status
@@ -10077,7 +10077,7 @@ declare class SystemApi extends BaseAPI {
10077
10077
  * @throws {RequiredError}
10078
10078
  * @memberof SystemApi
10079
10079
  */
10080
- getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ConfigurationArchiveStatus, any>>;
10080
+ getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationArchiveStatus, any>>;
10081
10081
  /**
10082
10082
  * 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.
10083
10083
  * @summary Download Diagnosis Package
@@ -10085,7 +10085,7 @@ declare class SystemApi extends BaseAPI {
10085
10085
  * @throws {RequiredError}
10086
10086
  * @memberof SystemApi
10087
10087
  */
10088
- getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<File, any>>;
10088
+ getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
10089
10089
  /**
10090
10090
  * Get the status of all system services.
10091
10091
  * @summary Wandelbots NOVA status
@@ -10093,7 +10093,7 @@ declare class SystemApi extends BaseAPI {
10093
10093
  * @throws {RequiredError}
10094
10094
  * @memberof SystemApi
10095
10095
  */
10096
- getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ServiceStatus[], any>>;
10096
+ getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatus[], any>>;
10097
10097
  /**
10098
10098
  * Get the current Wandelbots NOVA version.
10099
10099
  * @summary Wandelbots NOVA Version
@@ -10101,7 +10101,7 @@ declare class SystemApi extends BaseAPI {
10101
10101
  * @throws {RequiredError}
10102
10102
  * @memberof SystemApi
10103
10103
  */
10104
- getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string, any>>;
10104
+ getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
10105
10105
  /**
10106
10106
  * Retrieves a list of all available configuration resources for backup purposes.
10107
10107
  * @summary List Configuration Resources
@@ -10109,7 +10109,7 @@ declare class SystemApi extends BaseAPI {
10109
10109
  * @throws {RequiredError}
10110
10110
  * @memberof SystemApi
10111
10111
  */
10112
- listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ConfigurationResource[], any>>;
10112
+ listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationResource[], any>>;
10113
10113
  /**
10114
10114
  * Restores a previously backed up configuration.
10115
10115
  * @summary Restore Configuration Backup
@@ -10119,7 +10119,7 @@ declare class SystemApi extends BaseAPI {
10119
10119
  * @throws {RequiredError}
10120
10120
  * @memberof SystemApi
10121
10121
  */
10122
- restoreConfiguration(resources: Array<string>, body: File, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10122
+ restoreConfiguration(resources: Array<string>, body: File, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10123
10123
  /**
10124
10124
  * 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 the update fails, the previous Wandelbots NOVA version is restored.
10125
10125
  * @summary Update Wandelbots NOVA version
@@ -10128,7 +10128,7 @@ declare class SystemApi extends BaseAPI {
10128
10128
  * @throws {RequiredError}
10129
10129
  * @memberof SystemApi
10130
10130
  */
10131
- updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10131
+ updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10132
10132
  }
10133
10133
  /**
10134
10134
  * TrajectoryCachingApi - axios parameter creator
@@ -10309,7 +10309,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10309
10309
  * @throws {RequiredError}
10310
10310
  * @memberof TrajectoryCachingApi
10311
10311
  */
10312
- addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<AddTrajectoryResponse, any>>;
10312
+ addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<AddTrajectoryResponse, any>>;
10313
10313
  /**
10314
10314
  * Clear the trajectory cache.
10315
10315
  * @summary Clear Trajectories
@@ -10319,7 +10319,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10319
10319
  * @throws {RequiredError}
10320
10320
  * @memberof TrajectoryCachingApi
10321
10321
  */
10322
- clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10322
+ clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10323
10323
  /**
10324
10324
  * Delete a previously created trajectory from cache. Use [listTrajectories](listTrajectories) to list all cached trajectories. Trajectories are removed automatically if the motion group or the corresponding controller is disconnected.
10325
10325
  * @summary Delete Trajectory
@@ -10330,7 +10330,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10330
10330
  * @throws {RequiredError}
10331
10331
  * @memberof TrajectoryCachingApi
10332
10332
  */
10333
- deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10333
+ deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10334
10334
  /**
10335
10335
  * Get a previously created trajectory from cache. Use [listTrajectories](listTrajectories) to list all cached trajectories.
10336
10336
  * @summary Get Trajectory
@@ -10341,7 +10341,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10341
10341
  * @throws {RequiredError}
10342
10342
  * @memberof TrajectoryCachingApi
10343
10343
  */
10344
- getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<GetTrajectoryResponse, any>>;
10344
+ getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<GetTrajectoryResponse, any>>;
10345
10345
  /**
10346
10346
  * List currently cached trajectories. Use [addTrajectory](addTrajectory) to add a new trajectory. Adding trajectories is necessary to execute them. Trajectories are removed if the corresponding motion group or controller disconnects.
10347
10347
  * @summary List Trajectories
@@ -10351,7 +10351,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10351
10351
  * @throws {RequiredError}
10352
10352
  * @memberof TrajectoryCachingApi
10353
10353
  */
10354
- listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ListTrajectoriesResponse, any>>;
10354
+ listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ListTrajectoriesResponse, any>>;
10355
10355
  }
10356
10356
  /**
10357
10357
  * TrajectoryExecutionApi - axios parameter creator
@@ -10418,7 +10418,7 @@ declare class TrajectoryExecutionApi extends BaseAPI {
10418
10418
  * @throws {RequiredError}
10419
10419
  * @memberof TrajectoryExecutionApi
10420
10420
  */
10421
- executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ExecuteTrajectoryResponse, any>>;
10421
+ executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteTrajectoryResponse, any>>;
10422
10422
  }
10423
10423
  /**
10424
10424
  * TrajectoryPlanningApi - axios parameter creator
@@ -10508,7 +10508,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
10508
10508
  * @throws {RequiredError}
10509
10509
  * @memberof TrajectoryPlanningApi
10510
10510
  */
10511
- planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<PlanCollisionFreeResponse, any>>;
10511
+ planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanCollisionFreeResponse, any>>;
10512
10512
  /**
10513
10513
  * 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. Optional: Load the planned trajectory into the cache using the [addTrajectory](addTrajectory) endpoint. 3. Execute the (cached) trajectory using the [executeTrajectory](executeTrajectory) endpoint. If the trajectory is not executable, the response will contain the joint trajectory up until the error, e.g., all samples until a collision occurs. <!-- theme: info --> > #### 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.
10514
10514
  * @summary Plan Trajectory
@@ -10518,7 +10518,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
10518
10518
  * @throws {RequiredError}
10519
10519
  * @memberof TrajectoryPlanningApi
10520
10520
  */
10521
- planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<PlanTrajectoryResponse, any>>;
10521
+ planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanTrajectoryResponse, any>>;
10522
10522
  }
10523
10523
  /**
10524
10524
  * VirtualControllerApi - axios parameter creator
@@ -11015,7 +11015,7 @@ declare class VirtualControllerApi extends BaseAPI {
11015
11015
  * @throws {RequiredError}
11016
11016
  * @memberof VirtualControllerApi
11017
11017
  */
11018
- addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11018
+ addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11019
11019
  /**
11020
11020
  * Adds a new 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. <!-- theme: info --> > #### NOTE > > When adding or updating a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the TCP is available for operation. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the TCP may not yet be visible nor usable.
11021
11021
  * @summary Add TCP
@@ -11028,7 +11028,7 @@ declare class VirtualControllerApi extends BaseAPI {
11028
11028
  * @throws {RequiredError}
11029
11029
  * @memberof VirtualControllerApi
11030
11030
  */
11031
- addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11031
+ addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11032
11032
  /**
11033
11033
  * 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 that use the deleted coordinate system as reference. <!-- theme: info --> > #### NOTE > > When a new coordinate system is removed, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - All connections to 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 available for visualization or program execution.
11034
11034
  * @summary Delete Coordinate System
@@ -11040,7 +11040,7 @@ declare class VirtualControllerApi extends BaseAPI {
11040
11040
  * @throws {RequiredError}
11041
11041
  * @memberof VirtualControllerApi
11042
11042
  */
11043
- deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11043
+ deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11044
11044
  /**
11045
11045
  * Removes the TCP (Tool Center Point) from the motion group. An unknown TCP is a valid input and will simply be ignored. <!-- theme: info --> > #### NOTE > > When removing a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The removal of the TCP may not be immediately visible or appear outdated in visualizations. > - All connections to 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**. > A successful response indicates that the request was accepted, but the then used TCP may not yet be visible nor usable.
11046
11046
  * @summary Remove TCP
@@ -11052,7 +11052,7 @@ declare class VirtualControllerApi extends BaseAPI {
11052
11052
  * @throws {RequiredError}
11053
11053
  * @memberof VirtualControllerApi
11054
11054
  */
11055
- deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11055
+ deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11056
11056
  /**
11057
11057
  * Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed when using virtual robot controllers.
11058
11058
  * @summary Get Emergency Stop State
@@ -11062,7 +11062,7 @@ declare class VirtualControllerApi extends BaseAPI {
11062
11062
  * @throws {RequiredError}
11063
11063
  * @memberof VirtualControllerApi
11064
11064
  */
11065
- getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Flag, any>>;
11065
+ getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Flag, any>>;
11066
11066
  /**
11067
11067
  * Get the current motion group state which provides values for the joints\' position, velocity and acceleration.
11068
11068
  * @summary Get Motion Group State
@@ -11073,7 +11073,7 @@ declare class VirtualControllerApi extends BaseAPI {
11073
11073
  * @throws {RequiredError}
11074
11074
  * @memberof VirtualControllerApi
11075
11075
  */
11076
- getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupJoints, any>>;
11076
+ getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupJoints, any>>;
11077
11077
  /**
11078
11078
  * Gets information on the motion group.
11079
11079
  * @summary Motion Group Description
@@ -11083,7 +11083,7 @@ declare class VirtualControllerApi extends BaseAPI {
11083
11083
  * @throws {RequiredError}
11084
11084
  * @memberof VirtualControllerApi
11085
11085
  */
11086
- getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupInfo[], any>>;
11086
+ getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupInfo[], any>>;
11087
11087
  /**
11088
11088
  * Requests the operation mode of the virtual robot controller. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
11089
11089
  * @summary Get Operation Mode
@@ -11093,7 +11093,7 @@ declare class VirtualControllerApi extends BaseAPI {
11093
11093
  * @throws {RequiredError}
11094
11094
  * @memberof VirtualControllerApi
11095
11095
  */
11096
- getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<OpMode, any>>;
11096
+ getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<OpMode, any>>;
11097
11097
  /**
11098
11098
  * Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
11099
11099
  * @summary Get Mounting
@@ -11104,7 +11104,7 @@ declare class VirtualControllerApi extends BaseAPI {
11104
11104
  * @throws {RequiredError}
11105
11105
  * @memberof VirtualControllerApi
11106
11106
  */
11107
- getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem, any>>;
11107
+ getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
11108
11108
  /**
11109
11109
  * Lists all coordinate systems on the robot controller.
11110
11110
  * @summary List Coordinate Systems
@@ -11114,7 +11114,7 @@ declare class VirtualControllerApi extends BaseAPI {
11114
11114
  * @throws {RequiredError}
11115
11115
  * @memberof VirtualControllerApi
11116
11116
  */
11117
- listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem[], any>>;
11117
+ listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
11118
11118
  /**
11119
11119
  * Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
11120
11120
  * @summary List TCPs
@@ -11125,7 +11125,7 @@ declare class VirtualControllerApi extends BaseAPI {
11125
11125
  * @throws {RequiredError}
11126
11126
  * @memberof VirtualControllerApi
11127
11127
  */
11128
- listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotTcp[], any>>;
11128
+ listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotTcp[], any>>;
11129
11129
  /**
11130
11130
  * Activates or releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions. The stop is executed on physical controllers immediately not gracefully and not on paths. Due to restricted physical behavior of the virtual robot controller, the Emergency Stop is executed on paths. To return to normal operation the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
11131
11131
  * @summary Push or Release Emergency Stop
@@ -11136,7 +11136,7 @@ declare class VirtualControllerApi extends BaseAPI {
11136
11136
  * @throws {RequiredError}
11137
11137
  * @memberof VirtualControllerApi
11138
11138
  */
11139
- setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11139
+ setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11140
11140
  /**
11141
11141
  * 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. <!-- theme: info --> > #### NOTE > > Only use the endpoint when the motion group is in monitor mode. If the motion group is controlled, currently jogging or planning motions, > the values are overridden by the controller or an error may occur.
11142
11142
  * @summary Set Motion Group State
@@ -11148,7 +11148,7 @@ declare class VirtualControllerApi extends BaseAPI {
11148
11148
  * @throws {RequiredError}
11149
11149
  * @memberof VirtualControllerApi
11150
11150
  */
11151
- setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11151
+ setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11152
11152
  /**
11153
11153
  * 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](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
11154
11154
  * @summary Set Operation Mode
@@ -11159,7 +11159,7 @@ declare class VirtualControllerApi extends BaseAPI {
11159
11159
  * @throws {RequiredError}
11160
11160
  * @memberof VirtualControllerApi
11161
11161
  */
11162
- setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11162
+ setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11163
11163
  /**
11164
11164
  * 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 user-facing name - An offset in another coordinate system, referenced by the unique identifier of the reference coordinate system. <!-- theme: info --> > #### Changing the mounting configuration is considered a setup change > > When the mounting is set to a new coordinate system, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or not reflect the new mounting immediately. > - Motion group state and coordinate system alignment may not be immediately visible in visualizations. > - All connections to 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**. > A successful response indicates that the request was accepted, but the updated mounting may not yet be visible.
11165
11165
  * @summary Set Mounting
@@ -11171,7 +11171,7 @@ declare class VirtualControllerApi extends BaseAPI {
11171
11171
  * @throws {RequiredError}
11172
11172
  * @memberof VirtualControllerApi
11173
11173
  */
11174
- setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem, any>>;
11174
+ setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
11175
11175
  }
11176
11176
  /**
11177
11177
  * VirtualControllerBehaviorApi - axios parameter creator
@@ -11322,7 +11322,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11322
11322
  * @throws {RequiredError}
11323
11323
  * @memberof VirtualControllerBehaviorApi
11324
11324
  */
11325
- externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
11325
+ externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
11326
11326
  /**
11327
11327
  * Get the cycle time of controller communication in [ms].
11328
11328
  * @summary Get Cycle Time
@@ -11332,7 +11332,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11332
11332
  * @throws {RequiredError}
11333
11333
  * @memberof VirtualControllerBehaviorApi
11334
11334
  */
11335
- getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CycleTime, any>>;
11335
+ getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CycleTime, any>>;
11336
11336
  /**
11337
11337
  * Get the current virtual controller behavior. See [setVirtualControllerBehavior](setVirtualControllerBehavior) and the body for details.
11338
11338
  * @summary Get Behavior
@@ -11342,7 +11342,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11342
11342
  * @throws {RequiredError}
11343
11343
  * @memberof VirtualControllerBehaviorApi
11344
11344
  */
11345
- getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Behavior, any>>;
11345
+ getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Behavior, any>>;
11346
11346
  /**
11347
11347
  * Set virtual controller behavior. See query parameters for details.
11348
11348
  * @summary Set Behavior
@@ -11353,7 +11353,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11353
11353
  * @throws {RequiredError}
11354
11354
  * @memberof VirtualControllerBehaviorApi
11355
11355
  */
11356
- setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11356
+ setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11357
11357
  }
11358
11358
  /**
11359
11359
  * VirtualControllerInputsOutputsApi - axios parameter creator
@@ -11489,7 +11489,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
11489
11489
  * @throws {RequiredError}
11490
11490
  * @memberof VirtualControllerInputsOutputsApi
11491
11491
  */
11492
- listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IOValue[], any>>;
11492
+ listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
11493
11493
  /**
11494
11494
  * Lists the input/output descriptions of the virtual robot controller. The input/output descriptions contain information like name, type and unit.\\ Available inputs/outputs are defined by the virtual robot controller.\\ Each input/output has a unique identifier. - If no identifiers and no filters are specified in the request, all available inputs/outputs are retrieved by this endpoint. - If a filter, e.g., `direction`, `value_type`, `group` is applied, only matching inputs/outputs are returned.
11495
11495
  * @summary List Descriptions
@@ -11503,7 +11503,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
11503
11503
  * @throws {RequiredError}
11504
11504
  * @memberof VirtualControllerInputsOutputsApi
11505
11505
  */
11506
- listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IODescription[], any>>;
11506
+ listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
11507
11507
  /**
11508
11508
  * Sets a list of values of a virtual controller inputs/outputs.
11509
11509
  * @summary Set Input/Ouput Values
@@ -11514,7 +11514,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
11514
11514
  * @throws {RequiredError}
11515
11515
  * @memberof VirtualControllerInputsOutputsApi
11516
11516
  */
11517
- setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11517
+ setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11518
11518
  }
11519
11519
  //#endregion
11520
11520
  export { AbbController, AbbControllerEgmServer, AbbControllerKindEnum, ActivateLicenseRequest, AddTrajectoryError, AddTrajectoryErrorData, AddTrajectoryRequest, AddTrajectoryResponse, App, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, BlendingAuto, BlendingAutoBlendingNameEnum, BlendingPosition, BlendingPositionBlendingNameEnum, BooleanValue, BooleanValueValueTypeEnum, Box, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIODescription, BusIOModbusClient, BusIOModbusClientBusTypeEnum, BusIOModbusServer, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClient, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServer, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtual, BusIOModbusVirtualBusTypeEnum, BusIOProfinet, BusIOProfinetBusTypeEnum, BusIOProfinetDefaultRoute, BusIOProfinetIpConfig, BusIOProfinetNetwork, BusIOProfinetVirtual, BusIOProfinetVirtualBusTypeEnum, BusIOType, BusIOsState, BusIOsStateEnum, COLLECTION_FORMATS, Capsule, CapsuleShapeTypeEnum, CartesianLimits, Cell, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, Collider, ColliderShape, Collision, CollisionContact, CollisionError, CollisionFreeAlgorithm, CollisionSetup, Comparator, Configuration, ConfigurationArchiveStatus, ConfigurationArchiveStatusCreating, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusError, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccess, ConfigurationArchiveStatusSuccessStatusEnum, ConfigurationParameters, ConfigurationResource, ContainerEnvironmentInner, ContainerImage, ContainerImageSecretsInner, ContainerResources, ContainerStorage, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerDescription, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ConvexHull, ConvexHullShapeTypeEnum, CoordinateSystem, CoordinateSystemData, CubicSplineParameter, CycleTime, Cylinder, CylinderShapeTypeEnum, DHParameter, Direction, ErrorInvalidJointCount, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceeded, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollision, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceeded, ErrorMaxIterationsExceededErrorFeedbackNameEnum, Execute, ExecuteDetails, ExecuteJoggingRequest, ExecuteJoggingResponse, ExecuteTrajectoryRequest, ExecuteTrajectoryResponse, ExternalJointStreamDatapoint, ExternalJointStreamRequest, FanucController, FanucControllerKindEnum, FeedbackCollision, FeedbackCollisionErrorFeedbackNameEnum, FeedbackJointLimitExceeded, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackOutOfWorkspace, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularity, FeedbackSingularityErrorFeedbackNameEnum, Flag, FloatValue, FloatValueValueTypeEnum, ForwardKinematics422Response, ForwardKinematicsRequest, ForwardKinematicsResponse, ForwardKinematicsValidationError, GetTrajectoryResponse, HTTPValidationError, IOBooleanValue, IOBooleanValueValueTypeEnum, IOBoundary, IODescription, IODirection, IOFloatValue, IOFloatValueValueTypeEnum, IOIntegerValue, IOIntegerValueValueTypeEnum, IOOrigin, IOValue, IOValueType, ImageCredentials, InconsistentTrajectorySizeError, InconsistentTrajectorySizeErrorInconsistentTrajectorySize, InitializeJoggingRequest, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponse, InitializeJoggingResponseKindEnum, InitializeMovementRequest, InitializeMovementRequestMessageTypeEnum, InitializeMovementRequestTrajectory, InitializeMovementResponse, InitializeMovementResponseKindEnum, IntegerValue, IntegerValueValueTypeEnum, InvalidDofError, InvalidDofErrorInvalidDof, InverseKinematics422Response, InverseKinematicsRequest, InverseKinematicsResponse, InverseKinematicsValidationError, InverseKinematicsValidationErrorAllOfData, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetails, JoggingDetailsKindEnum, JoggingDetailsState, JoggingPausedByUser, JoggingPausedByUserKindEnum, JoggingPausedNearCollision, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimit, JoggingPausedNearJointLimitKindEnum, JoggingPausedOnIO, JoggingPausedOnIOKindEnum, JoggingRunning, JoggingRunningKindEnum, JointLimitExceededError, JointLimits, JointTrajectory, JointVelocityRequest, JointVelocityRequestMessageTypeEnum, JointVelocityResponse, JointVelocityResponseKindEnum, KinematicsApi, KinematicsApiAxiosParamCreator, KinematicsApiFactory, KinematicsApiFp, KukaController, KukaControllerKindEnum, KukaControllerRsiServer, License, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatus, LicenseStatusEnum, LimitRange, LimitSet, LimitsOverride, ListTrajectoriesResponse, Manufacturer, MidpointInsertionAlgorithm, MidpointInsertionAlgorithmAlgorithmNameEnum, ModbusIO, ModbusIOArea, ModbusIOByteOrder, ModbusIOData, ModbusIOTypeEnum, ModelError, MotionCommand, MotionCommandBlending, MotionCommandPath, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupDescription, MotionGroupInfo, MotionGroupJoints, MotionGroupModelsApi, MotionGroupModelsApiAxiosParamCreator, MotionGroupModelsApiFactory, MotionGroupModelsApiFp, MotionGroupSetup, MotionGroupState, MotionGroupStateJointLimitReached, MovementErrorResponse, MovementErrorResponseKindEnum, NanValueError, NanValueErrorNanValue, OpMode, OperatingState, OperationLimits, OperationMode, OrientationType, PathCartesianPTP, PathCartesianPTPPathDefinitionNameEnum, PathCircle, PathCirclePathDefinitionNameEnum, PathCubicSpline, PathCubicSplinePathDefinitionNameEnum, PathJointPTP, PathJointPTPPathDefinitionNameEnum, PathLine, PathLinePathDefinitionNameEnum, PauseJoggingRequest, PauseJoggingRequestMessageTypeEnum, PauseJoggingResponse, PauseJoggingResponseKindEnum, PauseMovementRequest, PauseMovementRequestMessageTypeEnum, PauseMovementResponse, PauseMovementResponseKindEnum, PauseOnIO, Payload, Plan422Response, PlanCollisionFreeFailedResponse, PlanCollisionFreeRequest, PlanCollisionFreeResponse, PlanCollisionFreeResponseResponse, PlanTrajectoryFailedResponse, PlanTrajectoryFailedResponseErrorFeedback, PlanTrajectoryRequest, PlanTrajectoryResponse, PlanTrajectoryResponseResponse, PlanValidationError, PlanValidationErrorAllOfData, Plane, PlaneShapeTypeEnum, PlaybackSpeedRequest, PlaybackSpeedRequestMessageTypeEnum, PlaybackSpeedResponse, PlaybackSpeedResponseKindEnum, Pose, ProfinetDescription, ProfinetIO, ProfinetIOData, ProfinetIODirection, ProfinetIOTypeEnum, ProfinetInputOutputConfig, ProfinetSlotDescription, ProfinetSubSlotDescription, Program, ProgramApi, ProgramApiAxiosParamCreator, ProgramApiFactory, ProgramApiFp, ProgramRun, ProgramRunState, ProgramStartRequest, RRTConnectAlgorithm, RRTConnectAlgorithmAlgorithmNameEnum, Rectangle, RectangleShapeTypeEnum, RectangularCapsule, RectangularCapsuleShapeTypeEnum, ReleaseChannel, RequestArgs, RequiredError, RobotController, RobotControllerConfiguration, RobotControllerState, RobotSystemMode, RobotTcp, RobotTcpData, SafetyStateType, ServiceGroup, ServiceStatus, ServiceStatusPhase, ServiceStatusResponse, ServiceStatusSeverity, ServiceStatusStatus, SetIO, SettableRobotSystemMode, SingularityTypeEnum, Sphere, SphereShapeTypeEnum, StartMovementRequest, StartMovementRequestMessageTypeEnum, StartMovementResponse, StartMovementResponseKindEnum, StartOnIO, StoreCollisionComponentsApi, StoreCollisionComponentsApiAxiosParamCreator, StoreCollisionComponentsApiFactory, StoreCollisionComponentsApiFp, StoreCollisionSetupsApi, StoreCollisionSetupsApiAxiosParamCreator, StoreCollisionSetupsApiFactory, StoreCollisionSetupsApiFp, StoreObjectApi, StoreObjectApiAxiosParamCreator, StoreObjectApiFactory, StoreObjectApiFp, StreamIOValuesResponse, SystemApi, SystemApiAxiosParamCreator, SystemApiFactory, SystemApiFp, TcpOffset, TcpRequiredError, TcpVelocityRequest, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponse, TcpVelocityResponseKindEnum, TorqueExceededError, TorqueExceededErrorTorqueExceeded, TrajectoryCachingApi, TrajectoryCachingApiAxiosParamCreator, TrajectoryCachingApiFactory, TrajectoryCachingApiFp, TrajectoryData, TrajectoryDataMessageTypeEnum, TrajectoryDetails, TrajectoryDetailsKindEnum, TrajectoryDetailsState, TrajectoryEnded, TrajectoryEndedKindEnum, TrajectoryExecutionApi, TrajectoryExecutionApiAxiosParamCreator, TrajectoryExecutionApiFactory, TrajectoryExecutionApiFp, TrajectoryId, TrajectoryIdMessageTypeEnum, TrajectoryPausedByUser, TrajectoryPausedByUserKindEnum, TrajectoryPausedOnIO, TrajectoryPausedOnIOKindEnum, TrajectoryPlanningApi, TrajectoryPlanningApiAxiosParamCreator, TrajectoryPlanningApiFactory, TrajectoryPlanningApiFp, TrajectoryRunning, TrajectoryRunningKindEnum, TrajectoryWaitForIO, TrajectoryWaitForIOKindEnum, UnitType, UniversalrobotsController, UniversalrobotsControllerKindEnum, UpdateNovaVersionRequest, ValidationError, ValidationError2, ValidationErrorLocInner, VirtualController, VirtualControllerApi, VirtualControllerApiAxiosParamCreator, VirtualControllerApiFactory, VirtualControllerApiFp, VirtualControllerBehaviorApi, VirtualControllerBehaviorApiAxiosParamCreator, VirtualControllerBehaviorApiFactory, VirtualControllerBehaviorApiFp, VirtualControllerInputsOutputsApi, VirtualControllerInputsOutputsApiAxiosParamCreator, VirtualControllerInputsOutputsApiFactory, VirtualControllerInputsOutputsApiFp, VirtualControllerKindEnum, VirtualControllerTypes, VirtualRobotConfiguration, WaitForIOEventRequest, YaskawaController, YaskawaControllerKindEnum, operationServerMap };