@wandelbots/nova-api 26.7.0-dev.58 → 26.7.0-dev.59
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 -2
- package/dist/v2/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -365,9 +365,9 @@ type Behavior = typeof Behavior[keyof typeof Behavior];
|
|
|
365
365
|
* Specifies baseline blending behavior for a motion command.
|
|
366
366
|
*/
|
|
367
367
|
type Blending = {
|
|
368
|
-
|
|
368
|
+
blending_name: 'BlendingAuto';
|
|
369
369
|
} & BlendingAuto | {
|
|
370
|
-
|
|
370
|
+
blending_name: 'BlendingPosition';
|
|
371
371
|
} & BlendingPosition;
|
|
372
372
|
interface BlendingAuto {
|
|
373
373
|
/**
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -365,9 +365,9 @@ type Behavior = typeof Behavior[keyof typeof Behavior];
|
|
|
365
365
|
* Specifies baseline blending behavior for a motion command.
|
|
366
366
|
*/
|
|
367
367
|
type Blending = {
|
|
368
|
-
|
|
368
|
+
blending_name: 'BlendingAuto';
|
|
369
369
|
} & BlendingAuto | {
|
|
370
|
-
|
|
370
|
+
blending_name: 'BlendingPosition';
|
|
371
371
|
} & BlendingPosition;
|
|
372
372
|
interface BlendingAuto {
|
|
373
373
|
/**
|