@manycore/idp-sdk
Advanced tools
Comparing version 1.19.0 to 1.20.0
# DEV | ||
# 1.20.0 (2023-03-07) | ||
### Features | ||
- ✨ 小程序 `IDP.Integration.Bom` Namespace 中新增如下API: | ||
1. `deleteGroupsByProductIdAsync` 通过产品ID,批量删除分组 | ||
2. `findGroupsByProductIdAsync` 通过产品ID,查询分组 | ||
3. `deleteMaterialsByOrderIdAsync` 通过订单ID,删除物料 | ||
- ✨ 小程序 `IDP.Integration.Bom` Namespace 中如下API,更新了参数更新: | ||
1. `deletePlanksByProductIdsAsync` 通过产品ID,删除板信息时,新增必传参数orderId | ||
2. `findPlankListAsync` 通过产品ID,查询板件信息时,新增必传参数orderId | ||
3. `deleteFinishedProductsAsync` 通过产品ID删除成品五金时,新增必传参数orderId | ||
4. `findFinishedProductsAsync` 通过产品ID查询成品五金时,新增必传参数orderId | ||
# 1.19.0 (2023-02-21) | ||
### Features | ||
- ✨ 小程序 `IDP.Integration.Bom` Namespace 中修改如下接口: | ||
1. `createGroupsAsync` 创建分组时,新增非必填字段: `comment` | ||
1. `createGroupsAsync` 创建分组时,新增非必填字段: `comment` | ||
# 1.18.0 (2023-02-07) | ||
### Features | ||
- ✨ 小程序 `IDP.Integration.Bom` Namespace 中修改如下接口: | ||
- ✨ 小程序 `IDP.Integration.Bom` Namespace 中修改如下接口: | ||
1. `updatePlankAsync`, `updatePlanksAsync`, `updateFinishedProductsAsync`, `updateMoldingsAsync`, `createGroupsAsync` 新增品类与属性相关非必须字段: `category`, `attributes` | ||
2. `findPlankListAsync`, `getPlankListAsync`, `findFinishedProductsAsync`, `findMoldingsAsync`, `findGroupsByRootIdAsync`, `findGroupsByBomIdAsync`, `findGroupsByOrderIdAsync` 新增必须返回字段: `category`, `attributes` | ||
3. `updateGroupsAsync` 支持批量更新分组的品类与属性 | ||
- ✨ 小程序 `IDP.Custom.Drawing` Namespace 中修改如下接口: | ||
- ✨ 小程序 `IDP.Custom.Drawing` Namespace 中修改如下接口: | ||
1. `DivisionType` 施工图出图方式新增柜组出图枚举 | ||
@@ -22,18 +31,10 @@ 1. `getConstructionDrawingByElementsAsync` 支持柜组出图 | ||
# 1.16.0 (2022-12-07) | ||
### Features | ||
- ✨ 小程序 `IDP.Integration.Bom` Namespace 中新增如下接口: | ||
1. `createBomsAsync` 批量创建物料 | ||
- ✨ 命名空间`IDP.Platform`下: | ||
1. 新增`AppMode`枚举值,列举已知应用模式标识 | ||
2. 新增`getAppMode`方法,获取当前应用模式 | ||
- ✨ 命名空间`IDP.DB.Types`下新增`Opening`类型 | ||
- ✨ 命名空间`IDP.DB.Methods`下: | ||
1. 新增`getAllWallList`方法 | ||
@@ -43,15 +44,9 @@ 2. 新增`getAllRoomList`方法 | ||
# 1.14.0 (2022-11-08) | ||
### Features | ||
- ✨ 小程序 定制模型参数 功能完善: | ||
1. 支持复合公式,参数覆写等功能 | ||
2. 支持获取参数完整信息 | ||
3. 标示『setPrimitiveOverride』『getPrimitiveOverride』标记为过期方法 | ||
- ✨ 命令空间`IDP.User`下,新增方法: | ||
1. 新增`getUserDetailsAsync`方法,获取用户详情信息 | ||
@@ -58,0 +53,0 @@ |
{ | ||
"name": "@manycore/idp-sdk", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"description": "idp sdk typings", | ||
@@ -5,0 +5,0 @@ "homepage": "", |
Sorry, the diff of this file is too big to display
417131
14495