@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.
@@ -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 const enum FeedbackTypesCard {
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 const enum LeniencyCard {
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 const enum VerificationCardStatus {
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 const enum ActivityPageType {
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 const enum AssignmentAnalyticsType {
535
+ declare enum AssignmentAnalyticsType {
536
536
  Macro = "macro",
537
537
  Gradebook = "gradebook",
538
538
  Cards = "cards",
@@ -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 const enum FeedbackTypesCard {
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 const enum LeniencyCard {
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 const enum VerificationCardStatus {
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 const enum ActivityPageType {
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 const enum AssignmentAnalyticsType {
535
+ declare enum AssignmentAnalyticsType {
536
536
  Macro = "macro",
537
537
  Gradebook = "gradebook",
538
538
  Cards = "cards",