@wandelbots/nova-api 26.3.0-dev.10 → 26.3.0-dev.12

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
@@ -7,7 +7,7 @@ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
7
7
  * Wandelbots NOVA API
8
8
  * Interact with robots in an easy and intuitive way.
9
9
  *
10
- * The version of the OpenAPI document: 2.2.0
10
+ * The version of the OpenAPI document: 2.3.0 dev
11
11
  *
12
12
  *
13
13
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1634,6 +1634,10 @@ interface KinematicModel {
1634
1634
  * Constant coordinate transformation between the motion group base frame and the start of the kinematic chain modeled by Denavit-Hartenberg parameters.
1635
1635
  */
1636
1636
  'kinematic_chain_offset'?: Pose;
1637
+ /**
1638
+ * Constant coordinate transformation between the end of the kinematic chain modelled by Denavit-Hartenberg parameters and the flange frame. This can be used, e.g., to ensure that the flange frame has a certain orientation.
1639
+ */
1640
+ 'flange_offset'?: Pose;
1637
1641
  /**
1638
1642
  * Optional name of the inverse kinematics solver.
1639
1643
  */
@@ -1952,7 +1956,7 @@ type MotionCommandBlending = BlendingAuto | BlendingPosition;
1952
1956
  */
1953
1957
  type MotionCommandPath = PathCartesianPTP | PathCircle | PathCubicSpline | PathJointPTP | PathLine;
1954
1958
  /**
1955
- * The configuration of a motion-group used for motion planning. The parameters `mounting`, `kinematic_chain_offset`, `dh_parameters` and `tcp_offset` are used to model the kinematic structure of the motion group. They can be used to compute the coordinate transformations from world to tcp frame: [world frame] -> mounting -> [base frame] -> kinematic chain offset + motion group kinematics (Denavit-Hartenberg parameters) -> [flange frame] -> tcp_offset -> [tcp frame].
1959
+ * The configuration of a motion-group used for motion planning. The parameters `mounting`, `kinematic_chain_offset`, `dh_parameters`, `flange_offset` and `tcp_offset` are used to model the kinematic structure of the motion group. They can be used to compute the coordinate transformations from world to tcp frame: [world frame] -> mounting -> [base frame] -> kinematic chain offset + motion group kinematics (Denavit-Hartenberg parameters) -> [end of kinematic chain frame] -> flange_offset -> [flange frame] -> tcp_offset -> [tcp frame].
1956
1960
  */
1957
1961
  interface MotionGroupDescription {
1958
1962
  /**
@@ -2008,6 +2012,10 @@ interface MotionGroupDescription {
2008
2012
  * Constant coordinate transformation between the motion group base frame and the start of the kinematic chain modelled by Denavit-Hartenberg parameters. Unlike the mounting, which is used to set the actual position and orientation of the motion group within a cell, this offset is fixed. It is part of the description of the kinematical structure of the motion group.
2009
2013
  */
2010
2014
  'kinematic_chain_offset'?: Pose;
2015
+ /**
2016
+ * Constant coordinate transformation between the end of the kinematic chain modelled by Denavit-Hartenberg parameters and the flange frame. This can be used, e.g., to ensure that the flange frame has a certain orientation.
2017
+ */
2018
+ 'flange_offset'?: Pose;
2011
2019
  /**
2012
2020
  * The serial number of the motion group, if available. If not available, the serial number of the robot controller. If not available, empty.
2013
2021
  */
@@ -3704,7 +3712,7 @@ declare class ApplicationApi extends BaseAPI {
3704
3712
  * @param {*} [options] Override http request option.
3705
3713
  * @throws {RequiredError}
3706
3714
  */
3707
- addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
3715
+ addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
3708
3716
  /**
3709
3717
  * Delete all GUI applications from the cell.
3710
3718
  * @summary Clear Applications
@@ -3713,7 +3721,7 @@ declare class ApplicationApi extends BaseAPI {
3713
3721
  * @param {*} [options] Override http request option.
3714
3722
  * @throws {RequiredError}
3715
3723
  */
3716
- clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
3724
+ clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
3717
3725
  /**
3718
3726
  * Delete a GUI application from the cell.
3719
3727
  * @summary Delete Application
@@ -3723,7 +3731,7 @@ declare class ApplicationApi extends BaseAPI {
3723
3731
  * @param {*} [options] Override http request option.
3724
3732
  * @throws {RequiredError}
3725
3733
  */
3726
- deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
3734
+ deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
3727
3735
  /**
3728
3736
  * 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
3737
  * @summary Configuration
@@ -3732,7 +3740,7 @@ declare class ApplicationApi extends BaseAPI {
3732
3740
  * @param {*} [options] Override http request option.
3733
3741
  * @throws {RequiredError}
3734
3742
  */
3735
- getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<App, any>>;
3743
+ getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<App, any>>;
3736
3744
  /**
3737
3745
  * 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
3746
  * @summary List Applications
@@ -3740,7 +3748,7 @@ declare class ApplicationApi extends BaseAPI {
3740
3748
  * @param {*} [options] Override http request option.
3741
3749
  * @throws {RequiredError}
3742
3750
  */
3743
- listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
3751
+ listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
3744
3752
  /**
3745
3753
  * Update the configuration of a GUI application in the cell.
3746
3754
  * @summary Update Configuration
@@ -3751,7 +3759,7 @@ declare class ApplicationApi extends BaseAPI {
3751
3759
  * @param {*} [options] Override http request option.
3752
3760
  * @throws {RequiredError}
3753
3761
  */
3754
- updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
3762
+ updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
3755
3763
  }
3756
3764
  /**
3757
3765
  * BUSInputsOutputsApi - axios parameter creator
@@ -4255,7 +4263,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4255
4263
  * @param {*} [options] Override http request option.
4256
4264
  * @throws {RequiredError}
4257
4265
  */
4258
- addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4266
+ addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4259
4267
  /**
4260
4268
  * 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
4269
  * @summary Add MODBUS Input/Output
@@ -4265,7 +4273,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4265
4273
  * @param {*} [options] Override http request option.
4266
4274
  * @throws {RequiredError}
4267
4275
  */
4268
- addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4276
+ addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4269
4277
  /**
4270
4278
  * 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
4279
  * @summary Add PROFINET Input/Output
@@ -4275,7 +4283,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4275
4283
  * @param {*} [options] Override http request option.
4276
4284
  * @throws {RequiredError}
4277
4285
  */
4278
- addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4286
+ addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4279
4287
  /**
4280
4288
  * Remove the BUS inputs/outputs service from the cell.
4281
4289
  * @summary Clear Service
@@ -4284,7 +4292,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4284
4292
  * @param {*} [options] Override http request option.
4285
4293
  * @throws {RequiredError}
4286
4294
  */
4287
- clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4295
+ clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4288
4296
  /**
4289
4297
  * Removes all input/output variable configurations from the MODBUS device, e.g., NOVA\'s MODBUS service.
4290
4298
  * @summary Remove all MODBUS Input/Outputs
@@ -4292,7 +4300,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4292
4300
  * @param {*} [options] Override http request option.
4293
4301
  * @throws {RequiredError}
4294
4302
  */
4295
- deleteAllModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4303
+ deleteAllModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4296
4304
  /**
4297
4305
  * Removes all input/output variable configurations from the PROFINET device, e.g., NOVA\'s PROFINET service.
4298
4306
  * @summary Remove all PROFINET Input/Outputs
@@ -4300,7 +4308,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4300
4308
  * @param {*} [options] Override http request option.
4301
4309
  * @throws {RequiredError}
4302
4310
  */
4303
- deleteAllProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4311
+ deleteAllProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4304
4312
  /**
4305
4313
  * Removes an input/output variable configuration from the MODBUS device, e.g., NOVA\'s MODBUS service.
4306
4314
  * @summary Remove MODBUS Input/Output
@@ -4309,7 +4317,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4309
4317
  * @param {*} [options] Override http request option.
4310
4318
  * @throws {RequiredError}
4311
4319
  */
4312
- deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4320
+ deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4313
4321
  /**
4314
4322
  * Removes an input/output variable configuration from the PROFINET device, e.g., NOVA\'s PROFINET service.
4315
4323
  * @summary Remove PROFINET Input/Ouptut
@@ -4318,7 +4326,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4318
4326
  * @param {*} [options] Override http request option.
4319
4327
  * @throws {RequiredError}
4320
4328
  */
4321
- deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4329
+ deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4322
4330
  /**
4323
4331
  * Get deployed BUS inputs/outputs service.
4324
4332
  * @summary Get Service
@@ -4326,7 +4334,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4326
4334
  * @param {*} [options] Override http request option.
4327
4335
  * @throws {RequiredError}
4328
4336
  */
4329
- getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOType, any>>;
4337
+ getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIOType, any>>;
4330
4338
  /**
4331
4339
  * Get the current state of the BUS Inputs/Outputs service.
4332
4340
  * @summary State
@@ -4334,7 +4342,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4334
4342
  * @param {*} [options] Override http request option.
4335
4343
  * @throws {RequiredError}
4336
4344
  */
4337
- getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOsState, any>>;
4345
+ getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIOsState, any>>;
4338
4346
  /**
4339
4347
  * 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
4348
  * @summary Get Input/Output Values
@@ -4343,7 +4351,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4343
4351
  * @param {*} [options] Override http request option.
4344
4352
  * @throws {RequiredError}
4345
4353
  */
4346
- getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
4354
+ getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
4347
4355
  /**
4348
4356
  * Get description of NOVA as a PROFINET device.
4349
4357
  * @summary Get PROFINET Description
@@ -4351,7 +4359,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4351
4359
  * @param {*} [options] Override http request option.
4352
4360
  * @throws {RequiredError}
4353
4361
  */
4354
- getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetDescription, any>>;
4362
+ getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProfinetDescription, any>>;
4355
4363
  /**
4356
4364
  * 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
4365
  * @summary PROFINET Inputs/Outputs to File
@@ -4361,7 +4369,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4361
4369
  * @param {*} [options] Override http request option.
4362
4370
  * @throws {RequiredError}
4363
4371
  */
4364
- getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
4372
+ getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
4365
4373
  /**
4366
4374
  * 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
4375
  * @summary List Descriptions
@@ -4369,7 +4377,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4369
4377
  * @param {*} [options] Override http request option.
4370
4378
  * @throws {RequiredError}
4371
4379
  */
4372
- listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIODescription[], any>>;
4380
+ listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<BusIODescription[], any>>;
4373
4381
  /**
4374
4382
  * 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
4383
  * @summary List MODBUS Input/Output Configuration
@@ -4377,7 +4385,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4377
4385
  * @param {*} [options] Override http request option.
4378
4386
  * @throws {RequiredError}
4379
4387
  */
4380
- listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ModbusIO[], any>>;
4388
+ listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ModbusIO[], any>>;
4381
4389
  /**
4382
4390
  * 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
4391
  * @summary List PROFINET Input/Output Configuration
@@ -4385,7 +4393,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4385
4393
  * @param {*} [options] Override http request option.
4386
4394
  * @throws {RequiredError}
4387
4395
  */
4388
- listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetIO[], any>>;
4396
+ listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProfinetIO[], any>>;
4389
4397
  /**
4390
4398
  * 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
4399
  * @summary Set Output Values
@@ -4394,7 +4402,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4394
4402
  * @param {*} [options] Override http request option.
4395
4403
  * @throws {RequiredError}
4396
4404
  */
4397
- setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4405
+ setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4398
4406
  /**
4399
4407
  * 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
4408
  * @summary Set PROFINET Inputs/Outputs from File
@@ -4403,7 +4411,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
4403
4411
  * @param {*} [options] Override http request option.
4404
4412
  * @throws {RequiredError}
4405
4413
  */
4406
- setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4414
+ setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4407
4415
  }
4408
4416
  /**
4409
4417
  * CellApi - axios parameter creator
@@ -4666,7 +4674,7 @@ declare class CellApi extends BaseAPI {
4666
4674
  * @param {*} [options] Override http request option.
4667
4675
  * @throws {RequiredError}
4668
4676
  */
4669
- checkCellVersionUpdate(cell: string, channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
4677
+ checkCellVersionUpdate(cell: string, channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
4670
4678
  /**
4671
4679
  * Delete an entire cell.
4672
4680
  * @summary Delete Cell
@@ -4675,7 +4683,7 @@ declare class CellApi extends BaseAPI {
4675
4683
  * @param {*} [options] Override http request option.
4676
4684
  * @throws {RequiredError}
4677
4685
  */
4678
- deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4686
+ deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4679
4687
  /**
4680
4688
  * 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
4689
  * @summary Add Cell
@@ -4684,7 +4692,7 @@ declare class CellApi extends BaseAPI {
4684
4692
  * @param {*} [options] Override http request option.
4685
4693
  * @throws {RequiredError}
4686
4694
  */
4687
- deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4695
+ deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4688
4696
  /**
4689
4697
  * List all cell resources.
4690
4698
  * @summary Configuration
@@ -4692,7 +4700,7 @@ declare class CellApi extends BaseAPI {
4692
4700
  * @param {*} [options] Override http request option.
4693
4701
  * @throws {RequiredError}
4694
4702
  */
4695
- getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Cell, any>>;
4703
+ getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Cell, any>>;
4696
4704
  /**
4697
4705
  * List the status of all cell resources.
4698
4706
  * @summary Service Status
@@ -4700,14 +4708,14 @@ declare class CellApi extends BaseAPI {
4700
4708
  * @param {*} [options] Override http request option.
4701
4709
  * @throws {RequiredError}
4702
4710
  */
4703
- getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatusResponse, any>>;
4711
+ getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ServiceStatusResponse, any>>;
4704
4712
  /**
4705
4713
  * List all deployed cell names. If no cells are deployed, an empty list is returned.
4706
4714
  * @summary List Cells
4707
4715
  * @param {*} [options] Override http request option.
4708
4716
  * @throws {RequiredError}
4709
4717
  */
4710
- listCells(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
4718
+ listCells(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
4711
4719
  /**
4712
4720
  * Deactivate or activate the services of a cell.
4713
4721
  * @summary Operating State
@@ -4716,7 +4724,7 @@ declare class CellApi extends BaseAPI {
4716
4724
  * @param {*} [options] Override http request option.
4717
4725
  * @throws {RequiredError}
4718
4726
  */
4719
- setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4727
+ setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4720
4728
  /**
4721
4729
  * Update the definition of the entire Cell.
4722
4730
  * @summary Update Configuration
@@ -4726,7 +4734,7 @@ declare class CellApi extends BaseAPI {
4726
4734
  * @param {*} [options] Override http request option.
4727
4735
  * @throws {RequiredError}
4728
4736
  */
4729
- updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4737
+ updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4730
4738
  /**
4731
4739
  * 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
4740
  * @summary Update Cell Version
@@ -4735,7 +4743,7 @@ declare class CellApi extends BaseAPI {
4735
4743
  * @param {*} [options] Override http request option.
4736
4744
  * @throws {RequiredError}
4737
4745
  */
4738
- updateCellVersion(cell: string, updateCellVersionRequest: UpdateCellVersionRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
4746
+ updateCellVersion(cell: string, updateCellVersionRequest: UpdateCellVersionRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
4739
4747
  }
4740
4748
  /**
4741
4749
  * ControllerApi - axios parameter creator
@@ -5173,7 +5181,7 @@ declare class ControllerApi extends BaseAPI {
5173
5181
  * @param {*} [options] Override http request option.
5174
5182
  * @throws {RequiredError}
5175
5183
  */
5176
- addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5184
+ addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5177
5185
  /**
5178
5186
  * 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
5187
  * @summary Clear Robot Controllers
@@ -5182,7 +5190,7 @@ declare class ControllerApi extends BaseAPI {
5182
5190
  * @param {*} [options] Override http request option.
5183
5191
  * @throws {RequiredError}
5184
5192
  */
5185
- clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5193
+ clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5186
5194
  /**
5187
5195
  * Delete a robot controller from the cell.
5188
5196
  * @summary Delete Robot Controller
@@ -5192,7 +5200,7 @@ declare class ControllerApi extends BaseAPI {
5192
5200
  * @param {*} [options] Override http request option.
5193
5201
  * @throws {RequiredError}
5194
5202
  */
5195
- deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5203
+ deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5196
5204
  /**
5197
5205
  * 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
5206
  * @summary Description
@@ -5201,7 +5209,7 @@ declare class ControllerApi extends BaseAPI {
5201
5209
  * @param {*} [options] Override http request option.
5202
5210
  * @throws {RequiredError}
5203
5211
  */
5204
- getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ControllerDescription, any>>;
5212
+ getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ControllerDescription, any>>;
5205
5213
  /**
5206
5214
  * 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
5215
  * @summary Coordinate System
@@ -5212,7 +5220,7 @@ declare class ControllerApi extends BaseAPI {
5212
5220
  * @param {*} [options] Override http request option.
5213
5221
  * @throws {RequiredError}
5214
5222
  */
5215
- getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
5223
+ getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
5216
5224
  /**
5217
5225
  * Get the current state of a robot controller.
5218
5226
  * @summary State
@@ -5221,7 +5229,7 @@ declare class ControllerApi extends BaseAPI {
5221
5229
  * @param {*} [options] Override http request option.
5222
5230
  * @throws {RequiredError}
5223
5231
  */
5224
- getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
5232
+ getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
5225
5233
  /**
5226
5234
  * Get the configuration for a robot controller.
5227
5235
  * @summary Robot Controller
@@ -5230,7 +5238,7 @@ declare class ControllerApi extends BaseAPI {
5230
5238
  * @param {*} [options] Override http request option.
5231
5239
  * @throws {RequiredError}
5232
5240
  */
5233
- getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotController, any>>;
5241
+ getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotController, any>>;
5234
5242
  /**
5235
5243
  * 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
5244
  * @summary Virtual Controller Configuration
@@ -5239,7 +5247,7 @@ declare class ControllerApi extends BaseAPI {
5239
5247
  * @param {*} [options] Override http request option.
5240
5248
  * @throws {RequiredError}
5241
5249
  */
5242
- getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<VirtualRobotConfiguration, any>>;
5250
+ getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<VirtualRobotConfiguration, any>>;
5243
5251
  /**
5244
5252
  * 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
5253
  * @summary List Coordinate Systems
@@ -5249,7 +5257,7 @@ declare class ControllerApi extends BaseAPI {
5249
5257
  * @param {*} [options] Override http request option.
5250
5258
  * @throws {RequiredError}
5251
5259
  */
5252
- listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
5260
+ listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem[], any>>;
5253
5261
  /**
5254
5262
  * List the names of all deployed robot controllers.
5255
5263
  * @summary List Robot Controllers
@@ -5257,7 +5265,7 @@ declare class ControllerApi extends BaseAPI {
5257
5265
  * @param {*} [options] Override http request option.
5258
5266
  * @throws {RequiredError}
5259
5267
  */
5260
- listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
5268
+ listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
5261
5269
  /**
5262
5270
  * 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
5271
  * @summary Set Default Mode
@@ -5267,7 +5275,7 @@ declare class ControllerApi extends BaseAPI {
5267
5275
  * @param {*} [options] Override http request option.
5268
5276
  * @throws {RequiredError}
5269
5277
  */
5270
- setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5278
+ setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5271
5279
  /**
5272
5280
  * <!-- 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
5281
  * @summary Stream Free Drive
@@ -5277,7 +5285,7 @@ declare class ControllerApi extends BaseAPI {
5277
5285
  * @param {*} [options] Override http request option.
5278
5286
  * @throws {RequiredError}
5279
5287
  */
5280
- streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
5288
+ streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
5281
5289
  /**
5282
5290
  * <!-- 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
5291
  * @summary Stream State
@@ -5288,7 +5296,7 @@ declare class ControllerApi extends BaseAPI {
5288
5296
  * @param {*} [options] Override http request option.
5289
5297
  * @throws {RequiredError}
5290
5298
  */
5291
- streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
5299
+ streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotControllerState, any>>;
5292
5300
  /**
5293
5301
  * 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
5302
  * @summary Update Robot Controller
@@ -5299,7 +5307,7 @@ declare class ControllerApi extends BaseAPI {
5299
5307
  * @param {*} [options] Override http request option.
5300
5308
  * @throws {RequiredError}
5301
5309
  */
5302
- updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5310
+ updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5303
5311
  }
5304
5312
  /**
5305
5313
  * ControllerInputsOutputsApi - axios parameter creator
@@ -5491,7 +5499,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5491
5499
  * @param {*} [options] Override http request option.
5492
5500
  * @throws {RequiredError}
5493
5501
  */
5494
- listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
5502
+ listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IODescription[], any>>;
5495
5503
  /**
5496
5504
  * 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
5505
  * @summary Get Input/Output Values
@@ -5501,7 +5509,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5501
5509
  * @param {*} [options] Override http request option.
5502
5510
  * @throws {RequiredError}
5503
5511
  */
5504
- listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
5512
+ listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
5505
5513
  /**
5506
5514
  * 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
5515
  * @summary Set Output Values
@@ -5511,7 +5519,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5511
5519
  * @param {*} [options] Override http request option.
5512
5520
  * @throws {RequiredError}
5513
5521
  */
5514
- setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5522
+ setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5515
5523
  /**
5516
5524
  * <!-- 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
5525
  * @summary Stream Input/Output Values
@@ -5521,7 +5529,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5521
5529
  * @param {*} [options] Override http request option.
5522
5530
  * @throws {RequiredError}
5523
5531
  */
5524
- streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<StreamIOValuesResponse, any>>;
5532
+ streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<StreamIOValuesResponse, any>>;
5525
5533
  /**
5526
5534
  * 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
5535
  * @summary Wait For
@@ -5531,7 +5539,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
5531
5539
  * @param {*} [options] Override http request option.
5532
5540
  * @throws {RequiredError}
5533
5541
  */
5534
- waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<boolean, any>>;
5542
+ waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<boolean, any>>;
5535
5543
  }
5536
5544
  /**
5537
5545
  * JoggingApi - axios parameter creator
@@ -5591,7 +5599,7 @@ declare class JoggingApi extends BaseAPI {
5591
5599
  * @param {*} [options] Override http request option.
5592
5600
  * @throws {RequiredError}
5593
5601
  */
5594
- executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteJoggingResponse, any>>;
5602
+ executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExecuteJoggingResponse, any>>;
5595
5603
  }
5596
5604
  /**
5597
5605
  * KinematicsApi - axios parameter creator
@@ -5674,7 +5682,7 @@ declare class KinematicsApi extends BaseAPI {
5674
5682
  * @param {*} [options] Override http request option.
5675
5683
  * @throws {RequiredError}
5676
5684
  */
5677
- forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ForwardKinematicsResponse, any>>;
5685
+ forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ForwardKinematicsResponse, any>>;
5678
5686
  /**
5679
5687
  * Returns the reachable joint positions for a list of given poses.
5680
5688
  * @summary Inverse kinematics
@@ -5683,7 +5691,7 @@ declare class KinematicsApi extends BaseAPI {
5683
5691
  * @param {*} [options] Override http request option.
5684
5692
  * @throws {RequiredError}
5685
5693
  */
5686
- inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<InverseKinematicsResponse, any>>;
5694
+ inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<InverseKinematicsResponse, any>>;
5687
5695
  }
5688
5696
  /**
5689
5697
  * LicenseApi - axios parameter creator
@@ -5798,28 +5806,28 @@ declare class LicenseApi extends BaseAPI {
5798
5806
  * @param {*} [options] Override http request option.
5799
5807
  * @throws {RequiredError}
5800
5808
  */
5801
- activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
5809
+ activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<License, any>>;
5802
5810
  /**
5803
5811
  * Deactivates active license.
5804
5812
  * @summary Deactivate license
5805
5813
  * @param {*} [options] Override http request option.
5806
5814
  * @throws {RequiredError}
5807
5815
  */
5808
- deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
5816
+ deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
5809
5817
  /**
5810
5818
  * Get information on the license used with the Wandelbots NOVA instance, e.g., licensed product, expiration date, license status.
5811
5819
  * @summary Get license
5812
5820
  * @param {*} [options] Override http request option.
5813
5821
  * @throws {RequiredError}
5814
5822
  */
5815
- getLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
5823
+ getLicense(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<License, any>>;
5816
5824
  /**
5817
5825
  * 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
5826
  * @summary Get license status
5819
5827
  * @param {*} [options] Override http request option.
5820
5828
  * @throws {RequiredError}
5821
5829
  */
5822
- getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<LicenseStatus, any>>;
5830
+ getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<LicenseStatus, any>>;
5823
5831
  }
5824
5832
  /**
5825
5833
  * MotionGroupApi - axios parameter creator
@@ -5949,7 +5957,7 @@ declare class MotionGroupApi extends BaseAPI {
5949
5957
  * @param {*} [options] Override http request option.
5950
5958
  * @throws {RequiredError}
5951
5959
  */
5952
- getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
5960
+ getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupState, any>>;
5953
5961
  /**
5954
5962
  * 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
5963
  * @summary Description
@@ -5959,7 +5967,7 @@ declare class MotionGroupApi extends BaseAPI {
5959
5967
  * @param {*} [options] Override http request option.
5960
5968
  * @throws {RequiredError}
5961
5969
  */
5962
- getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupDescription, any>>;
5970
+ getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupDescription, any>>;
5963
5971
  /**
5964
5972
  * <!-- 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
5973
  * @summary Stream State
@@ -5971,7 +5979,7 @@ declare class MotionGroupApi extends BaseAPI {
5971
5979
  * @param {*} [options] Override http request option.
5972
5980
  * @throws {RequiredError}
5973
5981
  */
5974
- streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
5982
+ streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupState, any>>;
5975
5983
  }
5976
5984
  /**
5977
5985
  * MotionGroupModelsApi - axios parameter creator
@@ -6120,7 +6128,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
6120
6128
  * @param {*} [options] Override http request option.
6121
6129
  * @throws {RequiredError}
6122
6130
  */
6123
- getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6131
+ getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6124
6132
  [key: string]: Collider;
6125
6133
  }[], any>>;
6126
6134
  /**
@@ -6130,7 +6138,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
6130
6138
  * @param {*} [options] Override http request option.
6131
6139
  * @throws {RequiredError}
6132
6140
  */
6133
- getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
6141
+ getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
6134
6142
  /**
6135
6143
  * Returns the kinematics model (DH parameters) for the given motion group model. See [getMotionGroupModels](#/operations/getMotionGroupModels) for supported motion group models.
6136
6144
  * @summary Get Kinematics
@@ -6138,14 +6146,14 @@ declare class MotionGroupModelsApi extends BaseAPI {
6138
6146
  * @param {*} [options] Override http request option.
6139
6147
  * @throws {RequiredError}
6140
6148
  */
6141
- getMotionGroupKinematicModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<KinematicModel, any>>;
6149
+ getMotionGroupKinematicModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<KinematicModel, any>>;
6142
6150
  /**
6143
6151
  * Returns the list of supported motion group models.
6144
6152
  * @summary Motion Group Models
6145
6153
  * @param {*} [options] Override http request option.
6146
6154
  * @throws {RequiredError}
6147
6155
  */
6148
- getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6156
+ getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6149
6157
  /**
6150
6158
  * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](#/operations/getMotionGroupModels) for supported identifiers.
6151
6159
  * @summary Download USD Model
@@ -6153,7 +6161,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
6153
6161
  * @param {*} [options] Override http request option.
6154
6162
  * @throws {RequiredError}
6155
6163
  */
6156
- getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
6164
+ getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
6157
6165
  }
6158
6166
  /**
6159
6167
  * ProgramApi - axios parameter creator
@@ -6290,7 +6298,7 @@ declare class ProgramApi extends BaseAPI {
6290
6298
  * @param {*} [options] Override http request option.
6291
6299
  * @throws {RequiredError}
6292
6300
  */
6293
- getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program, any>>;
6301
+ getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Program, any>>;
6294
6302
  /**
6295
6303
  * <!-- theme: danger --> > **Experimental** List details of all existing programs.
6296
6304
  * @summary List programs
@@ -6298,7 +6306,7 @@ declare class ProgramApi extends BaseAPI {
6298
6306
  * @param {*} [options] Override http request option.
6299
6307
  * @throws {RequiredError}
6300
6308
  */
6301
- listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program[], any>>;
6309
+ listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Program[], any>>;
6302
6310
  /**
6303
6311
  * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
6304
6312
  * @summary Start the program
@@ -6308,7 +6316,7 @@ declare class ProgramApi extends BaseAPI {
6308
6316
  * @param {*} [options] Override http request option.
6309
6317
  * @throws {RequiredError}
6310
6318
  */
6311
- startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProgramRun, any>>;
6319
+ startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ProgramRun, any>>;
6312
6320
  /**
6313
6321
  * <!-- theme: danger --> > **Experimental** Stop a specific program run.
6314
6322
  * @summary Stop program run
@@ -6317,7 +6325,7 @@ declare class ProgramApi extends BaseAPI {
6317
6325
  * @param {*} [options] Override http request option.
6318
6326
  * @throws {RequiredError}
6319
6327
  */
6320
- stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6328
+ stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
6321
6329
  }
6322
6330
  /**
6323
6331
  * RobotConfigurationsApi - axios parameter creator
@@ -6390,14 +6398,14 @@ declare class RobotConfigurationsApi extends BaseAPI {
6390
6398
  * @param {*} [options] Override http request option.
6391
6399
  * @throws {RequiredError}
6392
6400
  */
6393
- getControllerConfigFromArpScan(robotControllerConfigurationRequest: RobotControllerConfigurationRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotController[], any>>;
6401
+ getControllerConfigFromArpScan(robotControllerConfigurationRequest: RobotControllerConfigurationRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotController[], any>>;
6394
6402
  /**
6395
6403
  * Returns the identifiers of available robot configurations. A robot configuration represents a robot controller with one or more attached motion groups.
6396
6404
  * @summary List Robot Configurations
6397
6405
  * @param {*} [options] Override http request option.
6398
6406
  * @throws {RequiredError}
6399
6407
  */
6400
- getRobotConfigurations(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6408
+ getRobotConfigurations(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6401
6409
  }
6402
6410
  /**
6403
6411
  * StoreCollisionComponentsApi - axios parameter creator
@@ -6870,7 +6878,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6870
6878
  * @param {*} [options] Override http request option.
6871
6879
  * @throws {RequiredError}
6872
6880
  */
6873
- deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6881
+ deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
6874
6882
  /**
6875
6883
  * Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
6876
6884
  * @summary Delete Link Chain
@@ -6879,7 +6887,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6879
6887
  * @param {*} [options] Override http request option.
6880
6888
  * @throws {RequiredError}
6881
6889
  */
6882
- deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6890
+ deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
6883
6891
  /**
6884
6892
  * Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
6885
6893
  * @summary Delete Tool
@@ -6888,7 +6896,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6888
6896
  * @param {*} [options] Override http request option.
6889
6897
  * @throws {RequiredError}
6890
6898
  */
6891
- deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
6899
+ deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
6892
6900
  /**
6893
6901
  * Returns the collider.
6894
6902
  * @summary Get Collider
@@ -6897,7 +6905,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6897
6905
  * @param {*} [options] Override http request option.
6898
6906
  * @throws {RequiredError}
6899
6907
  */
6900
- getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
6908
+ getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Collider, any>>;
6901
6909
  /**
6902
6910
  * Returns the collision link chain.
6903
6911
  * @summary Get Link Chain
@@ -6906,7 +6914,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6906
6914
  * @param {*} [options] Override http request option.
6907
6915
  * @throws {RequiredError}
6908
6916
  */
6909
- getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6917
+ getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6910
6918
  [key: string]: Collider;
6911
6919
  }[], any>>;
6912
6920
  /**
@@ -6917,7 +6925,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6917
6925
  * @param {*} [options] Override http request option.
6918
6926
  * @throws {RequiredError}
6919
6927
  */
6920
- getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6928
+ getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6921
6929
  [key: string]: Collider;
6922
6930
  }, any>>;
6923
6931
  /**
@@ -6927,7 +6935,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6927
6935
  * @param {*} [options] Override http request option.
6928
6936
  * @throws {RequiredError}
6929
6937
  */
6930
- listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6938
+ listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6931
6939
  [key: string]: {
6932
6940
  [key: string]: Collider;
6933
6941
  }[];
@@ -6939,7 +6947,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6939
6947
  * @param {*} [options] Override http request option.
6940
6948
  * @throws {RequiredError}
6941
6949
  */
6942
- listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6950
+ listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6943
6951
  /**
6944
6952
  * Returns all stored colliders.
6945
6953
  * @summary List Colliders
@@ -6947,7 +6955,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6947
6955
  * @param {*} [options] Override http request option.
6948
6956
  * @throws {RequiredError}
6949
6957
  */
6950
- listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6958
+ listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6951
6959
  [key: string]: Collider;
6952
6960
  }, any>>;
6953
6961
  /**
@@ -6957,7 +6965,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6957
6965
  * @param {*} [options] Override http request option.
6958
6966
  * @throws {RequiredError}
6959
6967
  */
6960
- listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6968
+ listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6961
6969
  /**
6962
6970
  * Returns the list of stored tools.
6963
6971
  * @summary List Tools
@@ -6965,7 +6973,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6965
6973
  * @param {*} [options] Override http request option.
6966
6974
  * @throws {RequiredError}
6967
6975
  */
6968
- listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
6976
+ listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
6969
6977
  [key: string]: {
6970
6978
  [key: string]: Collider;
6971
6979
  };
@@ -6977,7 +6985,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6977
6985
  * @param {*} [options] Override http request option.
6978
6986
  * @throws {RequiredError}
6979
6987
  */
6980
- listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
6988
+ listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
6981
6989
  /**
6982
6990
  * Stores collider. - If the collider does not exist, it will be created. - If the collider exists, it will be updated.
6983
6991
  * @summary Store Collider
@@ -6987,7 +6995,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6987
6995
  * @param {*} [options] Override http request option.
6988
6996
  * @throws {RequiredError}
6989
6997
  */
6990
- storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
6998
+ storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Collider, any>>;
6991
6999
  /**
6992
7000
  * Stores link chain. - If the link chain does not exist, it will be created. - If the link chain exists, it will be updated.
6993
7001
  * @summary Store Link Chain
@@ -6999,7 +7007,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
6999
7007
  */
7000
7008
  storeCollisionLinkChain(cell: string, linkChain: string, collider: Array<{
7001
7009
  [key: string]: Collider;
7002
- }>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
7010
+ }>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
7003
7011
  [key: string]: Collider;
7004
7012
  }[], any>>;
7005
7013
  /**
@@ -7013,7 +7021,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
7013
7021
  */
7014
7022
  storeCollisionTool(cell: string, tool: string, requestBody: {
7015
7023
  [key: string]: Collider;
7016
- }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
7024
+ }, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
7017
7025
  [key: string]: Collider;
7018
7026
  }, any>>;
7019
7027
  }
@@ -7180,7 +7188,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7180
7188
  * @param {*} [options] Override http request option.
7181
7189
  * @throws {RequiredError}
7182
7190
  */
7183
- deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7191
+ deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7184
7192
  /**
7185
7193
  * Returns the stored collision setup.
7186
7194
  * @summary Get Collision Setup
@@ -7189,7 +7197,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7189
7197
  * @param {*} [options] Override http request option.
7190
7198
  * @throws {RequiredError}
7191
7199
  */
7192
- getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
7200
+ getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CollisionSetup, any>>;
7193
7201
  /**
7194
7202
  * Returns a list of stored collision setups.
7195
7203
  * @summary List Collision Setups
@@ -7197,7 +7205,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7197
7205
  * @param {*} [options] Override http request option.
7198
7206
  * @throws {RequiredError}
7199
7207
  */
7200
- listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
7208
+ listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<{
7201
7209
  [key: string]: CollisionSetup;
7202
7210
  }, any>>;
7203
7211
  /**
@@ -7207,7 +7215,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7207
7215
  * @param {*} [options] Override http request option.
7208
7216
  * @throws {RequiredError}
7209
7217
  */
7210
- listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7218
+ listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
7211
7219
  /**
7212
7220
  * Stores collision setup. - If the collision setup does not exist, it will be created. - If the collision setup exists, it will be updated.
7213
7221
  * @summary Store Collision Setup
@@ -7217,7 +7225,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
7217
7225
  * @param {*} [options] Override http request option.
7218
7226
  * @throws {RequiredError}
7219
7227
  */
7220
- storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
7228
+ storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CollisionSetup, any>>;
7221
7229
  }
7222
7230
  /**
7223
7231
  * StoreObjectApi - axios parameter creator
@@ -7413,7 +7421,7 @@ declare class StoreObjectApi extends BaseAPI {
7413
7421
  * @param {*} [options] Override http request option.
7414
7422
  * @throws {RequiredError}
7415
7423
  */
7416
- clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7424
+ clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7417
7425
  /**
7418
7426
  * Delete an object <!-- theme: danger --> > This will delete persistently stored data.
7419
7427
  * @summary Delete Object
@@ -7422,7 +7430,7 @@ declare class StoreObjectApi extends BaseAPI {
7422
7430
  * @param {*} [options] Override http request option.
7423
7431
  * @throws {RequiredError}
7424
7432
  */
7425
- deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7433
+ deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7426
7434
  /**
7427
7435
  * Returns content and metadata of a stored object.
7428
7436
  * @summary Get Object
@@ -7431,7 +7439,7 @@ declare class StoreObjectApi extends BaseAPI {
7431
7439
  * @param {*} [options] Override http request option.
7432
7440
  * @throws {RequiredError}
7433
7441
  */
7434
- getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
7442
+ getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
7435
7443
  /**
7436
7444
  * Returns metadata. Object content is not returned.
7437
7445
  * @summary Get Object Metadata
@@ -7440,7 +7448,7 @@ declare class StoreObjectApi extends BaseAPI {
7440
7448
  * @param {*} [options] Override http request option.
7441
7449
  * @throws {RequiredError}
7442
7450
  */
7443
- getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7451
+ getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7444
7452
  /**
7445
7453
  * List the keys for all objects.
7446
7454
  * @summary List all Object Keys
@@ -7448,7 +7456,7 @@ declare class StoreObjectApi extends BaseAPI {
7448
7456
  * @param {*} [options] Override http request option.
7449
7457
  * @throws {RequiredError}
7450
7458
  */
7451
- listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
7459
+ listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string[], any>>;
7452
7460
  /**
7453
7461
  * 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
7462
  * @summary Store Object
@@ -7461,7 +7469,7 @@ declare class StoreObjectApi extends BaseAPI {
7461
7469
  */
7462
7470
  storeObject(cell: string, key: string, xMetadata?: {
7463
7471
  [key: string]: string;
7464
- }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7472
+ }, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7465
7473
  }
7466
7474
  /**
7467
7475
  * SystemApi - axios parameter creator
@@ -7780,7 +7788,7 @@ declare class SystemApi extends BaseAPI {
7780
7788
  */
7781
7789
  backupConfiguration(resources?: Array<string>, metadata?: {
7782
7790
  [key: string]: string;
7783
- }, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
7791
+ }, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
7784
7792
  /**
7785
7793
  * Check if a more recent Wandelbots NOVA Version is available.
7786
7794
  * @summary Check update
@@ -7788,7 +7796,7 @@ declare class SystemApi extends BaseAPI {
7788
7796
  * @param {*} [options] Override http request option.
7789
7797
  * @throws {RequiredError}
7790
7798
  */
7791
- checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
7799
+ checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
7792
7800
  /**
7793
7801
  * <!-- 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
7802
  * @summary Get ARP-Scan
@@ -7798,7 +7806,7 @@ declare class SystemApi extends BaseAPI {
7798
7806
  * @param {*} [options] Override http request option.
7799
7807
  * @throws {RequiredError}
7800
7808
  */
7801
- getArpScan(_interface?: string, cidr?: string, timeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<NetworkDevice[], any>>;
7809
+ getArpScan(_interface?: string, cidr?: string, timeout?: number, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkDevice[], any>>;
7802
7810
  /**
7803
7811
  * 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
7812
  * @summary Retrieve Backup Status
@@ -7806,49 +7814,49 @@ declare class SystemApi extends BaseAPI {
7806
7814
  * @param {*} [options] Override http request option.
7807
7815
  * @throws {RequiredError}
7808
7816
  */
7809
- getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationArchiveStatus, any>>;
7817
+ getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ConfigurationArchiveStatus, any>>;
7810
7818
  /**
7811
7819
  * 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
7820
  * @summary Download Diagnosis Package
7813
7821
  * @param {*} [options] Override http request option.
7814
7822
  * @throws {RequiredError}
7815
7823
  */
7816
- getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
7824
+ getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<File, any>>;
7817
7825
  /**
7818
7826
  * <!-- theme: danger --> > **Experimental** Get the network interfaces of the system.
7819
7827
  * @summary Network Interfaces
7820
7828
  * @param {*} [options] Override http request option.
7821
7829
  * @throws {RequiredError}
7822
7830
  */
7823
- getNetworkInterfaces(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<NetworkInterface[], any>>;
7831
+ getNetworkInterfaces(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkInterface[], any>>;
7824
7832
  /**
7825
7833
  * <!-- theme: danger --> > **Experimental** Get the current state of the network.
7826
7834
  * @summary Network State
7827
7835
  * @param {*} [options] Override http request option.
7828
7836
  * @throws {RequiredError}
7829
7837
  */
7830
- getNetworkState(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<NetworkState, any>>;
7838
+ getNetworkState(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<NetworkState, any>>;
7831
7839
  /**
7832
7840
  * Get the status of all system services.
7833
7841
  * @summary Wandelbots NOVA status
7834
7842
  * @param {*} [options] Override http request option.
7835
7843
  * @throws {RequiredError}
7836
7844
  */
7837
- getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatus[], any>>;
7845
+ getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ServiceStatus[], any>>;
7838
7846
  /**
7839
7847
  * Get the current Wandelbots NOVA version.
7840
7848
  * @summary Wandelbots NOVA Version
7841
7849
  * @param {*} [options] Override http request option.
7842
7850
  * @throws {RequiredError}
7843
7851
  */
7844
- getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
7852
+ getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<string, any>>;
7845
7853
  /**
7846
7854
  * Retrieves a list of all available configuration resources for backup purposes.
7847
7855
  * @summary List Configuration Resources
7848
7856
  * @param {*} [options] Override http request option.
7849
7857
  * @throws {RequiredError}
7850
7858
  */
7851
- listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationResource[], any>>;
7859
+ listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ConfigurationResource[], any>>;
7852
7860
  /**
7853
7861
  * Restores a previously backed up configuration. If an empty array of resources is provided, all resources from the backup will be restored.
7854
7862
  * @summary Restore Configuration Backup
@@ -7857,7 +7865,7 @@ declare class SystemApi extends BaseAPI {
7857
7865
  * @param {*} [options] Override http request option.
7858
7866
  * @throws {RequiredError}
7859
7867
  */
7860
- restoreConfiguration(body: File, resources?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7868
+ restoreConfiguration(body: File, resources?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7861
7869
  /**
7862
7870
  * 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
7871
  * @summary Update Wandelbots NOVA version
@@ -7865,7 +7873,7 @@ declare class SystemApi extends BaseAPI {
7865
7873
  * @param {*} [options] Override http request option.
7866
7874
  * @throws {RequiredError}
7867
7875
  */
7868
- updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
7876
+ updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
7869
7877
  }
7870
7878
  /**
7871
7879
  * TrajectoryCachingApi - axios parameter creator
@@ -8039,7 +8047,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8039
8047
  * @param {*} [options] Override http request option.
8040
8048
  * @throws {RequiredError}
8041
8049
  */
8042
- addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<AddTrajectoryResponse, any>>;
8050
+ addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<AddTrajectoryResponse, any>>;
8043
8051
  /**
8044
8052
  * Clear the trajectory cache.
8045
8053
  * @summary Clear Trajectories
@@ -8048,7 +8056,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8048
8056
  * @param {*} [options] Override http request option.
8049
8057
  * @throws {RequiredError}
8050
8058
  */
8051
- clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8059
+ clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8052
8060
  /**
8053
8061
  * 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
8062
  * @summary Delete Trajectory
@@ -8058,7 +8066,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8058
8066
  * @param {*} [options] Override http request option.
8059
8067
  * @throws {RequiredError}
8060
8068
  */
8061
- deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8069
+ deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8062
8070
  /**
8063
8071
  * Get a previously created trajectory from cache. Use [listTrajectories](#/operations/listTrajectories) to list all cached trajectories.
8064
8072
  * @summary Get Trajectory
@@ -8068,7 +8076,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8068
8076
  * @param {*} [options] Override http request option.
8069
8077
  * @throws {RequiredError}
8070
8078
  */
8071
- getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<GetTrajectoryResponse, any>>;
8079
+ getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<GetTrajectoryResponse, any>>;
8072
8080
  /**
8073
8081
  * 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
8082
  * @summary List Trajectories
@@ -8077,7 +8085,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
8077
8085
  * @param {*} [options] Override http request option.
8078
8086
  * @throws {RequiredError}
8079
8087
  */
8080
- listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ListTrajectoriesResponse, any>>;
8088
+ listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ListTrajectoriesResponse, any>>;
8081
8089
  }
8082
8090
  /**
8083
8091
  * TrajectoryExecutionApi - axios parameter creator
@@ -8137,7 +8145,7 @@ declare class TrajectoryExecutionApi extends BaseAPI {
8137
8145
  * @param {*} [options] Override http request option.
8138
8146
  * @throws {RequiredError}
8139
8147
  */
8140
- executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteTrajectoryResponse, any>>;
8148
+ executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExecuteTrajectoryResponse, any>>;
8141
8149
  }
8142
8150
  /**
8143
8151
  * TrajectoryPlanningApi - axios parameter creator
@@ -8247,7 +8255,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
8247
8255
  * @param {*} [options] Override http request option.
8248
8256
  * @throws {RequiredError}
8249
8257
  */
8250
- mergeTrajectories(cell: string, mergeTrajectoriesRequest: MergeTrajectoriesRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MergeTrajectoriesResponse, any>>;
8258
+ mergeTrajectories(cell: string, mergeTrajectoriesRequest: MergeTrajectoriesRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MergeTrajectoriesResponse, any>>;
8251
8259
  /**
8252
8260
  * 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
8261
  * @summary Plan Collision-Free Trajectory
@@ -8256,7 +8264,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
8256
8264
  * @param {*} [options] Override http request option.
8257
8265
  * @throws {RequiredError}
8258
8266
  */
8259
- planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanCollisionFreeResponse, any>>;
8267
+ planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<PlanCollisionFreeResponse, any>>;
8260
8268
  /**
8261
8269
  * 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
8270
  * @summary Plan Trajectory
@@ -8265,7 +8273,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
8265
8273
  * @param {*} [options] Override http request option.
8266
8274
  * @throws {RequiredError}
8267
8275
  */
8268
- planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanTrajectoryResponse, any>>;
8276
+ planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<PlanTrajectoryResponse, any>>;
8269
8277
  }
8270
8278
  /**
8271
8279
  * VersionApi - axios parameter creator
@@ -8313,7 +8321,7 @@ declare class VersionApi extends BaseAPI {
8313
8321
  * @param {*} [options] Override http request option.
8314
8322
  * @throws {RequiredError}
8315
8323
  */
8316
- getApiVersion(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ApiVersion, any>>;
8324
+ getApiVersion(options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ApiVersion, any>>;
8317
8325
  }
8318
8326
  /**
8319
8327
  * VirtualControllerApi - axios parameter creator
@@ -8863,7 +8871,7 @@ declare class VirtualControllerApi extends BaseAPI {
8863
8871
  * @param {*} [options] Override http request option.
8864
8872
  * @throws {RequiredError}
8865
8873
  */
8866
- addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8874
+ addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8867
8875
  /**
8868
8876
  * 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
8877
  * @summary Add Motion Group
@@ -8873,7 +8881,7 @@ declare class VirtualControllerApi extends BaseAPI {
8873
8881
  * @param {*} [options] Override http request option.
8874
8882
  * @throws {RequiredError}
8875
8883
  */
8876
- addVirtualControllerMotionGroup(cell: string, controller: string, addVirtualControllerMotionGroupRequest: AddVirtualControllerMotionGroupRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8884
+ addVirtualControllerMotionGroup(cell: string, controller: string, addVirtualControllerMotionGroupRequest: AddVirtualControllerMotionGroupRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8877
8885
  /**
8878
8886
  * 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
8887
  * @summary Add TCP
@@ -8885,7 +8893,7 @@ declare class VirtualControllerApi extends BaseAPI {
8885
8893
  * @param {*} [options] Override http request option.
8886
8894
  * @throws {RequiredError}
8887
8895
  */
8888
- addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8896
+ addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8889
8897
  /**
8890
8898
  * 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
8899
  * @summary Delete Coordinate System
@@ -8896,7 +8904,7 @@ declare class VirtualControllerApi extends BaseAPI {
8896
8904
  * @param {*} [options] Override http request option.
8897
8905
  * @throws {RequiredError}
8898
8906
  */
8899
- deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8907
+ deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8900
8908
  /**
8901
8909
  * 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
8910
  * @summary Delete Motion Group
@@ -8906,7 +8914,7 @@ declare class VirtualControllerApi extends BaseAPI {
8906
8914
  * @param {*} [options] Override http request option.
8907
8915
  * @throws {RequiredError}
8908
8916
  */
8909
- deleteVirtualControllerMotionGroup(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8917
+ deleteVirtualControllerMotionGroup(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8910
8918
  /**
8911
8919
  * 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
8920
  * @summary Remove TCP
@@ -8917,7 +8925,7 @@ declare class VirtualControllerApi extends BaseAPI {
8917
8925
  * @param {*} [options] Override http request option.
8918
8926
  * @throws {RequiredError}
8919
8927
  */
8920
- deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
8928
+ deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8921
8929
  /**
8922
8930
  * 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
8931
  * @summary Get Emergency Stop State
@@ -8926,7 +8934,7 @@ declare class VirtualControllerApi extends BaseAPI {
8926
8934
  * @param {*} [options] Override http request option.
8927
8935
  * @throws {RequiredError}
8928
8936
  */
8929
- getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Flag, any>>;
8937
+ getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Flag, any>>;
8930
8938
  /**
8931
8939
  * Get the current motion group state which provides values for the joints\' position, velocity and acceleration.
8932
8940
  * @summary Get Motion Group State
@@ -8936,7 +8944,7 @@ declare class VirtualControllerApi extends BaseAPI {
8936
8944
  * @param {*} [options] Override http request option.
8937
8945
  * @throws {RequiredError}
8938
8946
  */
8939
- getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupJoints, any>>;
8947
+ getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupJoints, any>>;
8940
8948
  /**
8941
8949
  * Gets information on the motion group.
8942
8950
  * @summary Motion Group Description
@@ -8945,7 +8953,7 @@ declare class VirtualControllerApi extends BaseAPI {
8945
8953
  * @param {*} [options] Override http request option.
8946
8954
  * @throws {RequiredError}
8947
8955
  */
8948
- getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupInfo[], any>>;
8956
+ getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<MotionGroupInfo[], any>>;
8949
8957
  /**
8950
8958
  * 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
8959
  * @summary Get Operation Mode
@@ -8954,7 +8962,7 @@ declare class VirtualControllerApi extends BaseAPI {
8954
8962
  * @param {*} [options] Override http request option.
8955
8963
  * @throws {RequiredError}
8956
8964
  */
8957
- getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<OpMode, any>>;
8965
+ getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<OpMode, any>>;
8958
8966
  /**
8959
8967
  * Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
8960
8968
  * @summary Get Mounting
@@ -8964,7 +8972,7 @@ declare class VirtualControllerApi extends BaseAPI {
8964
8972
  * @param {*} [options] Override http request option.
8965
8973
  * @throws {RequiredError}
8966
8974
  */
8967
- getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
8975
+ getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
8968
8976
  /**
8969
8977
  * Lists all coordinate systems on the robot controller.
8970
8978
  * @summary List Coordinate Systems
@@ -8973,7 +8981,7 @@ declare class VirtualControllerApi extends BaseAPI {
8973
8981
  * @param {*} [options] Override http request option.
8974
8982
  * @throws {RequiredError}
8975
8983
  */
8976
- listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
8984
+ listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem[], any>>;
8977
8985
  /**
8978
8986
  * Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
8979
8987
  * @summary List TCPs
@@ -8983,7 +8991,7 @@ declare class VirtualControllerApi extends BaseAPI {
8983
8991
  * @param {*} [options] Override http request option.
8984
8992
  * @throws {RequiredError}
8985
8993
  */
8986
- listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotTcp[], any>>;
8994
+ listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<RobotTcp[], any>>;
8987
8995
  /**
8988
8996
  * 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
8997
  * @summary Push or Release Emergency Stop
@@ -8993,7 +9001,7 @@ declare class VirtualControllerApi extends BaseAPI {
8993
9001
  * @param {*} [options] Override http request option.
8994
9002
  * @throws {RequiredError}
8995
9003
  */
8996
- setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9004
+ setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
8997
9005
  /**
8998
9006
  * 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
9007
  * @summary Set Motion Group State
@@ -9004,7 +9012,7 @@ declare class VirtualControllerApi extends BaseAPI {
9004
9012
  * @param {*} [options] Override http request option.
9005
9013
  * @throws {RequiredError}
9006
9014
  */
9007
- setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9015
+ setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
9008
9016
  /**
9009
9017
  * 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
9018
  * @summary Set Operation Mode
@@ -9014,7 +9022,7 @@ declare class VirtualControllerApi extends BaseAPI {
9014
9022
  * @param {*} [options] Override http request option.
9015
9023
  * @throws {RequiredError}
9016
9024
  */
9017
- setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9025
+ setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
9018
9026
  /**
9019
9027
  * 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
9028
  * @summary Set Mounting
@@ -9025,7 +9033,7 @@ declare class VirtualControllerApi extends BaseAPI {
9025
9033
  * @param {*} [options] Override http request option.
9026
9034
  * @throws {RequiredError}
9027
9035
  */
9028
- setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
9036
+ setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CoordinateSystem, any>>;
9029
9037
  }
9030
9038
  /**
9031
9039
  * VirtualControllerBehaviorApi - axios parameter creator
@@ -9169,7 +9177,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
9169
9177
  * @param {*} [options] Override http request option.
9170
9178
  * @throws {RequiredError}
9171
9179
  */
9172
- externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
9180
+ externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
9173
9181
  /**
9174
9182
  * Get the cycle time of controller communication in [ms].
9175
9183
  * @summary Get Cycle Time
@@ -9178,7 +9186,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
9178
9186
  * @param {*} [options] Override http request option.
9179
9187
  * @throws {RequiredError}
9180
9188
  */
9181
- getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CycleTime, any>>;
9189
+ getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<CycleTime, any>>;
9182
9190
  /**
9183
9191
  * Get the current virtual controller behavior. See [setVirtualControllerBehavior](#/operations/setVirtualControllerBehavior) and the body for details.
9184
9192
  * @summary Get Behavior
@@ -9187,7 +9195,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
9187
9195
  * @param {*} [options] Override http request option.
9188
9196
  * @throws {RequiredError}
9189
9197
  */
9190
- getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Behavior, any>>;
9198
+ getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<Behavior, any>>;
9191
9199
  /**
9192
9200
  * Set virtual controller behavior. See query parameters for details.
9193
9201
  * @summary Set Behavior
@@ -9197,7 +9205,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
9197
9205
  * @param {*} [options] Override http request option.
9198
9206
  * @throws {RequiredError}
9199
9207
  */
9200
- setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9208
+ setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
9201
9209
  }
9202
9210
  /**
9203
9211
  * VirtualControllerInputsOutputsApi - axios parameter creator
@@ -9326,7 +9334,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
9326
9334
  * @param {*} [options] Override http request option.
9327
9335
  * @throws {RequiredError}
9328
9336
  */
9329
- listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
9337
+ listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IOValue[], any>>;
9330
9338
  /**
9331
9339
  * 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
9340
  * @summary List Descriptions
@@ -9339,7 +9347,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
9339
9347
  * @param {*} [options] Override http request option.
9340
9348
  * @throws {RequiredError}
9341
9349
  */
9342
- listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
9350
+ listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<IODescription[], any>>;
9343
9351
  /**
9344
9352
  * Sets a list of values of a virtual controller inputs/outputs.
9345
9353
  * @summary Set Input/Ouput Values
@@ -9349,7 +9357,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
9349
9357
  * @param {*} [options] Override http request option.
9350
9358
  * @throws {RequiredError}
9351
9359
  */
9352
- setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
9360
+ setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios176.AxiosResponse<void, any>>;
9353
9361
  }
9354
9362
  //#endregion
9355
9363
  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 };