@cuemath/leap 3.0.18-as1 → 3.0.18-as2
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/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -4950,8 +4950,9 @@ export declare type TInclassMessage = {
|
|
4950
4950
|
} | {
|
4951
4951
|
eventName: typeof EVENTS.SHEET_SUBMITTED;
|
4952
4952
|
eventPayload: {
|
4953
|
-
sheetIds: string[];
|
4954
4953
|
milestoneId?: string;
|
4954
|
+
worksheetId?: string;
|
4955
|
+
nodeType: TNodeTypes;
|
4955
4956
|
};
|
4956
4957
|
} | {
|
4957
4958
|
eventName: typeof EVENTS.MILESTONE_NAME_UPDATED;
|