@wandelbots/nova-api 25.9.0-dev.32 → 25.9.0-dev.34

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 axios0 from "axios";
1
+ import * as axios175 from "axios";
2
2
  import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
3
3
 
4
4
  //#region v2/configuration.d.ts
@@ -2002,19 +2002,6 @@ interface HTTPValidationError {
2002
2002
  */
2003
2003
  'detail'?: Array<ValidationError2>;
2004
2004
  }
2005
- /**
2006
- *
2007
- * @export
2008
- * @interface HTTPValidationError2
2009
- */
2010
- interface HTTPValidationError2 {
2011
- /**
2012
- *
2013
- * @type {Array<ValidationError>}
2014
- * @memberof HTTPValidationError2
2015
- */
2016
- 'detail'?: Array<ValidationError>;
2017
- }
2018
2005
  /**
2019
2006
  * Input/Output boolean value representation.
2020
2007
  * @export
@@ -6194,7 +6181,7 @@ declare class ApplicationApi extends BaseAPI {
6194
6181
  * @throws {RequiredError}
6195
6182
  * @memberof ApplicationApi
6196
6183
  */
6197
- addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6184
+ addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6198
6185
  /**
6199
6186
  * Delete all GUI applications from the cell.
6200
6187
  * @summary Clear Applications
@@ -6204,7 +6191,7 @@ declare class ApplicationApi extends BaseAPI {
6204
6191
  * @throws {RequiredError}
6205
6192
  * @memberof ApplicationApi
6206
6193
  */
6207
- clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6194
+ clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6208
6195
  /**
6209
6196
  * Delete a GUI application from the cell.
6210
6197
  * @summary Delete Application
@@ -6215,7 +6202,7 @@ declare class ApplicationApi extends BaseAPI {
6215
6202
  * @throws {RequiredError}
6216
6203
  * @memberof ApplicationApi
6217
6204
  */
6218
- deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6205
+ deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6219
6206
  /**
6220
6207
  * 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).
6221
6208
  * @summary Configuration
@@ -6225,7 +6212,7 @@ declare class ApplicationApi extends BaseAPI {
6225
6212
  * @throws {RequiredError}
6226
6213
  * @memberof ApplicationApi
6227
6214
  */
6228
- getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<App, any>>;
6215
+ getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<App, any>>;
6229
6216
  /**
6230
6217
  * 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.
6231
6218
  * @summary List Applications
@@ -6234,7 +6221,7 @@ declare class ApplicationApi extends BaseAPI {
6234
6221
  * @throws {RequiredError}
6235
6222
  * @memberof ApplicationApi
6236
6223
  */
6237
- listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6224
+ listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
6238
6225
  /**
6239
6226
  * Update the configuration of a GUI application in the cell.
6240
6227
  * @summary Update Configuration
@@ -6246,7 +6233,7 @@ declare class ApplicationApi extends BaseAPI {
6246
6233
  * @throws {RequiredError}
6247
6234
  * @memberof ApplicationApi
6248
6235
  */
6249
- updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6236
+ updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6250
6237
  }
6251
6238
  /**
6252
6239
  * BUSInputsOutputsApi - axios parameter creator
@@ -6709,7 +6696,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6709
6696
  * @throws {RequiredError}
6710
6697
  * @memberof BUSInputsOutputsApi
6711
6698
  */
6712
- addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6699
+ addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6713
6700
  /**
6714
6701
  * 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).
6715
6702
  * @summary Add MODBUS Input/Output
@@ -6720,7 +6707,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6720
6707
  * @throws {RequiredError}
6721
6708
  * @memberof BUSInputsOutputsApi
6722
6709
  */
6723
- addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6710
+ addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6724
6711
  /**
6725
6712
  * 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).
6726
6713
  * @summary Add PROFINET Input/Output
@@ -6731,7 +6718,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6731
6718
  * @throws {RequiredError}
6732
6719
  * @memberof BUSInputsOutputsApi
6733
6720
  */
6734
- addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6721
+ addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6735
6722
  /**
6736
6723
  * Remove the BUS inputs/outputs service from the cell.
6737
6724
  * @summary Clear Service
@@ -6741,7 +6728,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6741
6728
  * @throws {RequiredError}
6742
6729
  * @memberof BUSInputsOutputsApi
6743
6730
  */
6744
- clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6731
+ clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6745
6732
  /**
6746
6733
  * Removes an input/output variable configuration from the MODBUS device, e.g., NOVA\'s MODBUS service.
6747
6734
  * @summary Remove MODBUS Input/Ouptut
@@ -6751,7 +6738,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6751
6738
  * @throws {RequiredError}
6752
6739
  * @memberof BUSInputsOutputsApi
6753
6740
  */
6754
- deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6741
+ deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6755
6742
  /**
6756
6743
  * Removes an input/output variable configuration from the PROFINET device, e.g., NOVA\'s PROFINET service.
6757
6744
  * @summary Remove PROFINET Input/Ouptut
@@ -6761,7 +6748,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6761
6748
  * @throws {RequiredError}
6762
6749
  * @memberof BUSInputsOutputsApi
6763
6750
  */
6764
- deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6751
+ deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6765
6752
  /**
6766
6753
  * Get deployed BUS inputs/outputs service.
6767
6754
  * @summary Get Service
@@ -6770,7 +6757,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6770
6757
  * @throws {RequiredError}
6771
6758
  * @memberof BUSInputsOutputsApi
6772
6759
  */
6773
- getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOType, any>>;
6760
+ getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<BusIOType, any>>;
6774
6761
  /**
6775
6762
  * Get the current state of the BUS Inputs/Outputs service.
6776
6763
  * @summary State
@@ -6779,7 +6766,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6779
6766
  * @throws {RequiredError}
6780
6767
  * @memberof BUSInputsOutputsApi
6781
6768
  */
6782
- getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOsState, any>>;
6769
+ getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<BusIOsState, any>>;
6783
6770
  /**
6784
6771
  * 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).
6785
6772
  * @summary Get Input/Output Values
@@ -6789,7 +6776,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6789
6776
  * @throws {RequiredError}
6790
6777
  * @memberof BUSInputsOutputsApi
6791
6778
  */
6792
- getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
6779
+ getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IOValue[], any>>;
6793
6780
  /**
6794
6781
  * Get description of NOVA as a PROFINET device.
6795
6782
  * @summary Get PROFINET Description
@@ -6798,7 +6785,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6798
6785
  * @throws {RequiredError}
6799
6786
  * @memberof BUSInputsOutputsApi
6800
6787
  */
6801
- getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetDescription, any>>;
6788
+ getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ProfinetDescription, any>>;
6802
6789
  /**
6803
6790
  * 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.
6804
6791
  * @summary PROFINET Inputs/Outputs to File
@@ -6809,7 +6796,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6809
6796
  * @throws {RequiredError}
6810
6797
  * @memberof BUSInputsOutputsApi
6811
6798
  */
6812
- getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
6799
+ getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string, any>>;
6813
6800
  /**
6814
6801
  * 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.
6815
6802
  * @summary List Descriptions
@@ -6818,7 +6805,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6818
6805
  * @throws {RequiredError}
6819
6806
  * @memberof BUSInputsOutputsApi
6820
6807
  */
6821
- listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription2[], any>>;
6808
+ listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IODescription2[], any>>;
6822
6809
  /**
6823
6810
  * 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).
6824
6811
  * @summary List MODBUS Input/Output Configuration
@@ -6827,7 +6814,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6827
6814
  * @throws {RequiredError}
6828
6815
  * @memberof BUSInputsOutputsApi
6829
6816
  */
6830
- listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ModbusIO[], any>>;
6817
+ listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ModbusIO[], any>>;
6831
6818
  /**
6832
6819
  * 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.
6833
6820
  * @summary List PROFINET Input/Output Configuration
@@ -6836,7 +6823,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6836
6823
  * @throws {RequiredError}
6837
6824
  * @memberof BUSInputsOutputsApi
6838
6825
  */
6839
- listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetIO[], any>>;
6826
+ listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ProfinetIO[], any>>;
6840
6827
  /**
6841
6828
  * 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.
6842
6829
  * @summary Set Output Values
@@ -6846,7 +6833,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6846
6833
  * @throws {RequiredError}
6847
6834
  * @memberof BUSInputsOutputsApi
6848
6835
  */
6849
- setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6836
+ setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6850
6837
  /**
6851
6838
  * 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.
6852
6839
  * @summary Set PROFINET Inputs/Outputs from File
@@ -6856,7 +6843,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6856
6843
  * @throws {RequiredError}
6857
6844
  * @memberof BUSInputsOutputsApi
6858
6845
  */
6859
- setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6846
+ setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6860
6847
  }
6861
6848
  /**
6862
6849
  * CellApi - axios parameter creator
@@ -7072,7 +7059,7 @@ declare class CellApi extends BaseAPI {
7072
7059
  * @throws {RequiredError}
7073
7060
  * @memberof CellApi
7074
7061
  */
7075
- deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7062
+ deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7076
7063
  /**
7077
7064
  * 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.
7078
7065
  * @summary Add Cell
@@ -7082,7 +7069,7 @@ declare class CellApi extends BaseAPI {
7082
7069
  * @throws {RequiredError}
7083
7070
  * @memberof CellApi
7084
7071
  */
7085
- deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7072
+ deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7086
7073
  /**
7087
7074
  * List all cell resources.
7088
7075
  * @summary Configuration
@@ -7091,7 +7078,7 @@ declare class CellApi extends BaseAPI {
7091
7078
  * @throws {RequiredError}
7092
7079
  * @memberof CellApi
7093
7080
  */
7094
- getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Cell, any>>;
7081
+ getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Cell, any>>;
7095
7082
  /**
7096
7083
  * List the status of all cell resources.
7097
7084
  * @summary Service Status
@@ -7100,7 +7087,7 @@ declare class CellApi extends BaseAPI {
7100
7087
  * @throws {RequiredError}
7101
7088
  * @memberof CellApi
7102
7089
  */
7103
- getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatusResponse, any>>;
7090
+ getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ServiceStatusResponse, any>>;
7104
7091
  /**
7105
7092
  * List all deployed cell names. If no cells are deployed, an empty list is returned.
7106
7093
  * @summary List Cells
@@ -7108,7 +7095,7 @@ declare class CellApi extends BaseAPI {
7108
7095
  * @throws {RequiredError}
7109
7096
  * @memberof CellApi
7110
7097
  */
7111
- listCells(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7098
+ listCells(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
7112
7099
  /**
7113
7100
  * Deactivate or activate the services of a cell.
7114
7101
  * @summary Operating State
@@ -7118,7 +7105,7 @@ declare class CellApi extends BaseAPI {
7118
7105
  * @throws {RequiredError}
7119
7106
  * @memberof CellApi
7120
7107
  */
7121
- setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7108
+ setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7122
7109
  /**
7123
7110
  * Update the definition of the entire Cell.
7124
7111
  * @summary Update Configuration
@@ -7129,7 +7116,7 @@ declare class CellApi extends BaseAPI {
7129
7116
  * @throws {RequiredError}
7130
7117
  * @memberof CellApi
7131
7118
  */
7132
- updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7119
+ updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7133
7120
  }
7134
7121
  /**
7135
7122
  * ControllerApi - axios parameter creator
@@ -7574,7 +7561,7 @@ declare class ControllerApi extends BaseAPI {
7574
7561
  * @throws {RequiredError}
7575
7562
  * @memberof ControllerApi
7576
7563
  */
7577
- addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7564
+ addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7578
7565
  /**
7579
7566
  * Delete all robot controllers from the cell. To replace all robot controllers in a cell, use this endpoint in combination with [addRobotController](addRobotController).
7580
7567
  * @summary Clear Robot Controllers
@@ -7584,7 +7571,7 @@ declare class ControllerApi extends BaseAPI {
7584
7571
  * @throws {RequiredError}
7585
7572
  * @memberof ControllerApi
7586
7573
  */
7587
- clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7574
+ clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7588
7575
  /**
7589
7576
  * Delete a robot controller from the cell.
7590
7577
  * @summary Delete Robot Controller
@@ -7595,7 +7582,7 @@ declare class ControllerApi extends BaseAPI {
7595
7582
  * @throws {RequiredError}
7596
7583
  * @memberof ControllerApi
7597
7584
  */
7598
- deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7585
+ deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7599
7586
  /**
7600
7587
  * 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.
7601
7588
  * @summary Description
@@ -7605,7 +7592,7 @@ declare class ControllerApi extends BaseAPI {
7605
7592
  * @throws {RequiredError}
7606
7593
  * @memberof ControllerApi
7607
7594
  */
7608
- getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ControllerDescription, any>>;
7595
+ getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ControllerDescription, any>>;
7609
7596
  /**
7610
7597
  * 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.
7611
7598
  * @summary Coordinate System
@@ -7617,7 +7604,7 @@ declare class ControllerApi extends BaseAPI {
7617
7604
  * @throws {RequiredError}
7618
7605
  * @memberof ControllerApi
7619
7606
  */
7620
- getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
7607
+ getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem, any>>;
7621
7608
  /**
7622
7609
  * Get the current state of a robot controller.
7623
7610
  * @summary State
@@ -7627,7 +7614,7 @@ declare class ControllerApi extends BaseAPI {
7627
7614
  * @throws {RequiredError}
7628
7615
  * @memberof ControllerApi
7629
7616
  */
7630
- getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
7617
+ getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotControllerState, any>>;
7631
7618
  /**
7632
7619
  * Get the configuration for a robot controller.
7633
7620
  * @summary Robot Controller
@@ -7637,7 +7624,7 @@ declare class ControllerApi extends BaseAPI {
7637
7624
  * @throws {RequiredError}
7638
7625
  * @memberof ControllerApi
7639
7626
  */
7640
- getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotController, any>>;
7627
+ getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotController, any>>;
7641
7628
  /**
7642
7629
  * 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.
7643
7630
  * @summary Virtual Controller Configuration
@@ -7647,7 +7634,7 @@ declare class ControllerApi extends BaseAPI {
7647
7634
  * @throws {RequiredError}
7648
7635
  * @memberof ControllerApi
7649
7636
  */
7650
- getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<VirtualRobotConfiguration, any>>;
7637
+ getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<VirtualRobotConfiguration, any>>;
7651
7638
  /**
7652
7639
  * 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.
7653
7640
  * @summary List Coordinate Systems
@@ -7658,7 +7645,7 @@ declare class ControllerApi extends BaseAPI {
7658
7645
  * @throws {RequiredError}
7659
7646
  * @memberof ControllerApi
7660
7647
  */
7661
- listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
7648
+ listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem[], any>>;
7662
7649
  /**
7663
7650
  * List the names of all deployed robot controllers.
7664
7651
  * @summary List Robot Controllers
@@ -7667,7 +7654,7 @@ declare class ControllerApi extends BaseAPI {
7667
7654
  * @throws {RequiredError}
7668
7655
  * @memberof ControllerApi
7669
7656
  */
7670
- listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7657
+ listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
7671
7658
  /**
7672
7659
  * 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.
7673
7660
  * @summary Set Default Mode
@@ -7678,7 +7665,7 @@ declare class ControllerApi extends BaseAPI {
7678
7665
  * @throws {RequiredError}
7679
7666
  * @memberof ControllerApi
7680
7667
  */
7681
- setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7668
+ setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7682
7669
  /**
7683
7670
  * <!-- 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.
7684
7671
  * @summary Stream Free Drive
@@ -7689,7 +7676,7 @@ declare class ControllerApi extends BaseAPI {
7689
7676
  * @throws {RequiredError}
7690
7677
  * @memberof ControllerApi
7691
7678
  */
7692
- streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
7679
+ streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotControllerState, any>>;
7693
7680
  /**
7694
7681
  * <!-- 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.
7695
7682
  * @summary Stream State
@@ -7701,7 +7688,7 @@ declare class ControllerApi extends BaseAPI {
7701
7688
  * @throws {RequiredError}
7702
7689
  * @memberof ControllerApi
7703
7690
  */
7704
- streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
7691
+ streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotControllerState, any>>;
7705
7692
  /**
7706
7693
  * 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).
7707
7694
  * @summary Update Robot Controller
@@ -7713,7 +7700,7 @@ declare class ControllerApi extends BaseAPI {
7713
7700
  * @throws {RequiredError}
7714
7701
  * @memberof ControllerApi
7715
7702
  */
7716
- updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7703
+ updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7717
7704
  }
7718
7705
  /**
7719
7706
  * ControllerInputsOutputsApi - axios parameter creator
@@ -7912,7 +7899,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7912
7899
  * @throws {RequiredError}
7913
7900
  * @memberof ControllerInputsOutputsApi
7914
7901
  */
7915
- listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
7902
+ listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IODescription[], any>>;
7916
7903
  /**
7917
7904
  * 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).
7918
7905
  * @summary Get Input/Output Values
@@ -7923,7 +7910,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7923
7910
  * @throws {RequiredError}
7924
7911
  * @memberof ControllerInputsOutputsApi
7925
7912
  */
7926
- listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
7913
+ listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IOValue[], any>>;
7927
7914
  /**
7928
7915
  * 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.
7929
7916
  * @summary Set Output Values
@@ -7934,7 +7921,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7934
7921
  * @throws {RequiredError}
7935
7922
  * @memberof ControllerInputsOutputsApi
7936
7923
  */
7937
- setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7924
+ setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7938
7925
  /**
7939
7926
  * <!-- 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.
7940
7927
  * @summary Stream Input/Output Values
@@ -7945,7 +7932,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7945
7932
  * @throws {RequiredError}
7946
7933
  * @memberof ControllerInputsOutputsApi
7947
7934
  */
7948
- streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<StreamIOValuesResponse, any>>;
7935
+ streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<StreamIOValuesResponse, any>>;
7949
7936
  /**
7950
7937
  * 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 ```
7951
7938
  * @summary Wait For
@@ -7956,7 +7943,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7956
7943
  * @throws {RequiredError}
7957
7944
  * @memberof ControllerInputsOutputsApi
7958
7945
  */
7959
- waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<boolean, any>>;
7946
+ waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<boolean, any>>;
7960
7947
  }
7961
7948
  /**
7962
7949
  * JoggingApi - axios parameter creator
@@ -8023,7 +8010,7 @@ declare class JoggingApi extends BaseAPI {
8023
8010
  * @throws {RequiredError}
8024
8011
  * @memberof JoggingApi
8025
8012
  */
8026
- executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteJoggingResponse, any>>;
8013
+ executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ExecuteJoggingResponse, any>>;
8027
8014
  }
8028
8015
  /**
8029
8016
  * KinematicsApi - axios parameter creator
@@ -8113,7 +8100,7 @@ declare class KinematicsApi extends BaseAPI {
8113
8100
  * @throws {RequiredError}
8114
8101
  * @memberof KinematicsApi
8115
8102
  */
8116
- forwardKinematics(cell: string, forwardKinematicsRequest?: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ForwardKinematicsResponse, any>>;
8103
+ forwardKinematics(cell: string, forwardKinematicsRequest?: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ForwardKinematicsResponse, any>>;
8117
8104
  /**
8118
8105
  * Returns the reachable joint positions for a list of given poses.
8119
8106
  * @summary Inverse kinematics
@@ -8123,7 +8110,7 @@ declare class KinematicsApi extends BaseAPI {
8123
8110
  * @throws {RequiredError}
8124
8111
  * @memberof KinematicsApi
8125
8112
  */
8126
- inverseKinematics(cell: string, inverseKinematicsRequest?: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<InverseKinematicsResponse, any>>;
8113
+ inverseKinematics(cell: string, inverseKinematicsRequest?: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<InverseKinematicsResponse, any>>;
8127
8114
  }
8128
8115
  /**
8129
8116
  * LicenseApi - axios parameter creator
@@ -8245,7 +8232,7 @@ declare class LicenseApi extends BaseAPI {
8245
8232
  * @throws {RequiredError}
8246
8233
  * @memberof LicenseApi
8247
8234
  */
8248
- activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
8235
+ activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<License, any>>;
8249
8236
  /**
8250
8237
  * Deactivates active license.
8251
8238
  * @summary Deactivate license
@@ -8253,7 +8240,7 @@ declare class LicenseApi extends BaseAPI {
8253
8240
  * @throws {RequiredError}
8254
8241
  * @memberof LicenseApi
8255
8242
  */
8256
- deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8243
+ deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
8257
8244
  /**
8258
8245
  * Get information on the license used with the Wandelbots NOVA instance, e.g., licensed product, expiration date, license status.
8259
8246
  * @summary Get license
@@ -8261,7 +8248,7 @@ declare class LicenseApi extends BaseAPI {
8261
8248
  * @throws {RequiredError}
8262
8249
  * @memberof LicenseApi
8263
8250
  */
8264
- getLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
8251
+ getLicense(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<License, any>>;
8265
8252
  /**
8266
8253
  * 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.
8267
8254
  * @summary Get license status
@@ -8269,7 +8256,7 @@ declare class LicenseApi extends BaseAPI {
8269
8256
  * @throws {RequiredError}
8270
8257
  * @memberof LicenseApi
8271
8258
  */
8272
- getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<LicenseStatus, any>>;
8259
+ getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<LicenseStatus, any>>;
8273
8260
  }
8274
8261
  /**
8275
8262
  * MotionGroupApi - axios parameter creator
@@ -8406,7 +8393,7 @@ declare class MotionGroupApi extends BaseAPI {
8406
8393
  * @throws {RequiredError}
8407
8394
  * @memberof MotionGroupApi
8408
8395
  */
8409
- getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
8396
+ getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupState, any>>;
8410
8397
  /**
8411
8398
  * 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.
8412
8399
  * @summary Description
@@ -8417,7 +8404,7 @@ declare class MotionGroupApi extends BaseAPI {
8417
8404
  * @throws {RequiredError}
8418
8405
  * @memberof MotionGroupApi
8419
8406
  */
8420
- getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupDescription, any>>;
8407
+ getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupDescription, any>>;
8421
8408
  /**
8422
8409
  * <!-- theme: success --> > Websocket endpoint Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected.
8423
8410
  * @summary Stream State
@@ -8430,7 +8417,7 @@ declare class MotionGroupApi extends BaseAPI {
8430
8417
  * @throws {RequiredError}
8431
8418
  * @memberof MotionGroupApi
8432
8419
  */
8433
- streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
8420
+ streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupState, any>>;
8434
8421
  }
8435
8422
  /**
8436
8423
  * MotionGroupModelsApi - axios parameter creator
@@ -8440,20 +8427,18 @@ declare const MotionGroupModelsApiAxiosParamCreator: (configuration?: Configurat
8440
8427
  /**
8441
8428
  * Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
8442
8429
  * @summary Get Collision Model
8443
- * @param {string} cell Unique identifier addressing a cell in all API calls.
8444
8430
  * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
8445
8431
  * @param {*} [options] Override http request option.
8446
8432
  * @throws {RequiredError}
8447
8433
  */
8448
- getMotionGroupCollisionModel: (cell: string, motionGroupModel: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8434
+ getMotionGroupCollisionModel: (motionGroupModel: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8449
8435
  /**
8450
- * Returns motion group models that are supported for planning.
8436
+ * Returns the list of supported motion group models.
8451
8437
  * @summary Motion Group Models
8452
- * @param {string} cell Unique identifier addressing a cell in all API calls.
8453
8438
  * @param {*} [options] Override http request option.
8454
8439
  * @throws {RequiredError}
8455
8440
  */
8456
- getMotionGroupModels: (cell: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8441
+ getMotionGroupModels: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8457
8442
  };
8458
8443
  /**
8459
8444
  * MotionGroupModelsApi - functional programming interface
@@ -8463,22 +8448,20 @@ declare const MotionGroupModelsApiFp: (configuration?: Configuration) => {
8463
8448
  /**
8464
8449
  * Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
8465
8450
  * @summary Get Collision Model
8466
- * @param {string} cell Unique identifier addressing a cell in all API calls.
8467
8451
  * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
8468
8452
  * @param {*} [options] Override http request option.
8469
8453
  * @throws {RequiredError}
8470
8454
  */
8471
- getMotionGroupCollisionModel(cell: string, motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<{
8455
+ getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<{
8472
8456
  [key: string]: Collider;
8473
8457
  }>>>;
8474
8458
  /**
8475
- * Returns motion group models that are supported for planning.
8459
+ * Returns the list of supported motion group models.
8476
8460
  * @summary Motion Group Models
8477
- * @param {string} cell Unique identifier addressing a cell in all API calls.
8478
8461
  * @param {*} [options] Override http request option.
8479
8462
  * @throws {RequiredError}
8480
8463
  */
8481
- getMotionGroupModels(cell: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
8464
+ getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
8482
8465
  };
8483
8466
  /**
8484
8467
  * MotionGroupModelsApi - factory interface
@@ -8488,22 +8471,20 @@ declare const MotionGroupModelsApiFactory: (configuration?: Configuration, baseP
8488
8471
  /**
8489
8472
  * Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
8490
8473
  * @summary Get Collision Model
8491
- * @param {string} cell Unique identifier addressing a cell in all API calls.
8492
8474
  * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
8493
8475
  * @param {*} [options] Override http request option.
8494
8476
  * @throws {RequiredError}
8495
8477
  */
8496
- getMotionGroupCollisionModel(cell: string, motionGroupModel: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<{
8478
+ getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<{
8497
8479
  [key: string]: Collider;
8498
8480
  }>>;
8499
8481
  /**
8500
- * Returns motion group models that are supported for planning.
8482
+ * Returns the list of supported motion group models.
8501
8483
  * @summary Motion Group Models
8502
- * @param {string} cell Unique identifier addressing a cell in all API calls.
8503
8484
  * @param {*} [options] Override http request option.
8504
8485
  * @throws {RequiredError}
8505
8486
  */
8506
- getMotionGroupModels(cell: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
8487
+ getMotionGroupModels(options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
8507
8488
  };
8508
8489
  /**
8509
8490
  * MotionGroupModelsApi - object-oriented interface
@@ -8515,24 +8496,22 @@ declare class MotionGroupModelsApi extends BaseAPI {
8515
8496
  /**
8516
8497
  * Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
8517
8498
  * @summary Get Collision Model
8518
- * @param {string} cell Unique identifier addressing a cell in all API calls.
8519
8499
  * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
8520
8500
  * @param {*} [options] Override http request option.
8521
8501
  * @throws {RequiredError}
8522
8502
  * @memberof MotionGroupModelsApi
8523
8503
  */
8524
- getMotionGroupCollisionModel(cell: string, motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
8504
+ getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
8525
8505
  [key: string]: Collider;
8526
8506
  }[], any>>;
8527
8507
  /**
8528
- * Returns motion group models that are supported for planning.
8508
+ * Returns the list of supported motion group models.
8529
8509
  * @summary Motion Group Models
8530
- * @param {string} cell Unique identifier addressing a cell in all API calls.
8531
8510
  * @param {*} [options] Override http request option.
8532
8511
  * @throws {RequiredError}
8533
8512
  * @memberof MotionGroupModelsApi
8534
8513
  */
8535
- getMotionGroupModels(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
8514
+ getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
8536
8515
  }
8537
8516
  /**
8538
8517
  * ProgramApi - axios parameter creator
@@ -8676,7 +8655,7 @@ declare class ProgramApi extends BaseAPI {
8676
8655
  * @throws {RequiredError}
8677
8656
  * @memberof ProgramApi
8678
8657
  */
8679
- getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program, any>>;
8658
+ getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Program, any>>;
8680
8659
  /**
8681
8660
  * List details of all existing programs.
8682
8661
  * @summary List programs
@@ -8685,7 +8664,7 @@ declare class ProgramApi extends BaseAPI {
8685
8664
  * @throws {RequiredError}
8686
8665
  * @memberof ProgramApi
8687
8666
  */
8688
- listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program[], any>>;
8667
+ listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Program[], any>>;
8689
8668
  /**
8690
8669
  * This endpoint starts a new program execution. The program will be executed asynchronously.
8691
8670
  * @summary Start the program
@@ -8696,7 +8675,7 @@ declare class ProgramApi extends BaseAPI {
8696
8675
  * @throws {RequiredError}
8697
8676
  * @memberof ProgramApi
8698
8677
  */
8699
- startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProgramRun, any>>;
8678
+ startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ProgramRun, any>>;
8700
8679
  /**
8701
8680
  * Stop a specific program run.
8702
8681
  * @summary Stop program run
@@ -8706,7 +8685,7 @@ declare class ProgramApi extends BaseAPI {
8706
8685
  * @throws {RequiredError}
8707
8686
  * @memberof ProgramApi
8708
8687
  */
8709
- stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8688
+ stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
8710
8689
  }
8711
8690
  /**
8712
8691
  * StoreCollisionComponentsApi - axios parameter creator
@@ -9186,7 +9165,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9186
9165
  * @throws {RequiredError}
9187
9166
  * @memberof StoreCollisionComponentsApi
9188
9167
  */
9189
- deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9168
+ deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9190
9169
  /**
9191
9170
  * Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
9192
9171
  * @summary Delete Link Chain
@@ -9196,7 +9175,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9196
9175
  * @throws {RequiredError}
9197
9176
  * @memberof StoreCollisionComponentsApi
9198
9177
  */
9199
- deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9178
+ deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9200
9179
  /**
9201
9180
  * Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
9202
9181
  * @summary Delete Tool
@@ -9206,7 +9185,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9206
9185
  * @throws {RequiredError}
9207
9186
  * @memberof StoreCollisionComponentsApi
9208
9187
  */
9209
- deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9188
+ deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9210
9189
  /**
9211
9190
  * Returns the collider.
9212
9191
  * @summary Get Collider
@@ -9216,7 +9195,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9216
9195
  * @throws {RequiredError}
9217
9196
  * @memberof StoreCollisionComponentsApi
9218
9197
  */
9219
- getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
9198
+ getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Collider, any>>;
9220
9199
  /**
9221
9200
  * Returns the collision link chain.
9222
9201
  * @summary Get Link Chain
@@ -9226,7 +9205,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9226
9205
  * @throws {RequiredError}
9227
9206
  * @memberof StoreCollisionComponentsApi
9228
9207
  */
9229
- getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9208
+ getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9230
9209
  [key: string]: Collider;
9231
9210
  }[], any>>;
9232
9211
  /**
@@ -9238,7 +9217,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9238
9217
  * @throws {RequiredError}
9239
9218
  * @memberof StoreCollisionComponentsApi
9240
9219
  */
9241
- getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9220
+ getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9242
9221
  [key: string]: Collider;
9243
9222
  }, any>>;
9244
9223
  /**
@@ -9249,7 +9228,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9249
9228
  * @throws {RequiredError}
9250
9229
  * @memberof StoreCollisionComponentsApi
9251
9230
  */
9252
- listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9231
+ listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9253
9232
  [key: string]: {
9254
9233
  [key: string]: Collider;
9255
9234
  }[];
@@ -9262,7 +9241,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9262
9241
  * @throws {RequiredError}
9263
9242
  * @memberof StoreCollisionComponentsApi
9264
9243
  */
9265
- listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9244
+ listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9266
9245
  /**
9267
9246
  * Returns all stored colliders.
9268
9247
  * @summary List Colliders
@@ -9271,7 +9250,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9271
9250
  * @throws {RequiredError}
9272
9251
  * @memberof StoreCollisionComponentsApi
9273
9252
  */
9274
- listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9253
+ listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9275
9254
  [key: string]: Collider;
9276
9255
  }, any>>;
9277
9256
  /**
@@ -9282,7 +9261,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9282
9261
  * @throws {RequiredError}
9283
9262
  * @memberof StoreCollisionComponentsApi
9284
9263
  */
9285
- listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9264
+ listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9286
9265
  /**
9287
9266
  * Returns the list of stored tools.
9288
9267
  * @summary List Tools
@@ -9291,7 +9270,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9291
9270
  * @throws {RequiredError}
9292
9271
  * @memberof StoreCollisionComponentsApi
9293
9272
  */
9294
- listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9273
+ listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9295
9274
  [key: string]: {
9296
9275
  [key: string]: Collider;
9297
9276
  };
@@ -9304,7 +9283,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9304
9283
  * @throws {RequiredError}
9305
9284
  * @memberof StoreCollisionComponentsApi
9306
9285
  */
9307
- listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9286
+ listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9308
9287
  /**
9309
9288
  * Stores collider. - If the collider does not exist, it will be created. - If the collider exists, it will be updated.
9310
9289
  * @summary Store Collider
@@ -9315,7 +9294,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9315
9294
  * @throws {RequiredError}
9316
9295
  * @memberof StoreCollisionComponentsApi
9317
9296
  */
9318
- storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
9297
+ storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Collider, any>>;
9319
9298
  /**
9320
9299
  * Stores link chain. - If the link chain does not exist, it will be created. - If the link chain exists, it will be updated.
9321
9300
  * @summary Store Link Chain
@@ -9328,7 +9307,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9328
9307
  */
9329
9308
  storeCollisionLinkChain(cell: string, linkChain: string, collider: Array<{
9330
9309
  [key: string]: Collider;
9331
- }>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9310
+ }>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9332
9311
  [key: string]: Collider;
9333
9312
  }[], any>>;
9334
9313
  /**
@@ -9343,7 +9322,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9343
9322
  */
9344
9323
  storeCollisionTool(cell: string, tool: string, requestBody: {
9345
9324
  [key: string]: Collider;
9346
- }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9325
+ }, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9347
9326
  [key: string]: Collider;
9348
9327
  }, any>>;
9349
9328
  }
@@ -9517,7 +9496,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9517
9496
  * @throws {RequiredError}
9518
9497
  * @memberof StoreCollisionSetupsApi
9519
9498
  */
9520
- deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9499
+ deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9521
9500
  /**
9522
9501
  * Returns the stored collision setup.
9523
9502
  * @summary Get Collision Setup
@@ -9527,7 +9506,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9527
9506
  * @throws {RequiredError}
9528
9507
  * @memberof StoreCollisionSetupsApi
9529
9508
  */
9530
- getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
9509
+ getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CollisionSetup, any>>;
9531
9510
  /**
9532
9511
  * Returns a list of stored collision setups.
9533
9512
  * @summary List Collision Setups
@@ -9536,7 +9515,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9536
9515
  * @throws {RequiredError}
9537
9516
  * @memberof StoreCollisionSetupsApi
9538
9517
  */
9539
- listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9518
+ listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9540
9519
  [key: string]: CollisionSetup;
9541
9520
  }, any>>;
9542
9521
  /**
@@ -9547,7 +9526,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9547
9526
  * @throws {RequiredError}
9548
9527
  * @memberof StoreCollisionSetupsApi
9549
9528
  */
9550
- listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9529
+ listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9551
9530
  /**
9552
9531
  * Stores collision setup. - If the collision setup does not exist, it will be created. - If the collision setup exists, it will be updated.
9553
9532
  * @summary Store Collision Setup
@@ -9558,7 +9537,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9558
9537
  * @throws {RequiredError}
9559
9538
  * @memberof StoreCollisionSetupsApi
9560
9539
  */
9561
- storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
9540
+ storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CollisionSetup, any>>;
9562
9541
  }
9563
9542
  /**
9564
9543
  * StoreObjectApi - axios parameter creator
@@ -9761,7 +9740,7 @@ declare class StoreObjectApi extends BaseAPI {
9761
9740
  * @throws {RequiredError}
9762
9741
  * @memberof StoreObjectApi
9763
9742
  */
9764
- clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9743
+ clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9765
9744
  /**
9766
9745
  * Delete an object <!-- theme: danger --> > This will delete persistently stored data.
9767
9746
  * @summary Delete Object
@@ -9771,7 +9750,7 @@ declare class StoreObjectApi extends BaseAPI {
9771
9750
  * @throws {RequiredError}
9772
9751
  * @memberof StoreObjectApi
9773
9752
  */
9774
- deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9753
+ deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9775
9754
  /**
9776
9755
  * Returns content and metadata of a stored object.
9777
9756
  * @summary Get Object
@@ -9781,7 +9760,7 @@ declare class StoreObjectApi extends BaseAPI {
9781
9760
  * @throws {RequiredError}
9782
9761
  * @memberof StoreObjectApi
9783
9762
  */
9784
- getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
9763
+ getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<File, any>>;
9785
9764
  /**
9786
9765
  * Returns metadata. Object content is not returned.
9787
9766
  * @summary Get Object Metadata
@@ -9791,7 +9770,7 @@ declare class StoreObjectApi extends BaseAPI {
9791
9770
  * @throws {RequiredError}
9792
9771
  * @memberof StoreObjectApi
9793
9772
  */
9794
- getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9773
+ getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9795
9774
  /**
9796
9775
  * List the keys for all objects.
9797
9776
  * @summary List all Object Keys
@@ -9800,7 +9779,7 @@ declare class StoreObjectApi extends BaseAPI {
9800
9779
  * @throws {RequiredError}
9801
9780
  * @memberof StoreObjectApi
9802
9781
  */
9803
- listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9782
+ listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9804
9783
  /**
9805
9784
  * 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.
9806
9785
  * @summary Store Object
@@ -9814,7 +9793,7 @@ declare class StoreObjectApi extends BaseAPI {
9814
9793
  */
9815
9794
  storeObject(cell: string, key: string, xMetadata?: {
9816
9795
  [key: string]: string;
9817
- }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9796
+ }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9818
9797
  }
9819
9798
  /**
9820
9799
  * SystemApi - axios parameter creator
@@ -10068,7 +10047,7 @@ declare class SystemApi extends BaseAPI {
10068
10047
  */
10069
10048
  backupConfiguration(resources?: Array<string>, metadata?: {
10070
10049
  [key: string]: string;
10071
- }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
10050
+ }, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<File, any>>;
10072
10051
  /**
10073
10052
  * Check if a more recent Wandelbots NOVA Version is available.
10074
10053
  * @summary Check update
@@ -10077,7 +10056,7 @@ declare class SystemApi extends BaseAPI {
10077
10056
  * @throws {RequiredError}
10078
10057
  * @memberof SystemApi
10079
10058
  */
10080
- checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
10059
+ checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string, any>>;
10081
10060
  /**
10082
10061
  * 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.
10083
10062
  * @summary Retrieve Backup Status
@@ -10086,7 +10065,7 @@ declare class SystemApi extends BaseAPI {
10086
10065
  * @throws {RequiredError}
10087
10066
  * @memberof SystemApi
10088
10067
  */
10089
- getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationArchiveStatus, any>>;
10068
+ getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ConfigurationArchiveStatus, any>>;
10090
10069
  /**
10091
10070
  * 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.
10092
10071
  * @summary Download Diagnosis Package
@@ -10094,7 +10073,7 @@ declare class SystemApi extends BaseAPI {
10094
10073
  * @throws {RequiredError}
10095
10074
  * @memberof SystemApi
10096
10075
  */
10097
- getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
10076
+ getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<File, any>>;
10098
10077
  /**
10099
10078
  * Get the status of all system services.
10100
10079
  * @summary Wandelbots NOVA status
@@ -10102,7 +10081,7 @@ declare class SystemApi extends BaseAPI {
10102
10081
  * @throws {RequiredError}
10103
10082
  * @memberof SystemApi
10104
10083
  */
10105
- getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatus[], any>>;
10084
+ getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ServiceStatus[], any>>;
10106
10085
  /**
10107
10086
  * Get the current Wandelbots NOVA version.
10108
10087
  * @summary Wandelbots NOVA Version
@@ -10110,7 +10089,7 @@ declare class SystemApi extends BaseAPI {
10110
10089
  * @throws {RequiredError}
10111
10090
  * @memberof SystemApi
10112
10091
  */
10113
- getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
10092
+ getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string, any>>;
10114
10093
  /**
10115
10094
  * Retrieves a list of all available configuration resources for backup purposes.
10116
10095
  * @summary List Configuration Resources
@@ -10118,7 +10097,7 @@ declare class SystemApi extends BaseAPI {
10118
10097
  * @throws {RequiredError}
10119
10098
  * @memberof SystemApi
10120
10099
  */
10121
- listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationResource[], any>>;
10100
+ listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ConfigurationResource[], any>>;
10122
10101
  /**
10123
10102
  * Restores a previously backed up configuration.
10124
10103
  * @summary Restore Configuration Backup
@@ -10128,7 +10107,7 @@ declare class SystemApi extends BaseAPI {
10128
10107
  * @throws {RequiredError}
10129
10108
  * @memberof SystemApi
10130
10109
  */
10131
- restoreConfiguration(resources: Array<string>, body: File, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10110
+ restoreConfiguration(resources: Array<string>, body: File, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10132
10111
  /**
10133
10112
  * 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.
10134
10113
  * @summary Update Wandelbots NOVA version
@@ -10137,7 +10116,7 @@ declare class SystemApi extends BaseAPI {
10137
10116
  * @throws {RequiredError}
10138
10117
  * @memberof SystemApi
10139
10118
  */
10140
- updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10119
+ updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10141
10120
  }
10142
10121
  /**
10143
10122
  * TrajectoryCachingApi - axios parameter creator
@@ -10318,7 +10297,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10318
10297
  * @throws {RequiredError}
10319
10298
  * @memberof TrajectoryCachingApi
10320
10299
  */
10321
- addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<AddTrajectoryResponse, any>>;
10300
+ addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<AddTrajectoryResponse, any>>;
10322
10301
  /**
10323
10302
  * Clear the trajectory cache.
10324
10303
  * @summary Clear Trajectories
@@ -10328,7 +10307,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10328
10307
  * @throws {RequiredError}
10329
10308
  * @memberof TrajectoryCachingApi
10330
10309
  */
10331
- clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10310
+ clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10332
10311
  /**
10333
10312
  * 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.
10334
10313
  * @summary Delete Trajectory
@@ -10339,7 +10318,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10339
10318
  * @throws {RequiredError}
10340
10319
  * @memberof TrajectoryCachingApi
10341
10320
  */
10342
- deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10321
+ deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10343
10322
  /**
10344
10323
  * Get a previously created trajectory from cache. Use [listTrajectories](listTrajectories) to list all cached trajectories.
10345
10324
  * @summary Get Trajectory
@@ -10350,7 +10329,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10350
10329
  * @throws {RequiredError}
10351
10330
  * @memberof TrajectoryCachingApi
10352
10331
  */
10353
- getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<GetTrajectoryResponse, any>>;
10332
+ getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<GetTrajectoryResponse, any>>;
10354
10333
  /**
10355
10334
  * 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.
10356
10335
  * @summary List Trajectories
@@ -10360,7 +10339,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10360
10339
  * @throws {RequiredError}
10361
10340
  * @memberof TrajectoryCachingApi
10362
10341
  */
10363
- listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ListTrajectoriesResponse, any>>;
10342
+ listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ListTrajectoriesResponse, any>>;
10364
10343
  }
10365
10344
  /**
10366
10345
  * TrajectoryExecutionApi - axios parameter creator
@@ -10427,7 +10406,7 @@ declare class TrajectoryExecutionApi extends BaseAPI {
10427
10406
  * @throws {RequiredError}
10428
10407
  * @memberof TrajectoryExecutionApi
10429
10408
  */
10430
- executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteTrajectoryResponse, any>>;
10409
+ executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ExecuteTrajectoryResponse, any>>;
10431
10410
  }
10432
10411
  /**
10433
10412
  * TrajectoryPlanningApi - axios parameter creator
@@ -10517,7 +10496,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
10517
10496
  * @throws {RequiredError}
10518
10497
  * @memberof TrajectoryPlanningApi
10519
10498
  */
10520
- planCollisionFree(cell: string, planCollisionFreeRequest?: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanCollisionFreeResponse, any>>;
10499
+ planCollisionFree(cell: string, planCollisionFreeRequest?: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<PlanCollisionFreeResponse, any>>;
10521
10500
  /**
10522
10501
  * 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.
10523
10502
  * @summary Plan Trajectory
@@ -10527,7 +10506,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
10527
10506
  * @throws {RequiredError}
10528
10507
  * @memberof TrajectoryPlanningApi
10529
10508
  */
10530
- planTrajectory(cell: string, planTrajectoryRequest?: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanTrajectoryResponse, any>>;
10509
+ planTrajectory(cell: string, planTrajectoryRequest?: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<PlanTrajectoryResponse, any>>;
10531
10510
  }
10532
10511
  /**
10533
10512
  * VirtualControllerApi - axios parameter creator
@@ -11024,7 +11003,7 @@ declare class VirtualControllerApi extends BaseAPI {
11024
11003
  * @throws {RequiredError}
11025
11004
  * @memberof VirtualControllerApi
11026
11005
  */
11027
- addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11006
+ addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11028
11007
  /**
11029
11008
  * 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.
11030
11009
  * @summary Add TCP
@@ -11037,7 +11016,7 @@ declare class VirtualControllerApi extends BaseAPI {
11037
11016
  * @throws {RequiredError}
11038
11017
  * @memberof VirtualControllerApi
11039
11018
  */
11040
- addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11019
+ addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11041
11020
  /**
11042
11021
  * 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.
11043
11022
  * @summary Delete Coordinate System
@@ -11049,7 +11028,7 @@ declare class VirtualControllerApi extends BaseAPI {
11049
11028
  * @throws {RequiredError}
11050
11029
  * @memberof VirtualControllerApi
11051
11030
  */
11052
- deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11031
+ deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11053
11032
  /**
11054
11033
  * 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.
11055
11034
  * @summary Remove TCP
@@ -11061,7 +11040,7 @@ declare class VirtualControllerApi extends BaseAPI {
11061
11040
  * @throws {RequiredError}
11062
11041
  * @memberof VirtualControllerApi
11063
11042
  */
11064
- deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11043
+ deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11065
11044
  /**
11066
11045
  * 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.
11067
11046
  * @summary Get Emergency Stop State
@@ -11071,7 +11050,7 @@ declare class VirtualControllerApi extends BaseAPI {
11071
11050
  * @throws {RequiredError}
11072
11051
  * @memberof VirtualControllerApi
11073
11052
  */
11074
- getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Flag, any>>;
11053
+ getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Flag, any>>;
11075
11054
  /**
11076
11055
  * Get the current motion group state which provides values for the joints\' position, velocity and acceleration.
11077
11056
  * @summary Get Motion Group State
@@ -11082,7 +11061,7 @@ declare class VirtualControllerApi extends BaseAPI {
11082
11061
  * @throws {RequiredError}
11083
11062
  * @memberof VirtualControllerApi
11084
11063
  */
11085
- getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupJoints, any>>;
11064
+ getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupJoints, any>>;
11086
11065
  /**
11087
11066
  * Gets information on the motion group.
11088
11067
  * @summary Motion Group Description
@@ -11092,7 +11071,7 @@ declare class VirtualControllerApi extends BaseAPI {
11092
11071
  * @throws {RequiredError}
11093
11072
  * @memberof VirtualControllerApi
11094
11073
  */
11095
- getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupInfo[], any>>;
11074
+ getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupInfo[], any>>;
11096
11075
  /**
11097
11076
  * 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.
11098
11077
  * @summary Get Operation Mode
@@ -11102,7 +11081,7 @@ declare class VirtualControllerApi extends BaseAPI {
11102
11081
  * @throws {RequiredError}
11103
11082
  * @memberof VirtualControllerApi
11104
11083
  */
11105
- getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<OpMode, any>>;
11084
+ getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<OpMode, any>>;
11106
11085
  /**
11107
11086
  * Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
11108
11087
  * @summary Get Mounting
@@ -11113,7 +11092,7 @@ declare class VirtualControllerApi extends BaseAPI {
11113
11092
  * @throws {RequiredError}
11114
11093
  * @memberof VirtualControllerApi
11115
11094
  */
11116
- getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
11095
+ getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem, any>>;
11117
11096
  /**
11118
11097
  * Lists all coordinate systems on the robot controller.
11119
11098
  * @summary List Coordinate Systems
@@ -11123,7 +11102,7 @@ declare class VirtualControllerApi extends BaseAPI {
11123
11102
  * @throws {RequiredError}
11124
11103
  * @memberof VirtualControllerApi
11125
11104
  */
11126
- listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
11105
+ listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem[], any>>;
11127
11106
  /**
11128
11107
  * Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
11129
11108
  * @summary List TCPs
@@ -11134,7 +11113,7 @@ declare class VirtualControllerApi extends BaseAPI {
11134
11113
  * @throws {RequiredError}
11135
11114
  * @memberof VirtualControllerApi
11136
11115
  */
11137
- listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotTcp[], any>>;
11116
+ listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotTcp[], any>>;
11138
11117
  /**
11139
11118
  * 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.
11140
11119
  * @summary Push or Release Emergency Stop
@@ -11145,7 +11124,7 @@ declare class VirtualControllerApi extends BaseAPI {
11145
11124
  * @throws {RequiredError}
11146
11125
  * @memberof VirtualControllerApi
11147
11126
  */
11148
- setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11127
+ setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11149
11128
  /**
11150
11129
  * 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.
11151
11130
  * @summary Set Motion Group State
@@ -11157,7 +11136,7 @@ declare class VirtualControllerApi extends BaseAPI {
11157
11136
  * @throws {RequiredError}
11158
11137
  * @memberof VirtualControllerApi
11159
11138
  */
11160
- setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11139
+ setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11161
11140
  /**
11162
11141
  * 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.
11163
11142
  * @summary Set Operation Mode
@@ -11168,7 +11147,7 @@ declare class VirtualControllerApi extends BaseAPI {
11168
11147
  * @throws {RequiredError}
11169
11148
  * @memberof VirtualControllerApi
11170
11149
  */
11171
- setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11150
+ setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11172
11151
  /**
11173
11152
  * 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.
11174
11153
  * @summary Set Mounting
@@ -11180,7 +11159,7 @@ declare class VirtualControllerApi extends BaseAPI {
11180
11159
  * @throws {RequiredError}
11181
11160
  * @memberof VirtualControllerApi
11182
11161
  */
11183
- setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
11162
+ setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem, any>>;
11184
11163
  }
11185
11164
  /**
11186
11165
  * VirtualControllerBehaviorApi - axios parameter creator
@@ -11331,7 +11310,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11331
11310
  * @throws {RequiredError}
11332
11311
  * @memberof VirtualControllerBehaviorApi
11333
11312
  */
11334
- externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
11313
+ externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
11335
11314
  /**
11336
11315
  * Get the cycle time of controller communication in [ms].
11337
11316
  * @summary Get Cycle Time
@@ -11341,7 +11320,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11341
11320
  * @throws {RequiredError}
11342
11321
  * @memberof VirtualControllerBehaviorApi
11343
11322
  */
11344
- getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CycleTime, any>>;
11323
+ getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CycleTime, any>>;
11345
11324
  /**
11346
11325
  * Get the current virtual controller behavior. See [setVirtualControllerBehavior](setVirtualControllerBehavior) and the body for details.
11347
11326
  * @summary Get Behavior
@@ -11351,7 +11330,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11351
11330
  * @throws {RequiredError}
11352
11331
  * @memberof VirtualControllerBehaviorApi
11353
11332
  */
11354
- getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Behavior, any>>;
11333
+ getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Behavior, any>>;
11355
11334
  /**
11356
11335
  * Set virtual controller behavior. See query parameters for details.
11357
11336
  * @summary Set Behavior
@@ -11362,7 +11341,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11362
11341
  * @throws {RequiredError}
11363
11342
  * @memberof VirtualControllerBehaviorApi
11364
11343
  */
11365
- setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11344
+ setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11366
11345
  }
11367
11346
  /**
11368
11347
  * VirtualControllerInputsOutputsApi - axios parameter creator
@@ -11498,7 +11477,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
11498
11477
  * @throws {RequiredError}
11499
11478
  * @memberof VirtualControllerInputsOutputsApi
11500
11479
  */
11501
- listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
11480
+ listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IOValue[], any>>;
11502
11481
  /**
11503
11482
  * 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.
11504
11483
  * @summary List Descriptions
@@ -11512,7 +11491,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
11512
11491
  * @throws {RequiredError}
11513
11492
  * @memberof VirtualControllerInputsOutputsApi
11514
11493
  */
11515
- listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
11494
+ listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IODescription[], any>>;
11516
11495
  /**
11517
11496
  * Sets a list of values of a virtual controller inputs/outputs.
11518
11497
  * @summary Set Input/Ouput Values
@@ -11523,7 +11502,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
11523
11502
  * @throws {RequiredError}
11524
11503
  * @memberof VirtualControllerInputsOutputsApi
11525
11504
  */
11526
- setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11505
+ setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11527
11506
  }
11528
11507
  //#endregion
11529
- 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, 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, HTTPValidationError2, IOBooleanValue, IOBooleanValueValueTypeEnum, IODescription, IODescription2, IODescriptionMin, IODirection, IOFloatValue, IOFloatValueValueTypeEnum, IOIntegerValue, IOIntegerValueValueTypeEnum, IOOrigin, IOValue, IOValueType, ImageCredentials, InconsitentTrajectorySize, InconsitentTrajectorySizeInconsistentTrajectorySize, InitializeJoggingRequest, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponse, InitializeJoggingResponseKindEnum, InitializeMovementRequest, InitializeMovementRequestMessageTypeEnum, InitializeMovementRequestTrajectory, InitializeMovementResponse, InitializeMovementResponseKindEnum, IntegerValue, IntegerValueValueTypeEnum, InvalidDof, InvalidDofInvalidDof, InverseKinematics422Response, InverseKinematicsRequest, InverseKinematicsResponse, InverseKinematicsValidationError, InverseKinematicsValidationErrorAllOfData, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetails, JoggingDetailsKindEnum, JoggingDetailsState, JoggingPausedByUser, JoggingPausedByUserKindEnum, JoggingPausedNearCollision, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimit, JoggingPausedNearJointLimitKindEnum, JoggingPausedOnIO, JoggingPausedOnIOKindEnum, JoggingRunning, JoggingRunningKindEnum, JointLimitExceeded, 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, NanValue, NanValueNanValue, 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, TcpRequired, TcpVelocityRequest, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponse, TcpVelocityResponseKindEnum, TorqueExceeded, TorqueExceededTorqueExceeded, 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 };
11508
+ 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, 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, IODescription, IODescription2, IODescriptionMin, IODirection, IOFloatValue, IOFloatValueValueTypeEnum, IOIntegerValue, IOIntegerValueValueTypeEnum, IOOrigin, IOValue, IOValueType, ImageCredentials, InconsitentTrajectorySize, InconsitentTrajectorySizeInconsistentTrajectorySize, InitializeJoggingRequest, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponse, InitializeJoggingResponseKindEnum, InitializeMovementRequest, InitializeMovementRequestMessageTypeEnum, InitializeMovementRequestTrajectory, InitializeMovementResponse, InitializeMovementResponseKindEnum, IntegerValue, IntegerValueValueTypeEnum, InvalidDof, InvalidDofInvalidDof, InverseKinematics422Response, InverseKinematicsRequest, InverseKinematicsResponse, InverseKinematicsValidationError, InverseKinematicsValidationErrorAllOfData, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetails, JoggingDetailsKindEnum, JoggingDetailsState, JoggingPausedByUser, JoggingPausedByUserKindEnum, JoggingPausedNearCollision, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimit, JoggingPausedNearJointLimitKindEnum, JoggingPausedOnIO, JoggingPausedOnIOKindEnum, JoggingRunning, JoggingRunningKindEnum, JointLimitExceeded, 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, NanValue, NanValueNanValue, 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, TcpRequired, TcpVelocityRequest, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponse, TcpVelocityResponseKindEnum, TorqueExceeded, TorqueExceededTorqueExceeded, 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 };