@manycore/custom-sdk 1.13.0-perf.0 → 1.13.3

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.
Files changed (3) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +18 -37
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -915,7 +915,7 @@ export declare class FittingDesignService extends BaseService {
915
915
  export declare class FittingModelService extends BaseService {
916
916
  /**
917
917
  * 获取所有五金孔槽模型
918
- * @param modelId paramModel id,查找相关联孔槽五金
918
+ * @param modelId 模型id,查找相关联的孔槽五金或模型下所有的板件关联的孔槽五金
919
919
  * @returns Promise<IFittingModelLite[]>
920
920
  */
921
921
  getAllFittingModels(modelId?: string): Promise<IFittingModelLite[]>;