@lark-project/js-sdk 2.0.17-dev.1 → 2.0.17-dev.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 +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
package/dist/lib/index.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -866,7 +866,7 @@ type LiteAppPropField = {
|
|
|
866
866
|
};
|
|
867
867
|
type LiteAppPropView = {
|
|
868
868
|
viewId: string;
|
|
869
|
-
|
|
869
|
+
isMultiProject: boolean;
|
|
870
870
|
};
|
|
871
871
|
type LiteAppPropWorkItemListAfterFilter = LiteAppPropWorkItemInstance[];
|
|
872
872
|
type LiteAppPropWorkItemListAfterSort = LiteAppPropWorkItemInstance[];
|