@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/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}/kinematics`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.1.0-dev.61",
3
+ "version": "26.1.0-dev.62",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [