Skip to content

Commit 2361b7c

Browse files
feat(workitem): 支持按组更新复合字段并扩展 WBS 视图
- 新增 updateCompoundFieldValue 接口封装,支持按组增删改复合字段值 - WBS 视图请求支持 need_union_deliverable 和 need_schedule_table_agg 查询参数及 expand 扩展参数 - WbsViewResponse 增加关系链实体与路径等字段,补充 WBS 视图返回信息 - 同步更新 SDK 版本号至 1.0.22
1 parent 9c83bf8 commit 2361b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.larksuite.project</groupId>
88
<artifactId>oapi-sdk</artifactId>
9-
<version>1.0.21</version>
9+
<version>1.0.22</version>
1010
<build>
1111
<plugins>
1212
<plugin>

src/main/java/com/lark/project/core/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public interface Constants {
3030
String HTTP_HEADER_ACCESS_TOKEN = "X-PLUGIN-TOKEN";
3131

3232
String HTTP_HEADER_IDEM_UUID = "X-IDEM-UUID";
33-
String VERSION = "1.0.20";
33+
String VERSION = "1.0.22";
3434

3535
String BASE_URL = "https://project.feishu.cn";
3636

0 commit comments

Comments
 (0)