@wandelbots/nova-api 26.1.0-dev.61 → 26.1.0-dev.62
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/v1/index.d.ts +178 -178
- package/dist/v2/index.cjs +1 -1
- package/dist/v2/index.d.ts +137 -137
- package/dist/v2/index.js +1 -1
- package/package.json +1 -1
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;
|