@wandelbots/nova-api 25.3.0-dev.60 → 25.3.0-dev.61
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 +4 -1
- package/v1/api.js +4 -1
- package/v1/api.js.map +1 -1
- package/v1/api.ts +4 -1
- package/v2/api.d.ts +4 -1
- package/v2/api.js +4 -1
- package/v2/api.js.map +1 -1
- package/v2/api.ts +4 -1
package/package.json
CHANGED
package/v1/api.d.ts
CHANGED
|
@@ -7290,7 +7290,9 @@ export declare const VirtualControllerTypes: {
|
|
|
7290
7290
|
readonly FanucM10iD12: "fanuc-m10iD12";
|
|
7291
7291
|
readonly FanucM20iD25: "fanuc-m20iD25";
|
|
7292
7292
|
readonly FanucM20iD35: "fanuc-m20iD35";
|
|
7293
|
-
readonly
|
|
7293
|
+
readonly FanucM900iB280L: "fanuc-m900iB280L";
|
|
7294
|
+
readonly FanucM900iB360E: "fanuc-m900iB360E";
|
|
7295
|
+
readonly FanucR2000ic210f: "fanuc-r2000ic210f";
|
|
7294
7296
|
readonly FanucR2000ic125l: "fanuc-r2000ic125l";
|
|
7295
7297
|
readonly KukaKr10R1100: "kuka-kr10_r1100";
|
|
7296
7298
|
readonly KukaKr10R11002: "kuka-kr10_r1100_2";
|
|
@@ -7313,6 +7315,7 @@ export declare const VirtualControllerTypes: {
|
|
|
7313
7315
|
readonly KukaKr50R2500: "kuka-kr50_r2500";
|
|
7314
7316
|
readonly KukaKr6R7002: "kuka-kr6_r700_2";
|
|
7315
7317
|
readonly KukaKr6R700Sixx: "kuka-kr6_r700_sixx";
|
|
7318
|
+
readonly KukaKr6R900: "kuka-kr6_r900";
|
|
7316
7319
|
readonly KukaKr6R9002: "kuka-kr6_r900_2";
|
|
7317
7320
|
readonly KukaLbrIisy11R1300: "kuka-lbr_iisy_11_r1300";
|
|
7318
7321
|
readonly UniversalrobotsUr10cb: "universalrobots-ur10cb";
|
package/v1/api.js
CHANGED
|
@@ -462,7 +462,9 @@ export const VirtualControllerTypes = {
|
|
|
462
462
|
FanucM10iD12: 'fanuc-m10iD12',
|
|
463
463
|
FanucM20iD25: 'fanuc-m20iD25',
|
|
464
464
|
FanucM20iD35: 'fanuc-m20iD35',
|
|
465
|
-
|
|
465
|
+
FanucM900iB280L: 'fanuc-m900iB280L',
|
|
466
|
+
FanucM900iB360E: 'fanuc-m900iB360E',
|
|
467
|
+
FanucR2000ic210f: 'fanuc-r2000ic210f',
|
|
466
468
|
FanucR2000ic125l: 'fanuc-r2000ic125l',
|
|
467
469
|
KukaKr10R1100: 'kuka-kr10_r1100',
|
|
468
470
|
KukaKr10R11002: 'kuka-kr10_r1100_2',
|
|
@@ -485,6 +487,7 @@ export const VirtualControllerTypes = {
|
|
|
485
487
|
KukaKr50R2500: 'kuka-kr50_r2500',
|
|
486
488
|
KukaKr6R7002: 'kuka-kr6_r700_2',
|
|
487
489
|
KukaKr6R700Sixx: 'kuka-kr6_r700_sixx',
|
|
490
|
+
KukaKr6R900: 'kuka-kr6_r900',
|
|
488
491
|
KukaKr6R9002: 'kuka-kr6_r900_2',
|
|
489
492
|
KukaLbrIisy11R1300: 'kuka-lbr_iisy_11_r1300',
|
|
490
493
|
UniversalrobotsUr10cb: 'universalrobots-ur10cb',
|