@wandelbots/nova-api 25.8.0-dev.6 → 25.8.0-dev.60
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 +1 -1
- package/v1/api.js +1 -1
- package/v1/api.js.map +1 -1
- package/v1/api.ts +1 -1
- package/v2/api.d.ts +565 -152
- package/v2/api.js +402 -51
- package/v2/api.js.map +1 -1
- package/v2/api.ts +774 -148
package/package.json
CHANGED
package/v1/api.d.ts
CHANGED
|
@@ -13505,7 +13505,7 @@ export declare const GetDefaultLinkChainMotionGroupModelEnum: {
|
|
|
13505
13505
|
readonly FanucM900iB360E: "FANUC_M900iB360E";
|
|
13506
13506
|
readonly FanucR2000iC125L: "FANUC_R2000iC125L";
|
|
13507
13507
|
readonly FanucR2000iC210F: "FANUC_R2000iC210F";
|
|
13508
|
-
readonly
|
|
13508
|
+
readonly KukaDkp5002: "KUKA_DKP500_2";
|
|
13509
13509
|
readonly KukaKr10R1100: "KUKA_KR10_R1100";
|
|
13510
13510
|
readonly KukaKr10R11002: "KUKA_KR10_R1100_2";
|
|
13511
13511
|
readonly KukaKr10R900: "KUKA_KR10_R900";
|
package/v1/api.js
CHANGED
|
@@ -12228,7 +12228,7 @@ export const GetDefaultLinkChainMotionGroupModelEnum = {
|
|
|
12228
12228
|
FanucM900iB360E: 'FANUC_M900iB360E',
|
|
12229
12229
|
FanucR2000iC125L: 'FANUC_R2000iC125L',
|
|
12230
12230
|
FanucR2000iC210F: 'FANUC_R2000iC210F',
|
|
12231
|
-
|
|
12231
|
+
KukaDkp5002: 'KUKA_DKP500_2',
|
|
12232
12232
|
KukaKr10R1100: 'KUKA_KR10_R1100',
|
|
12233
12233
|
KukaKr10R11002: 'KUKA_KR10_R1100_2',
|
|
12234
12234
|
KukaKr10R900: 'KUKA_KR10_R900',
|