@wandelbots/nova-api 25.6.0-dev.23 → 25.6.0-dev.27
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 +86 -84
- package/v1/api.js +87 -85
- package/v1/api.js.map +1 -1
- package/v1/api.ts +87 -85
- package/v2/api.d.ts +2 -1
- package/v2/api.js +2 -1
- package/v2/api.js.map +1 -1
- package/v2/api.ts +2 -1
package/v2/api.ts
CHANGED
|
@@ -5154,9 +5154,10 @@ export const VirtualControllerTypes = {
|
|
|
5154
5154
|
KukaKr210R33002: 'kuka-kr210_r3300_2',
|
|
5155
5155
|
KukaKr240R2700: 'kuka-kr240_r2700',
|
|
5156
5156
|
KukaKr250R27002: 'kuka-kr250_r2700_2',
|
|
5157
|
-
|
|
5157
|
+
KukaKr30R2100: 'kuka-kr30_r2100',
|
|
5158
5158
|
KukaKr30R3: 'kuka-kr30_r3',
|
|
5159
5159
|
KukaKr360L2403: 'kuka-kr360_l240_3',
|
|
5160
|
+
KukaKr3R540: 'kuka-kr3_r540',
|
|
5160
5161
|
KukaKr4R600: 'kuka-kr4_r600',
|
|
5161
5162
|
KukaKr500L3403: 'kuka-kr500_l340_3',
|
|
5162
5163
|
KukaKr50R2500: 'kuka-kr50_r2500',
|