@cuemath/leap 3.1.38-as3 → 3.1.38-as6
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 +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5243,6 +5243,11 @@ export declare type TInclassMessage = {
|
|
|
5243
5243
|
timezone: string;
|
|
5244
5244
|
timestamp: null | string;
|
|
5245
5245
|
};
|
|
5246
|
+
} | {
|
|
5247
|
+
eventName: 'DEMO_STUDENT_PROGRAM_CHANGE';
|
|
5248
|
+
eventPayload: {
|
|
5249
|
+
studentId: string;
|
|
5250
|
+
};
|
|
5246
5251
|
};
|
|
5247
5252
|
|
|
5248
5253
|
export declare type TInputShapes = 'border' | 'borderLess' | 'curved';
|