@wandelbots/nova-api 25.9.0-dev.38 → 25.9.0-dev.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import * as axios175 from "axios";
1
+ import * as axios0 from "axios";
2
2
  import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
3
3
 
4
4
  //#region v2/configuration.d.ts
@@ -4619,6 +4619,12 @@ interface ProgramRun {
4619
4619
  * @memberof ProgramRun
4620
4620
  */
4621
4621
  'program': string;
4622
+ /**
4623
+ * Identifier of the app that produced the program run
4624
+ * @type {string}
4625
+ * @memberof ProgramRun
4626
+ */
4627
+ 'app'?: string;
4622
4628
  /**
4623
4629
  * State of the program run
4624
4630
  * @type {ProgramRunState}
@@ -4656,13 +4662,13 @@ interface ProgramRun {
4656
4662
  */
4657
4663
  'traceback'?: string;
4658
4664
  /**
4659
- * Start time of the program run
4665
+ * Start time of the program run in RFC3339 format
4660
4666
  * @type {string}
4661
4667
  * @memberof ProgramRun
4662
4668
  */
4663
4669
  'start_time'?: string;
4664
4670
  /**
4665
- * End time of the program run
4671
+ * End time of the program run in RFC3339 format
4666
4672
  * @type {string}
4667
4673
  * @memberof ProgramRun
4668
4674
  */
@@ -6181,7 +6187,7 @@ declare class ApplicationApi extends BaseAPI {
6181
6187
  * @throws {RequiredError}
6182
6188
  * @memberof ApplicationApi
6183
6189
  */
6184
- addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6190
+ addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6185
6191
  /**
6186
6192
  * Delete all GUI applications from the cell.
6187
6193
  * @summary Clear Applications
@@ -6191,7 +6197,7 @@ declare class ApplicationApi extends BaseAPI {
6191
6197
  * @throws {RequiredError}
6192
6198
  * @memberof ApplicationApi
6193
6199
  */
6194
- clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6200
+ clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6195
6201
  /**
6196
6202
  * Delete a GUI application from the cell.
6197
6203
  * @summary Delete Application
@@ -6202,7 +6208,7 @@ declare class ApplicationApi extends BaseAPI {
6202
6208
  * @throws {RequiredError}
6203
6209
  * @memberof ApplicationApi
6204
6210
  */
6205
- deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6211
+ deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6206
6212
  /**
6207
6213
  * 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).
6208
6214
  * @summary Configuration
@@ -6212,7 +6218,7 @@ declare class ApplicationApi extends BaseAPI {
6212
6218
  * @throws {RequiredError}
6213
6219
  * @memberof ApplicationApi
6214
6220
  */
6215
- getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<App, any>>;
6221
+ getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<App, any>>;
6216
6222
  /**
6217
6223
  * 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.
6218
6224
  * @summary List Applications
@@ -6221,7 +6227,7 @@ declare class ApplicationApi extends BaseAPI {
6221
6227
  * @throws {RequiredError}
6222
6228
  * @memberof ApplicationApi
6223
6229
  */
6224
- listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
6230
+ listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6225
6231
  /**
6226
6232
  * Update the configuration of a GUI application in the cell.
6227
6233
  * @summary Update Configuration
@@ -6233,7 +6239,7 @@ declare class ApplicationApi extends BaseAPI {
6233
6239
  * @throws {RequiredError}
6234
6240
  * @memberof ApplicationApi
6235
6241
  */
6236
- updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6242
+ updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6237
6243
  }
6238
6244
  /**
6239
6245
  * BUSInputsOutputsApi - axios parameter creator
@@ -6696,7 +6702,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6696
6702
  * @throws {RequiredError}
6697
6703
  * @memberof BUSInputsOutputsApi
6698
6704
  */
6699
- addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6705
+ addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6700
6706
  /**
6701
6707
  * 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).
6702
6708
  * @summary Add MODBUS Input/Output
@@ -6707,7 +6713,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6707
6713
  * @throws {RequiredError}
6708
6714
  * @memberof BUSInputsOutputsApi
6709
6715
  */
6710
- addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6716
+ addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6711
6717
  /**
6712
6718
  * 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).
6713
6719
  * @summary Add PROFINET Input/Output
@@ -6718,7 +6724,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6718
6724
  * @throws {RequiredError}
6719
6725
  * @memberof BUSInputsOutputsApi
6720
6726
  */
6721
- addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6727
+ addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6722
6728
  /**
6723
6729
  * Remove the BUS inputs/outputs service from the cell.
6724
6730
  * @summary Clear Service
@@ -6728,7 +6734,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6728
6734
  * @throws {RequiredError}
6729
6735
  * @memberof BUSInputsOutputsApi
6730
6736
  */
6731
- clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6737
+ clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6732
6738
  /**
6733
6739
  * Removes an input/output variable configuration from the MODBUS device, e.g., NOVA\'s MODBUS service.
6734
6740
  * @summary Remove MODBUS Input/Ouptut
@@ -6738,7 +6744,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6738
6744
  * @throws {RequiredError}
6739
6745
  * @memberof BUSInputsOutputsApi
6740
6746
  */
6741
- deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6747
+ deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6742
6748
  /**
6743
6749
  * Removes an input/output variable configuration from the PROFINET device, e.g., NOVA\'s PROFINET service.
6744
6750
  * @summary Remove PROFINET Input/Ouptut
@@ -6748,7 +6754,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6748
6754
  * @throws {RequiredError}
6749
6755
  * @memberof BUSInputsOutputsApi
6750
6756
  */
6751
- deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6757
+ deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6752
6758
  /**
6753
6759
  * Get deployed BUS inputs/outputs service.
6754
6760
  * @summary Get Service
@@ -6757,7 +6763,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6757
6763
  * @throws {RequiredError}
6758
6764
  * @memberof BUSInputsOutputsApi
6759
6765
  */
6760
- getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<BusIOType, any>>;
6766
+ getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOType, any>>;
6761
6767
  /**
6762
6768
  * Get the current state of the BUS Inputs/Outputs service.
6763
6769
  * @summary State
@@ -6766,7 +6772,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6766
6772
  * @throws {RequiredError}
6767
6773
  * @memberof BUSInputsOutputsApi
6768
6774
  */
6769
- getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<BusIOsState, any>>;
6775
+ getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOsState, any>>;
6770
6776
  /**
6771
6777
  * 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).
6772
6778
  * @summary Get Input/Output Values
@@ -6776,7 +6782,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6776
6782
  * @throws {RequiredError}
6777
6783
  * @memberof BUSInputsOutputsApi
6778
6784
  */
6779
- getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IOValue[], any>>;
6785
+ getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
6780
6786
  /**
6781
6787
  * Get description of NOVA as a PROFINET device.
6782
6788
  * @summary Get PROFINET Description
@@ -6785,7 +6791,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6785
6791
  * @throws {RequiredError}
6786
6792
  * @memberof BUSInputsOutputsApi
6787
6793
  */
6788
- getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ProfinetDescription, any>>;
6794
+ getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetDescription, any>>;
6789
6795
  /**
6790
6796
  * 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.
6791
6797
  * @summary PROFINET Inputs/Outputs to File
@@ -6796,7 +6802,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6796
6802
  * @throws {RequiredError}
6797
6803
  * @memberof BUSInputsOutputsApi
6798
6804
  */
6799
- getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string, any>>;
6805
+ getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
6800
6806
  /**
6801
6807
  * 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.
6802
6808
  * @summary List Descriptions
@@ -6805,7 +6811,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6805
6811
  * @throws {RequiredError}
6806
6812
  * @memberof BUSInputsOutputsApi
6807
6813
  */
6808
- listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IODescription2[], any>>;
6814
+ listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription2[], any>>;
6809
6815
  /**
6810
6816
  * 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).
6811
6817
  * @summary List MODBUS Input/Output Configuration
@@ -6814,7 +6820,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6814
6820
  * @throws {RequiredError}
6815
6821
  * @memberof BUSInputsOutputsApi
6816
6822
  */
6817
- listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ModbusIO[], any>>;
6823
+ listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ModbusIO[], any>>;
6818
6824
  /**
6819
6825
  * 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.
6820
6826
  * @summary List PROFINET Input/Output Configuration
@@ -6823,7 +6829,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6823
6829
  * @throws {RequiredError}
6824
6830
  * @memberof BUSInputsOutputsApi
6825
6831
  */
6826
- listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ProfinetIO[], any>>;
6832
+ listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetIO[], any>>;
6827
6833
  /**
6828
6834
  * 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.
6829
6835
  * @summary Set Output Values
@@ -6833,7 +6839,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6833
6839
  * @throws {RequiredError}
6834
6840
  * @memberof BUSInputsOutputsApi
6835
6841
  */
6836
- setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6842
+ setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6837
6843
  /**
6838
6844
  * 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.
6839
6845
  * @summary Set PROFINET Inputs/Outputs from File
@@ -6843,7 +6849,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
6843
6849
  * @throws {RequiredError}
6844
6850
  * @memberof BUSInputsOutputsApi
6845
6851
  */
6846
- setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
6852
+ setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6847
6853
  }
6848
6854
  /**
6849
6855
  * CellApi - axios parameter creator
@@ -7059,7 +7065,7 @@ declare class CellApi extends BaseAPI {
7059
7065
  * @throws {RequiredError}
7060
7066
  * @memberof CellApi
7061
7067
  */
7062
- deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7068
+ deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7063
7069
  /**
7064
7070
  * 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.
7065
7071
  * @summary Add Cell
@@ -7069,7 +7075,7 @@ declare class CellApi extends BaseAPI {
7069
7075
  * @throws {RequiredError}
7070
7076
  * @memberof CellApi
7071
7077
  */
7072
- deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7078
+ deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7073
7079
  /**
7074
7080
  * List all cell resources.
7075
7081
  * @summary Configuration
@@ -7078,7 +7084,7 @@ declare class CellApi extends BaseAPI {
7078
7084
  * @throws {RequiredError}
7079
7085
  * @memberof CellApi
7080
7086
  */
7081
- getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Cell, any>>;
7087
+ getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Cell, any>>;
7082
7088
  /**
7083
7089
  * List the status of all cell resources.
7084
7090
  * @summary Service Status
@@ -7087,7 +7093,7 @@ declare class CellApi extends BaseAPI {
7087
7093
  * @throws {RequiredError}
7088
7094
  * @memberof CellApi
7089
7095
  */
7090
- getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ServiceStatusResponse, any>>;
7096
+ getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatusResponse, any>>;
7091
7097
  /**
7092
7098
  * List all deployed cell names. If no cells are deployed, an empty list is returned.
7093
7099
  * @summary List Cells
@@ -7095,7 +7101,7 @@ declare class CellApi extends BaseAPI {
7095
7101
  * @throws {RequiredError}
7096
7102
  * @memberof CellApi
7097
7103
  */
7098
- listCells(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
7104
+ listCells(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7099
7105
  /**
7100
7106
  * Deactivate or activate the services of a cell.
7101
7107
  * @summary Operating State
@@ -7105,7 +7111,7 @@ declare class CellApi extends BaseAPI {
7105
7111
  * @throws {RequiredError}
7106
7112
  * @memberof CellApi
7107
7113
  */
7108
- setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7114
+ setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7109
7115
  /**
7110
7116
  * Update the definition of the entire Cell.
7111
7117
  * @summary Update Configuration
@@ -7116,7 +7122,7 @@ declare class CellApi extends BaseAPI {
7116
7122
  * @throws {RequiredError}
7117
7123
  * @memberof CellApi
7118
7124
  */
7119
- updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7125
+ updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7120
7126
  }
7121
7127
  /**
7122
7128
  * ControllerApi - axios parameter creator
@@ -7561,7 +7567,7 @@ declare class ControllerApi extends BaseAPI {
7561
7567
  * @throws {RequiredError}
7562
7568
  * @memberof ControllerApi
7563
7569
  */
7564
- addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7570
+ addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7565
7571
  /**
7566
7572
  * Delete all robot controllers from the cell. To replace all robot controllers in a cell, use this endpoint in combination with [addRobotController](addRobotController).
7567
7573
  * @summary Clear Robot Controllers
@@ -7571,7 +7577,7 @@ declare class ControllerApi extends BaseAPI {
7571
7577
  * @throws {RequiredError}
7572
7578
  * @memberof ControllerApi
7573
7579
  */
7574
- clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7580
+ clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7575
7581
  /**
7576
7582
  * Delete a robot controller from the cell.
7577
7583
  * @summary Delete Robot Controller
@@ -7582,7 +7588,7 @@ declare class ControllerApi extends BaseAPI {
7582
7588
  * @throws {RequiredError}
7583
7589
  * @memberof ControllerApi
7584
7590
  */
7585
- deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7591
+ deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7586
7592
  /**
7587
7593
  * 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.
7588
7594
  * @summary Description
@@ -7592,7 +7598,7 @@ declare class ControllerApi extends BaseAPI {
7592
7598
  * @throws {RequiredError}
7593
7599
  * @memberof ControllerApi
7594
7600
  */
7595
- getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ControllerDescription, any>>;
7601
+ getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ControllerDescription, any>>;
7596
7602
  /**
7597
7603
  * 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.
7598
7604
  * @summary Coordinate System
@@ -7604,7 +7610,7 @@ declare class ControllerApi extends BaseAPI {
7604
7610
  * @throws {RequiredError}
7605
7611
  * @memberof ControllerApi
7606
7612
  */
7607
- getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem, any>>;
7613
+ getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
7608
7614
  /**
7609
7615
  * Get the current state of a robot controller.
7610
7616
  * @summary State
@@ -7614,7 +7620,7 @@ declare class ControllerApi extends BaseAPI {
7614
7620
  * @throws {RequiredError}
7615
7621
  * @memberof ControllerApi
7616
7622
  */
7617
- getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotControllerState, any>>;
7623
+ getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
7618
7624
  /**
7619
7625
  * Get the configuration for a robot controller.
7620
7626
  * @summary Robot Controller
@@ -7624,7 +7630,7 @@ declare class ControllerApi extends BaseAPI {
7624
7630
  * @throws {RequiredError}
7625
7631
  * @memberof ControllerApi
7626
7632
  */
7627
- getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotController, any>>;
7633
+ getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotController, any>>;
7628
7634
  /**
7629
7635
  * 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.
7630
7636
  * @summary Virtual Controller Configuration
@@ -7634,7 +7640,7 @@ declare class ControllerApi extends BaseAPI {
7634
7640
  * @throws {RequiredError}
7635
7641
  * @memberof ControllerApi
7636
7642
  */
7637
- getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<VirtualRobotConfiguration, any>>;
7643
+ getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<VirtualRobotConfiguration, any>>;
7638
7644
  /**
7639
7645
  * 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.
7640
7646
  * @summary List Coordinate Systems
@@ -7645,7 +7651,7 @@ declare class ControllerApi extends BaseAPI {
7645
7651
  * @throws {RequiredError}
7646
7652
  * @memberof ControllerApi
7647
7653
  */
7648
- listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem[], any>>;
7654
+ listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
7649
7655
  /**
7650
7656
  * List the names of all deployed robot controllers.
7651
7657
  * @summary List Robot Controllers
@@ -7654,7 +7660,7 @@ declare class ControllerApi extends BaseAPI {
7654
7660
  * @throws {RequiredError}
7655
7661
  * @memberof ControllerApi
7656
7662
  */
7657
- listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
7663
+ listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7658
7664
  /**
7659
7665
  * 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.
7660
7666
  * @summary Set Default Mode
@@ -7665,7 +7671,7 @@ declare class ControllerApi extends BaseAPI {
7665
7671
  * @throws {RequiredError}
7666
7672
  * @memberof ControllerApi
7667
7673
  */
7668
- setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7674
+ setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7669
7675
  /**
7670
7676
  * <!-- 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.
7671
7677
  * @summary Stream Free Drive
@@ -7676,7 +7682,7 @@ declare class ControllerApi extends BaseAPI {
7676
7682
  * @throws {RequiredError}
7677
7683
  * @memberof ControllerApi
7678
7684
  */
7679
- streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotControllerState, any>>;
7685
+ streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
7680
7686
  /**
7681
7687
  * <!-- 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.
7682
7688
  * @summary Stream State
@@ -7688,7 +7694,7 @@ declare class ControllerApi extends BaseAPI {
7688
7694
  * @throws {RequiredError}
7689
7695
  * @memberof ControllerApi
7690
7696
  */
7691
- streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotControllerState, any>>;
7697
+ streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
7692
7698
  /**
7693
7699
  * 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).
7694
7700
  * @summary Update Robot Controller
@@ -7700,7 +7706,7 @@ declare class ControllerApi extends BaseAPI {
7700
7706
  * @throws {RequiredError}
7701
7707
  * @memberof ControllerApi
7702
7708
  */
7703
- updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7709
+ updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7704
7710
  }
7705
7711
  /**
7706
7712
  * ControllerInputsOutputsApi - axios parameter creator
@@ -7899,7 +7905,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7899
7905
  * @throws {RequiredError}
7900
7906
  * @memberof ControllerInputsOutputsApi
7901
7907
  */
7902
- listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IODescription[], any>>;
7908
+ listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
7903
7909
  /**
7904
7910
  * 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).
7905
7911
  * @summary Get Input/Output Values
@@ -7910,7 +7916,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7910
7916
  * @throws {RequiredError}
7911
7917
  * @memberof ControllerInputsOutputsApi
7912
7918
  */
7913
- listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IOValue[], any>>;
7919
+ listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
7914
7920
  /**
7915
7921
  * 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.
7916
7922
  * @summary Set Output Values
@@ -7921,7 +7927,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7921
7927
  * @throws {RequiredError}
7922
7928
  * @memberof ControllerInputsOutputsApi
7923
7929
  */
7924
- setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
7930
+ setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7925
7931
  /**
7926
7932
  * <!-- 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.
7927
7933
  * @summary Stream Input/Output Values
@@ -7932,7 +7938,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7932
7938
  * @throws {RequiredError}
7933
7939
  * @memberof ControllerInputsOutputsApi
7934
7940
  */
7935
- streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<StreamIOValuesResponse, any>>;
7941
+ streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<StreamIOValuesResponse, any>>;
7936
7942
  /**
7937
7943
  * 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 ```
7938
7944
  * @summary Wait For
@@ -7943,7 +7949,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
7943
7949
  * @throws {RequiredError}
7944
7950
  * @memberof ControllerInputsOutputsApi
7945
7951
  */
7946
- waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<boolean, any>>;
7952
+ waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<boolean, any>>;
7947
7953
  }
7948
7954
  /**
7949
7955
  * JoggingApi - axios parameter creator
@@ -8010,7 +8016,7 @@ declare class JoggingApi extends BaseAPI {
8010
8016
  * @throws {RequiredError}
8011
8017
  * @memberof JoggingApi
8012
8018
  */
8013
- executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ExecuteJoggingResponse, any>>;
8019
+ executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteJoggingResponse, any>>;
8014
8020
  }
8015
8021
  /**
8016
8022
  * KinematicsApi - axios parameter creator
@@ -8100,7 +8106,7 @@ declare class KinematicsApi extends BaseAPI {
8100
8106
  * @throws {RequiredError}
8101
8107
  * @memberof KinematicsApi
8102
8108
  */
8103
- forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ForwardKinematicsResponse, any>>;
8109
+ forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ForwardKinematicsResponse, any>>;
8104
8110
  /**
8105
8111
  * Returns the reachable joint positions for a list of given poses.
8106
8112
  * @summary Inverse kinematics
@@ -8110,7 +8116,7 @@ declare class KinematicsApi extends BaseAPI {
8110
8116
  * @throws {RequiredError}
8111
8117
  * @memberof KinematicsApi
8112
8118
  */
8113
- inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<InverseKinematicsResponse, any>>;
8119
+ inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<InverseKinematicsResponse, any>>;
8114
8120
  }
8115
8121
  /**
8116
8122
  * LicenseApi - axios parameter creator
@@ -8232,7 +8238,7 @@ declare class LicenseApi extends BaseAPI {
8232
8238
  * @throws {RequiredError}
8233
8239
  * @memberof LicenseApi
8234
8240
  */
8235
- activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<License, any>>;
8241
+ activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
8236
8242
  /**
8237
8243
  * Deactivates active license.
8238
8244
  * @summary Deactivate license
@@ -8240,7 +8246,7 @@ declare class LicenseApi extends BaseAPI {
8240
8246
  * @throws {RequiredError}
8241
8247
  * @memberof LicenseApi
8242
8248
  */
8243
- deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
8249
+ deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8244
8250
  /**
8245
8251
  * Get information on the license used with the Wandelbots NOVA instance, e.g., licensed product, expiration date, license status.
8246
8252
  * @summary Get license
@@ -8248,7 +8254,7 @@ declare class LicenseApi extends BaseAPI {
8248
8254
  * @throws {RequiredError}
8249
8255
  * @memberof LicenseApi
8250
8256
  */
8251
- getLicense(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<License, any>>;
8257
+ getLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
8252
8258
  /**
8253
8259
  * 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.
8254
8260
  * @summary Get license status
@@ -8256,7 +8262,7 @@ declare class LicenseApi extends BaseAPI {
8256
8262
  * @throws {RequiredError}
8257
8263
  * @memberof LicenseApi
8258
8264
  */
8259
- getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<LicenseStatus, any>>;
8265
+ getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<LicenseStatus, any>>;
8260
8266
  }
8261
8267
  /**
8262
8268
  * MotionGroupApi - axios parameter creator
@@ -8393,7 +8399,7 @@ declare class MotionGroupApi extends BaseAPI {
8393
8399
  * @throws {RequiredError}
8394
8400
  * @memberof MotionGroupApi
8395
8401
  */
8396
- getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupState, any>>;
8402
+ getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
8397
8403
  /**
8398
8404
  * 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.
8399
8405
  * @summary Description
@@ -8404,7 +8410,7 @@ declare class MotionGroupApi extends BaseAPI {
8404
8410
  * @throws {RequiredError}
8405
8411
  * @memberof MotionGroupApi
8406
8412
  */
8407
- getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupDescription, any>>;
8413
+ getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupDescription, any>>;
8408
8414
  /**
8409
8415
  * <!-- theme: success --> > Websocket endpoint Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected.
8410
8416
  * @summary Stream State
@@ -8417,7 +8423,7 @@ declare class MotionGroupApi extends BaseAPI {
8417
8423
  * @throws {RequiredError}
8418
8424
  * @memberof MotionGroupApi
8419
8425
  */
8420
- streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupState, any>>;
8426
+ streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
8421
8427
  }
8422
8428
  /**
8423
8429
  * MotionGroupModelsApi - axios parameter creator
@@ -8501,7 +8507,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
8501
8507
  * @throws {RequiredError}
8502
8508
  * @memberof MotionGroupModelsApi
8503
8509
  */
8504
- getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
8510
+ getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
8505
8511
  [key: string]: Collider;
8506
8512
  }[], any>>;
8507
8513
  /**
@@ -8511,7 +8517,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
8511
8517
  * @throws {RequiredError}
8512
8518
  * @memberof MotionGroupModelsApi
8513
8519
  */
8514
- getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
8520
+ getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
8515
8521
  }
8516
8522
  /**
8517
8523
  * ProgramApi - axios parameter creator
@@ -8655,7 +8661,7 @@ declare class ProgramApi extends BaseAPI {
8655
8661
  * @throws {RequiredError}
8656
8662
  * @memberof ProgramApi
8657
8663
  */
8658
- getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Program, any>>;
8664
+ getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program, any>>;
8659
8665
  /**
8660
8666
  * List details of all existing programs.
8661
8667
  * @summary List programs
@@ -8664,7 +8670,7 @@ declare class ProgramApi extends BaseAPI {
8664
8670
  * @throws {RequiredError}
8665
8671
  * @memberof ProgramApi
8666
8672
  */
8667
- listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Program[], any>>;
8673
+ listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program[], any>>;
8668
8674
  /**
8669
8675
  * This endpoint starts a new program execution. The program will be executed asynchronously.
8670
8676
  * @summary Start the program
@@ -8675,7 +8681,7 @@ declare class ProgramApi extends BaseAPI {
8675
8681
  * @throws {RequiredError}
8676
8682
  * @memberof ProgramApi
8677
8683
  */
8678
- startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ProgramRun, any>>;
8684
+ startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProgramRun, any>>;
8679
8685
  /**
8680
8686
  * Stop a specific program run.
8681
8687
  * @summary Stop program run
@@ -8685,7 +8691,7 @@ declare class ProgramApi extends BaseAPI {
8685
8691
  * @throws {RequiredError}
8686
8692
  * @memberof ProgramApi
8687
8693
  */
8688
- stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
8694
+ stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8689
8695
  }
8690
8696
  /**
8691
8697
  * StoreCollisionComponentsApi - axios parameter creator
@@ -9165,7 +9171,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9165
9171
  * @throws {RequiredError}
9166
9172
  * @memberof StoreCollisionComponentsApi
9167
9173
  */
9168
- deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9174
+ deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9169
9175
  /**
9170
9176
  * Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
9171
9177
  * @summary Delete Link Chain
@@ -9175,7 +9181,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9175
9181
  * @throws {RequiredError}
9176
9182
  * @memberof StoreCollisionComponentsApi
9177
9183
  */
9178
- deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9184
+ deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9179
9185
  /**
9180
9186
  * Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
9181
9187
  * @summary Delete Tool
@@ -9185,7 +9191,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9185
9191
  * @throws {RequiredError}
9186
9192
  * @memberof StoreCollisionComponentsApi
9187
9193
  */
9188
- deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9194
+ deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9189
9195
  /**
9190
9196
  * Returns the collider.
9191
9197
  * @summary Get Collider
@@ -9195,7 +9201,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9195
9201
  * @throws {RequiredError}
9196
9202
  * @memberof StoreCollisionComponentsApi
9197
9203
  */
9198
- getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Collider, any>>;
9204
+ getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
9199
9205
  /**
9200
9206
  * Returns the collision link chain.
9201
9207
  * @summary Get Link Chain
@@ -9205,7 +9211,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9205
9211
  * @throws {RequiredError}
9206
9212
  * @memberof StoreCollisionComponentsApi
9207
9213
  */
9208
- getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9214
+ getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9209
9215
  [key: string]: Collider;
9210
9216
  }[], any>>;
9211
9217
  /**
@@ -9217,7 +9223,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9217
9223
  * @throws {RequiredError}
9218
9224
  * @memberof StoreCollisionComponentsApi
9219
9225
  */
9220
- getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9226
+ getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9221
9227
  [key: string]: Collider;
9222
9228
  }, any>>;
9223
9229
  /**
@@ -9228,7 +9234,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9228
9234
  * @throws {RequiredError}
9229
9235
  * @memberof StoreCollisionComponentsApi
9230
9236
  */
9231
- listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9237
+ listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9232
9238
  [key: string]: {
9233
9239
  [key: string]: Collider;
9234
9240
  }[];
@@ -9241,7 +9247,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9241
9247
  * @throws {RequiredError}
9242
9248
  * @memberof StoreCollisionComponentsApi
9243
9249
  */
9244
- listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9250
+ listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9245
9251
  /**
9246
9252
  * Returns all stored colliders.
9247
9253
  * @summary List Colliders
@@ -9250,7 +9256,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9250
9256
  * @throws {RequiredError}
9251
9257
  * @memberof StoreCollisionComponentsApi
9252
9258
  */
9253
- listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9259
+ listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9254
9260
  [key: string]: Collider;
9255
9261
  }, any>>;
9256
9262
  /**
@@ -9261,7 +9267,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9261
9267
  * @throws {RequiredError}
9262
9268
  * @memberof StoreCollisionComponentsApi
9263
9269
  */
9264
- listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9270
+ listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9265
9271
  /**
9266
9272
  * Returns the list of stored tools.
9267
9273
  * @summary List Tools
@@ -9270,7 +9276,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9270
9276
  * @throws {RequiredError}
9271
9277
  * @memberof StoreCollisionComponentsApi
9272
9278
  */
9273
- listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9279
+ listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9274
9280
  [key: string]: {
9275
9281
  [key: string]: Collider;
9276
9282
  };
@@ -9283,7 +9289,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9283
9289
  * @throws {RequiredError}
9284
9290
  * @memberof StoreCollisionComponentsApi
9285
9291
  */
9286
- listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9292
+ listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9287
9293
  /**
9288
9294
  * Stores collider. - If the collider does not exist, it will be created. - If the collider exists, it will be updated.
9289
9295
  * @summary Store Collider
@@ -9294,7 +9300,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9294
9300
  * @throws {RequiredError}
9295
9301
  * @memberof StoreCollisionComponentsApi
9296
9302
  */
9297
- storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Collider, any>>;
9303
+ storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
9298
9304
  /**
9299
9305
  * Stores link chain. - If the link chain does not exist, it will be created. - If the link chain exists, it will be updated.
9300
9306
  * @summary Store Link Chain
@@ -9307,7 +9313,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9307
9313
  */
9308
9314
  storeCollisionLinkChain(cell: string, linkChain: string, collider: Array<{
9309
9315
  [key: string]: Collider;
9310
- }>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9316
+ }>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9311
9317
  [key: string]: Collider;
9312
9318
  }[], any>>;
9313
9319
  /**
@@ -9322,7 +9328,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
9322
9328
  */
9323
9329
  storeCollisionTool(cell: string, tool: string, requestBody: {
9324
9330
  [key: string]: Collider;
9325
- }, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9331
+ }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9326
9332
  [key: string]: Collider;
9327
9333
  }, any>>;
9328
9334
  }
@@ -9496,7 +9502,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9496
9502
  * @throws {RequiredError}
9497
9503
  * @memberof StoreCollisionSetupsApi
9498
9504
  */
9499
- deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9505
+ deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9500
9506
  /**
9501
9507
  * Returns the stored collision setup.
9502
9508
  * @summary Get Collision Setup
@@ -9506,7 +9512,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9506
9512
  * @throws {RequiredError}
9507
9513
  * @memberof StoreCollisionSetupsApi
9508
9514
  */
9509
- getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CollisionSetup, any>>;
9515
+ getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
9510
9516
  /**
9511
9517
  * Returns a list of stored collision setups.
9512
9518
  * @summary List Collision Setups
@@ -9515,7 +9521,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9515
9521
  * @throws {RequiredError}
9516
9522
  * @memberof StoreCollisionSetupsApi
9517
9523
  */
9518
- listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<{
9524
+ listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
9519
9525
  [key: string]: CollisionSetup;
9520
9526
  }, any>>;
9521
9527
  /**
@@ -9526,7 +9532,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9526
9532
  * @throws {RequiredError}
9527
9533
  * @memberof StoreCollisionSetupsApi
9528
9534
  */
9529
- listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9535
+ listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9530
9536
  /**
9531
9537
  * Stores collision setup. - If the collision setup does not exist, it will be created. - If the collision setup exists, it will be updated.
9532
9538
  * @summary Store Collision Setup
@@ -9537,7 +9543,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
9537
9543
  * @throws {RequiredError}
9538
9544
  * @memberof StoreCollisionSetupsApi
9539
9545
  */
9540
- storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CollisionSetup, any>>;
9546
+ storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
9541
9547
  }
9542
9548
  /**
9543
9549
  * StoreObjectApi - axios parameter creator
@@ -9740,7 +9746,7 @@ declare class StoreObjectApi extends BaseAPI {
9740
9746
  * @throws {RequiredError}
9741
9747
  * @memberof StoreObjectApi
9742
9748
  */
9743
- clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9749
+ clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9744
9750
  /**
9745
9751
  * Delete an object <!-- theme: danger --> > This will delete persistently stored data.
9746
9752
  * @summary Delete Object
@@ -9750,7 +9756,7 @@ declare class StoreObjectApi extends BaseAPI {
9750
9756
  * @throws {RequiredError}
9751
9757
  * @memberof StoreObjectApi
9752
9758
  */
9753
- deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9759
+ deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9754
9760
  /**
9755
9761
  * Returns content and metadata of a stored object.
9756
9762
  * @summary Get Object
@@ -9760,7 +9766,7 @@ declare class StoreObjectApi extends BaseAPI {
9760
9766
  * @throws {RequiredError}
9761
9767
  * @memberof StoreObjectApi
9762
9768
  */
9763
- getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<File, any>>;
9769
+ getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
9764
9770
  /**
9765
9771
  * Returns metadata. Object content is not returned.
9766
9772
  * @summary Get Object Metadata
@@ -9770,7 +9776,7 @@ declare class StoreObjectApi extends BaseAPI {
9770
9776
  * @throws {RequiredError}
9771
9777
  * @memberof StoreObjectApi
9772
9778
  */
9773
- getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9779
+ getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9774
9780
  /**
9775
9781
  * List the keys for all objects.
9776
9782
  * @summary List all Object Keys
@@ -9779,7 +9785,7 @@ declare class StoreObjectApi extends BaseAPI {
9779
9785
  * @throws {RequiredError}
9780
9786
  * @memberof StoreObjectApi
9781
9787
  */
9782
- listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string[], any>>;
9788
+ listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
9783
9789
  /**
9784
9790
  * 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.
9785
9791
  * @summary Store Object
@@ -9793,7 +9799,7 @@ declare class StoreObjectApi extends BaseAPI {
9793
9799
  */
9794
9800
  storeObject(cell: string, key: string, xMetadata?: {
9795
9801
  [key: string]: string;
9796
- }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
9802
+ }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9797
9803
  }
9798
9804
  /**
9799
9805
  * SystemApi - axios parameter creator
@@ -10047,7 +10053,7 @@ declare class SystemApi extends BaseAPI {
10047
10053
  */
10048
10054
  backupConfiguration(resources?: Array<string>, metadata?: {
10049
10055
  [key: string]: string;
10050
- }, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<File, any>>;
10056
+ }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
10051
10057
  /**
10052
10058
  * Check if a more recent Wandelbots NOVA Version is available.
10053
10059
  * @summary Check update
@@ -10056,7 +10062,7 @@ declare class SystemApi extends BaseAPI {
10056
10062
  * @throws {RequiredError}
10057
10063
  * @memberof SystemApi
10058
10064
  */
10059
- checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string, any>>;
10065
+ checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
10060
10066
  /**
10061
10067
  * 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.
10062
10068
  * @summary Retrieve Backup Status
@@ -10065,7 +10071,7 @@ declare class SystemApi extends BaseAPI {
10065
10071
  * @throws {RequiredError}
10066
10072
  * @memberof SystemApi
10067
10073
  */
10068
- getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ConfigurationArchiveStatus, any>>;
10074
+ getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationArchiveStatus, any>>;
10069
10075
  /**
10070
10076
  * 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.
10071
10077
  * @summary Download Diagnosis Package
@@ -10073,7 +10079,7 @@ declare class SystemApi extends BaseAPI {
10073
10079
  * @throws {RequiredError}
10074
10080
  * @memberof SystemApi
10075
10081
  */
10076
- getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<File, any>>;
10082
+ getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
10077
10083
  /**
10078
10084
  * Get the status of all system services.
10079
10085
  * @summary Wandelbots NOVA status
@@ -10081,7 +10087,7 @@ declare class SystemApi extends BaseAPI {
10081
10087
  * @throws {RequiredError}
10082
10088
  * @memberof SystemApi
10083
10089
  */
10084
- getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ServiceStatus[], any>>;
10090
+ getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatus[], any>>;
10085
10091
  /**
10086
10092
  * Get the current Wandelbots NOVA version.
10087
10093
  * @summary Wandelbots NOVA Version
@@ -10089,7 +10095,7 @@ declare class SystemApi extends BaseAPI {
10089
10095
  * @throws {RequiredError}
10090
10096
  * @memberof SystemApi
10091
10097
  */
10092
- getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<string, any>>;
10098
+ getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
10093
10099
  /**
10094
10100
  * Retrieves a list of all available configuration resources for backup purposes.
10095
10101
  * @summary List Configuration Resources
@@ -10097,7 +10103,7 @@ declare class SystemApi extends BaseAPI {
10097
10103
  * @throws {RequiredError}
10098
10104
  * @memberof SystemApi
10099
10105
  */
10100
- listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ConfigurationResource[], any>>;
10106
+ listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationResource[], any>>;
10101
10107
  /**
10102
10108
  * Restores a previously backed up configuration.
10103
10109
  * @summary Restore Configuration Backup
@@ -10107,7 +10113,7 @@ declare class SystemApi extends BaseAPI {
10107
10113
  * @throws {RequiredError}
10108
10114
  * @memberof SystemApi
10109
10115
  */
10110
- restoreConfiguration(resources: Array<string>, body: File, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10116
+ restoreConfiguration(resources: Array<string>, body: File, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10111
10117
  /**
10112
10118
  * 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.
10113
10119
  * @summary Update Wandelbots NOVA version
@@ -10116,7 +10122,7 @@ declare class SystemApi extends BaseAPI {
10116
10122
  * @throws {RequiredError}
10117
10123
  * @memberof SystemApi
10118
10124
  */
10119
- updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10125
+ updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10120
10126
  }
10121
10127
  /**
10122
10128
  * TrajectoryCachingApi - axios parameter creator
@@ -10297,7 +10303,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10297
10303
  * @throws {RequiredError}
10298
10304
  * @memberof TrajectoryCachingApi
10299
10305
  */
10300
- addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<AddTrajectoryResponse, any>>;
10306
+ addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<AddTrajectoryResponse, any>>;
10301
10307
  /**
10302
10308
  * Clear the trajectory cache.
10303
10309
  * @summary Clear Trajectories
@@ -10307,7 +10313,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10307
10313
  * @throws {RequiredError}
10308
10314
  * @memberof TrajectoryCachingApi
10309
10315
  */
10310
- clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10316
+ clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10311
10317
  /**
10312
10318
  * 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.
10313
10319
  * @summary Delete Trajectory
@@ -10318,7 +10324,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10318
10324
  * @throws {RequiredError}
10319
10325
  * @memberof TrajectoryCachingApi
10320
10326
  */
10321
- deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
10327
+ deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
10322
10328
  /**
10323
10329
  * Get a previously created trajectory from cache. Use [listTrajectories](listTrajectories) to list all cached trajectories.
10324
10330
  * @summary Get Trajectory
@@ -10329,7 +10335,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10329
10335
  * @throws {RequiredError}
10330
10336
  * @memberof TrajectoryCachingApi
10331
10337
  */
10332
- getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<GetTrajectoryResponse, any>>;
10338
+ getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<GetTrajectoryResponse, any>>;
10333
10339
  /**
10334
10340
  * 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.
10335
10341
  * @summary List Trajectories
@@ -10339,7 +10345,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
10339
10345
  * @throws {RequiredError}
10340
10346
  * @memberof TrajectoryCachingApi
10341
10347
  */
10342
- listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ListTrajectoriesResponse, any>>;
10348
+ listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ListTrajectoriesResponse, any>>;
10343
10349
  }
10344
10350
  /**
10345
10351
  * TrajectoryExecutionApi - axios parameter creator
@@ -10406,7 +10412,7 @@ declare class TrajectoryExecutionApi extends BaseAPI {
10406
10412
  * @throws {RequiredError}
10407
10413
  * @memberof TrajectoryExecutionApi
10408
10414
  */
10409
- executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ExecuteTrajectoryResponse, any>>;
10415
+ executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteTrajectoryResponse, any>>;
10410
10416
  }
10411
10417
  /**
10412
10418
  * TrajectoryPlanningApi - axios parameter creator
@@ -10496,7 +10502,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
10496
10502
  * @throws {RequiredError}
10497
10503
  * @memberof TrajectoryPlanningApi
10498
10504
  */
10499
- planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<PlanCollisionFreeResponse, any>>;
10505
+ planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanCollisionFreeResponse, any>>;
10500
10506
  /**
10501
10507
  * 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.
10502
10508
  * @summary Plan Trajectory
@@ -10506,7 +10512,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
10506
10512
  * @throws {RequiredError}
10507
10513
  * @memberof TrajectoryPlanningApi
10508
10514
  */
10509
- planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<PlanTrajectoryResponse, any>>;
10515
+ planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanTrajectoryResponse, any>>;
10510
10516
  }
10511
10517
  /**
10512
10518
  * VirtualControllerApi - axios parameter creator
@@ -11003,7 +11009,7 @@ declare class VirtualControllerApi extends BaseAPI {
11003
11009
  * @throws {RequiredError}
11004
11010
  * @memberof VirtualControllerApi
11005
11011
  */
11006
- addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11012
+ addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11007
11013
  /**
11008
11014
  * 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.
11009
11015
  * @summary Add TCP
@@ -11016,7 +11022,7 @@ declare class VirtualControllerApi extends BaseAPI {
11016
11022
  * @throws {RequiredError}
11017
11023
  * @memberof VirtualControllerApi
11018
11024
  */
11019
- addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11025
+ addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11020
11026
  /**
11021
11027
  * 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.
11022
11028
  * @summary Delete Coordinate System
@@ -11028,7 +11034,7 @@ declare class VirtualControllerApi extends BaseAPI {
11028
11034
  * @throws {RequiredError}
11029
11035
  * @memberof VirtualControllerApi
11030
11036
  */
11031
- deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11037
+ deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11032
11038
  /**
11033
11039
  * 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.
11034
11040
  * @summary Remove TCP
@@ -11040,7 +11046,7 @@ declare class VirtualControllerApi extends BaseAPI {
11040
11046
  * @throws {RequiredError}
11041
11047
  * @memberof VirtualControllerApi
11042
11048
  */
11043
- deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11049
+ deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11044
11050
  /**
11045
11051
  * 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.
11046
11052
  * @summary Get Emergency Stop State
@@ -11050,7 +11056,7 @@ declare class VirtualControllerApi extends BaseAPI {
11050
11056
  * @throws {RequiredError}
11051
11057
  * @memberof VirtualControllerApi
11052
11058
  */
11053
- getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Flag, any>>;
11059
+ getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Flag, any>>;
11054
11060
  /**
11055
11061
  * Get the current motion group state which provides values for the joints\' position, velocity and acceleration.
11056
11062
  * @summary Get Motion Group State
@@ -11061,7 +11067,7 @@ declare class VirtualControllerApi extends BaseAPI {
11061
11067
  * @throws {RequiredError}
11062
11068
  * @memberof VirtualControllerApi
11063
11069
  */
11064
- getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupJoints, any>>;
11070
+ getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupJoints, any>>;
11065
11071
  /**
11066
11072
  * Gets information on the motion group.
11067
11073
  * @summary Motion Group Description
@@ -11071,7 +11077,7 @@ declare class VirtualControllerApi extends BaseAPI {
11071
11077
  * @throws {RequiredError}
11072
11078
  * @memberof VirtualControllerApi
11073
11079
  */
11074
- getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<MotionGroupInfo[], any>>;
11080
+ getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupInfo[], any>>;
11075
11081
  /**
11076
11082
  * 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.
11077
11083
  * @summary Get Operation Mode
@@ -11081,7 +11087,7 @@ declare class VirtualControllerApi extends BaseAPI {
11081
11087
  * @throws {RequiredError}
11082
11088
  * @memberof VirtualControllerApi
11083
11089
  */
11084
- getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<OpMode, any>>;
11090
+ getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<OpMode, any>>;
11085
11091
  /**
11086
11092
  * Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
11087
11093
  * @summary Get Mounting
@@ -11092,7 +11098,7 @@ declare class VirtualControllerApi extends BaseAPI {
11092
11098
  * @throws {RequiredError}
11093
11099
  * @memberof VirtualControllerApi
11094
11100
  */
11095
- getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem, any>>;
11101
+ getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
11096
11102
  /**
11097
11103
  * Lists all coordinate systems on the robot controller.
11098
11104
  * @summary List Coordinate Systems
@@ -11102,7 +11108,7 @@ declare class VirtualControllerApi extends BaseAPI {
11102
11108
  * @throws {RequiredError}
11103
11109
  * @memberof VirtualControllerApi
11104
11110
  */
11105
- listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem[], any>>;
11111
+ listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
11106
11112
  /**
11107
11113
  * Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
11108
11114
  * @summary List TCPs
@@ -11113,7 +11119,7 @@ declare class VirtualControllerApi extends BaseAPI {
11113
11119
  * @throws {RequiredError}
11114
11120
  * @memberof VirtualControllerApi
11115
11121
  */
11116
- listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<RobotTcp[], any>>;
11122
+ listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotTcp[], any>>;
11117
11123
  /**
11118
11124
  * 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.
11119
11125
  * @summary Push or Release Emergency Stop
@@ -11124,7 +11130,7 @@ declare class VirtualControllerApi extends BaseAPI {
11124
11130
  * @throws {RequiredError}
11125
11131
  * @memberof VirtualControllerApi
11126
11132
  */
11127
- setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11133
+ setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11128
11134
  /**
11129
11135
  * 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.
11130
11136
  * @summary Set Motion Group State
@@ -11136,7 +11142,7 @@ declare class VirtualControllerApi extends BaseAPI {
11136
11142
  * @throws {RequiredError}
11137
11143
  * @memberof VirtualControllerApi
11138
11144
  */
11139
- setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11145
+ setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11140
11146
  /**
11141
11147
  * 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.
11142
11148
  * @summary Set Operation Mode
@@ -11147,7 +11153,7 @@ declare class VirtualControllerApi extends BaseAPI {
11147
11153
  * @throws {RequiredError}
11148
11154
  * @memberof VirtualControllerApi
11149
11155
  */
11150
- setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11156
+ setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11151
11157
  /**
11152
11158
  * 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.
11153
11159
  * @summary Set Mounting
@@ -11159,7 +11165,7 @@ declare class VirtualControllerApi extends BaseAPI {
11159
11165
  * @throws {RequiredError}
11160
11166
  * @memberof VirtualControllerApi
11161
11167
  */
11162
- setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CoordinateSystem, any>>;
11168
+ setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
11163
11169
  }
11164
11170
  /**
11165
11171
  * VirtualControllerBehaviorApi - axios parameter creator
@@ -11310,7 +11316,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11310
11316
  * @throws {RequiredError}
11311
11317
  * @memberof VirtualControllerBehaviorApi
11312
11318
  */
11313
- externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
11319
+ externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
11314
11320
  /**
11315
11321
  * Get the cycle time of controller communication in [ms].
11316
11322
  * @summary Get Cycle Time
@@ -11320,7 +11326,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11320
11326
  * @throws {RequiredError}
11321
11327
  * @memberof VirtualControllerBehaviorApi
11322
11328
  */
11323
- getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<CycleTime, any>>;
11329
+ getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CycleTime, any>>;
11324
11330
  /**
11325
11331
  * Get the current virtual controller behavior. See [setVirtualControllerBehavior](setVirtualControllerBehavior) and the body for details.
11326
11332
  * @summary Get Behavior
@@ -11330,7 +11336,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11330
11336
  * @throws {RequiredError}
11331
11337
  * @memberof VirtualControllerBehaviorApi
11332
11338
  */
11333
- getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<Behavior, any>>;
11339
+ getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Behavior, any>>;
11334
11340
  /**
11335
11341
  * Set virtual controller behavior. See query parameters for details.
11336
11342
  * @summary Set Behavior
@@ -11341,7 +11347,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
11341
11347
  * @throws {RequiredError}
11342
11348
  * @memberof VirtualControllerBehaviorApi
11343
11349
  */
11344
- setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11350
+ setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11345
11351
  }
11346
11352
  /**
11347
11353
  * VirtualControllerInputsOutputsApi - axios parameter creator
@@ -11477,7 +11483,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
11477
11483
  * @throws {RequiredError}
11478
11484
  * @memberof VirtualControllerInputsOutputsApi
11479
11485
  */
11480
- listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IOValue[], any>>;
11486
+ listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
11481
11487
  /**
11482
11488
  * 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.
11483
11489
  * @summary List Descriptions
@@ -11491,7 +11497,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
11491
11497
  * @throws {RequiredError}
11492
11498
  * @memberof VirtualControllerInputsOutputsApi
11493
11499
  */
11494
- listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<IODescription[], any>>;
11500
+ listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
11495
11501
  /**
11496
11502
  * Sets a list of values of a virtual controller inputs/outputs.
11497
11503
  * @summary Set Input/Ouput Values
@@ -11502,7 +11508,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
11502
11508
  * @throws {RequiredError}
11503
11509
  * @memberof VirtualControllerInputsOutputsApi
11504
11510
  */
11505
- setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios175.AxiosResponse<void, any>>;
11511
+ setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
11506
11512
  }
11507
11513
  //#endregion
11508
11514
  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 };