@wandelbots/nova-api 25.10.0-dev.5 → 25.10.0-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v1/index.cjs +2 -1
- package/dist/v1/index.d.cts +185 -181
- package/dist/v1/index.d.ts +8 -4
- package/dist/v1/index.js +2 -1
- package/dist/v2/index.d.cts +130 -130
- package/package.json +1 -1
package/dist/v1/index.d.ts
CHANGED
|
@@ -13032,11 +13032,12 @@ declare const StoreCollisionComponentsApiAxiosParamCreator: (configuration?: Con
|
|
|
13032
13032
|
*/
|
|
13033
13033
|
deleteStoredCollisionTool: (cell: string, tool: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13034
13034
|
/**
|
|
13035
|
-
* Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
13035
|
+
* Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
13036
13036
|
* @summary Get Default Link Chain
|
|
13037
13037
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
13038
13038
|
* @param {GetDefaultLinkChainMotionGroupModelEnum} motionGroupModel Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
13039
13039
|
* @param {*} [options] Override http request option.
|
|
13040
|
+
* @deprecated
|
|
13040
13041
|
* @throws {RequiredError}
|
|
13041
13042
|
*/
|
|
13042
13043
|
getDefaultLinkChain: (cell: string, motionGroupModel: GetDefaultLinkChainMotionGroupModelEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -13159,11 +13160,12 @@ declare const StoreCollisionComponentsApiFp: (configuration?: Configuration) =>
|
|
|
13159
13160
|
*/
|
|
13160
13161
|
deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
13161
13162
|
/**
|
|
13162
|
-
* Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
13163
|
+
* Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
13163
13164
|
* @summary Get Default Link Chain
|
|
13164
13165
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
13165
13166
|
* @param {GetDefaultLinkChainMotionGroupModelEnum} motionGroupModel Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
13166
13167
|
* @param {*} [options] Override http request option.
|
|
13168
|
+
* @deprecated
|
|
13167
13169
|
* @throws {RequiredError}
|
|
13168
13170
|
*/
|
|
13169
13171
|
getDefaultLinkChain(cell: string, motionGroupModel: GetDefaultLinkChainMotionGroupModelEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<{
|
|
@@ -13306,11 +13308,12 @@ declare const StoreCollisionComponentsApiFactory: (configuration?: Configuration
|
|
|
13306
13308
|
*/
|
|
13307
13309
|
deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
13308
13310
|
/**
|
|
13309
|
-
* Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
13311
|
+
* Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
13310
13312
|
* @summary Get Default Link Chain
|
|
13311
13313
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
13312
13314
|
* @param {GetDefaultLinkChainMotionGroupModelEnum} motionGroupModel Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
13313
13315
|
* @param {*} [options] Override http request option.
|
|
13316
|
+
* @deprecated
|
|
13314
13317
|
* @throws {RequiredError}
|
|
13315
13318
|
*/
|
|
13316
13319
|
getDefaultLinkChain(cell: string, motionGroupModel: GetDefaultLinkChainMotionGroupModelEnum, options?: RawAxiosRequestConfig): AxiosPromise<Array<{
|
|
@@ -13458,11 +13461,12 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
13458
13461
|
*/
|
|
13459
13462
|
deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios128.AxiosResponse<void, any>>;
|
|
13460
13463
|
/**
|
|
13461
|
-
* Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
13464
|
+
* Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
13462
13465
|
* @summary Get Default Link Chain
|
|
13463
13466
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
13464
13467
|
* @param {GetDefaultLinkChainMotionGroupModelEnum} motionGroupModel Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
13465
13468
|
* @param {*} [options] Override http request option.
|
|
13469
|
+
* @deprecated
|
|
13466
13470
|
* @throws {RequiredError}
|
|
13467
13471
|
* @memberof StoreCollisionComponentsApi
|
|
13468
13472
|
*/
|
package/dist/v1/index.js
CHANGED
|
@@ -8127,11 +8127,12 @@ var StoreCollisionComponentsApi = class extends BaseAPI {
|
|
|
8127
8127
|
return StoreCollisionComponentsApiFp(this.configuration).deleteStoredCollisionTool(cell, tool, options).then((request) => request(this.axios, this.basePath));
|
|
8128
8128
|
}
|
|
8129
8129
|
/**
|
|
8130
|
-
* Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
8130
|
+
* Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
8131
8131
|
* @summary Get Default Link Chain
|
|
8132
8132
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8133
8133
|
* @param {GetDefaultLinkChainMotionGroupModelEnum} motionGroupModel Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
8134
8134
|
* @param {*} [options] Override http request option.
|
|
8135
|
+
* @deprecated
|
|
8135
8136
|
* @throws {RequiredError}
|
|
8136
8137
|
* @memberof StoreCollisionComponentsApi
|
|
8137
8138
|
*/
|