@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/v2/api.ts CHANGED
@@ -384,12 +384,6 @@ export interface BusIOProfinet {
384
384
  * @memberof BusIOProfinet
385
385
  */
386
386
  'bus_type'?: BusIOProfinetBusTypeEnum;
387
- /**
388
- * 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.
389
- * @type {string}
390
- * @memberof BusIOProfinet
391
- */
392
- 'config_file_content'?: string;
393
387
  /**
394
388
  * Used to enable IP communication through the same physical interface while PN Driver is running.
395
389
  * @type {BusIOProfinetNetwork}