@lark-project/js-sdk 2.1.1 → 2.1.2

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/es/index.js CHANGED
@@ -699,7 +699,7 @@ var SDKClient = _SDKClient;
699
699
  /**
700
700
  * SDK 版本号
701
701
  */
702
- SDKClient.version = "2.1.1";
702
+ SDKClient.version = "2.1.2";
703
703
 
704
704
  // src/types/biz.ts
705
705
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
package/dist/lib/index.js CHANGED
@@ -770,7 +770,7 @@ var SDKClient = _SDKClient;
770
770
  /**
771
771
  * SDK 版本号
772
772
  */
773
- SDKClient.version = "2.1.1";
773
+ SDKClient.version = "2.1.2";
774
774
 
775
775
  // src/types/biz.ts
776
776
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
@@ -761,6 +761,7 @@ interface CustomFieldProps {
761
761
  }
762
762
  interface CustomFieldConfig {
763
763
  key: string;
764
+ mappingKey: string;
764
765
  type: FieldType.compoundField | SubFieldType;
765
766
  name: string;
766
767
  children?: CustomFieldConfig[];
@@ -889,6 +890,7 @@ type LiteAppPropField = {
889
890
  };
890
891
  type LiteAppPropView = {
891
892
  viewId: string;
893
+ isMultiProject: boolean;
892
894
  };
893
895
  type LiteAppPropWorkItemListAfterFilter = LiteAppPropWorkItemInstance[];
894
896
  type LiteAppPropWorkItemListAfterSort = LiteAppPropWorkItemInstance[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-project/js-sdk",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "runtimeMinVersions": {
5
5
  "web": "2.1.0",
6
6
  "mobile": "1.1.0"