@free-drivers-ed-california/types 0.0.134 → 0.0.136

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Free California Drivers Ed Types
2
2
 
3
+ [![wakatime](https://wakatime.com/badge/github/Free-Drivers-Ed-California/free-drivers-ed-california-types.svg)](https://wakatime.com/badge/github/Free-Drivers-Ed-California/free-drivers-ed-california-types)
4
+
3
5
  Types and Interfaces for Free Drivers Ed California UI & API
4
6
 
5
7
  ## Installation
@@ -119,4 +121,3 @@ import {
119
121
  ## License
120
122
 
121
123
  ISC
122
-
@@ -8,6 +8,7 @@ export declare enum StudentEndpoints {
8
8
  UPDATE_PAGE_TIME_SPENT = "/student/update-page-time-spent",
9
9
  START_QUIZ = "/student/start-quiz",
10
10
  GET_QUIZ_QUESTIONS = "/student/get-quiz-questions",
11
+ REVIEW_CHAPTER = "/student/review-chapter",
11
12
  SUBMIT_QUIZ = "/student/submit-quiz",
12
13
  MARK_CHAPTER_COMPLETE = "/student/mark-chapter-complete",
13
14
  MARK_CURRICULUM_COMPLETE = "/student/mark-curriculum-complete",
@@ -1 +1 @@
1
- {"version":3,"file":"student-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/student-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,gBAAgB;IACxB,QAAQ,sBAAsB;IAC9B,cAAc,wBAAwB;IACtC,kBAAkB,gCAAgC;IAClD,sBAAsB,oCAAoC;IAC1D,UAAU,wBAAwB;IAClC,kBAAkB,gCAAgC;IAClD,WAAW,yBAAyB;IACpC,qBAAqB,mCAAmC;IACxD,wBAAwB,sCAAsC;IAC9D,uBAAuB,qCAAqC;CAC/D"}
1
+ {"version":3,"file":"student-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/student-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,gBAAgB;IACxB,QAAQ,sBAAsB;IAC9B,cAAc,wBAAwB;IACtC,kBAAkB,gCAAgC;IAClD,sBAAsB,oCAAoC;IAC1D,UAAU,wBAAwB;IAClC,kBAAkB,gCAAgC;IAClD,cAAc,4BAA4B;IAC1C,WAAW,yBAAyB;IACpC,qBAAqB,mCAAmC;IACxD,wBAAwB,sCAAsC;IAC9D,uBAAuB,qCAAqC;CAC/D"}
@@ -9,6 +9,7 @@ export var StudentEndpoints;
9
9
  StudentEndpoints["UPDATE_PAGE_TIME_SPENT"] = "/student/update-page-time-spent";
10
10
  StudentEndpoints["START_QUIZ"] = "/student/start-quiz";
11
11
  StudentEndpoints["GET_QUIZ_QUESTIONS"] = "/student/get-quiz-questions";
12
+ StudentEndpoints["REVIEW_CHAPTER"] = "/student/review-chapter";
12
13
  StudentEndpoints["SUBMIT_QUIZ"] = "/student/submit-quiz";
13
14
  StudentEndpoints["MARK_CHAPTER_COMPLETE"] = "/student/mark-chapter-complete";
14
15
  StudentEndpoints["MARK_CURRICULUM_COMPLETE"] = "/student/mark-curriculum-complete";
@@ -2,6 +2,7 @@ import { BaseResponse } from "../../../../generics";
2
2
  export interface SubmitQuizResponse extends BaseResponse {
3
3
  score: number;
4
4
  passing: boolean;
5
+ shouldAllowRetake: boolean;
5
6
  results: {
6
7
  [questionId: string]: boolean;
7
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"submit-quiz-response.interface.d.ts","sourceRoot":"","sources":["../../../../../src/student/endpoints/student/submit-quiz/submit-quiz-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE;QAAE,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;CAC9C"}
1
+ {"version":3,"file":"submit-quiz-response.interface.d.ts","sourceRoot":"","sources":["../../../../../src/student/endpoints/student/submit-quiz/submit-quiz-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,OAAO,EAAE;QAAE,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;CAC9C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@free-drivers-ed-california/types",
3
- "version": "0.0.134",
3
+ "version": "0.0.136",
4
4
  "private": false,
5
5
  "description": "Types and Interfaces for Free Drivers Ed California UI & API",
6
6
  "main": "dist/index.js",