@speakableio/core 0.1.77 → 0.1.78
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 +5 -5
- package/dist/index.native.d.ts +5 -5
- package/dist/index.native.native.cjs.map +1 -1
- package/dist/index.native.native.mjs.map +1 -1
- package/dist/index.web.d.mts +5 -5
- package/dist/index.web.d.ts +5 -5
- package/dist/index.web.js.map +1 -1
- package/dist/index.web.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.web.d.mts
CHANGED
|
@@ -31,14 +31,14 @@ interface FirestoreHelpers {
|
|
|
31
31
|
type CustomTimestamp = Timestamp | Timestamp$1;
|
|
32
32
|
type CallableFunction<T = any, R = any> = (data: T) => Promise<R>;
|
|
33
33
|
|
|
34
|
-
declare
|
|
34
|
+
declare enum FeedbackTypesCard {
|
|
35
35
|
SuggestedResponse = "suggested_response",
|
|
36
36
|
Wida = "wida",
|
|
37
37
|
GrammarInsights = "grammar_insights",
|
|
38
38
|
Actfl = "actfl",
|
|
39
39
|
ProficiencyLevel = "proficiency_level"
|
|
40
40
|
}
|
|
41
|
-
declare
|
|
41
|
+
declare enum LeniencyCard {
|
|
42
42
|
CONFIDENCE = "confidence",
|
|
43
43
|
EASY = "easy",
|
|
44
44
|
NORMAL = "normal",
|
|
@@ -70,7 +70,7 @@ declare const BASE_MULTIPLE_CHOICE_FIELD_VALUES: {
|
|
|
70
70
|
value: string;
|
|
71
71
|
}[];
|
|
72
72
|
};
|
|
73
|
-
declare
|
|
73
|
+
declare enum VerificationCardStatus {
|
|
74
74
|
VERIFIED = "VERIFIED",
|
|
75
75
|
WARNING = "WARNING",
|
|
76
76
|
NOT_RECOMMENDED = "NOT_RECOMMENDED",
|
|
@@ -150,7 +150,7 @@ interface PageActivity {
|
|
|
150
150
|
feedback_language?: string | null;
|
|
151
151
|
correct_answer?: string | null;
|
|
152
152
|
}
|
|
153
|
-
declare
|
|
153
|
+
declare enum ActivityPageType {
|
|
154
154
|
READ_REPEAT = "READ_REPEAT",
|
|
155
155
|
VIDEO = "VIDEO",
|
|
156
156
|
TEXT = "TEXT",
|
|
@@ -532,7 +532,7 @@ interface PageScore {
|
|
|
532
532
|
updatedAt?: CustomTimestamp;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
-
declare
|
|
535
|
+
declare enum AssignmentAnalyticsType {
|
|
536
536
|
Macro = "macro",
|
|
537
537
|
Gradebook = "gradebook",
|
|
538
538
|
Cards = "cards",
|
package/dist/index.web.d.ts
CHANGED
|
@@ -31,14 +31,14 @@ interface FirestoreHelpers {
|
|
|
31
31
|
type CustomTimestamp = Timestamp | Timestamp$1;
|
|
32
32
|
type CallableFunction<T = any, R = any> = (data: T) => Promise<R>;
|
|
33
33
|
|
|
34
|
-
declare
|
|
34
|
+
declare enum FeedbackTypesCard {
|
|
35
35
|
SuggestedResponse = "suggested_response",
|
|
36
36
|
Wida = "wida",
|
|
37
37
|
GrammarInsights = "grammar_insights",
|
|
38
38
|
Actfl = "actfl",
|
|
39
39
|
ProficiencyLevel = "proficiency_level"
|
|
40
40
|
}
|
|
41
|
-
declare
|
|
41
|
+
declare enum LeniencyCard {
|
|
42
42
|
CONFIDENCE = "confidence",
|
|
43
43
|
EASY = "easy",
|
|
44
44
|
NORMAL = "normal",
|
|
@@ -70,7 +70,7 @@ declare const BASE_MULTIPLE_CHOICE_FIELD_VALUES: {
|
|
|
70
70
|
value: string;
|
|
71
71
|
}[];
|
|
72
72
|
};
|
|
73
|
-
declare
|
|
73
|
+
declare enum VerificationCardStatus {
|
|
74
74
|
VERIFIED = "VERIFIED",
|
|
75
75
|
WARNING = "WARNING",
|
|
76
76
|
NOT_RECOMMENDED = "NOT_RECOMMENDED",
|
|
@@ -150,7 +150,7 @@ interface PageActivity {
|
|
|
150
150
|
feedback_language?: string | null;
|
|
151
151
|
correct_answer?: string | null;
|
|
152
152
|
}
|
|
153
|
-
declare
|
|
153
|
+
declare enum ActivityPageType {
|
|
154
154
|
READ_REPEAT = "READ_REPEAT",
|
|
155
155
|
VIDEO = "VIDEO",
|
|
156
156
|
TEXT = "TEXT",
|
|
@@ -532,7 +532,7 @@ interface PageScore {
|
|
|
532
532
|
updatedAt?: CustomTimestamp;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
-
declare
|
|
535
|
+
declare enum AssignmentAnalyticsType {
|
|
536
536
|
Macro = "macro",
|
|
537
537
|
Gradebook = "gradebook",
|
|
538
538
|
Cards = "cards",
|