@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 +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/types/index.d.ts +0 -3
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
package/dist/lib/index.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -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;
|