@wandelbots/nova-api 26.7.0-dev.24 → 26.7.0-dev.26

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
@@ -7287,36 +7287,6 @@ const SystemApiAxiosParamCreator = function(configuration) {
7287
7287
  options: localVarRequestOptions
7288
7288
  };
7289
7289
  },
7290
- configureRerunLogging: async (cell, rerunLoggingConfigurationRequest, options = {}) => {
7291
- assertParamExists("configureRerunLogging", "cell", cell);
7292
- assertParamExists("configureRerunLogging", "rerunLoggingConfigurationRequest", rerunLoggingConfigurationRequest);
7293
- const localVarPath = `/experimental/cells/{cell}/trajectory-planning/rerun-logging`.replace("{cell}", encodeURIComponent(String(cell)));
7294
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
7295
- let baseOptions;
7296
- if (configuration) baseOptions = configuration.baseOptions;
7297
- const localVarRequestOptions = {
7298
- method: "PUT",
7299
- ...baseOptions,
7300
- ...options
7301
- };
7302
- const localVarHeaderParameter = {};
7303
- const localVarQueryParameter = {};
7304
- await setBearerAuthToObject(localVarHeaderParameter, configuration);
7305
- localVarHeaderParameter["Content-Type"] = "application/json";
7306
- localVarHeaderParameter["Accept"] = "application/json";
7307
- setSearchParams(localVarUrlObj, localVarQueryParameter);
7308
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7309
- localVarRequestOptions.headers = {
7310
- ...localVarHeaderParameter,
7311
- ...headersFromBaseOptions,
7312
- ...options.headers
7313
- };
7314
- localVarRequestOptions.data = serializeDataIfNeeded(rerunLoggingConfigurationRequest, localVarRequestOptions, configuration);
7315
- return {
7316
- url: toPathString(localVarUrlObj),
7317
- options: localVarRequestOptions
7318
- };
7319
- },
7320
7290
  getArpScan: async (_interface, cidr, timeout, options = {}) => {
7321
7291
  assertParamExists("getArpScan", "_interface", _interface);
7322
7292
  assertParamExists("getArpScan", "cidr", cidr);
@@ -7600,118 +7570,109 @@ const SystemApiFp = function(configuration) {
7600
7570
  const localVarOperationServerBasePath = operationServerMap["SystemApi.checkNovaVersionUpdate"]?.[localVarOperationServerIndex]?.url;
7601
7571
  return (axios$146, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$146, localVarOperationServerBasePath || basePath);
7602
7572
  },
7603
- async configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
7604
- const localVarAxiosArgs = await localVarAxiosParamCreator.configureRerunLogging(cell, rerunLoggingConfigurationRequest, options);
7605
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7606
- const localVarOperationServerBasePath = operationServerMap["SystemApi.configureRerunLogging"]?.[localVarOperationServerIndex]?.url;
7607
- return (axios$147, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$147, localVarOperationServerBasePath || basePath);
7608
- },
7609
7573
  async getArpScan(_interface, cidr, timeout, options) {
7610
7574
  const localVarAxiosArgs = await localVarAxiosParamCreator.getArpScan(_interface, cidr, timeout, options);
7611
7575
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7612
7576
  const localVarOperationServerBasePath = operationServerMap["SystemApi.getArpScan"]?.[localVarOperationServerIndex]?.url;
7613
- return (axios$148, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$148, localVarOperationServerBasePath || basePath);
7577
+ return (axios$147, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$147, localVarOperationServerBasePath || basePath);
7614
7578
  },
7615
7579
  async getConfigurationBackupStatus(operationId, options) {
7616
7580
  const localVarAxiosArgs = await localVarAxiosParamCreator.getConfigurationBackupStatus(operationId, options);
7617
7581
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7618
7582
  const localVarOperationServerBasePath = operationServerMap["SystemApi.getConfigurationBackupStatus"]?.[localVarOperationServerIndex]?.url;
7619
- return (axios$149, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$149, localVarOperationServerBasePath || basePath);
7583
+ return (axios$148, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$148, localVarOperationServerBasePath || basePath);
7620
7584
  },
7621
7585
  async getDiagnosePackage(options) {
7622
7586
  const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosePackage(options);
7623
7587
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7624
7588
  const localVarOperationServerBasePath = operationServerMap["SystemApi.getDiagnosePackage"]?.[localVarOperationServerIndex]?.url;
7625
- return (axios$150, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$150, localVarOperationServerBasePath || basePath);
7589
+ return (axios$149, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$149, localVarOperationServerBasePath || basePath);
7626
7590
  },
7627
7591
  async getNetworkInterfaces(options) {
7628
7592
  const localVarAxiosArgs = await localVarAxiosParamCreator.getNetworkInterfaces(options);
7629
7593
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7630
7594
  const localVarOperationServerBasePath = operationServerMap["SystemApi.getNetworkInterfaces"]?.[localVarOperationServerIndex]?.url;
7631
- return (axios$151, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$151, localVarOperationServerBasePath || basePath);
7595
+ return (axios$150, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$150, localVarOperationServerBasePath || basePath);
7632
7596
  },
7633
7597
  async getNetworkState(options) {
7634
7598
  const localVarAxiosArgs = await localVarAxiosParamCreator.getNetworkState(options);
7635
7599
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7636
7600
  const localVarOperationServerBasePath = operationServerMap["SystemApi.getNetworkState"]?.[localVarOperationServerIndex]?.url;
7637
- return (axios$152, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$152, localVarOperationServerBasePath || basePath);
7601
+ return (axios$151, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$151, localVarOperationServerBasePath || basePath);
7638
7602
  },
7639
7603
  async getSystemStatus(options) {
7640
7604
  const localVarAxiosArgs = await localVarAxiosParamCreator.getSystemStatus(options);
7641
7605
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7642
7606
  const localVarOperationServerBasePath = operationServerMap["SystemApi.getSystemStatus"]?.[localVarOperationServerIndex]?.url;
7643
- return (axios$153, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$153, localVarOperationServerBasePath || basePath);
7607
+ return (axios$152, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$152, localVarOperationServerBasePath || basePath);
7644
7608
  },
7645
7609
  async getSystemVersion(options) {
7646
7610
  const localVarAxiosArgs = await localVarAxiosParamCreator.getSystemVersion(options);
7647
7611
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7648
7612
  const localVarOperationServerBasePath = operationServerMap["SystemApi.getSystemVersion"]?.[localVarOperationServerIndex]?.url;
7649
- return (axios$154, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$154, localVarOperationServerBasePath || basePath);
7613
+ return (axios$153, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$153, localVarOperationServerBasePath || basePath);
7650
7614
  },
7651
7615
  async listConfigurationResources(options) {
7652
7616
  const localVarAxiosArgs = await localVarAxiosParamCreator.listConfigurationResources(options);
7653
7617
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7654
7618
  const localVarOperationServerBasePath = operationServerMap["SystemApi.listConfigurationResources"]?.[localVarOperationServerIndex]?.url;
7655
- return (axios$155, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$155, localVarOperationServerBasePath || basePath);
7619
+ return (axios$154, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$154, localVarOperationServerBasePath || basePath);
7656
7620
  },
7657
7621
  async restoreConfiguration(body, resources, options) {
7658
7622
  const localVarAxiosArgs = await localVarAxiosParamCreator.restoreConfiguration(body, resources, options);
7659
7623
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7660
7624
  const localVarOperationServerBasePath = operationServerMap["SystemApi.restoreConfiguration"]?.[localVarOperationServerIndex]?.url;
7661
- return (axios$156, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$156, localVarOperationServerBasePath || basePath);
7625
+ return (axios$155, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$155, localVarOperationServerBasePath || basePath);
7662
7626
  },
7663
7627
  async updateNovaVersion(updateNovaVersionRequest, options) {
7664
7628
  const localVarAxiosArgs = await localVarAxiosParamCreator.updateNovaVersion(updateNovaVersionRequest, options);
7665
7629
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7666
7630
  const localVarOperationServerBasePath = operationServerMap["SystemApi.updateNovaVersion"]?.[localVarOperationServerIndex]?.url;
7667
- return (axios$157, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$157, localVarOperationServerBasePath || basePath);
7631
+ return (axios$156, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$156, localVarOperationServerBasePath || basePath);
7668
7632
  }
7669
7633
  };
7670
7634
  };
7671
7635
  /**
7672
7636
  * SystemApi - factory interface
7673
7637
  */
7674
- const SystemApiFactory = function(configuration, basePath, axios$158) {
7638
+ const SystemApiFactory = function(configuration, basePath, axios$157) {
7675
7639
  const localVarFp = SystemApiFp(configuration);
7676
7640
  return {
7677
7641
  backupConfiguration(resources, metadata, options) {
7678
- return localVarFp.backupConfiguration(resources, metadata, options).then((request) => request(axios$158, basePath));
7642
+ return localVarFp.backupConfiguration(resources, metadata, options).then((request) => request(axios$157, basePath));
7679
7643
  },
7680
7644
  checkNovaVersionUpdate(channel, options) {
7681
- return localVarFp.checkNovaVersionUpdate(channel, options).then((request) => request(axios$158, basePath));
7682
- },
7683
- configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
7684
- return localVarFp.configureRerunLogging(cell, rerunLoggingConfigurationRequest, options).then((request) => request(axios$158, basePath));
7645
+ return localVarFp.checkNovaVersionUpdate(channel, options).then((request) => request(axios$157, basePath));
7685
7646
  },
7686
7647
  getArpScan(_interface, cidr, timeout, options) {
7687
- return localVarFp.getArpScan(_interface, cidr, timeout, options).then((request) => request(axios$158, basePath));
7648
+ return localVarFp.getArpScan(_interface, cidr, timeout, options).then((request) => request(axios$157, basePath));
7688
7649
  },
7689
7650
  getConfigurationBackupStatus(operationId, options) {
7690
- return localVarFp.getConfigurationBackupStatus(operationId, options).then((request) => request(axios$158, basePath));
7651
+ return localVarFp.getConfigurationBackupStatus(operationId, options).then((request) => request(axios$157, basePath));
7691
7652
  },
7692
7653
  getDiagnosePackage(options) {
7693
- return localVarFp.getDiagnosePackage(options).then((request) => request(axios$158, basePath));
7654
+ return localVarFp.getDiagnosePackage(options).then((request) => request(axios$157, basePath));
7694
7655
  },
7695
7656
  getNetworkInterfaces(options) {
7696
- return localVarFp.getNetworkInterfaces(options).then((request) => request(axios$158, basePath));
7657
+ return localVarFp.getNetworkInterfaces(options).then((request) => request(axios$157, basePath));
7697
7658
  },
7698
7659
  getNetworkState(options) {
7699
- return localVarFp.getNetworkState(options).then((request) => request(axios$158, basePath));
7660
+ return localVarFp.getNetworkState(options).then((request) => request(axios$157, basePath));
7700
7661
  },
7701
7662
  getSystemStatus(options) {
7702
- return localVarFp.getSystemStatus(options).then((request) => request(axios$158, basePath));
7663
+ return localVarFp.getSystemStatus(options).then((request) => request(axios$157, basePath));
7703
7664
  },
7704
7665
  getSystemVersion(options) {
7705
- return localVarFp.getSystemVersion(options).then((request) => request(axios$158, basePath));
7666
+ return localVarFp.getSystemVersion(options).then((request) => request(axios$157, basePath));
7706
7667
  },
7707
7668
  listConfigurationResources(options) {
7708
- return localVarFp.listConfigurationResources(options).then((request) => request(axios$158, basePath));
7669
+ return localVarFp.listConfigurationResources(options).then((request) => request(axios$157, basePath));
7709
7670
  },
7710
7671
  restoreConfiguration(body, resources, options) {
7711
- return localVarFp.restoreConfiguration(body, resources, options).then((request) => request(axios$158, basePath));
7672
+ return localVarFp.restoreConfiguration(body, resources, options).then((request) => request(axios$157, basePath));
7712
7673
  },
7713
7674
  updateNovaVersion(updateNovaVersionRequest, options) {
7714
- return localVarFp.updateNovaVersion(updateNovaVersionRequest, options).then((request) => request(axios$158, basePath));
7675
+ return localVarFp.updateNovaVersion(updateNovaVersionRequest, options).then((request) => request(axios$157, basePath));
7715
7676
  }
7716
7677
  };
7717
7678
  };
@@ -7741,17 +7702,6 @@ var SystemApi = class extends BaseAPI {
7741
7702
  return SystemApiFp(this.configuration).checkNovaVersionUpdate(channel, options).then((request) => request(this.axios, this.basePath));
7742
7703
  }
7743
7704
  /**
7744
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
7745
- * @summary Configure Rerun Logging
7746
- * @param {string} cell Unique identifier addressing a cell in all API calls.
7747
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
7748
- * @param {*} [options] Override http request option.
7749
- * @throws {RequiredError}
7750
- */
7751
- configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
7752
- return SystemApiFp(this.configuration).configureRerunLogging(cell, rerunLoggingConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
7753
- }
7754
- /**
7755
7705
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
7756
7706
  * @summary Get ARP-Scan
7757
7707
  * @param {string} _interface
@@ -7983,45 +7933,45 @@ const TeachingApiFp = function(configuration) {
7983
7933
  const localVarAxiosArgs = await localVarAxiosParamCreator.createDataset(cell, createDatasetRequest, options);
7984
7934
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7985
7935
  const localVarOperationServerBasePath = operationServerMap["TeachingApi.createDataset"]?.[localVarOperationServerIndex]?.url;
7986
- return (axios$159, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$159, localVarOperationServerBasePath || basePath);
7936
+ return (axios$158, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$158, localVarOperationServerBasePath || basePath);
7987
7937
  },
7988
7938
  async deleteDataset(cell, dataset, revision, options) {
7989
7939
  const localVarAxiosArgs = await localVarAxiosParamCreator.deleteDataset(cell, dataset, revision, options);
7990
7940
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7991
7941
  const localVarOperationServerBasePath = operationServerMap["TeachingApi.deleteDataset"]?.[localVarOperationServerIndex]?.url;
7992
- return (axios$160, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$160, localVarOperationServerBasePath || basePath);
7942
+ return (axios$159, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$159, localVarOperationServerBasePath || basePath);
7993
7943
  },
7994
7944
  async getDataset(cell, dataset, revision, options) {
7995
7945
  const localVarAxiosArgs = await localVarAxiosParamCreator.getDataset(cell, dataset, revision, options);
7996
7946
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7997
7947
  const localVarOperationServerBasePath = operationServerMap["TeachingApi.getDataset"]?.[localVarOperationServerIndex]?.url;
7998
- return (axios$161, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$161, localVarOperationServerBasePath || basePath);
7948
+ return (axios$160, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$160, localVarOperationServerBasePath || basePath);
7999
7949
  },
8000
7950
  async getDatasets(cell, dataset, latestOnly, options) {
8001
7951
  const localVarAxiosArgs = await localVarAxiosParamCreator.getDatasets(cell, dataset, latestOnly, options);
8002
7952
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
8003
7953
  const localVarOperationServerBasePath = operationServerMap["TeachingApi.getDatasets"]?.[localVarOperationServerIndex]?.url;
8004
- return (axios$162, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$162, localVarOperationServerBasePath || basePath);
7954
+ return (axios$161, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$161, localVarOperationServerBasePath || basePath);
8005
7955
  }
8006
7956
  };
8007
7957
  };
8008
7958
  /**
8009
7959
  * TeachingApi - factory interface
8010
7960
  */
8011
- const TeachingApiFactory = function(configuration, basePath, axios$163) {
7961
+ const TeachingApiFactory = function(configuration, basePath, axios$162) {
8012
7962
  const localVarFp = TeachingApiFp(configuration);
8013
7963
  return {
8014
7964
  createDataset(cell, createDatasetRequest, options) {
8015
- return localVarFp.createDataset(cell, createDatasetRequest, options).then((request) => request(axios$163, basePath));
7965
+ return localVarFp.createDataset(cell, createDatasetRequest, options).then((request) => request(axios$162, basePath));
8016
7966
  },
8017
7967
  deleteDataset(cell, dataset, revision, options) {
8018
- return localVarFp.deleteDataset(cell, dataset, revision, options).then((request) => request(axios$163, basePath));
7968
+ return localVarFp.deleteDataset(cell, dataset, revision, options).then((request) => request(axios$162, basePath));
8019
7969
  },
8020
7970
  getDataset(cell, dataset, revision, options) {
8021
- return localVarFp.getDataset(cell, dataset, revision, options).then((request) => request(axios$163, basePath));
7971
+ return localVarFp.getDataset(cell, dataset, revision, options).then((request) => request(axios$162, basePath));
8022
7972
  },
8023
7973
  getDatasets(cell, dataset, latestOnly, options) {
8024
- return localVarFp.getDatasets(cell, dataset, latestOnly, options).then((request) => request(axios$163, basePath));
7974
+ return localVarFp.getDatasets(cell, dataset, latestOnly, options).then((request) => request(axios$162, basePath));
8025
7975
  }
8026
7976
  };
8027
7977
  };
@@ -8239,54 +8189,54 @@ const TrajectoryCachingApiFp = function(configuration) {
8239
8189
  const localVarAxiosArgs = await localVarAxiosParamCreator.addTrajectory(cell, controller, addTrajectoryRequest, options);
8240
8190
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
8241
8191
  const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.addTrajectory"]?.[localVarOperationServerIndex]?.url;
8242
- return (axios$164, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$164, localVarOperationServerBasePath || basePath);
8192
+ return (axios$163, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$163, localVarOperationServerBasePath || basePath);
8243
8193
  },
8244
8194
  async clearTrajectories(cell, controller, options) {
8245
8195
  const localVarAxiosArgs = await localVarAxiosParamCreator.clearTrajectories(cell, controller, options);
8246
8196
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
8247
8197
  const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.clearTrajectories"]?.[localVarOperationServerIndex]?.url;
8248
- return (axios$165, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$165, localVarOperationServerBasePath || basePath);
8198
+ return (axios$164, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$164, localVarOperationServerBasePath || basePath);
8249
8199
  },
8250
8200
  async deleteTrajectory(cell, controller, trajectory, options) {
8251
8201
  const localVarAxiosArgs = await localVarAxiosParamCreator.deleteTrajectory(cell, controller, trajectory, options);
8252
8202
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
8253
8203
  const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.deleteTrajectory"]?.[localVarOperationServerIndex]?.url;
8254
- return (axios$166, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$166, localVarOperationServerBasePath || basePath);
8204
+ return (axios$165, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$165, localVarOperationServerBasePath || basePath);
8255
8205
  },
8256
8206
  async getTrajectory(cell, controller, trajectory, options) {
8257
8207
  const localVarAxiosArgs = await localVarAxiosParamCreator.getTrajectory(cell, controller, trajectory, options);
8258
8208
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
8259
8209
  const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.getTrajectory"]?.[localVarOperationServerIndex]?.url;
8260
- return (axios$167, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$167, localVarOperationServerBasePath || basePath);
8210
+ return (axios$166, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$166, localVarOperationServerBasePath || basePath);
8261
8211
  },
8262
8212
  async listTrajectories(cell, controller, options) {
8263
8213
  const localVarAxiosArgs = await localVarAxiosParamCreator.listTrajectories(cell, controller, options);
8264
8214
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
8265
8215
  const localVarOperationServerBasePath = operationServerMap["TrajectoryCachingApi.listTrajectories"]?.[localVarOperationServerIndex]?.url;
8266
- return (axios$168, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$168, localVarOperationServerBasePath || basePath);
8216
+ return (axios$167, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$167, localVarOperationServerBasePath || basePath);
8267
8217
  }
8268
8218
  };
8269
8219
  };
8270
8220
  /**
8271
8221
  * TrajectoryCachingApi - factory interface
8272
8222
  */
8273
- const TrajectoryCachingApiFactory = function(configuration, basePath, axios$169) {
8223
+ const TrajectoryCachingApiFactory = function(configuration, basePath, axios$168) {
8274
8224
  const localVarFp = TrajectoryCachingApiFp(configuration);
8275
8225
  return {
8276
8226
  addTrajectory(cell, controller, addTrajectoryRequest, options) {
8277
- return localVarFp.addTrajectory(cell, controller, addTrajectoryRequest, options).then((request) => request(axios$169, basePath));
8227
+ return localVarFp.addTrajectory(cell, controller, addTrajectoryRequest, options).then((request) => request(axios$168, basePath));
8278
8228
  },
8279
8229
  clearTrajectories(cell, controller, options) {
8280
- return localVarFp.clearTrajectories(cell, controller, options).then((request) => request(axios$169, basePath));
8230
+ return localVarFp.clearTrajectories(cell, controller, options).then((request) => request(axios$168, basePath));
8281
8231
  },
8282
8232
  deleteTrajectory(cell, controller, trajectory, options) {
8283
- return localVarFp.deleteTrajectory(cell, controller, trajectory, options).then((request) => request(axios$169, basePath));
8233
+ return localVarFp.deleteTrajectory(cell, controller, trajectory, options).then((request) => request(axios$168, basePath));
8284
8234
  },
8285
8235
  getTrajectory(cell, controller, trajectory, options) {
8286
- return localVarFp.getTrajectory(cell, controller, trajectory, options).then((request) => request(axios$169, basePath));
8236
+ return localVarFp.getTrajectory(cell, controller, trajectory, options).then((request) => request(axios$168, basePath));
8287
8237
  },
8288
8238
  listTrajectories(cell, controller, options) {
8289
- return localVarFp.listTrajectories(cell, controller, options).then((request) => request(axios$169, basePath));
8239
+ return localVarFp.listTrajectories(cell, controller, options).then((request) => request(axios$168, basePath));
8290
8240
  }
8291
8241
  };
8292
8242
  };
@@ -8398,16 +8348,16 @@ const TrajectoryExecutionApiFp = function(configuration) {
8398
8348
  const localVarAxiosArgs = await localVarAxiosParamCreator.executeTrajectory(cell, controller, executeTrajectoryRequest, options);
8399
8349
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
8400
8350
  const localVarOperationServerBasePath = operationServerMap["TrajectoryExecutionApi.executeTrajectory"]?.[localVarOperationServerIndex]?.url;
8401
- return (axios$170, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$170, localVarOperationServerBasePath || basePath);
8351
+ return (axios$169, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$169, localVarOperationServerBasePath || basePath);
8402
8352
  } };
8403
8353
  };
8404
8354
  /**
8405
8355
  * TrajectoryExecutionApi - factory interface
8406
8356
  */
8407
- const TrajectoryExecutionApiFactory = function(configuration, basePath, axios$171) {
8357
+ const TrajectoryExecutionApiFactory = function(configuration, basePath, axios$170) {
8408
8358
  const localVarFp = TrajectoryExecutionApiFp(configuration);
8409
8359
  return { executeTrajectory(cell, controller, executeTrajectoryRequest, options) {
8410
- return localVarFp.executeTrajectory(cell, controller, executeTrajectoryRequest, options).then((request) => request(axios$171, basePath));
8360
+ return localVarFp.executeTrajectory(cell, controller, executeTrajectoryRequest, options).then((request) => request(axios$170, basePath));
8411
8361
  } };
8412
8362
  };
8413
8363
  /**
@@ -8432,6 +8382,36 @@ var TrajectoryExecutionApi = class extends BaseAPI {
8432
8382
  */
8433
8383
  const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
8434
8384
  return {
8385
+ configureRerunLogging: async (cell, rerunLoggingConfigurationRequest, options = {}) => {
8386
+ assertParamExists("configureRerunLogging", "cell", cell);
8387
+ assertParamExists("configureRerunLogging", "rerunLoggingConfigurationRequest", rerunLoggingConfigurationRequest);
8388
+ const localVarPath = `/experimental/cells/{cell}/trajectory-planning/rerun-logging`.replace("{cell}", encodeURIComponent(String(cell)));
8389
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
8390
+ let baseOptions;
8391
+ if (configuration) baseOptions = configuration.baseOptions;
8392
+ const localVarRequestOptions = {
8393
+ method: "PUT",
8394
+ ...baseOptions,
8395
+ ...options
8396
+ };
8397
+ const localVarHeaderParameter = {};
8398
+ const localVarQueryParameter = {};
8399
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
8400
+ localVarHeaderParameter["Content-Type"] = "application/json";
8401
+ localVarHeaderParameter["Accept"] = "application/json";
8402
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
8403
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
8404
+ localVarRequestOptions.headers = {
8405
+ ...localVarHeaderParameter,
8406
+ ...headersFromBaseOptions,
8407
+ ...options.headers
8408
+ };
8409
+ localVarRequestOptions.data = serializeDataIfNeeded(rerunLoggingConfigurationRequest, localVarRequestOptions, configuration);
8410
+ return {
8411
+ url: toPathString(localVarUrlObj),
8412
+ options: localVarRequestOptions
8413
+ };
8414
+ },
8435
8415
  mergeTrajectories: async (cell, mergeTrajectoriesRequest, options = {}) => {
8436
8416
  assertParamExists("mergeTrajectories", "cell", cell);
8437
8417
  assertParamExists("mergeTrajectories", "mergeTrajectoriesRequest", mergeTrajectoriesRequest);
@@ -8560,6 +8540,12 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
8560
8540
  const TrajectoryPlanningApiFp = function(configuration) {
8561
8541
  const localVarAxiosParamCreator = TrajectoryPlanningApiAxiosParamCreator(configuration);
8562
8542
  return {
8543
+ async configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
8544
+ const localVarAxiosArgs = await localVarAxiosParamCreator.configureRerunLogging(cell, rerunLoggingConfigurationRequest, options);
8545
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
8546
+ const localVarOperationServerBasePath = operationServerMap["TrajectoryPlanningApi.configureRerunLogging"]?.[localVarOperationServerIndex]?.url;
8547
+ return (axios$171, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$171, localVarOperationServerBasePath || basePath);
8548
+ },
8563
8549
  async mergeTrajectories(cell, mergeTrajectoriesRequest, options) {
8564
8550
  const localVarAxiosArgs = await localVarAxiosParamCreator.mergeTrajectories(cell, mergeTrajectoriesRequest, options);
8565
8551
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
@@ -8592,6 +8578,9 @@ const TrajectoryPlanningApiFp = function(configuration) {
8592
8578
  const TrajectoryPlanningApiFactory = function(configuration, basePath, axios$176) {
8593
8579
  const localVarFp = TrajectoryPlanningApiFp(configuration);
8594
8580
  return {
8581
+ configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
8582
+ return localVarFp.configureRerunLogging(cell, rerunLoggingConfigurationRequest, options).then((request) => request(axios$176, basePath));
8583
+ },
8595
8584
  mergeTrajectories(cell, mergeTrajectoriesRequest, options) {
8596
8585
  return localVarFp.mergeTrajectories(cell, mergeTrajectoriesRequest, options).then((request) => request(axios$176, basePath));
8597
8586
  },
@@ -8610,6 +8599,17 @@ const TrajectoryPlanningApiFactory = function(configuration, basePath, axios$176
8610
8599
  * TrajectoryPlanningApi - object-oriented interface
8611
8600
  */
8612
8601
  var TrajectoryPlanningApi = class extends BaseAPI {
8602
+ /**
8603
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
8604
+ * @summary Configure Rerun Logging
8605
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
8606
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
8607
+ * @param {*} [options] Override http request option.
8608
+ * @throws {RequiredError}
8609
+ */
8610
+ configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
8611
+ return TrajectoryPlanningApiFp(this.configuration).configureRerunLogging(cell, rerunLoggingConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
8612
+ }
8613
8613
  /**
8614
8614
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
8615
8615
  * @summary Merge Trajectories
@@ -11494,15 +11494,6 @@ declare const SystemApiAxiosParamCreator: (configuration?: Configuration) => {
11494
11494
  * @throws {RequiredError}
11495
11495
  */
11496
11496
  checkNovaVersionUpdate: (channel: ReleaseChannel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11497
- /**
11498
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
11499
- * @summary Configure Rerun Logging
11500
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11501
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
11502
- * @param {*} [options] Override http request option.
11503
- * @throws {RequiredError}
11504
- */
11505
- configureRerunLogging: (cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11506
11497
  /**
11507
11498
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
11508
11499
  * @summary Get ARP-Scan
@@ -11604,15 +11595,6 @@ declare const SystemApiFp: (configuration?: Configuration) => {
11604
11595
  * @throws {RequiredError}
11605
11596
  */
11606
11597
  checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
11607
- /**
11608
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
11609
- * @summary Configure Rerun Logging
11610
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11611
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
11612
- * @param {*} [options] Override http request option.
11613
- * @throws {RequiredError}
11614
- */
11615
- configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RerunLoggingConfigurationResponse>>;
11616
11598
  /**
11617
11599
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
11618
11600
  * @summary Get ARP-Scan
@@ -11714,15 +11696,6 @@ declare const SystemApiFactory: (configuration?: Configuration, basePath?: strin
11714
11696
  * @throws {RequiredError}
11715
11697
  */
11716
11698
  checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): AxiosPromise<string>;
11717
- /**
11718
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
11719
- * @summary Configure Rerun Logging
11720
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11721
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
11722
- * @param {*} [options] Override http request option.
11723
- * @throws {RequiredError}
11724
- */
11725
- configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): AxiosPromise<RerunLoggingConfigurationResponse>;
11726
11699
  /**
11727
11700
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
11728
11701
  * @summary Get ARP-Scan
@@ -11824,15 +11797,6 @@ declare class SystemApi extends BaseAPI {
11824
11797
  * @throws {RequiredError}
11825
11798
  */
11826
11799
  checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string, any, {}>>;
11827
- /**
11828
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
11829
- * @summary Configure Rerun Logging
11830
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11831
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
11832
- * @param {*} [options] Override http request option.
11833
- * @throws {RequiredError}
11834
- */
11835
- configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RerunLoggingConfigurationResponse, any, {}>>;
11836
11800
  /**
11837
11801
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
11838
11802
  * @summary Get ARP-Scan
@@ -12363,6 +12327,15 @@ declare class TrajectoryExecutionApi extends BaseAPI {
12363
12327
  * TrajectoryPlanningApi - axios parameter creator
12364
12328
  */
12365
12329
  declare const TrajectoryPlanningApiAxiosParamCreator: (configuration?: Configuration) => {
12330
+ /**
12331
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12332
+ * @summary Configure Rerun Logging
12333
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12334
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12335
+ * @param {*} [options] Override http request option.
12336
+ * @throws {RequiredError}
12337
+ */
12338
+ configureRerunLogging: (cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12366
12339
  /**
12367
12340
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12368
12341
  * @summary Merge Trajectories
@@ -12404,6 +12377,15 @@ declare const TrajectoryPlanningApiAxiosParamCreator: (configuration?: Configura
12404
12377
  * TrajectoryPlanningApi - functional programming interface
12405
12378
  */
12406
12379
  declare const TrajectoryPlanningApiFp: (configuration?: Configuration) => {
12380
+ /**
12381
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12382
+ * @summary Configure Rerun Logging
12383
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12384
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12385
+ * @param {*} [options] Override http request option.
12386
+ * @throws {RequiredError}
12387
+ */
12388
+ configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RerunLoggingConfigurationResponse>>;
12407
12389
  /**
12408
12390
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12409
12391
  * @summary Merge Trajectories
@@ -12445,6 +12427,15 @@ declare const TrajectoryPlanningApiFp: (configuration?: Configuration) => {
12445
12427
  * TrajectoryPlanningApi - factory interface
12446
12428
  */
12447
12429
  declare const TrajectoryPlanningApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
12430
+ /**
12431
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12432
+ * @summary Configure Rerun Logging
12433
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12434
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12435
+ * @param {*} [options] Override http request option.
12436
+ * @throws {RequiredError}
12437
+ */
12438
+ configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): AxiosPromise<RerunLoggingConfigurationResponse>;
12448
12439
  /**
12449
12440
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12450
12441
  * @summary Merge Trajectories
@@ -12486,6 +12477,15 @@ declare const TrajectoryPlanningApiFactory: (configuration?: Configuration, base
12486
12477
  * TrajectoryPlanningApi - object-oriented interface
12487
12478
  */
12488
12479
  declare class TrajectoryPlanningApi extends BaseAPI {
12480
+ /**
12481
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12482
+ * @summary Configure Rerun Logging
12483
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12484
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12485
+ * @param {*} [options] Override http request option.
12486
+ * @throws {RequiredError}
12487
+ */
12488
+ configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RerunLoggingConfigurationResponse, any, {}>>;
12489
12489
  /**
12490
12490
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12491
12491
  * @summary Merge Trajectories
@@ -11494,15 +11494,6 @@ declare const SystemApiAxiosParamCreator: (configuration?: Configuration) => {
11494
11494
  * @throws {RequiredError}
11495
11495
  */
11496
11496
  checkNovaVersionUpdate: (channel: ReleaseChannel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11497
- /**
11498
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
11499
- * @summary Configure Rerun Logging
11500
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11501
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
11502
- * @param {*} [options] Override http request option.
11503
- * @throws {RequiredError}
11504
- */
11505
- configureRerunLogging: (cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11506
11497
  /**
11507
11498
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
11508
11499
  * @summary Get ARP-Scan
@@ -11604,15 +11595,6 @@ declare const SystemApiFp: (configuration?: Configuration) => {
11604
11595
  * @throws {RequiredError}
11605
11596
  */
11606
11597
  checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
11607
- /**
11608
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
11609
- * @summary Configure Rerun Logging
11610
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11611
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
11612
- * @param {*} [options] Override http request option.
11613
- * @throws {RequiredError}
11614
- */
11615
- configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RerunLoggingConfigurationResponse>>;
11616
11598
  /**
11617
11599
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
11618
11600
  * @summary Get ARP-Scan
@@ -11714,15 +11696,6 @@ declare const SystemApiFactory: (configuration?: Configuration, basePath?: strin
11714
11696
  * @throws {RequiredError}
11715
11697
  */
11716
11698
  checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): AxiosPromise<string>;
11717
- /**
11718
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
11719
- * @summary Configure Rerun Logging
11720
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11721
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
11722
- * @param {*} [options] Override http request option.
11723
- * @throws {RequiredError}
11724
- */
11725
- configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): AxiosPromise<RerunLoggingConfigurationResponse>;
11726
11699
  /**
11727
11700
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
11728
11701
  * @summary Get ARP-Scan
@@ -11824,15 +11797,6 @@ declare class SystemApi extends BaseAPI {
11824
11797
  * @throws {RequiredError}
11825
11798
  */
11826
11799
  checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<string, any, {}>>;
11827
- /**
11828
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
11829
- * @summary Configure Rerun Logging
11830
- * @param {string} cell Unique identifier addressing a cell in all API calls.
11831
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
11832
- * @param {*} [options] Override http request option.
11833
- * @throws {RequiredError}
11834
- */
11835
- configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RerunLoggingConfigurationResponse, any, {}>>;
11836
11800
  /**
11837
11801
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
11838
11802
  * @summary Get ARP-Scan
@@ -12363,6 +12327,15 @@ declare class TrajectoryExecutionApi extends BaseAPI {
12363
12327
  * TrajectoryPlanningApi - axios parameter creator
12364
12328
  */
12365
12329
  declare const TrajectoryPlanningApiAxiosParamCreator: (configuration?: Configuration) => {
12330
+ /**
12331
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12332
+ * @summary Configure Rerun Logging
12333
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12334
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12335
+ * @param {*} [options] Override http request option.
12336
+ * @throws {RequiredError}
12337
+ */
12338
+ configureRerunLogging: (cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12366
12339
  /**
12367
12340
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12368
12341
  * @summary Merge Trajectories
@@ -12404,6 +12377,15 @@ declare const TrajectoryPlanningApiAxiosParamCreator: (configuration?: Configura
12404
12377
  * TrajectoryPlanningApi - functional programming interface
12405
12378
  */
12406
12379
  declare const TrajectoryPlanningApiFp: (configuration?: Configuration) => {
12380
+ /**
12381
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12382
+ * @summary Configure Rerun Logging
12383
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12384
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12385
+ * @param {*} [options] Override http request option.
12386
+ * @throws {RequiredError}
12387
+ */
12388
+ configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RerunLoggingConfigurationResponse>>;
12407
12389
  /**
12408
12390
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12409
12391
  * @summary Merge Trajectories
@@ -12445,6 +12427,15 @@ declare const TrajectoryPlanningApiFp: (configuration?: Configuration) => {
12445
12427
  * TrajectoryPlanningApi - factory interface
12446
12428
  */
12447
12429
  declare const TrajectoryPlanningApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
12430
+ /**
12431
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12432
+ * @summary Configure Rerun Logging
12433
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12434
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12435
+ * @param {*} [options] Override http request option.
12436
+ * @throws {RequiredError}
12437
+ */
12438
+ configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): AxiosPromise<RerunLoggingConfigurationResponse>;
12448
12439
  /**
12449
12440
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12450
12441
  * @summary Merge Trajectories
@@ -12486,6 +12477,15 @@ declare const TrajectoryPlanningApiFactory: (configuration?: Configuration, base
12486
12477
  * TrajectoryPlanningApi - object-oriented interface
12487
12478
  */
12488
12479
  declare class TrajectoryPlanningApi extends BaseAPI {
12480
+ /**
12481
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
12482
+ * @summary Configure Rerun Logging
12483
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
12484
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
12485
+ * @param {*} [options] Override http request option.
12486
+ * @throws {RequiredError}
12487
+ */
12488
+ configureRerunLogging(cell: string, rerunLoggingConfigurationRequest: RerunLoggingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<RerunLoggingConfigurationResponse, any, {}>>;
12489
12489
  /**
12490
12490
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
12491
12491
  * @summary Merge Trajectories
package/dist/v2/index.js CHANGED
@@ -7263,36 +7263,6 @@ const SystemApiAxiosParamCreator = function(configuration) {
7263
7263
  options: localVarRequestOptions
7264
7264
  };
7265
7265
  },
7266
- configureRerunLogging: async (cell, rerunLoggingConfigurationRequest, options = {}) => {
7267
- assertParamExists("configureRerunLogging", "cell", cell);
7268
- assertParamExists("configureRerunLogging", "rerunLoggingConfigurationRequest", rerunLoggingConfigurationRequest);
7269
- const localVarPath = `/experimental/cells/{cell}/trajectory-planning/rerun-logging`.replace("{cell}", encodeURIComponent(String(cell)));
7270
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
7271
- let baseOptions;
7272
- if (configuration) baseOptions = configuration.baseOptions;
7273
- const localVarRequestOptions = {
7274
- method: "PUT",
7275
- ...baseOptions,
7276
- ...options
7277
- };
7278
- const localVarHeaderParameter = {};
7279
- const localVarQueryParameter = {};
7280
- await setBearerAuthToObject(localVarHeaderParameter, configuration);
7281
- localVarHeaderParameter["Content-Type"] = "application/json";
7282
- localVarHeaderParameter["Accept"] = "application/json";
7283
- setSearchParams(localVarUrlObj, localVarQueryParameter);
7284
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7285
- localVarRequestOptions.headers = {
7286
- ...localVarHeaderParameter,
7287
- ...headersFromBaseOptions,
7288
- ...options.headers
7289
- };
7290
- localVarRequestOptions.data = serializeDataIfNeeded(rerunLoggingConfigurationRequest, localVarRequestOptions, configuration);
7291
- return {
7292
- url: toPathString(localVarUrlObj),
7293
- options: localVarRequestOptions
7294
- };
7295
- },
7296
7266
  getArpScan: async (_interface, cidr, timeout, options = {}) => {
7297
7267
  assertParamExists("getArpScan", "_interface", _interface);
7298
7268
  assertParamExists("getArpScan", "cidr", cidr);
@@ -7576,12 +7546,6 @@ const SystemApiFp = function(configuration) {
7576
7546
  const localVarOperationServerBasePath = operationServerMap["SystemApi.checkNovaVersionUpdate"]?.[localVarOperationServerIndex]?.url;
7577
7547
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
7578
7548
  },
7579
- async configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
7580
- const localVarAxiosArgs = await localVarAxiosParamCreator.configureRerunLogging(cell, rerunLoggingConfigurationRequest, options);
7581
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7582
- const localVarOperationServerBasePath = operationServerMap["SystemApi.configureRerunLogging"]?.[localVarOperationServerIndex]?.url;
7583
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
7584
- },
7585
7549
  async getArpScan(_interface, cidr, timeout, options) {
7586
7550
  const localVarAxiosArgs = await localVarAxiosParamCreator.getArpScan(_interface, cidr, timeout, options);
7587
7551
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
@@ -7656,9 +7620,6 @@ const SystemApiFactory = function(configuration, basePath, axios) {
7656
7620
  checkNovaVersionUpdate(channel, options) {
7657
7621
  return localVarFp.checkNovaVersionUpdate(channel, options).then((request) => request(axios, basePath));
7658
7622
  },
7659
- configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
7660
- return localVarFp.configureRerunLogging(cell, rerunLoggingConfigurationRequest, options).then((request) => request(axios, basePath));
7661
- },
7662
7623
  getArpScan(_interface, cidr, timeout, options) {
7663
7624
  return localVarFp.getArpScan(_interface, cidr, timeout, options).then((request) => request(axios, basePath));
7664
7625
  },
@@ -7717,17 +7678,6 @@ var SystemApi = class extends BaseAPI {
7717
7678
  return SystemApiFp(this.configuration).checkNovaVersionUpdate(channel, options).then((request) => request(this.axios, this.basePath));
7718
7679
  }
7719
7680
  /**
7720
- * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
7721
- * @summary Configure Rerun Logging
7722
- * @param {string} cell Unique identifier addressing a cell in all API calls.
7723
- * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
7724
- * @param {*} [options] Override http request option.
7725
- * @throws {RequiredError}
7726
- */
7727
- configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
7728
- return SystemApiFp(this.configuration).configureRerunLogging(cell, rerunLoggingConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
7729
- }
7730
- /**
7731
7681
  * **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
7732
7682
  * @summary Get ARP-Scan
7733
7683
  * @param {string} _interface
@@ -8408,6 +8358,36 @@ var TrajectoryExecutionApi = class extends BaseAPI {
8408
8358
  */
8409
8359
  const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
8410
8360
  return {
8361
+ configureRerunLogging: async (cell, rerunLoggingConfigurationRequest, options = {}) => {
8362
+ assertParamExists("configureRerunLogging", "cell", cell);
8363
+ assertParamExists("configureRerunLogging", "rerunLoggingConfigurationRequest", rerunLoggingConfigurationRequest);
8364
+ const localVarPath = `/experimental/cells/{cell}/trajectory-planning/rerun-logging`.replace("{cell}", encodeURIComponent(String(cell)));
8365
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
8366
+ let baseOptions;
8367
+ if (configuration) baseOptions = configuration.baseOptions;
8368
+ const localVarRequestOptions = {
8369
+ method: "PUT",
8370
+ ...baseOptions,
8371
+ ...options
8372
+ };
8373
+ const localVarHeaderParameter = {};
8374
+ const localVarQueryParameter = {};
8375
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
8376
+ localVarHeaderParameter["Content-Type"] = "application/json";
8377
+ localVarHeaderParameter["Accept"] = "application/json";
8378
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
8379
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
8380
+ localVarRequestOptions.headers = {
8381
+ ...localVarHeaderParameter,
8382
+ ...headersFromBaseOptions,
8383
+ ...options.headers
8384
+ };
8385
+ localVarRequestOptions.data = serializeDataIfNeeded(rerunLoggingConfigurationRequest, localVarRequestOptions, configuration);
8386
+ return {
8387
+ url: toPathString(localVarUrlObj),
8388
+ options: localVarRequestOptions
8389
+ };
8390
+ },
8411
8391
  mergeTrajectories: async (cell, mergeTrajectoriesRequest, options = {}) => {
8412
8392
  assertParamExists("mergeTrajectories", "cell", cell);
8413
8393
  assertParamExists("mergeTrajectories", "mergeTrajectoriesRequest", mergeTrajectoriesRequest);
@@ -8536,6 +8516,12 @@ const TrajectoryPlanningApiAxiosParamCreator = function(configuration) {
8536
8516
  const TrajectoryPlanningApiFp = function(configuration) {
8537
8517
  const localVarAxiosParamCreator = TrajectoryPlanningApiAxiosParamCreator(configuration);
8538
8518
  return {
8519
+ async configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
8520
+ const localVarAxiosArgs = await localVarAxiosParamCreator.configureRerunLogging(cell, rerunLoggingConfigurationRequest, options);
8521
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
8522
+ const localVarOperationServerBasePath = operationServerMap["TrajectoryPlanningApi.configureRerunLogging"]?.[localVarOperationServerIndex]?.url;
8523
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
8524
+ },
8539
8525
  async mergeTrajectories(cell, mergeTrajectoriesRequest, options) {
8540
8526
  const localVarAxiosArgs = await localVarAxiosParamCreator.mergeTrajectories(cell, mergeTrajectoriesRequest, options);
8541
8527
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
@@ -8568,6 +8554,9 @@ const TrajectoryPlanningApiFp = function(configuration) {
8568
8554
  const TrajectoryPlanningApiFactory = function(configuration, basePath, axios) {
8569
8555
  const localVarFp = TrajectoryPlanningApiFp(configuration);
8570
8556
  return {
8557
+ configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
8558
+ return localVarFp.configureRerunLogging(cell, rerunLoggingConfigurationRequest, options).then((request) => request(axios, basePath));
8559
+ },
8571
8560
  mergeTrajectories(cell, mergeTrajectoriesRequest, options) {
8572
8561
  return localVarFp.mergeTrajectories(cell, mergeTrajectoriesRequest, options).then((request) => request(axios, basePath));
8573
8562
  },
@@ -8586,6 +8575,17 @@ const TrajectoryPlanningApiFactory = function(configuration, basePath, axios) {
8586
8575
  * TrajectoryPlanningApi - object-oriented interface
8587
8576
  */
8588
8577
  var TrajectoryPlanningApi = class extends BaseAPI {
8578
+ /**
8579
+ * **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: warning --> > **Experimental** Updates the process-wide Rerun logging configuration used by planner debug visualization. The viewer URL defaults to the rerun-gateway app from the NOVA app store. Activating logging will impact the performance of all trajectory-planning endpoints. Set `enabled=true` to turn logging on for new operations. Set `rerun_url` only if your setup diverges from the default.
8580
+ * @summary Configure Rerun Logging
8581
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
8582
+ * @param {RerunLoggingConfigurationRequest} rerunLoggingConfigurationRequest
8583
+ * @param {*} [options] Override http request option.
8584
+ * @throws {RequiredError}
8585
+ */
8586
+ configureRerunLogging(cell, rerunLoggingConfigurationRequest, options) {
8587
+ return TrajectoryPlanningApiFp(this.configuration).configureRerunLogging(cell, rerunLoggingConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
8588
+ }
8589
8589
  /**
8590
8590
  * **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ <!-- theme: danger --> > **Experimental** Merges a list of joint trajectories into a single trajectory with collision-aware blending. This endpoint merges a list of separate trajectories by connecting them via blending. The blending is performed with collision checking to ensure the merged trajectory is safe to execute. Timescaling will be applied to the blended area to ensure all limits are respected.
8591
8591
  * @summary Merge Trajectories
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.7.0-dev.24",
3
+ "version": "26.7.0-dev.26",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [