@wandelbots/nova-api 25.8.0-dev.33 → 25.8.0-dev.35

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "25.8.0-dev.33",
3
+ "version": "25.8.0-dev.35",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -353,12 +353,6 @@ export interface BusIOProfinet {
353
353
  * @memberof BusIOProfinet
354
354
  */
355
355
  'bus_type'?: BusIOProfinetBusTypeEnum;
356
- /**
357
- * Content of Configuration XML file for PROFINET device, typically known as PND_IOD.xml. Leave empty for the default configuration. Refer to the official PROFINET driver documentation for further information.
358
- * @type {string}
359
- * @memberof BusIOProfinet
360
- */
361
- 'config_file_content'?: string;
362
356
  /**
363
357
  * Used to enable IP communication through the same physical interface while PN Driver is running.
364
358
  * @type {BusIOProfinetNetwork}