touchstudy-core 0.1.60 → 0.1.61
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/containers/ExamResult/components/MyAnswer/components/CreateNewQuestion.d.ts +5 -3
- package/dist/containers/ExamResult/components/MyAnswer/hooks/useCreateDialog.d.ts +9 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +458 -155
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +459 -156
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +0 -3
- package/dist/utils/getAcademyDomain.d.ts +2 -0
- package/dist/utils/getRedirectUrl.d.ts +2 -0
- package/dist/utils/hooks/useLayoutContext.d.ts +2 -0
- package/package.json +1 -1
@@ -18,9 +18,6 @@ export declare const DATE_MIN_VALUE = "0001-01-01T00:00:00+00:00";
|
|
18
18
|
export declare const DATE_TIME_MIN_VALUE = "0001-01-01T00:00:00";
|
19
19
|
export declare const EXAM_CHANNEL = "presence-exam-channel";
|
20
20
|
export declare const EXAM_STUDENT_CHANNEL = "EXAM-CHANNEL-{examCode}-STUDENT-{studentId}";
|
21
|
-
export declare const getAccessToken: () => string | null;
|
22
|
-
export declare const getAcademyDomain: () => string | null;
|
23
|
-
export declare const getRedirectUrl: () => string | null | undefined;
|
24
21
|
export declare const encodeParams: (params: any) => string;
|
25
22
|
export declare enum Role {
|
26
23
|
Student = "Student",
|