@wandelbots/nova-api 26.2.0-dev.64 → 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/v1/index.d.ts +178 -178
- package/dist/v2/index.cjs +1 -1
- package/dist/v2/index.d.ts +146 -146
- package/dist/v2/index.js +1 -1
- package/package.json +1 -1
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(`/
|
|
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 = {
|