@cuemath/leap 3.3.24 → 3.3.25
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 +8 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6138,6 +6138,14 @@ export declare type TInclassMessage = {
|
|
|
6138
6138
|
studentId: string;
|
|
6139
6139
|
badges: unknown[];
|
|
6140
6140
|
};
|
|
6141
|
+
} | {
|
|
6142
|
+
eventName: 'STICKERS';
|
|
6143
|
+
eventPayload: {
|
|
6144
|
+
data: {
|
|
6145
|
+
selectedBadge: Record<string, string>;
|
|
6146
|
+
badgeId: string;
|
|
6147
|
+
};
|
|
6148
|
+
};
|
|
6141
6149
|
} | {
|
|
6142
6150
|
eventName: 'OPEN_ADDITIONAL_CLASS_CONFIRMED_MODAL';
|
|
6143
6151
|
eventPayload: {
|