@testgorilla/tgo-coding-test 2.0.1 → 2.0.2
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/fesm2022/testgorilla-tgo-coding-test.mjs +2 -2
- package/fesm2022/testgorilla-tgo-coding-test.mjs.map +1 -1
- package/lib/components/tgo-coding-test-candidate-view/tgo-coding-test-candidate-view.component.d.ts +1 -1
- package/lib/services/candidate-coding-test-services/candidature-api.service.d.ts +1 -1
- package/lib/services/candidate-coding-test-services/coding-test.service.d.ts +1 -1
- package/package.json +9 -4
- package/shared/index.d.ts +0 -4
- package/shared/lib/components/audio-animation/audio-animation.component.d.ts +0 -27
- package/shared/lib/components/audio-animation/index.d.ts +0 -1
- package/shared/lib/components/index.d.ts +0 -2
- package/shared/lib/components/vimeo-video/index.d.ts +0 -1
- package/shared/lib/components/vimeo-video/vimeo-video.component.d.ts +0 -24
- package/shared/lib/models/answer.d.ts +0 -17
- package/shared/lib/models/assessment.d.ts +0 -80
- package/shared/lib/models/environment.d.ts +0 -1
- package/shared/lib/models/index.d.ts +0 -8
- package/shared/lib/models/question-component.d.ts +0 -54
- package/shared/lib/models/question.d.ts +0 -102
- package/shared/lib/models/test.d.ts +0 -81
- package/shared/lib/models/translations.d.ts +0 -1
- package/shared/lib/models/window.d.ts +0 -6
- package/shared/lib/services/api/api.service.d.ts +0 -25
- package/shared/lib/services/api/mocked-api.service.d.ts +0 -35
- package/shared/lib/services/environment/environment.service.d.ts +0 -6
- package/shared/lib/services/index.d.ts +0 -9
- package/shared/lib/services/localization/languages.model.d.ts +0 -15
- package/shared/lib/services/localization/transloco-lazy-module-utils.d.ts +0 -11
- package/shared/lib/services/localization/transloco-testing.module.d.ts +0 -2
- package/shared/lib/services/media/media.service.d.ts +0 -29
- package/shared/lib/services/mixpanel/mixpanel.service.d.ts +0 -10
- package/shared/lib/services/theme/theme.service.d.ts +0 -8
- package/shared/test-mocks/assessment-test.mock.d.ts +0 -21
- package/shared/test-mocks/index.d.ts +0 -2
- package/shared/test-mocks/tgo-ui.mock.d.ts +0 -21
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Assessment } from '../lib/models/assessment';
|
|
2
|
-
import { Question } from '../lib/models/question';
|
|
3
|
-
import { TestResultRead } from '../lib/models/test';
|
|
4
|
-
export declare const mockAssessment: Assessment;
|
|
5
|
-
export declare const mockQuestion: Question;
|
|
6
|
-
export declare const mockTestResultRead: TestResultRead;
|
|
7
|
-
export declare const mockSQLTestCases: {
|
|
8
|
-
category: string;
|
|
9
|
-
id: number;
|
|
10
|
-
initial_sql: string;
|
|
11
|
-
name: string;
|
|
12
|
-
post_sql: string;
|
|
13
|
-
pre_sql: string;
|
|
14
|
-
result: string;
|
|
15
|
-
}[];
|
|
16
|
-
export declare const mockTestCases: {
|
|
17
|
-
name: string;
|
|
18
|
-
input: string;
|
|
19
|
-
solution: string;
|
|
20
|
-
points: number;
|
|
21
|
-
}[];
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare const ButtonComponentModule: {
|
|
2
|
-
new (): {};
|
|
3
|
-
};
|
|
4
|
-
export declare const IconComponentModule: {
|
|
5
|
-
new (): {};
|
|
6
|
-
};
|
|
7
|
-
export declare const CardComponentModule: {
|
|
8
|
-
new (): {};
|
|
9
|
-
};
|
|
10
|
-
export declare const DialogComponentModule: {
|
|
11
|
-
new (): {};
|
|
12
|
-
};
|
|
13
|
-
export declare class DialogService {
|
|
14
|
-
open: any;
|
|
15
|
-
}
|
|
16
|
-
export declare class SnackbarService {
|
|
17
|
-
error: any;
|
|
18
|
-
}
|
|
19
|
-
export declare const QuillViewComponent: {
|
|
20
|
-
new (): {};
|
|
21
|
-
};
|