@wandelbots/nova-api 26.2.0-dev.64 → 26.2.0-dev.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import * as axios0 from "axios";
1
+ import * as axios176 from "axios";
2
2
  import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
3
3
 
4
4
  //#region v2/configuration.d.ts
@@ -3704,7 +3704,7 @@ declare class ApplicationApi extends BaseAPI {
3704
3704
  * @param {*} [options] Override http request option.
3705
3705
  * @throws {RequiredError}
3706
3706
  */
3707
- addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
3707
+ addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
3708
3708
  /**
3709
3709
  * Delete all GUI applications from the cell.
3710
3710
  * @summary Clear Applications
@@ -3713,7 +3713,7 @@ declare class ApplicationApi extends BaseAPI {
3713
3713
  * @param {*} [options] Override http request option.
3714
3714
  * @throws {RequiredError}
3715
3715
  */
3716
- clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
3716
+ clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
3717
3717
  /**
3718
3718
  * Delete a GUI application from the cell.
3719
3719
  * @summary Delete Application
@@ -3723,7 +3723,7 @@ declare class ApplicationApi extends BaseAPI {
3723
3723
  * @param {*} [options] Override http request option.
3724
3724
  * @throws {RequiredError}
3725
3725
  */
3726
- deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
3726
+ deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
3727
3727
  /**
3728
3728
  * 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](#/operations/updateApp).
3729
3729
  * @summary Configuration
@@ -3732,7 +3732,7 @@ declare class ApplicationApi extends BaseAPI {
3732
3732
  * @param {*} [options] Override http request option.
3733
3733
  * @throws {RequiredError}
3734
3734
  */
3735
- getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<App, any>>;
3735
+ getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<App, any>>;
3736
3736
  /**
3737
3737
  * List all GUI applications that have been added to a cell with [addApp](#/operations/addApp). If the cell does not contain GUI applications, the list is returned empty.
3738
3738
  * @summary List Applications
@@ -3740,7 +3740,7 @@ declare class ApplicationApi extends BaseAPI {
3740
3740
  * @param {*} [options] Override http request option.
3741
3741
  * @throws {RequiredError}
3742
3742
  */
3743
- listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
3743
+ listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
3744
3744
  /**
3745
3745
  * Update the configuration of a GUI application in the cell.
3746
3746
  * @summary Update Configuration
@@ -3751,7 +3751,7 @@ declare class ApplicationApi extends BaseAPI {
3751
3751
  * @param {*} [options] Override http request option.
3752
3752
  * @throws {RequiredError}
3753
3753
  */
3754
- updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
3754
+ updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
3755
3755
  }
3756
3756
  /**
3757
3757
  * BUSInputsOutputsApi - axios parameter creator
@@ -4255,7 +4255,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4255
4255
  * @param {*} [options] Override http request option.
4256
4256
  * @throws {RequiredError}
4257
4257
  */
4258
- addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4258
+ addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4259
4259
  /**
4260
4260
  * 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](#/operations/listModbusIOs).
4261
4261
  * @summary Add MODBUS Input/Output
@@ -4265,7 +4265,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4265
4265
  * @param {*} [options] Override http request option.
4266
4266
  * @throws {RequiredError}
4267
4267
  */
4268
- addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4268
+ addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4269
4269
  /**
4270
4270
  * 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](#/operations/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](#/operations/listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal).
4271
4271
  * @summary Add PROFINET Input/Output
@@ -4275,7 +4275,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4275
4275
  * @param {*} [options] Override http request option.
4276
4276
  * @throws {RequiredError}
4277
4277
  */
4278
- addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4278
+ addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4279
4279
  /**
4280
4280
  * Remove the BUS inputs/outputs service from the cell.
4281
4281
  * @summary Clear Service
@@ -4284,7 +4284,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4284
4284
  * @param {*} [options] Override http request option.
4285
4285
  * @throws {RequiredError}
4286
4286
  */
4287
- clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4287
+ clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4288
4288
  /**
4289
4289
  * Removes all input/output variable configurations from the MODBUS device, e.g., NOVA\'s MODBUS service.
4290
4290
  * @summary Remove all MODBUS Input/Outputs
@@ -4292,7 +4292,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4292
4292
  * @param {*} [options] Override http request option.
4293
4293
  * @throws {RequiredError}
4294
4294
  */
4295
- deleteAllModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4295
+ deleteAllModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4296
4296
  /**
4297
4297
  * Removes all input/output variable configurations from the PROFINET device, e.g., NOVA\'s PROFINET service.
4298
4298
  * @summary Remove all PROFINET Input/Outputs
@@ -4300,7 +4300,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4300
4300
  * @param {*} [options] Override http request option.
4301
4301
  * @throws {RequiredError}
4302
4302
  */
4303
- deleteAllProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4303
+ deleteAllProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4304
4304
  /**
4305
4305
  * Removes an input/output variable configuration from the MODBUS device, e.g., NOVA\'s MODBUS service.
4306
4306
  * @summary Remove MODBUS Input/Output
@@ -4309,7 +4309,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4309
4309
  * @param {*} [options] Override http request option.
4310
4310
  * @throws {RequiredError}
4311
4311
  */
4312
- deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4312
+ deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4313
4313
  /**
4314
4314
  * Removes an input/output variable configuration from the PROFINET device, e.g., NOVA\'s PROFINET service.
4315
4315
  * @summary Remove PROFINET Input/Ouptut
@@ -4318,7 +4318,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4318
4318
  * @param {*} [options] Override http request option.
4319
4319
  * @throws {RequiredError}
4320
4320
  */
4321
- deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4321
+ deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4322
4322
  /**
4323
4323
  * Get deployed BUS inputs/outputs service.
4324
4324
  * @summary Get Service
@@ -4326,7 +4326,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4326
4326
  * @param {*} [options] Override http request option.
4327
4327
  * @throws {RequiredError}
4328
4328
  */
4329
- getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOType, any>>;
4329
+ getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIOType, any>>;
4330
4330
  /**
4331
4331
  * Get the current state of the BUS Inputs/Outputs service.
4332
4332
  * @summary State
@@ -4334,7 +4334,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4334
4334
  * @param {*} [options] Override http request option.
4335
4335
  * @throws {RequiredError}
4336
4336
  */
4337
- getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOsState, any>>;
4337
+ getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIOsState, any>>;
4338
4338
  /**
4339
4339
  * 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](#/operations/listBusIODescriptions).
4340
4340
  * @summary Get Input/Output Values
@@ -4343,7 +4343,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4343
4343
  * @param {*} [options] Override http request option.
4344
4344
  * @throws {RequiredError}
4345
4345
  */
4346
- getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
4346
+ getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
4347
4347
  /**
4348
4348
  * Get description of NOVA as a PROFINET device.
4349
4349
  * @summary Get PROFINET Description
@@ -4351,7 +4351,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4351
4351
  * @param {*} [options] Override http request option.
4352
4352
  * @throws {RequiredError}
4353
4353
  */
4354
- getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetDescription, any>>;
4354
+ getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProfinetDescription, any>>;
4355
4355
  /**
4356
4356
  * 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.
4357
4357
  * @summary PROFINET Inputs/Outputs to File
@@ -4361,7 +4361,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4361
4361
  * @param {*} [options] Override http request option.
4362
4362
  * @throws {RequiredError}
4363
4363
  */
4364
- getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
4364
+ getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
4365
4365
  /**
4366
4366
  * 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.
4367
4367
  * @summary List Descriptions
@@ -4369,7 +4369,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4369
4369
  * @param {*} [options] Override http request option.
4370
4370
  * @throws {RequiredError}
4371
4371
  */
4372
- listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIODescription[], any>>;
4372
+ listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIODescription[], any>>;
4373
4373
  /**
4374
4374
  * 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](#/operations/addModbusIO).
4375
4375
  * @summary List MODBUS Input/Output Configuration
@@ -4377,7 +4377,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4377
4377
  * @param {*} [options] Override http request option.
4378
4378
  * @throws {RequiredError}
4379
4379
  */
4380
- listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ModbusIO[], any>>;
4380
+ listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ModbusIO[], any>>;
4381
4381
  /**
4382
4382
  * 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](#/operations/addProfinetIO) and [setProfinetIOsFromFile](#/operations/setProfinetIOsFromFile). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal.
4383
4383
  * @summary List PROFINET Input/Output Configuration
@@ -4385,7 +4385,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4385
4385
  * @param {*} [options] Override http request option.
4386
4386
  * @throws {RequiredError}
4387
4387
  */
4388
- listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetIO[], any>>;
4388
+ listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProfinetIO[], any>>;
4389
4389
  /**
4390
4390
  * 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](#/operations/listBusIODescriptions). The call will return once the values have been set and accepted by the service.
4391
4391
  * @summary Set Output Values
@@ -4394,7 +4394,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4394
4394
  * @param {*} [options] Override http request option.
4395
4395
  * @throws {RequiredError}
4396
4396
  */
4397
- setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4397
+ setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4398
4398
  /**
4399
4399
  * 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](#/operations/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](#/operations/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 an 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.
4400
4400
  * @summary Set PROFINET Inputs/Outputs from File
@@ -4403,7 +4403,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4403
4403
  * @param {*} [options] Override http request option.
4404
4404
  * @throws {RequiredError}
4405
4405
  */
4406
- setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4406
+ setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4407
4407
  }
4408
4408
  /**
4409
4409
  * CellApi - axios parameter creator
@@ -4666,7 +4666,7 @@ declare class CellApi extends BaseAPI {
4666
4666
  * @param {*} [options] Override http request option.
4667
4667
  * @throws {RequiredError}
4668
4668
  */
4669
- checkCellVersionUpdate(cell: string, channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
4669
+ checkCellVersionUpdate(cell: string, channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
4670
4670
  /**
4671
4671
  * Delete an entire cell.
4672
4672
  * @summary Delete Cell
@@ -4675,7 +4675,7 @@ declare class CellApi extends BaseAPI {
4675
4675
  * @param {*} [options] Override http request option.
4676
4676
  * @throws {RequiredError}
4677
4677
  */
4678
- deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4678
+ deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4679
4679
  /**
4680
4680
  * 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.
4681
4681
  * @summary Add Cell
@@ -4684,7 +4684,7 @@ declare class CellApi extends BaseAPI {
4684
4684
  * @param {*} [options] Override http request option.
4685
4685
  * @throws {RequiredError}
4686
4686
  */
4687
- deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4687
+ deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4688
4688
  /**
4689
4689
  * List all cell resources.
4690
4690
  * @summary Configuration
@@ -4692,7 +4692,7 @@ declare class CellApi extends BaseAPI {
4692
4692
  * @param {*} [options] Override http request option.
4693
4693
  * @throws {RequiredError}
4694
4694
  */
4695
- getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Cell, any>>;
4695
+ getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Cell, any>>;
4696
4696
  /**
4697
4697
  * List the status of all cell resources.
4698
4698
  * @summary Service Status
@@ -4700,14 +4700,14 @@ declare class CellApi extends BaseAPI {
4700
4700
  * @param {*} [options] Override http request option.
4701
4701
  * @throws {RequiredError}
4702
4702
  */
4703
- getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatusResponse, any>>;
4703
+ getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ServiceStatusResponse, any>>;
4704
4704
  /**
4705
4705
  * List all deployed cell names. If no cells are deployed, an empty list is returned.
4706
4706
  * @summary List Cells
4707
4707
  * @param {*} [options] Override http request option.
4708
4708
  * @throws {RequiredError}
4709
4709
  */
4710
- listCells(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
4710
+ listCells(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
4711
4711
  /**
4712
4712
  * Deactivate or activate the services of a cell.
4713
4713
  * @summary Operating State
@@ -4716,7 +4716,7 @@ declare class CellApi extends BaseAPI {
4716
4716
  * @param {*} [options] Override http request option.
4717
4717
  * @throws {RequiredError}
4718
4718
  */
4719
- setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4719
+ setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4720
4720
  /**
4721
4721
  * Update the definition of the entire Cell.
4722
4722
  * @summary Update Configuration
@@ -4726,7 +4726,7 @@ declare class CellApi extends BaseAPI {
4726
4726
  * @param {*} [options] Override http request option.
4727
4727
  * @throws {RequiredError}
4728
4728
  */
4729
- updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4729
+ updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4730
4730
  /**
4731
4731
  * Update the Foundation chart version for a single cell based on a release channel. The resulting version is capped at the current system version.
4732
4732
  * @summary Update Cell Version
@@ -4735,7 +4735,7 @@ declare class CellApi extends BaseAPI {
4735
4735
  * @param {*} [options] Override http request option.
4736
4736
  * @throws {RequiredError}
4737
4737
  */
4738
- updateCellVersion(cell: string, updateCellVersionRequest: UpdateCellVersionRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4738
+ updateCellVersion(cell: string, updateCellVersionRequest: UpdateCellVersionRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4739
4739
  }
4740
4740
  /**
4741
4741
  * ControllerApi - axios parameter creator
@@ -5173,7 +5173,7 @@ declare class ControllerApi extends BaseAPI {
5173
5173
  * @param {*} [options] Override http request option.
5174
5174
  * @throws {RequiredError}
5175
5175
  */
5176
- addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5176
+ addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5177
5177
  /**
5178
5178
  * Delete all robot controllers from the cell. To replace all robot controllers in a cell, use this endpoint in combination with [addRobotController](#/operations/addRobotController).
5179
5179
  * @summary Clear Robot Controllers
@@ -5182,7 +5182,7 @@ declare class ControllerApi extends BaseAPI {
5182
5182
  * @param {*} [options] Override http request option.
5183
5183
  * @throws {RequiredError}
5184
5184
  */
5185
- clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5185
+ clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5186
5186
  /**
5187
5187
  * Delete a robot controller from the cell.
5188
5188
  * @summary Delete Robot Controller
@@ -5192,7 +5192,7 @@ declare class ControllerApi extends BaseAPI {
5192
5192
  * @param {*} [options] Override http request option.
5193
5193
  * @throws {RequiredError}
5194
5194
  */
5195
- deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5195
+ deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5196
5196
  /**
5197
5197
  * Get description of a configured robot controller including a list of connected motion group identifiers. Use [getMotionGroupDescription](#/operations/getMotionGroupDescription) to get more information about the motion group.
5198
5198
  * @summary Description
@@ -5201,7 +5201,7 @@ declare class ControllerApi extends BaseAPI {
5201
5201
  * @param {*} [options] Override http request option.
5202
5202
  * @throws {RequiredError}
5203
5203
  */
5204
- getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ControllerDescription, any>>;
5204
+ getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ControllerDescription, any>>;
5205
5205
  /**
5206
5206
  * 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.
5207
5207
  * @summary Coordinate System
@@ -5212,7 +5212,7 @@ declare class ControllerApi extends BaseAPI {
5212
5212
  * @param {*} [options] Override http request option.
5213
5213
  * @throws {RequiredError}
5214
5214
  */
5215
- getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
5215
+ getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
5216
5216
  /**
5217
5217
  * Get the current state of a robot controller.
5218
5218
  * @summary State
@@ -5221,7 +5221,7 @@ declare class ControllerApi extends BaseAPI {
5221
5221
  * @param {*} [options] Override http request option.
5222
5222
  * @throws {RequiredError}
5223
5223
  */
5224
- getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
5224
+ getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
5225
5225
  /**
5226
5226
  * Get the configuration for a robot controller.
5227
5227
  * @summary Robot Controller
@@ -5230,7 +5230,7 @@ declare class ControllerApi extends BaseAPI {
5230
5230
  * @param {*} [options] Override http request option.
5231
5231
  * @throws {RequiredError}
5232
5232
  */
5233
- getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotController, any>>;
5233
+ getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotController, any>>;
5234
5234
  /**
5235
5235
  * Receive data to configure a virtual robot controller based on another controller. This can be used to create a virtual clone of a specific physical robot. When adding a virtual controller, use the Virtual configuration variant of [addRobotController](#/operations/addRobotController) and pass the content string from this endpoint as the `json` field. Omit the `type` field that selects a preset configuration, which is not required when providing a complete configuration.
5236
5236
  * @summary Virtual Controller Configuration
@@ -5239,7 +5239,7 @@ declare class ControllerApi extends BaseAPI {
5239
5239
  * @param {*} [options] Override http request option.
5240
5240
  * @throws {RequiredError}
5241
5241
  */
5242
- getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<VirtualRobotConfiguration, any>>;
5242
+ getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<VirtualRobotConfiguration, any>>;
5243
5243
  /**
5244
5244
  * 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.
5245
5245
  * @summary List Coordinate Systems
@@ -5249,7 +5249,7 @@ declare class ControllerApi extends BaseAPI {
5249
5249
  * @param {*} [options] Override http request option.
5250
5250
  * @throws {RequiredError}
5251
5251
  */
5252
- listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
5252
+ listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem[], any>>;
5253
5253
  /**
5254
5254
  * List the names of all deployed robot controllers.
5255
5255
  * @summary List Robot Controllers
@@ -5257,7 +5257,7 @@ declare class ControllerApi extends BaseAPI {
5257
5257
  * @param {*} [options] Override http request option.
5258
5258
  * @throws {RequiredError}
5259
5259
  */
5260
- listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
5260
+ listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
5261
5261
  /**
5262
5262
  * 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](#/operations/getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
5263
5263
  * @summary Set Default Mode
@@ -5267,7 +5267,7 @@ declare class ControllerApi extends BaseAPI {
5267
5267
  * @param {*} [options] Override http request option.
5268
5268
  * @throws {RequiredError}
5269
5269
  */
5270
- setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5270
+ setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5271
5271
  /**
5272
5272
  * <!-- 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](#/operations/listRobotControllers) to check if the robot controller supports free drive mode.
5273
5273
  * @summary Stream Free Drive
@@ -5277,7 +5277,7 @@ declare class ControllerApi extends BaseAPI {
5277
5277
  * @param {*} [options] Override http request option.
5278
5278
  * @throws {RequiredError}
5279
5279
  */
5280
- streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
5280
+ streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
5281
5281
  /**
5282
5282
  * <!-- 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](#/operations/addRobotController). While connecting, the stream sends initialization updates. Once the controller reaches `MODE_MONITOR`, it sends controller state updates.
5283
5283
  * @summary Stream State
@@ -5288,7 +5288,7 @@ declare class ControllerApi extends BaseAPI {
5288
5288
  * @param {*} [options] Override http request option.
5289
5289
  * @throws {RequiredError}
5290
5290
  */
5291
- streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
5291
+ streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
5292
5292
  /**
5293
5293
  * 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](#/operations/getRobotController). > 2. Delete the existing virtual robot controller via [deleteRobotController](#/operations/deleteRobotController). > 3. Add a virtual robot controller with [addRobotController](#/operations/addRobotController).
5294
5294
  * @summary Update Robot Controller
@@ -5299,7 +5299,7 @@ declare class ControllerApi extends BaseAPI {
5299
5299
  * @param {*} [options] Override http request option.
5300
5300
  * @throws {RequiredError}
5301
5301
  */
5302
- updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5302
+ updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5303
5303
  }
5304
5304
  /**
5305
5305
  * ControllerInputsOutputsApi - axios parameter creator
@@ -5491,7 +5491,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5491
5491
  * @param {*} [options] Override http request option.
5492
5492
  * @throws {RequiredError}
5493
5493
  */
5494
- listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
5494
+ listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IODescription[], any>>;
5495
5495
  /**
5496
5496
  * 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](#/operations/listIODescriptions).
5497
5497
  * @summary Get Input/Output Values
@@ -5501,7 +5501,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5501
5501
  * @param {*} [options] Override http request option.
5502
5502
  * @throws {RequiredError}
5503
5503
  */
5504
- listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
5504
+ listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
5505
5505
  /**
5506
5506
  * Set the values of outputs. All available output identifiers and possible value ranges can be requested via [listIODescriptions](#/operations/listIODescriptions). The call will return once the values have been set on and accepted by the robot. This can take up to 200 milliseconds. > **NOTE** > > Do not call this endpoint while another request is still in progress. The second call will fail.
5507
5507
  * @summary Set Output Values
@@ -5511,7 +5511,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5511
5511
  * @param {*} [options] Override http request option.
5512
5512
  * @throws {RequiredError}
5513
5513
  */
5514
- setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5514
+ setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5515
5515
  /**
5516
5516
  * <!-- 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.
5517
5517
  * @summary Stream Input/Output Values
@@ -5521,7 +5521,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5521
5521
  * @param {*} [options] Override http request option.
5522
5522
  * @throws {RequiredError}
5523
5523
  */
5524
- streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<StreamIOValuesResponse, any>>;
5524
+ streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<StreamIOValuesResponse, any>>;
5525
5525
  /**
5526
5526
  * 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](#/operations/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 ```
5527
5527
  * @summary Wait For
@@ -5531,7 +5531,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5531
5531
  * @param {*} [options] Override http request option.
5532
5532
  * @throws {RequiredError}
5533
5533
  */
5534
- waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<boolean, any>>;
5534
+ waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<boolean, any>>;
5535
5535
  }
5536
5536
  /**
5537
5537
  * JoggingApi - axios parameter creator
@@ -5591,7 +5591,7 @@ declare class JoggingApi extends BaseAPI {
5591
5591
  * @param {*} [options] Override http request option.
5592
5592
  * @throws {RequiredError}
5593
5593
  */
5594
- executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteJoggingResponse, any>>;
5594
+ executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExecuteJoggingResponse, any>>;
5595
5595
  }
5596
5596
  /**
5597
5597
  * KinematicsApi - axios parameter creator
@@ -5674,7 +5674,7 @@ declare class KinematicsApi extends BaseAPI {
5674
5674
  * @param {*} [options] Override http request option.
5675
5675
  * @throws {RequiredError}
5676
5676
  */
5677
- forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ForwardKinematicsResponse, any>>;
5677
+ forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ForwardKinematicsResponse, any>>;
5678
5678
  /**
5679
5679
  * Returns the reachable joint positions for a list of given poses.
5680
5680
  * @summary Inverse kinematics
@@ -5683,7 +5683,7 @@ declare class KinematicsApi extends BaseAPI {
5683
5683
  * @param {*} [options] Override http request option.
5684
5684
  * @throws {RequiredError}
5685
5685
  */
5686
- inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<InverseKinematicsResponse, any>>;
5686
+ inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<InverseKinematicsResponse, any>>;
5687
5687
  }
5688
5688
  /**
5689
5689
  * LicenseApi - axios parameter creator
@@ -5798,28 +5798,28 @@ declare class LicenseApi extends BaseAPI {
5798
5798
  * @param {*} [options] Override http request option.
5799
5799
  * @throws {RequiredError}
5800
5800
  */
5801
- activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
5801
+ activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<License, any>>;
5802
5802
  /**
5803
5803
  * Deactivates active license.
5804
5804
  * @summary Deactivate license
5805
5805
  * @param {*} [options] Override http request option.
5806
5806
  * @throws {RequiredError}
5807
5807
  */
5808
- deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5808
+ deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5809
5809
  /**
5810
5810
  * Get information on the license used with the Wandelbots NOVA instance, e.g., licensed product, expiration date, license status.
5811
5811
  * @summary Get license
5812
5812
  * @param {*} [options] Override http request option.
5813
5813
  * @throws {RequiredError}
5814
5814
  */
5815
- getLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
5815
+ getLicense(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<License, any>>;
5816
5816
  /**
5817
5817
  * 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.
5818
5818
  * @summary Get license status
5819
5819
  * @param {*} [options] Override http request option.
5820
5820
  * @throws {RequiredError}
5821
5821
  */
5822
- getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<LicenseStatus, any>>;
5822
+ getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<LicenseStatus, any>>;
5823
5823
  }
5824
5824
  /**
5825
5825
  * MotionGroupApi - axios parameter creator
@@ -5949,7 +5949,7 @@ declare class MotionGroupApi extends BaseAPI {
5949
5949
  * @param {*} [options] Override http request option.
5950
5950
  * @throws {RequiredError}
5951
5951
  */
5952
- getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
5952
+ getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupState, any>>;
5953
5953
  /**
5954
5954
  * 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.
5955
5955
  * @summary Description
@@ -5959,7 +5959,7 @@ declare class MotionGroupApi extends BaseAPI {
5959
5959
  * @param {*} [options] Override http request option.
5960
5960
  * @throws {RequiredError}
5961
5961
  */
5962
- getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupDescription, any>>;
5962
+ getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupDescription, any>>;
5963
5963
  /**
5964
5964
  * <!-- theme: success --> > Websocket endpoint Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected.
5965
5965
  * @summary Stream State
@@ -5971,7 +5971,7 @@ declare class MotionGroupApi extends BaseAPI {
5971
5971
  * @param {*} [options] Override http request option.
5972
5972
  * @throws {RequiredError}
5973
5973
  */
5974
- streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
5974
+ streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupState, any>>;
5975
5975
  }
5976
5976
  /**
5977
5977
  * MotionGroupModelsApi - axios parameter creator
@@ -6120,7 +6120,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
6120
6120
  * @param {*} [options] Override http request option.
6121
6121
  * @throws {RequiredError}
6122
6122
  */
6123
- getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6123
+ getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6124
6124
  [key: string]: Collider;
6125
6125
  }[], any>>;
6126
6126
  /**
@@ -6130,7 +6130,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
6130
6130
  * @param {*} [options] Override http request option.
6131
6131
  * @throws {RequiredError}
6132
6132
  */
6133
- getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
6133
+ getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
6134
6134
  /**
6135
6135
  * Returns the kinematics model (DH parameters) for the given motion group model. See [getMotionGroupModels](#/operations/getMotionGroupModels) for supported motion group models.
6136
6136
  * @summary Get Kinematics
@@ -6138,14 +6138,14 @@ declare class MotionGroupModelsApi extends BaseAPI {
6138
6138
  * @param {*} [options] Override http request option.
6139
6139
  * @throws {RequiredError}
6140
6140
  */
6141
- getMotionGroupKinematicModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<KinematicModel, any>>;
6141
+ getMotionGroupKinematicModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<KinematicModel, any>>;
6142
6142
  /**
6143
6143
  * Returns the list of supported motion group models.
6144
6144
  * @summary Motion Group Models
6145
6145
  * @param {*} [options] Override http request option.
6146
6146
  * @throws {RequiredError}
6147
6147
  */
6148
- getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6148
+ getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6149
6149
  /**
6150
6150
  * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](#/operations/getMotionGroupModels) for supported identifiers.
6151
6151
  * @summary Download USD Model
@@ -6153,7 +6153,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
6153
6153
  * @param {*} [options] Override http request option.
6154
6154
  * @throws {RequiredError}
6155
6155
  */
6156
- getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
6156
+ getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
6157
6157
  }
6158
6158
  /**
6159
6159
  * ProgramApi - axios parameter creator
@@ -6290,7 +6290,7 @@ declare class ProgramApi extends BaseAPI {
6290
6290
  * @param {*} [options] Override http request option.
6291
6291
  * @throws {RequiredError}
6292
6292
  */
6293
- getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program, any>>;
6293
+ getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Program, any>>;
6294
6294
  /**
6295
6295
  * <!-- theme: danger --> > **Experimental** List details of all existing programs.
6296
6296
  * @summary List programs
@@ -6298,7 +6298,7 @@ declare class ProgramApi extends BaseAPI {
6298
6298
  * @param {*} [options] Override http request option.
6299
6299
  * @throws {RequiredError}
6300
6300
  */
6301
- listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program[], any>>;
6301
+ listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Program[], any>>;
6302
6302
  /**
6303
6303
  * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
6304
6304
  * @summary Start the program
@@ -6308,7 +6308,7 @@ declare class ProgramApi extends BaseAPI {
6308
6308
  * @param {*} [options] Override http request option.
6309
6309
  * @throws {RequiredError}
6310
6310
  */
6311
- startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProgramRun, any>>;
6311
+ startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProgramRun, any>>;
6312
6312
  /**
6313
6313
  * <!-- theme: danger --> > **Experimental** Stop a specific program run.
6314
6314
  * @summary Stop program run
@@ -6317,7 +6317,7 @@ declare class ProgramApi extends BaseAPI {
6317
6317
  * @param {*} [options] Override http request option.
6318
6318
  * @throws {RequiredError}
6319
6319
  */
6320
- stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6320
+ stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
6321
6321
  }
6322
6322
  /**
6323
6323
  * RobotConfigurationsApi - axios parameter creator
@@ -6390,14 +6390,14 @@ declare class RobotConfigurationsApi extends BaseAPI {
6390
6390
  * @param {*} [options] Override http request option.
6391
6391
  * @throws {RequiredError}
6392
6392
  */
6393
- getControllerConfigFromArpScan(robotControllerConfigurationRequest: RobotControllerConfigurationRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotController[], any>>;
6393
+ getControllerConfigFromArpScan(robotControllerConfigurationRequest: RobotControllerConfigurationRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotController[], any>>;
6394
6394
  /**
6395
6395
  * Returns the identifiers of available robot configurations. A robot configuration represents a robot controller with one or more attached motion groups.
6396
6396
  * @summary List Robot Configurations
6397
6397
  * @param {*} [options] Override http request option.
6398
6398
  * @throws {RequiredError}
6399
6399
  */
6400
- getRobotConfigurations(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6400
+ getRobotConfigurations(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6401
6401
  }
6402
6402
  /**
6403
6403
  * StoreCollisionComponentsApi - axios parameter creator
@@ -6870,7 +6870,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6870
6870
  * @param {*} [options] Override http request option.
6871
6871
  * @throws {RequiredError}
6872
6872
  */
6873
- deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6873
+ deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
6874
6874
  /**
6875
6875
  * Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
6876
6876
  * @summary Delete Link Chain
@@ -6879,7 +6879,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6879
6879
  * @param {*} [options] Override http request option.
6880
6880
  * @throws {RequiredError}
6881
6881
  */
6882
- deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6882
+ deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
6883
6883
  /**
6884
6884
  * Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
6885
6885
  * @summary Delete Tool
@@ -6888,7 +6888,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6888
6888
  * @param {*} [options] Override http request option.
6889
6889
  * @throws {RequiredError}
6890
6890
  */
6891
- deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6891
+ deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
6892
6892
  /**
6893
6893
  * Returns the collider.
6894
6894
  * @summary Get Collider
@@ -6897,7 +6897,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6897
6897
  * @param {*} [options] Override http request option.
6898
6898
  * @throws {RequiredError}
6899
6899
  */
6900
- getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
6900
+ getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Collider, any>>;
6901
6901
  /**
6902
6902
  * Returns the collision link chain.
6903
6903
  * @summary Get Link Chain
@@ -6906,7 +6906,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6906
6906
  * @param {*} [options] Override http request option.
6907
6907
  * @throws {RequiredError}
6908
6908
  */
6909
- getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6909
+ getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6910
6910
  [key: string]: Collider;
6911
6911
  }[], any>>;
6912
6912
  /**
@@ -6917,7 +6917,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6917
6917
  * @param {*} [options] Override http request option.
6918
6918
  * @throws {RequiredError}
6919
6919
  */
6920
- getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6920
+ getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6921
6921
  [key: string]: Collider;
6922
6922
  }, any>>;
6923
6923
  /**
@@ -6927,7 +6927,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6927
6927
  * @param {*} [options] Override http request option.
6928
6928
  * @throws {RequiredError}
6929
6929
  */
6930
- listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6930
+ listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6931
6931
  [key: string]: {
6932
6932
  [key: string]: Collider;
6933
6933
  }[];
@@ -6939,7 +6939,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6939
6939
  * @param {*} [options] Override http request option.
6940
6940
  * @throws {RequiredError}
6941
6941
  */
6942
- listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6942
+ listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6943
6943
  /**
6944
6944
  * Returns all stored colliders.
6945
6945
  * @summary List Colliders
@@ -6947,7 +6947,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6947
6947
  * @param {*} [options] Override http request option.
6948
6948
  * @throws {RequiredError}
6949
6949
  */
6950
- listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6950
+ listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6951
6951
  [key: string]: Collider;
6952
6952
  }, any>>;
6953
6953
  /**
@@ -6957,7 +6957,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6957
6957
  * @param {*} [options] Override http request option.
6958
6958
  * @throws {RequiredError}
6959
6959
  */
6960
- listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6960
+ listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6961
6961
  /**
6962
6962
  * Returns the list of stored tools.
6963
6963
  * @summary List Tools
@@ -6965,7 +6965,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6965
6965
  * @param {*} [options] Override http request option.
6966
6966
  * @throws {RequiredError}
6967
6967
  */
6968
- listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6968
+ listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6969
6969
  [key: string]: {
6970
6970
  [key: string]: Collider;
6971
6971
  };
@@ -6977,7 +6977,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6977
6977
  * @param {*} [options] Override http request option.
6978
6978
  * @throws {RequiredError}
6979
6979
  */
6980
- listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6980
+ listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6981
6981
  /**
6982
6982
  * Stores collider. - If the collider does not exist, it will be created. - If the collider exists, it will be updated.
6983
6983
  * @summary Store Collider
@@ -6987,7 +6987,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6987
6987
  * @param {*} [options] Override http request option.
6988
6988
  * @throws {RequiredError}
6989
6989
  */
6990
- storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
6990
+ storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Collider, any>>;
6991
6991
  /**
6992
6992
  * Stores link chain. - If the link chain does not exist, it will be created. - If the link chain exists, it will be updated.
6993
6993
  * @summary Store Link Chain
@@ -6999,7 +6999,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6999
6999
  */
7000
7000
  storeCollisionLinkChain(cell: string, linkChain: string, collider: Array<{
7001
7001
  [key: string]: Collider;
7002
- }>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
7002
+ }>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
7003
7003
  [key: string]: Collider;
7004
7004
  }[], any>>;
7005
7005
  /**
@@ -7013,7 +7013,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
7013
7013
  */
7014
7014
  storeCollisionTool(cell: string, tool: string, requestBody: {
7015
7015
  [key: string]: Collider;
7016
- }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
7016
+ }, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
7017
7017
  [key: string]: Collider;
7018
7018
  }, any>>;
7019
7019
  }
@@ -7180,7 +7180,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7180
7180
  * @param {*} [options] Override http request option.
7181
7181
  * @throws {RequiredError}
7182
7182
  */
7183
- deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7183
+ deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7184
7184
  /**
7185
7185
  * Returns the stored collision setup.
7186
7186
  * @summary Get Collision Setup
@@ -7189,7 +7189,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7189
7189
  * @param {*} [options] Override http request option.
7190
7190
  * @throws {RequiredError}
7191
7191
  */
7192
- getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
7192
+ getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CollisionSetup, any>>;
7193
7193
  /**
7194
7194
  * Returns a list of stored collision setups.
7195
7195
  * @summary List Collision Setups
@@ -7197,7 +7197,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7197
7197
  * @param {*} [options] Override http request option.
7198
7198
  * @throws {RequiredError}
7199
7199
  */
7200
- listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
7200
+ listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
7201
7201
  [key: string]: CollisionSetup;
7202
7202
  }, any>>;
7203
7203
  /**
@@ -7207,7 +7207,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7207
7207
  * @param {*} [options] Override http request option.
7208
7208
  * @throws {RequiredError}
7209
7209
  */
7210
- listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7210
+ listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
7211
7211
  /**
7212
7212
  * Stores collision setup. - If the collision setup does not exist, it will be created. - If the collision setup exists, it will be updated.
7213
7213
  * @summary Store Collision Setup
@@ -7217,7 +7217,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7217
7217
  * @param {*} [options] Override http request option.
7218
7218
  * @throws {RequiredError}
7219
7219
  */
7220
- storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
7220
+ storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CollisionSetup, any>>;
7221
7221
  }
7222
7222
  /**
7223
7223
  * StoreObjectApi - axios parameter creator
@@ -7413,7 +7413,7 @@ declare class StoreObjectApi extends BaseAPI {
7413
7413
  * @param {*} [options] Override http request option.
7414
7414
  * @throws {RequiredError}
7415
7415
  */
7416
- clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7416
+ clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7417
7417
  /**
7418
7418
  * Delete an object <!-- theme: danger --> > This will delete persistently stored data.
7419
7419
  * @summary Delete Object
@@ -7422,7 +7422,7 @@ declare class StoreObjectApi extends BaseAPI {
7422
7422
  * @param {*} [options] Override http request option.
7423
7423
  * @throws {RequiredError}
7424
7424
  */
7425
- deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7425
+ deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7426
7426
  /**
7427
7427
  * Returns content and metadata of a stored object.
7428
7428
  * @summary Get Object
@@ -7431,7 +7431,7 @@ declare class StoreObjectApi extends BaseAPI {
7431
7431
  * @param {*} [options] Override http request option.
7432
7432
  * @throws {RequiredError}
7433
7433
  */
7434
- getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
7434
+ getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
7435
7435
  /**
7436
7436
  * Returns metadata. Object content is not returned.
7437
7437
  * @summary Get Object Metadata
@@ -7440,7 +7440,7 @@ declare class StoreObjectApi extends BaseAPI {
7440
7440
  * @param {*} [options] Override http request option.
7441
7441
  * @throws {RequiredError}
7442
7442
  */
7443
- getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7443
+ getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7444
7444
  /**
7445
7445
  * List the keys for all objects.
7446
7446
  * @summary List all Object Keys
@@ -7448,7 +7448,7 @@ declare class StoreObjectApi extends BaseAPI {
7448
7448
  * @param {*} [options] Override http request option.
7449
7449
  * @throws {RequiredError}
7450
7450
  */
7451
- listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7451
+ listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
7452
7452
  /**
7453
7453
  * Store any data as an object. Using a key which already contains an object will override the previously stored object. Use [getObjectMetadata](#/operations/getObjectMetadata) to verify that the key does not contain objects. #### Optional Specify metadata as a dictionary with names and values.
7454
7454
  * @summary Store Object
@@ -7461,7 +7461,7 @@ declare class StoreObjectApi extends BaseAPI {
7461
7461
  */
7462
7462
  storeObject(cell: string, key: string, xMetadata?: {
7463
7463
  [key: string]: string;
7464
- }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7464
+ }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7465
7465
  }
7466
7466
  /**
7467
7467
  * SystemApi - axios parameter creator
@@ -7780,7 +7780,7 @@ declare class SystemApi extends BaseAPI {
7780
7780
  */
7781
7781
  backupConfiguration(resources?: Array<string>, metadata?: {
7782
7782
  [key: string]: string;
7783
- }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
7783
+ }, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
7784
7784
  /**
7785
7785
  * Check if a more recent Wandelbots NOVA Version is available.
7786
7786
  * @summary Check update
@@ -7788,7 +7788,7 @@ declare class SystemApi extends BaseAPI {
7788
7788
  * @param {*} [options] Override http request option.
7789
7789
  * @throws {RequiredError}
7790
7790
  */
7791
- checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
7791
+ checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
7792
7792
  /**
7793
7793
  * <!-- theme: danger --> > **Experimental** Performs an address resolution protocol (ARP) scan on the specified interface/classless inter-domain routing (CIDR) and returns all discovered devices on the network by CIDR notation.
7794
7794
  * @summary Get ARP-Scan
@@ -7798,7 +7798,7 @@ declare class SystemApi extends BaseAPI {
7798
7798
  * @param {*} [options] Override http request option.
7799
7799
  * @throws {RequiredError}
7800
7800
  */
7801
- getArpScan(_interface?: string, cidr?: string, timeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<NetworkDevice[], any>>;
7801
+ getArpScan(_interface?: string, cidr?: string, timeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkDevice[], any>>;
7802
7802
  /**
7803
7803
  * 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.
7804
7804
  * @summary Retrieve Backup Status
@@ -7806,49 +7806,49 @@ declare class SystemApi extends BaseAPI {
7806
7806
  * @param {*} [options] Override http request option.
7807
7807
  * @throws {RequiredError}
7808
7808
  */
7809
- getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationArchiveStatus, any>>;
7809
+ getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ConfigurationArchiveStatus, any>>;
7810
7810
  /**
7811
7811
  * 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.
7812
7812
  * @summary Download Diagnosis Package
7813
7813
  * @param {*} [options] Override http request option.
7814
7814
  * @throws {RequiredError}
7815
7815
  */
7816
- getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
7816
+ getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
7817
7817
  /**
7818
7818
  * <!-- theme: danger --> > **Experimental** Get the network interfaces of the system.
7819
7819
  * @summary Network Interfaces
7820
7820
  * @param {*} [options] Override http request option.
7821
7821
  * @throws {RequiredError}
7822
7822
  */
7823
- getNetworkInterfaces(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<NetworkInterface[], any>>;
7823
+ getNetworkInterfaces(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkInterface[], any>>;
7824
7824
  /**
7825
7825
  * <!-- theme: danger --> > **Experimental** Get the current state of the network.
7826
7826
  * @summary Network State
7827
7827
  * @param {*} [options] Override http request option.
7828
7828
  * @throws {RequiredError}
7829
7829
  */
7830
- getNetworkState(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<NetworkState, any>>;
7830
+ getNetworkState(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkState, any>>;
7831
7831
  /**
7832
7832
  * Get the status of all system services.
7833
7833
  * @summary Wandelbots NOVA status
7834
7834
  * @param {*} [options] Override http request option.
7835
7835
  * @throws {RequiredError}
7836
7836
  */
7837
- getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatus[], any>>;
7837
+ getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ServiceStatus[], any>>;
7838
7838
  /**
7839
7839
  * Get the current Wandelbots NOVA version.
7840
7840
  * @summary Wandelbots NOVA Version
7841
7841
  * @param {*} [options] Override http request option.
7842
7842
  * @throws {RequiredError}
7843
7843
  */
7844
- getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
7844
+ getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
7845
7845
  /**
7846
7846
  * Retrieves a list of all available configuration resources for backup purposes.
7847
7847
  * @summary List Configuration Resources
7848
7848
  * @param {*} [options] Override http request option.
7849
7849
  * @throws {RequiredError}
7850
7850
  */
7851
- listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationResource[], any>>;
7851
+ listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ConfigurationResource[], any>>;
7852
7852
  /**
7853
7853
  * Restores a previously backed up configuration. If an empty array of resources is provided, all resources from the backup will be restored.
7854
7854
  * @summary Restore Configuration Backup
@@ -7857,7 +7857,7 @@ declare class SystemApi extends BaseAPI {
7857
7857
  * @param {*} [options] Override http request option.
7858
7858
  * @throws {RequiredError}
7859
7859
  */
7860
- restoreConfiguration(body: File, resources?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7860
+ restoreConfiguration(body: File, resources?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7861
7861
  /**
7862
7862
  * 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. System updates only apply to cells without an explicit chart version. Pinned versions are always preserved; setting `update_cells=false` pins unversioned cells to the current system version before updating.
7863
7863
  * @summary Update Wandelbots NOVA version
@@ -7865,7 +7865,7 @@ declare class SystemApi extends BaseAPI {
7865
7865
  * @param {*} [options] Override http request option.
7866
7866
  * @throws {RequiredError}
7867
7867
  */
7868
- updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7868
+ updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7869
7869
  }
7870
7870
  /**
7871
7871
  * TrajectoryCachingApi - axios parameter creator
@@ -8039,7 +8039,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8039
8039
  * @param {*} [options] Override http request option.
8040
8040
  * @throws {RequiredError}
8041
8041
  */
8042
- addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<AddTrajectoryResponse, any>>;
8042
+ addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<AddTrajectoryResponse, any>>;
8043
8043
  /**
8044
8044
  * Clear the trajectory cache.
8045
8045
  * @summary Clear Trajectories
@@ -8048,7 +8048,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8048
8048
  * @param {*} [options] Override http request option.
8049
8049
  * @throws {RequiredError}
8050
8050
  */
8051
- clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8051
+ clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8052
8052
  /**
8053
8053
  * Delete a previously created trajectory from cache. Use [listTrajectories](#/operations/listTrajectories) to list all cached trajectories. Trajectories are removed automatically if the motion group or the corresponding controller is disconnected.
8054
8054
  * @summary Delete Trajectory
@@ -8058,7 +8058,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8058
8058
  * @param {*} [options] Override http request option.
8059
8059
  * @throws {RequiredError}
8060
8060
  */
8061
- deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8061
+ deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8062
8062
  /**
8063
8063
  * Get a previously created trajectory from cache. Use [listTrajectories](#/operations/listTrajectories) to list all cached trajectories.
8064
8064
  * @summary Get Trajectory
@@ -8068,7 +8068,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8068
8068
  * @param {*} [options] Override http request option.
8069
8069
  * @throws {RequiredError}
8070
8070
  */
8071
- getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<GetTrajectoryResponse, any>>;
8071
+ getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<GetTrajectoryResponse, any>>;
8072
8072
  /**
8073
8073
  * List currently cached trajectories. Use [addTrajectory](#/operations/addTrajectory) to add a new trajectory. Adding trajectories is necessary to execute them. Trajectories are removed if the corresponding motion group or controller disconnects.
8074
8074
  * @summary List Trajectories
@@ -8077,7 +8077,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8077
8077
  * @param {*} [options] Override http request option.
8078
8078
  * @throws {RequiredError}
8079
8079
  */
8080
- listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ListTrajectoriesResponse, any>>;
8080
+ listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ListTrajectoriesResponse, any>>;
8081
8081
  }
8082
8082
  /**
8083
8083
  * TrajectoryExecutionApi - axios parameter creator
@@ -8137,7 +8137,7 @@ declare class TrajectoryExecutionApi extends BaseAPI {
8137
8137
  * @param {*} [options] Override http request option.
8138
8138
  * @throws {RequiredError}
8139
8139
  */
8140
- executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteTrajectoryResponse, any>>;
8140
+ executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExecuteTrajectoryResponse, any>>;
8141
8141
  }
8142
8142
  /**
8143
8143
  * TrajectoryPlanningApi - axios parameter creator
@@ -8247,7 +8247,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
8247
8247
  * @param {*} [options] Override http request option.
8248
8248
  * @throws {RequiredError}
8249
8249
  */
8250
- mergeTrajectories(cell: string, mergeTrajectoriesRequest: MergeTrajectoriesRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MergeTrajectoriesResponse, any>>;
8250
+ mergeTrajectories(cell: string, mergeTrajectoriesRequest: MergeTrajectoriesRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MergeTrajectoriesResponse, any>>;
8251
8251
  /**
8252
8252
  * Plans a collision-free trajectory for a single motion group using point-to-point (PTP) motions. This endpoint is specifically designed for collision-free path planning algorithms that find a trajectory from a start joint position to a target position while avoiding obstacles. Use the following workflow to execute a planned collision-free trajectory: 1. Plan a collision-free trajectory. 2. Optional: Load the planned trajectory into the cache using the [addTrajectory](#/operations/addTrajectory) endpoint. 3. Execute the (cached) trajectory using the [executeTrajectory](#/operations/executeTrajectory) endpoint. If the trajectory planning fails due to collision or algorithm constraints, the response will contain error information about the failure.
8253
8253
  * @summary Plan Collision-Free Trajectory
@@ -8256,7 +8256,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
8256
8256
  * @param {*} [options] Override http request option.
8257
8257
  * @throws {RequiredError}
8258
8258
  */
8259
- planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanCollisionFreeResponse, any>>;
8259
+ planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<PlanCollisionFreeResponse, any>>;
8260
8260
  /**
8261
8261
  * 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](#/operations/addTrajectory) endpoint. 3. Execute the (cached) trajectory using the [executeTrajectory](#/operations/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.
8262
8262
  * @summary Plan Trajectory
@@ -8265,7 +8265,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
8265
8265
  * @param {*} [options] Override http request option.
8266
8266
  * @throws {RequiredError}
8267
8267
  */
8268
- planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanTrajectoryResponse, any>>;
8268
+ planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<PlanTrajectoryResponse, any>>;
8269
8269
  }
8270
8270
  /**
8271
8271
  * VersionApi - axios parameter creator
@@ -8313,7 +8313,7 @@ declare class VersionApi extends BaseAPI {
8313
8313
  * @param {*} [options] Override http request option.
8314
8314
  * @throws {RequiredError}
8315
8315
  */
8316
- getApiVersion(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ApiVersion, any>>;
8316
+ getApiVersion(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ApiVersion, any>>;
8317
8317
  }
8318
8318
  /**
8319
8319
  * VirtualControllerApi - axios parameter creator
@@ -8863,7 +8863,7 @@ declare class VirtualControllerApi extends BaseAPI {
8863
8863
  * @param {*} [options] Override http request option.
8864
8864
  * @throws {RequiredError}
8865
8865
  */
8866
- addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8866
+ addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8867
8867
  /**
8868
8868
  * Adds a motion group configuration for the virtual robot controller. Fields: - Only one of **motion_group_model** or **json_data** should be set. - **motion_group_model**: Identifies a single motion group. See [getMotionGroupModels](#/operations/getMotionGroupModels) for supported types. - **json_data**: Full JSON configuration of the virtual robot controller. This can be obtained from the physical controller\'s configuration via [getVirtualControllerConfiguration](#/operations/getVirtualControllerConfiguration). - **extracted_motion_group_id** (required when using json_data): The motion group identifier to extract from the provided JSON configuration. - **motion_group**: Unique identifier for the motion group to be added. - **initial_joint_position**: Specifies the initial joint position for the added motion group. <!-- theme: info --> > #### NOTE > > When a motion group is added, **the virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Motion group 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 motion group may not yet be available for use.
8869
8869
  * @summary Add Motion Group
@@ -8873,7 +8873,7 @@ declare class VirtualControllerApi extends BaseAPI {
8873
8873
  * @param {*} [options] Override http request option.
8874
8874
  * @throws {RequiredError}
8875
8875
  */
8876
- addVirtualControllerMotionGroup(cell: string, controller: string, addVirtualControllerMotionGroupRequest: AddVirtualControllerMotionGroupRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8876
+ addVirtualControllerMotionGroup(cell: string, controller: string, addVirtualControllerMotionGroupRequest: AddVirtualControllerMotionGroupRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8877
8877
  /**
8878
8878
  * 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.
8879
8879
  * @summary Add TCP
@@ -8885,7 +8885,7 @@ declare class VirtualControllerApi extends BaseAPI {
8885
8885
  * @param {*} [options] Override http request option.
8886
8886
  * @throws {RequiredError}
8887
8887
  */
8888
- addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8888
+ addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8889
8889
  /**
8890
8890
  * 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.
8891
8891
  * @summary Delete Coordinate System
@@ -8896,7 +8896,7 @@ declare class VirtualControllerApi extends BaseAPI {
8896
8896
  * @param {*} [options] Override http request option.
8897
8897
  * @throws {RequiredError}
8898
8898
  */
8899
- deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8899
+ deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8900
8900
  /**
8901
8901
  * Removes a motion group configuration from the virtual controller. <!-- theme: info --> > #### NOTE > > When a motion group 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. > - Motion group 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**.
8902
8902
  * @summary Delete Motion Group
@@ -8906,7 +8906,7 @@ declare class VirtualControllerApi extends BaseAPI {
8906
8906
  * @param {*} [options] Override http request option.
8907
8907
  * @throws {RequiredError}
8908
8908
  */
8909
- deleteVirtualControllerMotionGroup(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8909
+ deleteVirtualControllerMotionGroup(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8910
8910
  /**
8911
8911
  * 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.
8912
8912
  * @summary Remove TCP
@@ -8917,7 +8917,7 @@ declare class VirtualControllerApi extends BaseAPI {
8917
8917
  * @param {*} [options] Override http request option.
8918
8918
  * @throws {RequiredError}
8919
8919
  */
8920
- deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8920
+ deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8921
8921
  /**
8922
8922
  * Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](#/operations/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.
8923
8923
  * @summary Get Emergency Stop State
@@ -8926,7 +8926,7 @@ declare class VirtualControllerApi extends BaseAPI {
8926
8926
  * @param {*} [options] Override http request option.
8927
8927
  * @throws {RequiredError}
8928
8928
  */
8929
- getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Flag, any>>;
8929
+ getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Flag, any>>;
8930
8930
  /**
8931
8931
  * Get the current motion group state which provides values for the joints\' position, velocity and acceleration.
8932
8932
  * @summary Get Motion Group State
@@ -8936,7 +8936,7 @@ declare class VirtualControllerApi extends BaseAPI {
8936
8936
  * @param {*} [options] Override http request option.
8937
8937
  * @throws {RequiredError}
8938
8938
  */
8939
- getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupJoints, any>>;
8939
+ getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupJoints, any>>;
8940
8940
  /**
8941
8941
  * Gets information on the motion group.
8942
8942
  * @summary Motion Group Description
@@ -8945,7 +8945,7 @@ declare class VirtualControllerApi extends BaseAPI {
8945
8945
  * @param {*} [options] Override http request option.
8946
8946
  * @throws {RequiredError}
8947
8947
  */
8948
- getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupInfo[], any>>;
8948
+ getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupInfo[], any>>;
8949
8949
  /**
8950
8950
  * Requests the operation mode of the virtual robot controller. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
8951
8951
  * @summary Get Operation Mode
@@ -8954,7 +8954,7 @@ declare class VirtualControllerApi extends BaseAPI {
8954
8954
  * @param {*} [options] Override http request option.
8955
8955
  * @throws {RequiredError}
8956
8956
  */
8957
- getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<OpMode, any>>;
8957
+ getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<OpMode, any>>;
8958
8958
  /**
8959
8959
  * Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
8960
8960
  * @summary Get Mounting
@@ -8964,7 +8964,7 @@ declare class VirtualControllerApi extends BaseAPI {
8964
8964
  * @param {*} [options] Override http request option.
8965
8965
  * @throws {RequiredError}
8966
8966
  */
8967
- getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
8967
+ getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
8968
8968
  /**
8969
8969
  * Lists all coordinate systems on the robot controller.
8970
8970
  * @summary List Coordinate Systems
@@ -8973,7 +8973,7 @@ declare class VirtualControllerApi extends BaseAPI {
8973
8973
  * @param {*} [options] Override http request option.
8974
8974
  * @throws {RequiredError}
8975
8975
  */
8976
- listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
8976
+ listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem[], any>>;
8977
8977
  /**
8978
8978
  * Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
8979
8979
  * @summary List TCPs
@@ -8983,7 +8983,7 @@ declare class VirtualControllerApi extends BaseAPI {
8983
8983
  * @param {*} [options] Override http request option.
8984
8984
  * @throws {RequiredError}
8985
8985
  */
8986
- listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotTcp[], any>>;
8986
+ listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotTcp[], any>>;
8987
8987
  /**
8988
8988
  * 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](#/operations/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.
8989
8989
  * @summary Push or Release Emergency Stop
@@ -8993,7 +8993,7 @@ declare class VirtualControllerApi extends BaseAPI {
8993
8993
  * @param {*} [options] Override http request option.
8994
8994
  * @throws {RequiredError}
8995
8995
  */
8996
- setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8996
+ setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8997
8997
  /**
8998
8998
  * 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.
8999
8999
  * @summary Set Motion Group State
@@ -9004,7 +9004,7 @@ declare class VirtualControllerApi extends BaseAPI {
9004
9004
  * @param {*} [options] Override http request option.
9005
9005
  * @throws {RequiredError}
9006
9006
  */
9007
- setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9007
+ setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
9008
9008
  /**
9009
9009
  * Changes the operation mode of the virtual robot controller to the specified value. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](#/operations/getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
9010
9010
  * @summary Set Operation Mode
@@ -9014,7 +9014,7 @@ declare class VirtualControllerApi extends BaseAPI {
9014
9014
  * @param {*} [options] Override http request option.
9015
9015
  * @throws {RequiredError}
9016
9016
  */
9017
- setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9017
+ setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
9018
9018
  /**
9019
9019
  * 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.
9020
9020
  * @summary Set Mounting
@@ -9025,7 +9025,7 @@ declare class VirtualControllerApi extends BaseAPI {
9025
9025
  * @param {*} [options] Override http request option.
9026
9026
  * @throws {RequiredError}
9027
9027
  */
9028
- setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
9028
+ setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
9029
9029
  }
9030
9030
  /**
9031
9031
  * VirtualControllerBehaviorApi - axios parameter creator
@@ -9169,7 +9169,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
9169
9169
  * @param {*} [options] Override http request option.
9170
9170
  * @throws {RequiredError}
9171
9171
  */
9172
- externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
9172
+ externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
9173
9173
  /**
9174
9174
  * Get the cycle time of controller communication in [ms].
9175
9175
  * @summary Get Cycle Time
@@ -9178,7 +9178,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
9178
9178
  * @param {*} [options] Override http request option.
9179
9179
  * @throws {RequiredError}
9180
9180
  */
9181
- getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CycleTime, any>>;
9181
+ getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CycleTime, any>>;
9182
9182
  /**
9183
9183
  * Get the current virtual controller behavior. See [setVirtualControllerBehavior](#/operations/setVirtualControllerBehavior) and the body for details.
9184
9184
  * @summary Get Behavior
@@ -9187,7 +9187,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
9187
9187
  * @param {*} [options] Override http request option.
9188
9188
  * @throws {RequiredError}
9189
9189
  */
9190
- getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Behavior, any>>;
9190
+ getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Behavior, any>>;
9191
9191
  /**
9192
9192
  * Set virtual controller behavior. See query parameters for details.
9193
9193
  * @summary Set Behavior
@@ -9197,7 +9197,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
9197
9197
  * @param {*} [options] Override http request option.
9198
9198
  * @throws {RequiredError}
9199
9199
  */
9200
- setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9200
+ setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
9201
9201
  }
9202
9202
  /**
9203
9203
  * VirtualControllerInputsOutputsApi - axios parameter creator
@@ -9326,7 +9326,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
9326
9326
  * @param {*} [options] Override http request option.
9327
9327
  * @throws {RequiredError}
9328
9328
  */
9329
- listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
9329
+ listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
9330
9330
  /**
9331
9331
  * 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.
9332
9332
  * @summary List Descriptions
@@ -9339,7 +9339,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
9339
9339
  * @param {*} [options] Override http request option.
9340
9340
  * @throws {RequiredError}
9341
9341
  */
9342
- listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
9342
+ listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IODescription[], any>>;
9343
9343
  /**
9344
9344
  * Sets a list of values of a virtual controller inputs/outputs.
9345
9345
  * @summary Set Input/Ouput Values
@@ -9349,7 +9349,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
9349
9349
  * @param {*} [options] Override http request option.
9350
9350
  * @throws {RequiredError}
9351
9351
  */
9352
- setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9352
+ setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
9353
9353
  }
9354
9354
  //#endregion
9355
9355
  export { AbbController, AbbControllerEgmServer, AbbControllerKindEnum, ActivateLicenseRequest, AddTrajectoryError, AddTrajectoryErrorData, AddTrajectoryRequest, AddTrajectoryResponse, AddVirtualControllerMotionGroupRequest, ApiVersion, App, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, BlendingAuto, BlendingAutoBlendingNameEnum, BlendingPosition, BlendingPositionBlendingNameEnum, BlendingSpace, BooleanValue, BooleanValueValueTypeEnum, Box, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIODescription, BusIOModbusClient, BusIOModbusClientBusTypeEnum, BusIOModbusServer, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClient, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServer, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtual, BusIOModbusVirtualBusTypeEnum, BusIOProfinet, BusIOProfinetBusTypeEnum, BusIOProfinetDefaultRoute, BusIOProfinetIpConfig, BusIOProfinetNetwork, BusIOProfinetVirtual, BusIOProfinetVirtualBusTypeEnum, BusIOType, BusIOsState, BusIOsStateEnum, COLLECTION_FORMATS, Capsule, CapsuleShapeTypeEnum, CartesianLimits, Cell, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, Collider, ColliderShape, Collision, CollisionContact, CollisionError, CollisionErrorKindEnum, CollisionFreeAlgorithm, CollisionSetup, Comparator, Configuration, ConfigurationArchiveStatus, ConfigurationArchiveStatusCreating, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusError, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccess, ConfigurationArchiveStatusSuccessStatusEnum, ConfigurationParameters, ConfigurationResource, ContainerEnvironmentInner, ContainerImage, ContainerImageSecretsInner, ContainerResources, ContainerStorage, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerDescription, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ConvexHull, ConvexHullShapeTypeEnum, CoordinateSystem, CoordinateSystemData, CubicSplineParameter, CycleTime, Cylinder, CylinderShapeTypeEnum, DHParameter, Direction, ErrorInvalidJointCount, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceeded, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollision, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceeded, ErrorMaxIterationsExceededErrorFeedbackNameEnum, Execute, ExecuteDetails, ExecuteJoggingRequest, ExecuteJoggingResponse, ExecuteTrajectoryRequest, ExecuteTrajectoryResponse, ExternalJointStreamDatapoint, ExternalJointStreamRequest, FanucController, FanucControllerKindEnum, FeedbackCollision, FeedbackCollisionErrorFeedbackNameEnum, FeedbackJointLimitExceeded, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackOutOfWorkspace, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularity, FeedbackSingularityErrorFeedbackNameEnum, Flag, FloatValue, FloatValueValueTypeEnum, ForwardKinematics422Response, ForwardKinematicsRequest, ForwardKinematicsResponse, ForwardKinematicsValidationError, GetTrajectoryResponse, HTTPValidationError, IOBooleanValue, IOBooleanValueValueTypeEnum, IOBoundary, IODescription, IODirection, IOFloatValue, IOFloatValueValueTypeEnum, IOIntegerValue, IOIntegerValueValueTypeEnum, IOOrigin, IOValue, IOValueType, ImageCredentials, InconsistentTrajectorySizeError, InconsistentTrajectorySizeErrorInconsistentTrajectorySize, InconsistentTrajectorySizeErrorKindEnum, InitializeJoggingRequest, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponse, InitializeJoggingResponseKindEnum, InitializeMovementRequest, InitializeMovementRequestMessageTypeEnum, InitializeMovementRequestTrajectory, InitializeMovementResponse, InitializeMovementResponseKindEnum, IntegerValue, IntegerValueValueTypeEnum, InvalidDofError, InvalidDofErrorInvalidDof, InvalidDofErrorKindEnum, InverseKinematics422Response, InverseKinematicsRequest, InverseKinematicsResponse, InverseKinematicsValidationError, InverseKinematicsValidationErrorAllOfData, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetails, JoggingDetailsKindEnum, JoggingDetailsState, JoggingPausedByUser, JoggingPausedByUserKindEnum, JoggingPausedNearCollision, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimit, JoggingPausedNearJointLimitKindEnum, JoggingPausedOnIO, JoggingPausedOnIOKindEnum, JoggingRunning, JoggingRunningKindEnum, JointLimitExceededError, JointLimitExceededErrorKindEnum, JointLimits, JointTrajectory, JointTypeEnum, JointVelocityRequest, JointVelocityRequestMessageTypeEnum, JointVelocityResponse, JointVelocityResponseKindEnum, KinematicModel, KinematicsApi, KinematicsApiAxiosParamCreator, KinematicsApiFactory, KinematicsApiFp, KukaController, KukaControllerKindEnum, KukaControllerRsiServer, License, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatus, LicenseStatusEnum, LimitRange, LimitSet, LimitsOverride, ListTrajectoriesResponse, Manufacturer, MergeTrajectories422Response, MergeTrajectoriesError, MergeTrajectoriesRequest, MergeTrajectoriesResponse, MergeTrajectoriesResponseFeedbackInner, MergeTrajectoriesSegment, MergeTrajectoriesValidationError, MidpointInsertionAlgorithm, MidpointInsertionAlgorithmAlgorithmNameEnum, ModbusIO, ModbusIOArea, ModbusIOByteOrder, ModbusIOData, ModbusIOTypeEnum, ModelError, MotionCommand, MotionCommandBlending, MotionCommandPath, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupDescription, MotionGroupFromJson, MotionGroupFromType, MotionGroupInfo, MotionGroupJoints, MotionGroupModelsApi, MotionGroupModelsApiAxiosParamCreator, MotionGroupModelsApiFactory, MotionGroupModelsApiFp, MotionGroupSetup, MotionGroupState, MotionGroupStateJointLimitReached, MovementErrorResponse, MovementErrorResponseKindEnum, NanValueError, NanValueErrorKindEnum, NanValueErrorNanValue, NetworkDevice, NetworkInterface, NetworkState, NetworkStateConnectionTypeEnum, 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, RobotConfigurationsApi, RobotConfigurationsApiAxiosParamCreator, RobotConfigurationsApiFactory, RobotConfigurationsApiFp, RobotController, RobotControllerConfiguration, RobotControllerConfigurationRequest, RobotControllerState, RobotSystemMode, RobotTcp, RobotTcpData, SafetyStateType, ServiceGroup, ServiceStatus, ServiceStatusPhase, ServiceStatusResponse, ServiceStatusSeverity, ServiceStatusStatus, SetIO, SettableRobotSystemMode, SingularityTypeEnum, Sphere, SphereShapeTypeEnum, StartMovementRequest, StartMovementRequestMessageTypeEnum, StartMovementResponse, StartMovementResponseKindEnum, StartOnIO, StoreCollisionComponentsApi, StoreCollisionComponentsApiAxiosParamCreator, StoreCollisionComponentsApiFactory, StoreCollisionComponentsApiFp, StoreCollisionSetupsApi, StoreCollisionSetupsApiAxiosParamCreator, StoreCollisionSetupsApiFactory, StoreCollisionSetupsApiFp, StoreObjectApi, StoreObjectApiAxiosParamCreator, StoreObjectApiFactory, StoreObjectApiFp, StreamIOValuesResponse, SystemApi, SystemApiAxiosParamCreator, SystemApiFactory, SystemApiFp, TcpOffset, TcpRequiredError, TcpRequiredErrorKindEnum, TcpVelocityRequest, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponse, TcpVelocityResponseKindEnum, TorqueExceededError, TorqueExceededErrorKindEnum, TorqueExceededErrorTorqueExceeded, TrajectoryCachingApi, TrajectoryCachingApiAxiosParamCreator, TrajectoryCachingApiFactory, TrajectoryCachingApiFp, TrajectoryData, TrajectoryDataMessageTypeEnum, TrajectoryDetails, TrajectoryDetailsKindEnum, TrajectoryDetailsState, TrajectoryEnded, TrajectoryEndedKindEnum, TrajectoryExecutionApi, TrajectoryExecutionApiAxiosParamCreator, TrajectoryExecutionApiFactory, TrajectoryExecutionApiFp, TrajectoryId, TrajectoryIdMessageTypeEnum, TrajectoryPausedByUser, TrajectoryPausedByUserKindEnum, TrajectoryPausedOnIO, TrajectoryPausedOnIOKindEnum, TrajectoryPlanningApi, TrajectoryPlanningApiAxiosParamCreator, TrajectoryPlanningApiFactory, TrajectoryPlanningApiFp, TrajectoryRunning, TrajectoryRunningKindEnum, TrajectorySection, TrajectoryWaitForIO, TrajectoryWaitForIOKindEnum, UnitType, UniversalrobotsController, UniversalrobotsControllerKindEnum, UpdateCellVersionRequest, UpdateNovaVersionRequest, ValidationError, ValidationError2, ValidationErrorLocInner, VersionApi, VersionApiAxiosParamCreator, VersionApiFactory, VersionApiFp, VirtualController, VirtualControllerApi, VirtualControllerApiAxiosParamCreator, VirtualControllerApiFactory, VirtualControllerApiFp, VirtualControllerBehaviorApi, VirtualControllerBehaviorApiAxiosParamCreator, VirtualControllerBehaviorApiFactory, VirtualControllerBehaviorApiFp, VirtualControllerInputsOutputsApi, VirtualControllerInputsOutputsApiAxiosParamCreator, VirtualControllerInputsOutputsApiFactory, VirtualControllerInputsOutputsApiFp, VirtualControllerKindEnum, VirtualRobotConfiguration, WaitForIOEventRequest, YaskawaController, YaskawaControllerKindEnum, operationServerMap };