@wandelbots/nova-api 25.9.0-dev.16 → 25.9.0-dev.17
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/dist/v2/index.d.cts +2 -1
- package/dist/v2/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -512,8 +512,9 @@ interface BusIOProfinet {
|
|
|
512
512
|
*
|
|
513
513
|
* @type {BusIOProfinetDefaultRoute}
|
|
514
514
|
* @memberof BusIOProfinet
|
|
515
|
+
* @deprecated
|
|
515
516
|
*/
|
|
516
|
-
'default_route'
|
|
517
|
+
'default_route'?: BusIOProfinetDefaultRoute;
|
|
517
518
|
}
|
|
518
519
|
declare const BusIOProfinetBusTypeEnum: {
|
|
519
520
|
readonly Profinet: "profinet";
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -512,8 +512,9 @@ interface BusIOProfinet {
|
|
|
512
512
|
*
|
|
513
513
|
* @type {BusIOProfinetDefaultRoute}
|
|
514
514
|
* @memberof BusIOProfinet
|
|
515
|
+
* @deprecated
|
|
515
516
|
*/
|
|
516
|
-
'default_route'
|
|
517
|
+
'default_route'?: BusIOProfinetDefaultRoute;
|
|
517
518
|
}
|
|
518
519
|
declare const BusIOProfinetBusTypeEnum: {
|
|
519
520
|
readonly Profinet: "profinet";
|