@speakableio/core 0.1.91 → 0.1.92
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.native.d.mts
CHANGED
|
@@ -534,10 +534,11 @@ interface PageScore {
|
|
|
534
534
|
markedCorrect?: boolean;
|
|
535
535
|
selectedOption?: string | string[];
|
|
536
536
|
attemptedAt?: CustomTimestamp;
|
|
537
|
+
messageAttemptId?: string;
|
|
537
538
|
}[];
|
|
538
539
|
tryAgain?: boolean;
|
|
539
540
|
updatedAt?: CustomTimestamp;
|
|
540
|
-
|
|
541
|
+
messageAttemptId?: string;
|
|
541
542
|
}
|
|
542
543
|
|
|
543
544
|
declare enum AssignmentAnalyticsType {
|
package/dist/index.native.d.ts
CHANGED
|
@@ -534,10 +534,11 @@ interface PageScore {
|
|
|
534
534
|
markedCorrect?: boolean;
|
|
535
535
|
selectedOption?: string | string[];
|
|
536
536
|
attemptedAt?: CustomTimestamp;
|
|
537
|
+
messageAttemptId?: string;
|
|
537
538
|
}[];
|
|
538
539
|
tryAgain?: boolean;
|
|
539
540
|
updatedAt?: CustomTimestamp;
|
|
540
|
-
|
|
541
|
+
messageAttemptId?: string;
|
|
541
542
|
}
|
|
542
543
|
|
|
543
544
|
declare enum AssignmentAnalyticsType {
|
package/dist/index.web.d.mts
CHANGED
|
@@ -534,10 +534,11 @@ interface PageScore {
|
|
|
534
534
|
markedCorrect?: boolean;
|
|
535
535
|
selectedOption?: string | string[];
|
|
536
536
|
attemptedAt?: CustomTimestamp;
|
|
537
|
+
messageAttemptId?: string;
|
|
537
538
|
}[];
|
|
538
539
|
tryAgain?: boolean;
|
|
539
540
|
updatedAt?: CustomTimestamp;
|
|
540
|
-
|
|
541
|
+
messageAttemptId?: string;
|
|
541
542
|
}
|
|
542
543
|
|
|
543
544
|
declare enum AssignmentAnalyticsType {
|