touchstudy-core 0.1.183 → 0.1.185

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.
@@ -20,7 +20,7 @@ export interface CategoryResponse {
20
20
  export declare type Question = {
21
21
  answerResponseSignal: AnswerResponseSignal | null;
22
22
  answerTime: string;
23
- article: number;
23
+ questionGroupIndex: number;
24
24
  category: Category;
25
25
  classAverageTime: any;
26
26
  duration: any;
@@ -6,7 +6,7 @@ export declare type NoteResponse = {
6
6
  email: string;
7
7
  questionId?: number;
8
8
  questionOrder?: number;
9
- articleNumber?: number;
9
+ questionGroupIndex?: number;
10
10
  createdAt?: string;
11
11
  categoryName?: string;
12
12
  examSessionId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touchstudy-core",
3
- "version": "0.1.183",
3
+ "version": "0.1.185",
4
4
  "description": "Contains core components && functions for TouchStudy project",
5
5
  "author": "brss",
6
6
  "license": "MIT",