@wandelbots/nova-api 26.1.0-dev.61 → 26.1.0-dev.63
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.cjs +1 -1
- package/dist/v2/index.js +1 -1
- package/package.json +1 -1
package/dist/v2/index.cjs
CHANGED
|
@@ -3690,7 +3690,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
3690
3690
|
},
|
|
3691
3691
|
getMotionGroupKinematicModel: async (motionGroupModel, options = {}) => {
|
|
3692
3692
|
assertParamExists("getMotionGroupKinematicModel", "motionGroupModel", motionGroupModel);
|
|
3693
|
-
const localVarPath = `/motion-group-models/{motion-group-model}/
|
|
3693
|
+
const localVarPath = `/motion-group-models/{motion-group-model}/kinematic`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
3694
3694
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3695
3695
|
let baseOptions;
|
|
3696
3696
|
if (configuration) baseOptions = configuration.baseOptions;
|
package/dist/v2/index.js
CHANGED
|
@@ -3688,7 +3688,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
3688
3688
|
},
|
|
3689
3689
|
getMotionGroupKinematicModel: async (motionGroupModel, options = {}) => {
|
|
3690
3690
|
assertParamExists("getMotionGroupKinematicModel", "motionGroupModel", motionGroupModel);
|
|
3691
|
-
const localVarPath = `/motion-group-models/{motion-group-model}/
|
|
3691
|
+
const localVarPath = `/motion-group-models/{motion-group-model}/kinematic`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
3692
3692
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3693
3693
|
let baseOptions;
|
|
3694
3694
|
if (configuration) baseOptions = configuration.baseOptions;
|