@free-drivers-ed-california/types 0.0.162 → 0.0.163
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/endpoints/admin-curriculum-endpoints.enum.d.ts +3 -1
- package/dist/endpoints/admin-curriculum-endpoints.enum.d.ts.map +1 -1
- package/dist/endpoints/admin-curriculum-endpoints.enum.js +2 -0
- package/dist/endpoints/admin-student-endpoints.enum.d.ts +1 -4
- package/dist/endpoints/admin-student-endpoints.enum.d.ts.map +1 -1
- package/dist/endpoints/admin-student-endpoints.enum.js +0 -3
- package/package.json +1 -1
|
@@ -5,6 +5,8 @@ export declare enum AdminCurriculumEndpoints {
|
|
|
5
5
|
GET_CURRICULUM = "/admin/curriculum",
|
|
6
6
|
GET_CURRICULUM_SETTINGS = "/admin/curriculum/settings",
|
|
7
7
|
UPDATE_CURRICULUM_SETTINGS = "/admin/curriculum/settings/update",
|
|
8
|
-
MARK_CURRICULUM_COMPLETE = "/admin/curriculum/mark-complete"
|
|
8
|
+
MARK_CURRICULUM_COMPLETE = "/admin/curriculum/mark-complete",
|
|
9
|
+
RESET_PROGRESS = "/admin/students/reset-progress",
|
|
10
|
+
SET_POSITION = "/admin/students/set-position"
|
|
9
11
|
}
|
|
10
12
|
//# sourceMappingURL=admin-curriculum-endpoints.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin-curriculum-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/admin-curriculum-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,wBAAwB;IAChC,cAAc,sBAAsB;IACpC,uBAAuB,+BAA+B;IACtD,0BAA0B,sCAAsC;IAChE,wBAAwB,oCAAoC;
|
|
1
|
+
{"version":3,"file":"admin-curriculum-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/admin-curriculum-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,wBAAwB;IAChC,cAAc,sBAAsB;IACpC,uBAAuB,+BAA+B;IACtD,0BAA0B,sCAAsC;IAChE,wBAAwB,oCAAoC;IAC5D,cAAc,mCAAmC;IACjD,YAAY,iCAAiC;CAChD"}
|
|
@@ -7,4 +7,6 @@ export var AdminCurriculumEndpoints;
|
|
|
7
7
|
AdminCurriculumEndpoints["GET_CURRICULUM_SETTINGS"] = "/admin/curriculum/settings";
|
|
8
8
|
AdminCurriculumEndpoints["UPDATE_CURRICULUM_SETTINGS"] = "/admin/curriculum/settings/update";
|
|
9
9
|
AdminCurriculumEndpoints["MARK_CURRICULUM_COMPLETE"] = "/admin/curriculum/mark-complete";
|
|
10
|
+
AdminCurriculumEndpoints["RESET_PROGRESS"] = "/admin/students/reset-progress";
|
|
11
|
+
AdminCurriculumEndpoints["SET_POSITION"] = "/admin/students/set-position";
|
|
10
12
|
})(AdminCurriculumEndpoints || (AdminCurriculumEndpoints = {}));
|
|
@@ -6,9 +6,6 @@ export declare enum AdminStudentEndpoints {
|
|
|
6
6
|
GET_ALL = "/admin/students/all",
|
|
7
7
|
GET = "/admin/students/get",
|
|
8
8
|
UPDATE = "/admin/students/update",
|
|
9
|
-
DELETE = "/admin/students/delete"
|
|
10
|
-
RESET_PROGRESS = "/admin/students/reset-progress",
|
|
11
|
-
SET_POSITION = "/admin/students/set-position",
|
|
12
|
-
MARK_CURRICULUM_COMPLETE = "/admin/students/mark-curriculum-complete"
|
|
9
|
+
DELETE = "/admin/students/delete"
|
|
13
10
|
}
|
|
14
11
|
//# sourceMappingURL=admin-student-endpoints.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin-student-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/admin-student-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,qBAAqB;IAC7B,MAAM,2BAA2B;IACjC,OAAO,wBAAwB;IAC/B,GAAG,wBAAwB;IAC3B,MAAM,2BAA2B;IACjC,MAAM,2BAA2B;
|
|
1
|
+
{"version":3,"file":"admin-student-endpoints.enum.d.ts","sourceRoot":"","sources":["../../src/endpoints/admin-student-endpoints.enum.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,qBAAqB;IAC7B,MAAM,2BAA2B;IACjC,OAAO,wBAAwB;IAC/B,GAAG,wBAAwB;IAC3B,MAAM,2BAA2B;IACjC,MAAM,2BAA2B;CACpC"}
|
|
@@ -8,7 +8,4 @@ export var AdminStudentEndpoints;
|
|
|
8
8
|
AdminStudentEndpoints["GET"] = "/admin/students/get";
|
|
9
9
|
AdminStudentEndpoints["UPDATE"] = "/admin/students/update";
|
|
10
10
|
AdminStudentEndpoints["DELETE"] = "/admin/students/delete";
|
|
11
|
-
AdminStudentEndpoints["RESET_PROGRESS"] = "/admin/students/reset-progress";
|
|
12
|
-
AdminStudentEndpoints["SET_POSITION"] = "/admin/students/set-position";
|
|
13
|
-
AdminStudentEndpoints["MARK_CURRICULUM_COMPLETE"] = "/admin/students/mark-curriculum-complete";
|
|
14
11
|
})(AdminStudentEndpoints || (AdminStudentEndpoints = {}));
|