@wandelbots/nova-api 26.2.0-dev.63 → 26.2.0-dev.65

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 CHANGED
@@ -4158,7 +4158,7 @@ const RobotConfigurationsApiAxiosParamCreator = function(configuration) {
4158
4158
  return {
4159
4159
  getControllerConfigFromArpScan: async (robotControllerConfigurationRequest, options = {}) => {
4160
4160
  assertParamExists("getControllerConfigFromArpScan", "robotControllerConfigurationRequest", robotControllerConfigurationRequest);
4161
- const localVarUrlObj = new URL(`/v2/experimental/system/network/controllers`, DUMMY_BASE_URL);
4161
+ const localVarUrlObj = new URL(`/experimental/system/network/controllers`, DUMMY_BASE_URL);
4162
4162
  let baseOptions;
4163
4163
  if (configuration) baseOptions = configuration.baseOptions;
4164
4164
  const localVarRequestOptions = {