@wandelbots/nova-api 26.1.0-dev.38 → 26.1.0-dev.41

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
@@ -3784,6 +3784,33 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
3784
3784
  options: localVarRequestOptions
3785
3785
  };
3786
3786
  },
3787
+ getMotionGroupGlbModel: async (motionGroupModel, options = {}) => {
3788
+ assertParamExists("getMotionGroupGlbModel", "motionGroupModel", motionGroupModel);
3789
+ const localVarPath = `/motion-group-models/{motion-group-model}/glb`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
3790
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3791
+ let baseOptions;
3792
+ if (configuration) baseOptions = configuration.baseOptions;
3793
+ const localVarRequestOptions = {
3794
+ method: "GET",
3795
+ ...baseOptions,
3796
+ ...options
3797
+ };
3798
+ const localVarHeaderParameter = {};
3799
+ const localVarQueryParameter = {};
3800
+ setBasicAuthToObject(localVarRequestOptions, configuration);
3801
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
3802
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3803
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3804
+ localVarRequestOptions.headers = {
3805
+ ...localVarHeaderParameter,
3806
+ ...headersFromBaseOptions,
3807
+ ...options.headers
3808
+ };
3809
+ return {
3810
+ url: toPathString(localVarUrlObj),
3811
+ options: localVarRequestOptions
3812
+ };
3813
+ },
3787
3814
  getMotionGroupModels: async (options = {}) => {
3788
3815
  const localVarUrlObj = new URL(`/motion-group-models`, DUMMY_BASE_URL);
3789
3816
  let baseOptions;
@@ -3808,6 +3835,33 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
3808
3835
  url: toPathString(localVarUrlObj),
3809
3836
  options: localVarRequestOptions
3810
3837
  };
3838
+ },
3839
+ getMotionGroupUsdModel: async (motionGroupModel, options = {}) => {
3840
+ assertParamExists("getMotionGroupUsdModel", "motionGroupModel", motionGroupModel);
3841
+ const localVarPath = `/motion-group-models/{motion-group-model}/usd`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
3842
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3843
+ let baseOptions;
3844
+ if (configuration) baseOptions = configuration.baseOptions;
3845
+ const localVarRequestOptions = {
3846
+ method: "GET",
3847
+ ...baseOptions,
3848
+ ...options
3849
+ };
3850
+ const localVarHeaderParameter = {};
3851
+ const localVarQueryParameter = {};
3852
+ setBasicAuthToObject(localVarRequestOptions, configuration);
3853
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
3854
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3855
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3856
+ localVarRequestOptions.headers = {
3857
+ ...localVarHeaderParameter,
3858
+ ...headersFromBaseOptions,
3859
+ ...options.headers
3860
+ };
3861
+ return {
3862
+ url: toPathString(localVarUrlObj),
3863
+ options: localVarRequestOptions
3864
+ };
3811
3865
  }
3812
3866
  };
3813
3867
  };
@@ -3823,11 +3877,23 @@ const MotionGroupModelsApiFp = function(configuration) {
3823
3877
  const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupCollisionModel"]?.[localVarOperationServerIndex]?.url;
3824
3878
  return (axios$1, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$1, localVarOperationServerBasePath || basePath);
3825
3879
  },
3880
+ async getMotionGroupGlbModel(motionGroupModel, options) {
3881
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupGlbModel(motionGroupModel, options);
3882
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
3883
+ const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupGlbModel"]?.[localVarOperationServerIndex]?.url;
3884
+ return (axios$1, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$1, localVarOperationServerBasePath || basePath);
3885
+ },
3826
3886
  async getMotionGroupModels(options) {
3827
3887
  const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupModels(options);
3828
3888
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
3829
3889
  const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupModels"]?.[localVarOperationServerIndex]?.url;
3830
3890
  return (axios$1, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$1, localVarOperationServerBasePath || basePath);
3891
+ },
3892
+ async getMotionGroupUsdModel(motionGroupModel, options) {
3893
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupUsdModel(motionGroupModel, options);
3894
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
3895
+ const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupUsdModel"]?.[localVarOperationServerIndex]?.url;
3896
+ return (axios$1, basePath) => createRequestFunction(localVarAxiosArgs, axios.default, BASE_PATH, configuration)(axios$1, localVarOperationServerBasePath || basePath);
3831
3897
  }
3832
3898
  };
3833
3899
  };
@@ -3840,8 +3906,14 @@ const MotionGroupModelsApiFactory = function(configuration, basePath, axios$1) {
3840
3906
  getMotionGroupCollisionModel(motionGroupModel, options) {
3841
3907
  return localVarFp.getMotionGroupCollisionModel(motionGroupModel, options).then((request) => request(axios$1, basePath));
3842
3908
  },
3909
+ getMotionGroupGlbModel(motionGroupModel, options) {
3910
+ return localVarFp.getMotionGroupGlbModel(motionGroupModel, options).then((request) => request(axios$1, basePath));
3911
+ },
3843
3912
  getMotionGroupModels(options) {
3844
3913
  return localVarFp.getMotionGroupModels(options).then((request) => request(axios$1, basePath));
3914
+ },
3915
+ getMotionGroupUsdModel(motionGroupModel, options) {
3916
+ return localVarFp.getMotionGroupUsdModel(motionGroupModel, options).then((request) => request(axios$1, basePath));
3845
3917
  }
3846
3918
  };
3847
3919
  };
@@ -3860,6 +3932,16 @@ var MotionGroupModelsApi = class extends BaseAPI {
3860
3932
  return MotionGroupModelsApiFp(this.configuration).getMotionGroupCollisionModel(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
3861
3933
  }
3862
3934
  /**
3935
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
3936
+ * @summary Download GLB Model
3937
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
3938
+ * @param {*} [options] Override http request option.
3939
+ * @throws {RequiredError}
3940
+ */
3941
+ getMotionGroupGlbModel(motionGroupModel, options) {
3942
+ return MotionGroupModelsApiFp(this.configuration).getMotionGroupGlbModel(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
3943
+ }
3944
+ /**
3863
3945
  * Returns the list of supported motion group models.
3864
3946
  * @summary Motion Group Models
3865
3947
  * @param {*} [options] Override http request option.
@@ -3868,6 +3950,16 @@ var MotionGroupModelsApi = class extends BaseAPI {
3868
3950
  getMotionGroupModels(options) {
3869
3951
  return MotionGroupModelsApiFp(this.configuration).getMotionGroupModels(options).then((request) => request(this.axios, this.basePath));
3870
3952
  }
3953
+ /**
3954
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
3955
+ * @summary Download USD Model
3956
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
3957
+ * @param {*} [options] Override http request option.
3958
+ * @throws {RequiredError}
3959
+ */
3960
+ getMotionGroupUsdModel(motionGroupModel, options) {
3961
+ return MotionGroupModelsApiFp(this.configuration).getMotionGroupUsdModel(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
3962
+ }
3871
3963
  };
3872
3964
  /**
3873
3965
  * ProgramApi - axios parameter creator
@@ -5759,6 +5759,14 @@ declare const MotionGroupModelsApiAxiosParamCreator: (configuration?: Configurat
5759
5759
  * @throws {RequiredError}
5760
5760
  */
5761
5761
  getMotionGroupCollisionModel: (motionGroupModel: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5762
+ /**
5763
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5764
+ * @summary Download GLB Model
5765
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5766
+ * @param {*} [options] Override http request option.
5767
+ * @throws {RequiredError}
5768
+ */
5769
+ getMotionGroupGlbModel: (motionGroupModel: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5762
5770
  /**
5763
5771
  * Returns the list of supported motion group models.
5764
5772
  * @summary Motion Group Models
@@ -5766,6 +5774,14 @@ declare const MotionGroupModelsApiAxiosParamCreator: (configuration?: Configurat
5766
5774
  * @throws {RequiredError}
5767
5775
  */
5768
5776
  getMotionGroupModels: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5777
+ /**
5778
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5779
+ * @summary Download USD Model
5780
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5781
+ * @param {*} [options] Override http request option.
5782
+ * @throws {RequiredError}
5783
+ */
5784
+ getMotionGroupUsdModel: (motionGroupModel: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5769
5785
  };
5770
5786
  /**
5771
5787
  * MotionGroupModelsApi - functional programming interface
@@ -5781,6 +5797,14 @@ declare const MotionGroupModelsApiFp: (configuration?: Configuration) => {
5781
5797
  getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<{
5782
5798
  [key: string]: Collider;
5783
5799
  }>>>;
5800
+ /**
5801
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5802
+ * @summary Download GLB Model
5803
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5804
+ * @param {*} [options] Override http request option.
5805
+ * @throws {RequiredError}
5806
+ */
5807
+ getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
5784
5808
  /**
5785
5809
  * Returns the list of supported motion group models.
5786
5810
  * @summary Motion Group Models
@@ -5788,6 +5812,14 @@ declare const MotionGroupModelsApiFp: (configuration?: Configuration) => {
5788
5812
  * @throws {RequiredError}
5789
5813
  */
5790
5814
  getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
5815
+ /**
5816
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5817
+ * @summary Download USD Model
5818
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5819
+ * @param {*} [options] Override http request option.
5820
+ * @throws {RequiredError}
5821
+ */
5822
+ getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
5791
5823
  };
5792
5824
  /**
5793
5825
  * MotionGroupModelsApi - factory interface
@@ -5803,6 +5835,14 @@ declare const MotionGroupModelsApiFactory: (configuration?: Configuration, baseP
5803
5835
  getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<{
5804
5836
  [key: string]: Collider;
5805
5837
  }>>;
5838
+ /**
5839
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5840
+ * @summary Download GLB Model
5841
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5842
+ * @param {*} [options] Override http request option.
5843
+ * @throws {RequiredError}
5844
+ */
5845
+ getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): AxiosPromise<File>;
5806
5846
  /**
5807
5847
  * Returns the list of supported motion group models.
5808
5848
  * @summary Motion Group Models
@@ -5810,6 +5850,14 @@ declare const MotionGroupModelsApiFactory: (configuration?: Configuration, baseP
5810
5850
  * @throws {RequiredError}
5811
5851
  */
5812
5852
  getMotionGroupModels(options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
5853
+ /**
5854
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5855
+ * @summary Download USD Model
5856
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5857
+ * @param {*} [options] Override http request option.
5858
+ * @throws {RequiredError}
5859
+ */
5860
+ getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): AxiosPromise<File>;
5813
5861
  };
5814
5862
  /**
5815
5863
  * MotionGroupModelsApi - object-oriented interface
@@ -5825,6 +5873,14 @@ declare class MotionGroupModelsApi extends BaseAPI {
5825
5873
  getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
5826
5874
  [key: string]: Collider;
5827
5875
  }[], any>>;
5876
+ /**
5877
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5878
+ * @summary Download GLB Model
5879
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5880
+ * @param {*} [options] Override http request option.
5881
+ * @throws {RequiredError}
5882
+ */
5883
+ getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
5828
5884
  /**
5829
5885
  * Returns the list of supported motion group models.
5830
5886
  * @summary Motion Group Models
@@ -5832,6 +5888,14 @@ declare class MotionGroupModelsApi extends BaseAPI {
5832
5888
  * @throws {RequiredError}
5833
5889
  */
5834
5890
  getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
5891
+ /**
5892
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5893
+ * @summary Download USD Model
5894
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5895
+ * @param {*} [options] Override http request option.
5896
+ * @throws {RequiredError}
5897
+ */
5898
+ getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
5835
5899
  }
5836
5900
  /**
5837
5901
  * ProgramApi - axios parameter creator
@@ -5759,6 +5759,14 @@ declare const MotionGroupModelsApiAxiosParamCreator: (configuration?: Configurat
5759
5759
  * @throws {RequiredError}
5760
5760
  */
5761
5761
  getMotionGroupCollisionModel: (motionGroupModel: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5762
+ /**
5763
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5764
+ * @summary Download GLB Model
5765
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5766
+ * @param {*} [options] Override http request option.
5767
+ * @throws {RequiredError}
5768
+ */
5769
+ getMotionGroupGlbModel: (motionGroupModel: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5762
5770
  /**
5763
5771
  * Returns the list of supported motion group models.
5764
5772
  * @summary Motion Group Models
@@ -5766,6 +5774,14 @@ declare const MotionGroupModelsApiAxiosParamCreator: (configuration?: Configurat
5766
5774
  * @throws {RequiredError}
5767
5775
  */
5768
5776
  getMotionGroupModels: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5777
+ /**
5778
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5779
+ * @summary Download USD Model
5780
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5781
+ * @param {*} [options] Override http request option.
5782
+ * @throws {RequiredError}
5783
+ */
5784
+ getMotionGroupUsdModel: (motionGroupModel: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5769
5785
  };
5770
5786
  /**
5771
5787
  * MotionGroupModelsApi - functional programming interface
@@ -5781,6 +5797,14 @@ declare const MotionGroupModelsApiFp: (configuration?: Configuration) => {
5781
5797
  getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<{
5782
5798
  [key: string]: Collider;
5783
5799
  }>>>;
5800
+ /**
5801
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5802
+ * @summary Download GLB Model
5803
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5804
+ * @param {*} [options] Override http request option.
5805
+ * @throws {RequiredError}
5806
+ */
5807
+ getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
5784
5808
  /**
5785
5809
  * Returns the list of supported motion group models.
5786
5810
  * @summary Motion Group Models
@@ -5788,6 +5812,14 @@ declare const MotionGroupModelsApiFp: (configuration?: Configuration) => {
5788
5812
  * @throws {RequiredError}
5789
5813
  */
5790
5814
  getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
5815
+ /**
5816
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5817
+ * @summary Download USD Model
5818
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5819
+ * @param {*} [options] Override http request option.
5820
+ * @throws {RequiredError}
5821
+ */
5822
+ getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
5791
5823
  };
5792
5824
  /**
5793
5825
  * MotionGroupModelsApi - factory interface
@@ -5803,6 +5835,14 @@ declare const MotionGroupModelsApiFactory: (configuration?: Configuration, baseP
5803
5835
  getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<{
5804
5836
  [key: string]: Collider;
5805
5837
  }>>;
5838
+ /**
5839
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5840
+ * @summary Download GLB Model
5841
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5842
+ * @param {*} [options] Override http request option.
5843
+ * @throws {RequiredError}
5844
+ */
5845
+ getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): AxiosPromise<File>;
5806
5846
  /**
5807
5847
  * Returns the list of supported motion group models.
5808
5848
  * @summary Motion Group Models
@@ -5810,6 +5850,14 @@ declare const MotionGroupModelsApiFactory: (configuration?: Configuration, baseP
5810
5850
  * @throws {RequiredError}
5811
5851
  */
5812
5852
  getMotionGroupModels(options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
5853
+ /**
5854
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5855
+ * @summary Download USD Model
5856
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5857
+ * @param {*} [options] Override http request option.
5858
+ * @throws {RequiredError}
5859
+ */
5860
+ getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): AxiosPromise<File>;
5813
5861
  };
5814
5862
  /**
5815
5863
  * MotionGroupModelsApi - object-oriented interface
@@ -5825,6 +5873,14 @@ declare class MotionGroupModelsApi extends BaseAPI {
5825
5873
  getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
5826
5874
  [key: string]: Collider;
5827
5875
  }[], any>>;
5876
+ /**
5877
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5878
+ * @summary Download GLB Model
5879
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5880
+ * @param {*} [options] Override http request option.
5881
+ * @throws {RequiredError}
5882
+ */
5883
+ getMotionGroupGlbModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
5828
5884
  /**
5829
5885
  * Returns the list of supported motion group models.
5830
5886
  * @summary Motion Group Models
@@ -5832,6 +5888,14 @@ declare class MotionGroupModelsApi extends BaseAPI {
5832
5888
  * @throws {RequiredError}
5833
5889
  */
5834
5890
  getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
5891
+ /**
5892
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
5893
+ * @summary Download USD Model
5894
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
5895
+ * @param {*} [options] Override http request option.
5896
+ * @throws {RequiredError}
5897
+ */
5898
+ getMotionGroupUsdModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
5835
5899
  }
5836
5900
  /**
5837
5901
  * ProgramApi - axios parameter creator
package/dist/v2/index.js CHANGED
@@ -3782,6 +3782,33 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
3782
3782
  options: localVarRequestOptions
3783
3783
  };
3784
3784
  },
3785
+ getMotionGroupGlbModel: async (motionGroupModel, options = {}) => {
3786
+ assertParamExists("getMotionGroupGlbModel", "motionGroupModel", motionGroupModel);
3787
+ const localVarPath = `/motion-group-models/{motion-group-model}/glb`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
3788
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3789
+ let baseOptions;
3790
+ if (configuration) baseOptions = configuration.baseOptions;
3791
+ const localVarRequestOptions = {
3792
+ method: "GET",
3793
+ ...baseOptions,
3794
+ ...options
3795
+ };
3796
+ const localVarHeaderParameter = {};
3797
+ const localVarQueryParameter = {};
3798
+ setBasicAuthToObject(localVarRequestOptions, configuration);
3799
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
3800
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3801
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3802
+ localVarRequestOptions.headers = {
3803
+ ...localVarHeaderParameter,
3804
+ ...headersFromBaseOptions,
3805
+ ...options.headers
3806
+ };
3807
+ return {
3808
+ url: toPathString(localVarUrlObj),
3809
+ options: localVarRequestOptions
3810
+ };
3811
+ },
3785
3812
  getMotionGroupModels: async (options = {}) => {
3786
3813
  const localVarUrlObj = new URL(`/motion-group-models`, DUMMY_BASE_URL);
3787
3814
  let baseOptions;
@@ -3806,6 +3833,33 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
3806
3833
  url: toPathString(localVarUrlObj),
3807
3834
  options: localVarRequestOptions
3808
3835
  };
3836
+ },
3837
+ getMotionGroupUsdModel: async (motionGroupModel, options = {}) => {
3838
+ assertParamExists("getMotionGroupUsdModel", "motionGroupModel", motionGroupModel);
3839
+ const localVarPath = `/motion-group-models/{motion-group-model}/usd`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
3840
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3841
+ let baseOptions;
3842
+ if (configuration) baseOptions = configuration.baseOptions;
3843
+ const localVarRequestOptions = {
3844
+ method: "GET",
3845
+ ...baseOptions,
3846
+ ...options
3847
+ };
3848
+ const localVarHeaderParameter = {};
3849
+ const localVarQueryParameter = {};
3850
+ setBasicAuthToObject(localVarRequestOptions, configuration);
3851
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
3852
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3853
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3854
+ localVarRequestOptions.headers = {
3855
+ ...localVarHeaderParameter,
3856
+ ...headersFromBaseOptions,
3857
+ ...options.headers
3858
+ };
3859
+ return {
3860
+ url: toPathString(localVarUrlObj),
3861
+ options: localVarRequestOptions
3862
+ };
3809
3863
  }
3810
3864
  };
3811
3865
  };
@@ -3821,11 +3875,23 @@ const MotionGroupModelsApiFp = function(configuration) {
3821
3875
  const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupCollisionModel"]?.[localVarOperationServerIndex]?.url;
3822
3876
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3823
3877
  },
3878
+ async getMotionGroupGlbModel(motionGroupModel, options) {
3879
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupGlbModel(motionGroupModel, options);
3880
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
3881
+ const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupGlbModel"]?.[localVarOperationServerIndex]?.url;
3882
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3883
+ },
3824
3884
  async getMotionGroupModels(options) {
3825
3885
  const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupModels(options);
3826
3886
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
3827
3887
  const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupModels"]?.[localVarOperationServerIndex]?.url;
3828
3888
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3889
+ },
3890
+ async getMotionGroupUsdModel(motionGroupModel, options) {
3891
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupUsdModel(motionGroupModel, options);
3892
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
3893
+ const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupUsdModel"]?.[localVarOperationServerIndex]?.url;
3894
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3829
3895
  }
3830
3896
  };
3831
3897
  };
@@ -3838,8 +3904,14 @@ const MotionGroupModelsApiFactory = function(configuration, basePath, axios) {
3838
3904
  getMotionGroupCollisionModel(motionGroupModel, options) {
3839
3905
  return localVarFp.getMotionGroupCollisionModel(motionGroupModel, options).then((request) => request(axios, basePath));
3840
3906
  },
3907
+ getMotionGroupGlbModel(motionGroupModel, options) {
3908
+ return localVarFp.getMotionGroupGlbModel(motionGroupModel, options).then((request) => request(axios, basePath));
3909
+ },
3841
3910
  getMotionGroupModels(options) {
3842
3911
  return localVarFp.getMotionGroupModels(options).then((request) => request(axios, basePath));
3912
+ },
3913
+ getMotionGroupUsdModel(motionGroupModel, options) {
3914
+ return localVarFp.getMotionGroupUsdModel(motionGroupModel, options).then((request) => request(axios, basePath));
3843
3915
  }
3844
3916
  };
3845
3917
  };
@@ -3858,6 +3930,16 @@ var MotionGroupModelsApi = class extends BaseAPI {
3858
3930
  return MotionGroupModelsApiFp(this.configuration).getMotionGroupCollisionModel(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
3859
3931
  }
3860
3932
  /**
3933
+ * Returns the GLB asset for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
3934
+ * @summary Download GLB Model
3935
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
3936
+ * @param {*} [options] Override http request option.
3937
+ * @throws {RequiredError}
3938
+ */
3939
+ getMotionGroupGlbModel(motionGroupModel, options) {
3940
+ return MotionGroupModelsApiFp(this.configuration).getMotionGroupGlbModel(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
3941
+ }
3942
+ /**
3861
3943
  * Returns the list of supported motion group models.
3862
3944
  * @summary Motion Group Models
3863
3945
  * @param {*} [options] Override http request option.
@@ -3866,6 +3948,16 @@ var MotionGroupModelsApi = class extends BaseAPI {
3866
3948
  getMotionGroupModels(options) {
3867
3949
  return MotionGroupModelsApiFp(this.configuration).getMotionGroupModels(options).then((request) => request(this.axios, this.basePath));
3868
3950
  }
3951
+ /**
3952
+ * Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](getMotionGroupModels) for supported identifiers.
3953
+ * @summary Download USD Model
3954
+ * @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., &#x60;UniversalRobots_UR10e&#x60;. Get the &#x60;model&#x60; of a configured motion group with [getOptimizerConfiguration](getOptimizerConfiguration).
3955
+ * @param {*} [options] Override http request option.
3956
+ * @throws {RequiredError}
3957
+ */
3958
+ getMotionGroupUsdModel(motionGroupModel, options) {
3959
+ return MotionGroupModelsApiFp(this.configuration).getMotionGroupUsdModel(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
3960
+ }
3869
3961
  };
3870
3962
  /**
3871
3963
  * ProgramApi - axios parameter creator
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.1.0-dev.38",
3
+ "version": "26.1.0-dev.41",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [