@lark-project/js-sdk 2.1.5-alpha.2 → 2.1.5-alpha.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.
package/dist/es/index.js CHANGED
@@ -722,7 +722,7 @@ var SDKClient = _SDKClient;
722
722
  /**
723
723
  * SDK 版本号
724
724
  */
725
- SDKClient.version = "2.1.5-alpha.2";
725
+ SDKClient.version = "2.1.5-alpha.3";
726
726
 
727
727
  // src/types/biz.ts
728
728
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
package/dist/lib/index.js CHANGED
@@ -796,7 +796,7 @@ var SDKClient = _SDKClient;
796
796
  /**
797
797
  * SDK 版本号
798
798
  */
799
- SDKClient.version = "2.1.5-alpha.2";
799
+ SDKClient.version = "2.1.5-alpha.3";
800
800
 
801
801
  // src/types/biz.ts
802
802
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
@@ -925,16 +925,13 @@ type LiteAppSubscribedPropertyView = {
925
925
  viewId: string;
926
926
  };
927
927
  type LiteAppSubscribedPropertyWorkItemInstance = {
928
- spaceId: string;
929
928
  workObjectId: string;
930
929
  workItemId: number;
931
930
  };
932
931
  type LiteAppSubscribedPropertyWorkItemType = {
933
- spaceId: string;
934
932
  workObjectId: string;
935
933
  };
936
934
  type LiteAppSubscribedPropertyDataSet = {
937
- spaceId: string;
938
935
  moql: string;
939
936
  };
940
937
  type LiteAppSubscribedPropertyValueType = LiteAppSubscribedPropertyText | LiteAppSubscribedPropertyNumber | LiteAppSubscribedPropertyDateWithTime | LiteAppSubscribedPropertyDateRange | LiteAppSubscribedPropertyView | LiteAppSubscribedPropertyWorkItemInstance | LiteAppSubscribedPropertyWorkItemType | LiteAppSubscribedPropertyDataSet;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-project/js-sdk",
3
- "version": "2.1.5-alpha.2",
3
+ "version": "2.1.5-alpha.3",
4
4
  "runtimeMinVersions": {
5
5
  "web": "2.1.0",
6
6
  "mobile": "1.1.0"