@wandelbots/nova-api 25.7.0-dev.9 → 25.8.0-dev.2
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 +1 -1
- package/v1/api.d.ts +5 -1
- package/v1/api.js +5 -1
- package/v1/api.js.map +1 -1
- package/v1/api.ts +5 -1
- package/v1/base.d.ts +1 -1
- package/v1/base.js +1 -1
- package/v1/base.ts +1 -1
- package/v1/common.d.ts +1 -1
- package/v1/common.js +1 -1
- package/v1/common.ts +1 -1
- package/v1/configuration.d.ts +1 -1
- package/v1/configuration.js +1 -1
- package/v1/configuration.ts +1 -1
- package/v1/index.d.ts +1 -1
- package/v1/index.js +1 -1
- package/v1/index.ts +1 -1
- package/v2/api.d.ts +2009 -717
- package/v2/api.js +1449 -291
- package/v2/api.js.map +1 -1
- package/v2/api.ts +2767 -755
package/v1/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7528,6 +7528,7 @@ export const VirtualControllerTypes = {
|
|
|
7528
7528
|
FanucCrx20ial: 'fanuc-crx20ial',
|
|
7529
7529
|
FanucCrx25ia: 'fanuc-crx25ia',
|
|
7530
7530
|
FanucCrx30ia: 'fanuc-crx30ia',
|
|
7531
|
+
FanucCrx5ia: 'fanuc-crx5ia',
|
|
7531
7532
|
FanucLrMate200iD: 'fanuc-lr_mate_200iD',
|
|
7532
7533
|
FanucLrMate200iD4S: 'fanuc-lr_mate_200iD4S',
|
|
7533
7534
|
FanucLrMate200iD7L: 'fanuc-lr_mate_200iD7L',
|
|
@@ -7535,6 +7536,7 @@ export const VirtualControllerTypes = {
|
|
|
7535
7536
|
FanucM10iD16S: 'fanuc-m10iD16S',
|
|
7536
7537
|
FanucM20iD25: 'fanuc-m20iD25',
|
|
7537
7538
|
FanucM20iD35: 'fanuc-m20iD35',
|
|
7539
|
+
FanucM710iC20L: 'fanuc-m710iC20L',
|
|
7538
7540
|
FanucM900iB280L: 'fanuc-m900iB280L',
|
|
7539
7541
|
FanucM900iB360E: 'fanuc-m900iB360E',
|
|
7540
7542
|
FanucR2000ic125l: 'fanuc-r2000ic125l',
|
|
@@ -20633,10 +20635,12 @@ export const GetDefaultLinkChainMotionGroupModelEnum = {
|
|
|
20633
20635
|
FanucM20iD12L: 'FANUC_M20iD12L',
|
|
20634
20636
|
FanucM20iD25: 'FANUC_M20iD25',
|
|
20635
20637
|
FanucM20iD35: 'FANUC_M20iD35',
|
|
20638
|
+
FanucM710iC20L: 'FANUC_M710iC20L',
|
|
20636
20639
|
FanucM900iB280L: 'FANUC_M900iB280L',
|
|
20637
20640
|
FanucM900iB360E: 'FANUC_M900iB360E',
|
|
20638
20641
|
FanucR2000iC125L: 'FANUC_R2000iC125L',
|
|
20639
20642
|
FanucR2000iC210F: 'FANUC_R2000iC210F',
|
|
20643
|
+
KukaDk5002: 'KUKA_DK500_2',
|
|
20640
20644
|
KukaKr10R1100: 'KUKA_KR10_R1100',
|
|
20641
20645
|
KukaKr10R11002: 'KUKA_KR10_R1100_2',
|
|
20642
20646
|
KukaKr10R900: 'KUKA_KR10_R900',
|
package/v1/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Wandelbots NOVA API
|
|
3
3
|
* Interact with robots in an easy and intuitive way.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Wandelbots NOVA API
|
|
3
3
|
* Interact with robots in an easy and intuitive way.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Wandelbots NOVA API
|
|
3
3
|
* Interact with robots in an easy and intuitive way.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/configuration.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Wandelbots NOVA API
|
|
3
3
|
* Interact with robots in an easy and intuitive way.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|