@lark-project/js-sdk 2.0.15-dev.builder.2 → 2.0.15-dev.builder.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 +2 -2
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
package/dist/lib/index.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -844,7 +844,7 @@ type BuilderPropWorkItemType = {
|
|
|
844
844
|
type BuilderPropWorkItemInstance = {
|
|
845
845
|
spaceId: string;
|
|
846
846
|
workObjectId: string;
|
|
847
|
-
workItemId:
|
|
847
|
+
workItemId: number;
|
|
848
848
|
};
|
|
849
849
|
type BuilderPropField = {
|
|
850
850
|
spaceId: string;
|
|
@@ -917,7 +917,7 @@ type BuilderComponentConfig = {
|
|
|
917
917
|
[keyOfProp: string]: BuilderCompPropBriefConfig;
|
|
918
918
|
};
|
|
919
919
|
interface BuilderComponentPreset {
|
|
920
|
-
layout
|
|
920
|
+
layout?: {
|
|
921
921
|
width: number;
|
|
922
922
|
height: number;
|
|
923
923
|
};
|