@free-drivers-ed-california/types 0.0.147 → 0.0.149

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.
@@ -7,6 +7,7 @@ export declare enum StudentEndpoints {
7
7
  MARK_PAGE_COMPLETE = "/student/mark-page-complete",
8
8
  UPDATE_PAGE_TIME_SPENT = "/student/update-page-time-spent",
9
9
  START_QUIZ = "/student/start-quiz",
10
+ GET_FINAL_QUESTIONS = "/student/get-final-questions",
10
11
  GET_QUIZ_QUESTIONS = "/student/get-quiz-questions",
11
12
  REVIEW_CHAPTER = "/student/review-chapter",
12
13
  RETAKE_QUIZ = "/student/retake-quiz",
@@ -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,cAAc,4BAA4B;IAC1C,WAAW,yBAAyB;IACpC,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,mBAAmB,iCAAiC;IACpD,kBAAkB,gCAAgC;IAClD,cAAc,4BAA4B;IAC1C,WAAW,yBAAyB;IACpC,WAAW,yBAAyB;IACpC,qBAAqB,mCAAmC;IACxD,wBAAwB,sCAAsC;IAC9D,uBAAuB,qCAAqC;CAC/D"}
@@ -8,6 +8,7 @@ export var StudentEndpoints;
8
8
  StudentEndpoints["MARK_PAGE_COMPLETE"] = "/student/mark-page-complete";
9
9
  StudentEndpoints["UPDATE_PAGE_TIME_SPENT"] = "/student/update-page-time-spent";
10
10
  StudentEndpoints["START_QUIZ"] = "/student/start-quiz";
11
+ StudentEndpoints["GET_FINAL_QUESTIONS"] = "/student/get-final-questions";
11
12
  StudentEndpoints["GET_QUIZ_QUESTIONS"] = "/student/get-quiz-questions";
12
13
  StudentEndpoints["REVIEW_CHAPTER"] = "/student/review-chapter";
13
14
  StudentEndpoints["RETAKE_QUIZ"] = "/student/retake-quiz";
@@ -3,5 +3,6 @@ export interface SetStudentPositionRequest {
3
3
  chapterNumber: number;
4
4
  pageNumber?: number;
5
5
  quiz?: boolean;
6
+ final?: boolean;
6
7
  }
7
8
  //# sourceMappingURL=set-student-position-request.interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"set-student-position-request.interface.d.ts","sourceRoot":"","sources":["../../../../../src/student/endpoints/admin/set-student-position/set-student-position-request.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACtC,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB"}
1
+ {"version":3,"file":"set-student-position-request.interface.d.ts","sourceRoot":"","sources":["../../../../../src/student/endpoints/admin/set-student-position/set-student-position-request.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACtC,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -6,6 +6,7 @@ export * from './mark-page-complete';
6
6
  export * from './start-quiz';
7
7
  export * from './get-quiz-questions';
8
8
  export * from './submit-quiz';
9
+ export * from './submit-final';
9
10
  export * from './retake-quiz';
10
11
  export * from './mark-chapter-complete';
11
12
  export * from './mark-curriculum-complete';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/student/endpoints/student/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAG9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/student/endpoints/student/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAG9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC"}
@@ -7,6 +7,7 @@ export * from './mark-page-complete';
7
7
  export * from './start-quiz';
8
8
  export * from './get-quiz-questions';
9
9
  export * from './submit-quiz';
10
+ export * from './submit-final';
10
11
  export * from './retake-quiz';
11
12
  export * from './mark-chapter-complete';
12
13
  export * from './mark-curriculum-complete';
@@ -0,0 +1,3 @@
1
+ export * from './submit-final-request.interface';
2
+ export * from './submit-final-response.interface';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/student/endpoints/student/submit-final/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './submit-final-request.interface';
2
+ export * from './submit-final-response.interface';
@@ -0,0 +1,7 @@
1
+ export interface SubmitFinalRequest {
2
+ selectedAnswers: {
3
+ [questionId: string]: string;
4
+ };
5
+ startTime: string;
6
+ }
7
+ //# sourceMappingURL=submit-final-request.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"submit-final-request.interface.d.ts","sourceRoot":"","sources":["../../../../../src/student/endpoints/student/submit-final/submit-final-request.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IAC/B,eAAe,EAAE;QAAE,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAClD,SAAS,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,10 @@
1
+ import { BaseResponse } from "../../../../generics";
2
+ export interface SubmitFinalResponse extends BaseResponse {
3
+ score: number;
4
+ passing: boolean;
5
+ certificateEligible: boolean;
6
+ results: {
7
+ [questionId: string]: boolean;
8
+ };
9
+ }
10
+ //# sourceMappingURL=submit-final-response.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"submit-final-response.interface.d.ts","sourceRoot":"","sources":["../../../../../src/student/endpoints/student/submit-final/submit-final-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAElD,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,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.147",
3
+ "version": "0.0.149",
4
4
  "private": false,
5
5
  "description": "Types and Interfaces for Free Drivers Ed California UI & API",
6
6
  "main": "dist/index.js",