tutor-logic 5.0.0 → 20.0.1

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.
Files changed (167) hide show
  1. package/fesm2022/tutor-logic.mjs +210 -249
  2. package/fesm2022/tutor-logic.mjs.map +1 -1
  3. package/index.d.ts +1942 -3
  4. package/package.json +3 -5
  5. package/esm2022/lib/consts/TutorRoles.mjs +0 -26
  6. package/esm2022/lib/consts/index.mjs +0 -2
  7. package/esm2022/lib/extensions/ImageSrcExtensions.mjs +0 -16
  8. package/esm2022/lib/extensions/index.mjs +0 -2
  9. package/esm2022/lib/models/cms-models.mjs +0 -2
  10. package/esm2022/lib/models/course-models.mjs +0 -6
  11. package/esm2022/lib/models/course-payment-models.mjs +0 -6
  12. package/esm2022/lib/models/course-shop-models.mjs +0 -2
  13. package/esm2022/lib/models/course-test-models.mjs +0 -2
  14. package/esm2022/lib/models/curator-models.mjs +0 -2
  15. package/esm2022/lib/models/default-course-landing-page-models.mjs +0 -2
  16. package/esm2022/lib/models/group-access-models.mjs +0 -2
  17. package/esm2022/lib/models/group-enter-models.mjs +0 -2
  18. package/esm2022/lib/models/group-models.mjs +0 -2
  19. package/esm2022/lib/models/group-page-info-models.mjs +0 -2
  20. package/esm2022/lib/models/icon-models.mjs +0 -2
  21. package/esm2022/lib/models/index.mjs +0 -31
  22. package/esm2022/lib/models/landing-models.mjs +0 -2
  23. package/esm2022/lib/models/like-models.mjs +0 -2
  24. package/esm2022/lib/models/material-models.mjs +0 -2
  25. package/esm2022/lib/models/models.mjs +0 -2
  26. package/esm2022/lib/models/payment-system-models.mjs +0 -2
  27. package/esm2022/lib/models/question-like-models.mjs +0 -2
  28. package/esm2022/lib/models/question-models.mjs +0 -9
  29. package/esm2022/lib/models/setting-models.mjs +0 -2
  30. package/esm2022/lib/models/solution-validation-models.mjs +0 -7
  31. package/esm2022/lib/models/student-course-models.mjs +0 -2
  32. package/esm2022/lib/models/student-models.mjs +0 -2
  33. package/esm2022/lib/models/student-statistic-models.mjs +0 -6
  34. package/esm2022/lib/models/student-statistic-snapshot-models.mjs +0 -2
  35. package/esm2022/lib/models/subject-menu-models.mjs +0 -7
  36. package/esm2022/lib/models/subject.models.mjs +0 -2
  37. package/esm2022/lib/models/test-models.mjs +0 -2
  38. package/esm2022/lib/models/test-restriction-models.mjs +0 -6
  39. package/esm2022/lib/models/test-solution-models.mjs +0 -9
  40. package/esm2022/lib/services/CourseDeadlineWarningService.mjs +0 -35
  41. package/esm2022/lib/services/CourseLandingPageQueryService.mjs +0 -49
  42. package/esm2022/lib/services/CourseOrderService.mjs +0 -41
  43. package/esm2022/lib/services/CoursePaymentQueryService.mjs +0 -36
  44. package/esm2022/lib/services/CoursePaymentService.mjs +0 -27
  45. package/esm2022/lib/services/CourseShopWindowDetailedService.mjs +0 -34
  46. package/esm2022/lib/services/CourseThemeItemTestRestrictionService.mjs +0 -44
  47. package/esm2022/lib/services/CourseThemeItemTestRestrictionStudentService.mjs +0 -41
  48. package/esm2022/lib/services/CuratorMessageTemplateService.mjs +0 -34
  49. package/esm2022/lib/services/DefaultCourseLandingPageQueryService.mjs +0 -24
  50. package/esm2022/lib/services/GroupStatisticSnapshotStudentService.mjs +0 -29
  51. package/esm2022/lib/services/PmtSystemService.mjs +0 -36
  52. package/esm2022/lib/services/QuestionLikeService.mjs +0 -27
  53. package/esm2022/lib/services/StudentAggregatedStatisticSnapshotService.mjs +0 -22
  54. package/esm2022/lib/services/StudentCourseProgressQueryService.mjs +0 -32
  55. package/esm2022/lib/services/StudentCourseProgressService.mjs +0 -36
  56. package/esm2022/lib/services/StudentCourseViewService.mjs +0 -36
  57. package/esm2022/lib/services/StudentGroupCourseAccessService.mjs +0 -22
  58. package/esm2022/lib/services/StudentGroupEnterService.mjs +0 -28
  59. package/esm2022/lib/services/StudentGroupInfoPageService.mjs +0 -22
  60. package/esm2022/lib/services/StudentGroupMaterialService.mjs +0 -22
  61. package/esm2022/lib/services/StudentGroupPaymentPlanQueryService.mjs +0 -36
  62. package/esm2022/lib/services/StudentGroupQueryService.mjs +0 -65
  63. package/esm2022/lib/services/StudentGroupTestRelationQueryService.mjs +0 -28
  64. package/esm2022/lib/services/StudentQueryService.mjs +0 -31
  65. package/esm2022/lib/services/StudentRegistrationService.mjs +0 -28
  66. package/esm2022/lib/services/StudentSubjectViewService.mjs +0 -31
  67. package/esm2022/lib/services/StudentTestSolutionQueryService.mjs +0 -34
  68. package/esm2022/lib/services/StudentTestSolutionService.mjs +0 -25
  69. package/esm2022/lib/services/StudentTestSolutionStartService.mjs +0 -28
  70. package/esm2022/lib/services/SubjectMenuService.mjs +0 -43
  71. package/esm2022/lib/services/SubjectQueryService.mjs +0 -43
  72. package/esm2022/lib/services/SubjectsService.mjs +0 -37
  73. package/esm2022/lib/services/TestQuestionStatisticQueryService.mjs +0 -25
  74. package/esm2022/lib/services/TestSolutionDetailedQueryService.mjs +0 -33
  75. package/esm2022/lib/services/TestSolutionQueryService.mjs +0 -31
  76. package/esm2022/lib/services/TestSolutionResultService.mjs +0 -43
  77. package/esm2022/lib/services/TestsService.mjs +0 -32
  78. package/esm2022/lib/services/TutorAppConfigurationService.mjs +0 -57
  79. package/esm2022/lib/services/TutorCommonSettingsService.mjs +0 -31
  80. package/esm2022/lib/services/index.mjs +0 -42
  81. package/esm2022/lib/services/open-api/OpenApiQuestionLikeService.mjs +0 -25
  82. package/esm2022/lib/services/open-api/OpenApiTestSolutionService.mjs +0 -25
  83. package/esm2022/lib/services/open-api/index.mjs +0 -3
  84. package/esm2022/lib/tutor-logic.module.mjs +0 -16
  85. package/esm2022/public-api.mjs +0 -9
  86. package/esm2022/tutor-logic.mjs +0 -5
  87. package/lib/consts/TutorRoles.d.ts +0 -25
  88. package/lib/consts/index.d.ts +0 -1
  89. package/lib/extensions/ImageSrcExtensions.d.ts +0 -10
  90. package/lib/extensions/index.d.ts +0 -1
  91. package/lib/models/cms-models.d.ts +0 -40
  92. package/lib/models/course-models.d.ts +0 -54
  93. package/lib/models/course-payment-models.d.ts +0 -94
  94. package/lib/models/course-shop-models.d.ts +0 -69
  95. package/lib/models/course-test-models.d.ts +0 -17
  96. package/lib/models/curator-models.d.ts +0 -19
  97. package/lib/models/default-course-landing-page-models.d.ts +0 -8
  98. package/lib/models/group-access-models.d.ts +0 -29
  99. package/lib/models/group-enter-models.d.ts +0 -9
  100. package/lib/models/group-models.d.ts +0 -84
  101. package/lib/models/group-page-info-models.d.ts +0 -29
  102. package/lib/models/icon-models.d.ts +0 -6
  103. package/lib/models/index.d.ts +0 -30
  104. package/lib/models/landing-models.d.ts +0 -24
  105. package/lib/models/like-models.d.ts +0 -17
  106. package/lib/models/material-models.d.ts +0 -11
  107. package/lib/models/models.d.ts +0 -11
  108. package/lib/models/payment-system-models.d.ts +0 -17
  109. package/lib/models/question-like-models.d.ts +0 -5
  110. package/lib/models/question-models.d.ts +0 -44
  111. package/lib/models/setting-models.d.ts +0 -57
  112. package/lib/models/solution-validation-models.d.ts +0 -36
  113. package/lib/models/student-course-models.d.ts +0 -66
  114. package/lib/models/student-models.d.ts +0 -40
  115. package/lib/models/student-statistic-models.d.ts +0 -58
  116. package/lib/models/student-statistic-snapshot-models.d.ts +0 -30
  117. package/lib/models/subject-menu-models.d.ts +0 -33
  118. package/lib/models/subject.models.d.ts +0 -46
  119. package/lib/models/test-models.d.ts +0 -25
  120. package/lib/models/test-restriction-models.d.ts +0 -73
  121. package/lib/models/test-solution-models.d.ts +0 -161
  122. package/lib/services/CourseDeadlineWarningService.d.ts +0 -19
  123. package/lib/services/CourseLandingPageQueryService.d.ts +0 -28
  124. package/lib/services/CourseOrderService.d.ts +0 -25
  125. package/lib/services/CoursePaymentQueryService.d.ts +0 -16
  126. package/lib/services/CoursePaymentService.d.ts +0 -13
  127. package/lib/services/CourseShopWindowDetailedService.d.ts +0 -14
  128. package/lib/services/CourseThemeItemTestRestrictionService.d.ts +0 -23
  129. package/lib/services/CourseThemeItemTestRestrictionStudentService.d.ts +0 -22
  130. package/lib/services/CuratorMessageTemplateService.d.ts +0 -16
  131. package/lib/services/DefaultCourseLandingPageQueryService.d.ts +0 -11
  132. package/lib/services/GroupStatisticSnapshotStudentService.d.ts +0 -16
  133. package/lib/services/PmtSystemService.d.ts +0 -15
  134. package/lib/services/QuestionLikeService.d.ts +0 -13
  135. package/lib/services/StudentAggregatedStatisticSnapshotService.d.ts +0 -11
  136. package/lib/services/StudentCourseProgressQueryService.d.ts +0 -18
  137. package/lib/services/StudentCourseProgressService.d.ts +0 -18
  138. package/lib/services/StudentCourseViewService.d.ts +0 -23
  139. package/lib/services/StudentGroupCourseAccessService.d.ts +0 -11
  140. package/lib/services/StudentGroupEnterService.d.ts +0 -13
  141. package/lib/services/StudentGroupInfoPageService.d.ts +0 -12
  142. package/lib/services/StudentGroupMaterialService.d.ts +0 -13
  143. package/lib/services/StudentGroupPaymentPlanQueryService.d.ts +0 -21
  144. package/lib/services/StudentGroupQueryService.d.ts +0 -41
  145. package/lib/services/StudentGroupTestRelationQueryService.d.ts +0 -12
  146. package/lib/services/StudentQueryService.d.ts +0 -14
  147. package/lib/services/StudentRegistrationService.d.ts +0 -14
  148. package/lib/services/StudentSubjectViewService.d.ts +0 -19
  149. package/lib/services/StudentTestSolutionQueryService.d.ts +0 -17
  150. package/lib/services/StudentTestSolutionService.d.ts +0 -13
  151. package/lib/services/StudentTestSolutionStartService.d.ts +0 -14
  152. package/lib/services/SubjectMenuService.d.ts +0 -24
  153. package/lib/services/SubjectQueryService.d.ts +0 -23
  154. package/lib/services/SubjectsService.d.ts +0 -22
  155. package/lib/services/TestQuestionStatisticQueryService.d.ts +0 -12
  156. package/lib/services/TestSolutionDetailedQueryService.d.ts +0 -20
  157. package/lib/services/TestSolutionQueryService.d.ts +0 -14
  158. package/lib/services/TestSolutionResultService.d.ts +0 -20
  159. package/lib/services/TestsService.d.ts +0 -15
  160. package/lib/services/TutorAppConfigurationService.d.ts +0 -26
  161. package/lib/services/TutorCommonSettingsService.d.ts +0 -14
  162. package/lib/services/index.d.ts +0 -41
  163. package/lib/services/open-api/OpenApiQuestionLikeService.d.ts +0 -11
  164. package/lib/services/open-api/OpenApiTestSolutionService.d.ts +0 -11
  165. package/lib/services/open-api/index.d.ts +0 -2
  166. package/lib/tutor-logic.module.d.ts +0 -6
  167. package/public-api.d.ts +0 -5
@@ -1,14 +1,14 @@
1
1
  import * as i0 from '@angular/core';
2
- import { NgModule, Injectable, Inject } from '@angular/core';
2
+ import { NgModule, Inject, Injectable } from '@angular/core';
3
3
  import * as i1 from '@angular/common/http';
4
4
  import { tap, of } from 'rxjs';
5
5
 
6
6
  class TutorLogicModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorLogicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TutorLogicModule }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorLogicModule }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorLogicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: TutorLogicModule }); }
9
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorLogicModule }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorLogicModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorLogicModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [],
@@ -32,37 +32,10 @@ class TestsService {
32
32
  edit(model) {
33
33
  return this._httpClient.post(`${this.baseControllerUrl}/edit`, model);
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestsService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
36
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestsService, providedIn: 'root' }); }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestsService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
36
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestsService, providedIn: 'root' }); }
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestsService, decorators: [{
39
- type: Injectable,
40
- args: [{
41
- providedIn: 'root',
42
- }]
43
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
44
- type: Inject,
45
- args: ['BASE_URL']
46
- }] }] });
47
-
48
- class TutorCommonSettingsService {
49
- constructor(_httpClient, baseUrl) {
50
- this._httpClient = _httpClient;
51
- this.baseControllerUrl = baseUrl + 'api/tutor/settings';
52
- }
53
- get(name) {
54
- return this._httpClient.get(`${this.baseControllerUrl}/get/${name}`);
55
- }
56
- getCached(name) {
57
- return this._httpClient.get(`${this.baseControllerUrl}/get/${name}/cached`);
58
- }
59
- set(model) {
60
- return this._httpClient.post(`${this.baseControllerUrl}/set`, model);
61
- }
62
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorCommonSettingsService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
63
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorCommonSettingsService, providedIn: 'root' }); }
64
- }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorCommonSettingsService, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestsService, decorators: [{
66
39
  type: Injectable,
67
40
  args: [{
68
41
  providedIn: 'root',
@@ -84,7 +57,7 @@ class StudentGroupQueryService {
84
57
  this._baseUrl = _baseUrl;
85
58
  }
86
59
  /**
87
- * Поиск групп студентов
60
+ * Поиск групп учеников
88
61
  */
89
62
  search(model) {
90
63
  return this._httpClient.post(`${this.getBaseUrl()}/query/search`, model);
@@ -120,10 +93,10 @@ class StudentGroupQueryService {
120
93
  getStudentById(groupId, studentId) {
121
94
  return this._httpClient.get(`${this.getBaseUrl()}/students/get-by-id/${groupId}/${studentId}`);
122
95
  }
123
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
124
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupQueryService, providedIn: 'root' }); }
96
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
97
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupQueryService, providedIn: 'root' }); }
125
98
  }
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupQueryService, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupQueryService, decorators: [{
127
100
  type: Injectable,
128
101
  args: [{
129
102
  providedIn: 'root',
@@ -147,10 +120,10 @@ class StudentQueryService {
147
120
  search(searchModel) {
148
121
  return this._httpClient.post(this.baseControllerUrl + 'Search', searchModel);
149
122
  }
150
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
151
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentQueryService, providedIn: 'root' }); }
123
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
124
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentQueryService, providedIn: 'root' }); }
152
125
  }
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentQueryService, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentQueryService, decorators: [{
154
127
  type: Injectable,
155
128
  args: [{
156
129
  providedIn: 'root',
@@ -163,18 +136,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
163
136
  class StudentGroupEnterService {
164
137
  constructor(_httpClient, baseUrl) {
165
138
  this._httpClient = _httpClient;
166
- this.baseControllerUrl = baseUrl + 'api/tutor/student-group/enter/';
139
+ this._baseControllerUrl = baseUrl + 'api/tutor/student-group/enter';
167
140
  }
168
141
  enterViaCode(model) {
169
- return this._httpClient.post(this.baseControllerUrl + 'ViaCode', model);
142
+ return this._httpClient.post(`${this._baseControllerUrl}/ViaCode`, model);
170
143
  }
171
144
  enterFreeOfCharge(id) {
172
- return this._httpClient.post(this.baseControllerUrl + `FreeOfCharge/${id}`, {});
145
+ return this._httpClient.post(`${this._baseControllerUrl}/FreeOfCharge/${id}`, {});
173
146
  }
174
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupEnterService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
175
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupEnterService, providedIn: 'root' }); }
147
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupEnterService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
148
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupEnterService, providedIn: 'root' }); }
176
149
  }
177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupEnterService, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupEnterService, decorators: [{
178
151
  type: Injectable,
179
152
  args: [{
180
153
  providedIn: 'root',
@@ -199,10 +172,10 @@ class TestSolutionQueryService {
199
172
  getSolutionById(id) {
200
173
  return this._httpClient.get(`${this._baseUrl}/Get/By/Id/${id}`);
201
174
  }
202
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
203
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionQueryService, providedIn: 'root' }); }
175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
176
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionQueryService, providedIn: 'root' }); }
204
177
  }
205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionQueryService, decorators: [{
178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionQueryService, decorators: [{
206
179
  type: Injectable,
207
180
  args: [{
208
181
  providedIn: 'root',
@@ -239,10 +212,10 @@ class TestSolutionResultService {
239
212
  removeQuestionResult(model) {
240
213
  return this._httpClient.post(`${this.baseControllerUrl}/question/validation/remove`, model);
241
214
  }
242
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionResultService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
243
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionResultService, providedIn: 'root' }); }
215
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionResultService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
216
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionResultService, providedIn: 'root' }); }
244
217
  }
245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionResultService, decorators: [{
218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionResultService, decorators: [{
246
219
  type: Injectable,
247
220
  args: [{
248
221
  providedIn: 'root',
@@ -266,10 +239,10 @@ class StudentTestSolutionStartService {
266
239
  startByErrors(model) {
267
240
  return this._httpClient.post(`${this.baseControllerUrl}/By/Errors`, model);
268
241
  }
269
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionStartService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
270
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionStartService, providedIn: 'root' }); }
242
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionStartService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
243
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionStartService, providedIn: 'root' }); }
271
244
  }
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionStartService, decorators: [{
245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionStartService, decorators: [{
273
246
  type: Injectable,
274
247
  args: [{ providedIn: 'root' }]
275
248
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -286,10 +259,10 @@ class OpenApiQuestionLikeService {
286
259
  search(model) {
287
260
  return this._httpClient.post(`${this._baseUrl}/search`, model);
288
261
  }
289
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiQuestionLikeService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
290
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiQuestionLikeService, providedIn: 'root' }); }
262
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiQuestionLikeService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
263
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiQuestionLikeService, providedIn: 'root' }); }
291
264
  }
292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiQuestionLikeService, decorators: [{
265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiQuestionLikeService, decorators: [{
293
266
  type: Injectable,
294
267
  args: [{
295
268
  providedIn: 'root',
@@ -308,10 +281,10 @@ class OpenApiTestSolutionService {
308
281
  getById(id) {
309
282
  return this._httpClient.get(`${this._baseUrl}/${id}`);
310
283
  }
311
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiTestSolutionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
312
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiTestSolutionService, providedIn: 'root' }); }
284
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiTestSolutionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
285
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiTestSolutionService, providedIn: 'root' }); }
313
286
  }
314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiTestSolutionService, decorators: [{
287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiTestSolutionService, decorators: [{
315
288
  type: Injectable,
316
289
  args: [{
317
290
  providedIn: 'root',
@@ -332,10 +305,10 @@ class StudentTestSolutionService {
332
305
  finishSolution(model) {
333
306
  return this._httpClient.post(this.baseControllerUrl + "finish", model);
334
307
  }
335
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
336
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionService, providedIn: 'root' }); }
308
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
309
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionService, providedIn: 'root' }); }
337
310
  }
338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionService, decorators: [{
311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionService, decorators: [{
339
312
  type: Injectable,
340
313
  args: [{ providedIn: 'root' }]
341
314
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -350,23 +323,23 @@ BasePath = api/tutor/test-solution/query/mine
350
323
  class StudentTestSolutionQueryService {
351
324
  constructor(_httpClient, baseUrl) {
352
325
  this._httpClient = _httpClient;
353
- this.baseControllerUrl = baseUrl + 'api/tutor/test-solution/query/mine/';
326
+ this.baseControllerUrl = baseUrl + 'api/tutor/test-solution/query/mine';
354
327
  }
355
328
  search(model) {
356
- return this._httpClient.post(this.baseControllerUrl + `search`, model);
329
+ return this._httpClient.post(`${this.baseControllerUrl}/search`, model);
357
330
  }
358
331
  getResultById(id) {
359
- let url = this.baseControllerUrl + `Get/By/Id/${id}/result`;
332
+ let url = `${this.baseControllerUrl}/Get/By/Id/${id}/result`;
360
333
  return this._httpClient.get(url);
361
334
  }
362
335
  getByTestId(testId) {
363
- let url = this.baseControllerUrl + `Get/By/TestId/${testId}`;
336
+ let url = `${this.baseControllerUrl}/Get/By/TestId/${testId}`;
364
337
  return this._httpClient.get(url);
365
338
  }
366
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
367
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionQueryService, providedIn: 'root' }); }
339
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
340
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionQueryService, providedIn: 'root' }); }
368
341
  }
369
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionQueryService, decorators: [{
342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionQueryService, decorators: [{
370
343
  type: Injectable,
371
344
  args: [{ providedIn: 'root' }]
372
345
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -386,10 +359,10 @@ class StudentGroupTestRelationQueryService {
386
359
  getById(studentGroupId, testId) {
387
360
  return this._httpClient.get(`${this.getBaseUrl()}/getById/${testId}/${studentGroupId}`);
388
361
  }
389
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupTestRelationQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
390
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupTestRelationQueryService, providedIn: 'root' }); }
362
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupTestRelationQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
363
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupTestRelationQueryService, providedIn: 'root' }); }
391
364
  }
392
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupTestRelationQueryService, decorators: [{
365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupTestRelationQueryService, decorators: [{
393
366
  type: Injectable,
394
367
  args: [{
395
368
  providedIn: 'root',
@@ -417,10 +390,10 @@ class CuratorMessageTemplateService {
417
390
  search(model) {
418
391
  return this._httpClient.post(this.getBaseControllerUrl() + 'search', model);
419
392
  }
420
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CuratorMessageTemplateService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
421
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CuratorMessageTemplateService, providedIn: 'root' }); }
393
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuratorMessageTemplateService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
394
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuratorMessageTemplateService, providedIn: 'root' }); }
422
395
  }
423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CuratorMessageTemplateService, decorators: [{
396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuratorMessageTemplateService, decorators: [{
424
397
  type: Injectable,
425
398
  args: [{
426
399
  providedIn: 'root',
@@ -448,10 +421,10 @@ class CourseDeadlineWarningService {
448
421
  getStudentWarningsGrouped(model) {
449
422
  return this._httpClient.post(this.baseControllerUrl + `query/for-student/grouped`, model);
450
423
  }
451
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseDeadlineWarningService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
452
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseDeadlineWarningService, providedIn: 'root' }); }
424
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseDeadlineWarningService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
425
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseDeadlineWarningService, providedIn: 'root' }); }
453
426
  }
454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseDeadlineWarningService, decorators: [{
427
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseDeadlineWarningService, decorators: [{
455
428
  type: Injectable,
456
429
  args: [{
457
430
  providedIn: 'root',
@@ -488,50 +461,10 @@ class CourseThemeItemTestRestrictionService {
488
461
  getRemovingAllState(courseId) {
489
462
  return this._http.get(`${this.baseControllerUrl}/removing-all/${courseId}/state`);
490
463
  }
491
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
492
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionService, providedIn: 'root' }); }
464
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
465
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionService, providedIn: 'root' }); }
493
466
  }
494
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionService, decorators: [{
495
- type: Injectable,
496
- args: [{
497
- providedIn: 'root',
498
- }]
499
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
500
- type: Inject,
501
- args: ['BASE_URL']
502
- }] }] });
503
-
504
- /**
505
- * Методы контроллера Tutor.Api.Controllers.Subjects.SubjectMenuController
506
- *
507
- * Базовый урл = api/tutor/subject/menu
508
- *
509
- * Методы для работы с меню предмета
510
- */
511
- class SubjectMenuService {
512
- constructor(_httpClient, baseUrl) {
513
- this._httpClient = _httpClient;
514
- this.baseControllerUrl = `${baseUrl}api/tutor/subject/menu`;
515
- }
516
- getByAliasOrId(idOrAlias) {
517
- return this._httpClient.get(`${this.baseControllerUrl}/GetByAliasOrId?idOrAlias=${idOrAlias}`);
518
- }
519
- getByAliasOrIdCached(idOrAlias) {
520
- return this._httpClient.get(`${this.baseControllerUrl}/GetByAliasOrId/Cached?idOrAlias=${idOrAlias}`);
521
- }
522
- update(model) {
523
- return this._httpClient.post(`${this.baseControllerUrl}/Update`, model);
524
- }
525
- create(model) {
526
- return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
527
- }
528
- getMain() {
529
- return this._httpClient.get(`${this.baseControllerUrl}/query/main`);
530
- }
531
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectMenuService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
532
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectMenuService, providedIn: 'root' }); }
533
- }
534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectMenuService, decorators: [{
467
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionService, decorators: [{
535
468
  type: Injectable,
536
469
  args: [{
537
470
  providedIn: 'root',
@@ -551,27 +484,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
551
484
  class SubjectQueryService {
552
485
  constructor(_httpClient, baseUrl) {
553
486
  this._httpClient = _httpClient;
554
- this.baseControllerUrl = baseUrl + 'api/tutor/subject/query/';
487
+ this._baseControllerUrl = `${baseUrl}api/tutor/subject/query`;
555
488
  }
556
489
  getAll() {
557
- return this._httpClient.get(this.baseControllerUrl + `GetAll`);
490
+ return this._httpClient.get(`${this._baseControllerUrl}/get-all`);
558
491
  }
559
492
  getAllCached() {
560
- return this._httpClient.get(this.baseControllerUrl + `GetAll/Cached`);
493
+ return this._httpClient.get(`${this._baseControllerUrl}/get-all/cached`);
561
494
  }
562
- getAllWithIconsCached(iconSetId) {
563
- return this._httpClient.get(this.baseControllerUrl + `GetAll/with-icons/Cached?iconSetId=${iconSetId}`);
495
+ getAllWithClarifications() {
496
+ return this._httpClient.get(`${this._baseControllerUrl}/get-all/with-clarifications`);
497
+ }
498
+ getAllWithClarificationsCached() {
499
+ return this._httpClient.get(`${this._baseControllerUrl}/get-all/with-clarifications/cached`);
564
500
  }
565
501
  getByAliasOrId(id) {
566
- return this._httpClient.get(this.baseControllerUrl + `GetByAliasOrId?idOrAlias=${id}`);
502
+ return this._httpClient.get(`${this._baseControllerUrl}/GetByAliasOrId?idOrAlias=${id}`);
567
503
  }
568
504
  getByAliasOrIdCached(idOrAlias) {
569
- return this._httpClient.get(this.baseControllerUrl + `GetByAliasOrId/Cached?idOrAlias=${idOrAlias}`);
505
+ return this._httpClient.get(`${this._baseControllerUrl}/GetByAliasOrId/Cached?idOrAlias=${idOrAlias}`);
570
506
  }
571
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
572
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectQueryService, providedIn: 'root' }); }
507
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
508
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectQueryService, providedIn: 'root' }); }
573
509
  }
574
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectQueryService, decorators: [{
510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectQueryService, decorators: [{
575
511
  type: Injectable,
576
512
  args: [{
577
513
  providedIn: 'root',
@@ -591,21 +527,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
591
527
  class SubjectsService {
592
528
  constructor(_httpClient, baseUrl) {
593
529
  this._httpClient = _httpClient;
594
- this.baseControllerUrl = baseUrl + 'api/tutor/subject/';
530
+ this.baseControllerUrl = baseUrl + 'api/tutor/subject';
595
531
  }
596
532
  create(model) {
597
- return this._httpClient.post(this.baseControllerUrl + 'Create', model);
533
+ return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
598
534
  }
599
535
  order(model) {
600
- return this._httpClient.post(this.baseControllerUrl + 'order', model);
536
+ return this._httpClient.post(`${this.baseControllerUrl}/order`, model);
601
537
  }
602
538
  update(model) {
603
- return this._httpClient.post(this.baseControllerUrl + 'Update', model);
539
+ return this._httpClient.post(`${this.baseControllerUrl}/update`, model);
604
540
  }
605
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectsService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
606
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectsService, providedIn: 'root' }); }
541
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectsService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
542
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectsService, providedIn: 'root' }); }
607
543
  }
608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectsService, decorators: [{
544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectsService, decorators: [{
609
545
  type: Injectable,
610
546
  args: [{
611
547
  providedIn: 'root',
@@ -639,38 +575,10 @@ class CourseThemeItemTestRestrictionStudentService {
639
575
  searchStudents(model) {
640
576
  return this._http.post(this.baseControllerUrl + 'query/search', model);
641
577
  }
642
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
643
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, providedIn: 'root' }); }
578
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
579
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, providedIn: 'root' }); }
644
580
  }
645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, decorators: [{
646
- type: Injectable,
647
- args: [{
648
- providedIn: 'root',
649
- }]
650
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
651
- type: Inject,
652
- args: ['BASE_URL']
653
- }] }] });
654
-
655
- /**
656
- * Методы контроллера Tutor.Api.Controllers.Subjects.StudentSubjectViewController
657
- *
658
- * Базовый урл = api/tutor/student-subject-view
659
- *
660
- * Методы для построения меню предмета
661
- */
662
- class StudentSubjectViewService {
663
- constructor(_httpClient, baseUrl) {
664
- this._httpClient = _httpClient;
665
- this.baseControllerUrl = baseUrl + 'api/tutor/student-subject-view/';
666
- }
667
- getV1(idOrAlias, iconSetId) {
668
- return this._httpClient.get(this.baseControllerUrl + `get/v1?idOrAlias=${idOrAlias}&iconSetId=${iconSetId}`);
669
- }
670
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentSubjectViewService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
671
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentSubjectViewService, providedIn: 'root' }); }
672
- }
673
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentSubjectViewService, decorators: [{
581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, decorators: [{
674
582
  type: Injectable,
675
583
  args: [{
676
584
  providedIn: 'root',
@@ -699,10 +607,10 @@ class StudentCourseViewService {
699
607
  loadThemeSolutionsAndTestRestriction(studentProgressId, themeItemId) {
700
608
  return this._httpClient.get(this.baseControllerUrl + `load-theme-solutions-and-restriction?studentProgressId=${studentProgressId}&themeItemId=${themeItemId}`);
701
609
  }
702
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseViewService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
703
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseViewService, providedIn: 'root' }); }
610
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseViewService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
611
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseViewService, providedIn: 'root' }); }
704
612
  }
705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseViewService, decorators: [{
613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseViewService, decorators: [{
706
614
  type: Injectable,
707
615
  args: [{
708
616
  providedIn: 'root',
@@ -729,10 +637,10 @@ class TestSolutionDetailedQueryService {
729
637
  get(id) {
730
638
  return this._httpClient.get(this._baseUrl + `Get/By/Id/${id}/detailed`);
731
639
  }
732
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionDetailedQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
733
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionDetailedQueryService, providedIn: 'root' }); }
640
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionDetailedQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
641
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionDetailedQueryService, providedIn: 'root' }); }
734
642
  }
735
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionDetailedQueryService, decorators: [{
643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionDetailedQueryService, decorators: [{
736
644
  type: Injectable,
737
645
  args: [{
738
646
  providedIn: 'root',
@@ -775,10 +683,10 @@ class CourseLandingPageQueryService {
775
683
  getByIdCached(id) {
776
684
  return this._httpClient.get(`${this._baseUrl}/get-by-id/cached?id=${id}`);
777
685
  }
778
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseLandingPageQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
779
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseLandingPageQueryService, providedIn: 'root' }); }
686
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseLandingPageQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
687
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseLandingPageQueryService, providedIn: 'root' }); }
780
688
  }
781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseLandingPageQueryService, decorators: [{
689
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseLandingPageQueryService, decorators: [{
782
690
  type: Injectable,
783
691
  args: [{
784
692
  providedIn: 'root',
@@ -812,10 +720,10 @@ class CourseOrderService {
812
720
  create(model) {
813
721
  return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
814
722
  }
815
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseOrderService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
816
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseOrderService, providedIn: 'root' }); }
723
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseOrderService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
724
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseOrderService, providedIn: 'root' }); }
817
725
  }
818
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseOrderService, decorators: [{
726
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseOrderService, decorators: [{
819
727
  type: Injectable,
820
728
  args: [{
821
729
  providedIn: 'root',
@@ -842,10 +750,10 @@ class CourseShopWindowDetailedService {
842
750
  getByIdCached(id) {
843
751
  return this._httpClient.get(`${this.baseControllerUrl}/by-id/${id}/cached`);
844
752
  }
845
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseShopWindowDetailedService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
846
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseShopWindowDetailedService, providedIn: 'root' }); }
753
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseShopWindowDetailedService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
754
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseShopWindowDetailedService, providedIn: 'root' }); }
847
755
  }
848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseShopWindowDetailedService, decorators: [{
756
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseShopWindowDetailedService, decorators: [{
849
757
  type: Injectable,
850
758
  args: [{
851
759
  providedIn: 'root',
@@ -874,10 +782,10 @@ class StudentGroupPaymentPlanQueryService {
874
782
  getPaymentPlans(id) {
875
783
  return this._httpClient.get(`${this.getBaseUrl()}/payment-plans/${id}`);
876
784
  }
877
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupPaymentPlanQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
878
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupPaymentPlanQueryService, providedIn: 'root' }); }
785
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupPaymentPlanQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
786
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupPaymentPlanQueryService, providedIn: 'root' }); }
879
787
  }
880
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupPaymentPlanQueryService, decorators: [{
788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupPaymentPlanQueryService, decorators: [{
881
789
  type: Injectable,
882
790
  args: [{
883
791
  providedIn: 'root',
@@ -927,10 +835,10 @@ class TutorAppConfigurationService {
927
835
  }
928
836
  return of(value);
929
837
  }
930
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorAppConfigurationService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
931
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorAppConfigurationService, providedIn: 'root' }); }
838
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorAppConfigurationService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
839
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorAppConfigurationService, providedIn: 'root' }); }
932
840
  }
933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorAppConfigurationService, decorators: [{
841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorAppConfigurationService, decorators: [{
934
842
  type: Injectable,
935
843
  args: [{
936
844
  providedIn: 'root',
@@ -951,10 +859,10 @@ class QuestionLikeService {
951
859
  getBySolutionId(id) {
952
860
  return this._httpClient.get(this.baseControllerUrl + `for-solution/${id}`);
953
861
  }
954
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: QuestionLikeService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
955
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: QuestionLikeService, providedIn: 'root' }); }
862
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QuestionLikeService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
863
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QuestionLikeService, providedIn: 'root' }); }
956
864
  }
957
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: QuestionLikeService, decorators: [{
865
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QuestionLikeService, decorators: [{
958
866
  type: Injectable,
959
867
  args: [{
960
868
  providedIn: 'root',
@@ -980,10 +888,10 @@ class StudentCourseProgressQueryService {
980
888
  search(model) {
981
889
  return this._httpClient.post(`${this.baseControllerUrl}/search`, model);
982
890
  }
983
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
984
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressQueryService, providedIn: 'root' }); }
891
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
892
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressQueryService, providedIn: 'root' }); }
985
893
  }
986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressQueryService, decorators: [{
894
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressQueryService, decorators: [{
987
895
  type: Injectable,
988
896
  args: [{
989
897
  providedIn: 'root',
@@ -1013,10 +921,10 @@ class StudentCourseProgressService {
1013
921
  startTestForItemBlock(model) {
1014
922
  return this._httpClient.post(`${this.baseControllerUrl}/theme/item/start-test`, model);
1015
923
  }
1016
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1017
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressService, providedIn: 'root' }); }
924
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
925
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressService, providedIn: 'root' }); }
1018
926
  }
1019
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressService, decorators: [{
927
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressService, decorators: [{
1020
928
  type: Injectable,
1021
929
  args: [{
1022
930
  providedIn: 'root',
@@ -1034,10 +942,10 @@ class StudentGroupMaterialService {
1034
942
  getMaterials(model) {
1035
943
  return this._httpClient.post(`${this.baseControllerUrl}/materials/search`, model);
1036
944
  }
1037
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupMaterialService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1038
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupMaterialService, providedIn: 'root' }); }
945
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupMaterialService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
946
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupMaterialService, providedIn: 'root' }); }
1039
947
  }
1040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupMaterialService, decorators: [{
948
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupMaterialService, decorators: [{
1041
949
  type: Injectable,
1042
950
  args: [{ providedIn: 'root' }]
1043
951
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1056,10 +964,10 @@ class CoursePaymentService {
1056
964
  setPaymentSystem(model) {
1057
965
  return this._httpClient.post(`${this.baseControllerUrl}/set-payment-system`, model);
1058
966
  }
1059
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1060
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentService, providedIn: 'root' }); }
967
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
968
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentService, providedIn: 'root' }); }
1061
969
  }
1062
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentService, decorators: [{
970
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentService, decorators: [{
1063
971
  type: Injectable,
1064
972
  args: [{
1065
973
  providedIn: 'root',
@@ -1089,10 +997,10 @@ class CoursePaymentQueryService {
1089
997
  getTypes() {
1090
998
  return this._httpClient.get(this.baseControllerUrl + 'Types');
1091
999
  }
1092
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1093
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentQueryService, providedIn: 'root' }); }
1000
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1001
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentQueryService, providedIn: 'root' }); }
1094
1002
  }
1095
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentQueryService, decorators: [{
1003
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentQueryService, decorators: [{
1096
1004
  type: Injectable,
1097
1005
  args: [{
1098
1006
  providedIn: 'root',
@@ -1113,10 +1021,10 @@ class TestQuestionStatisticQueryService {
1113
1021
  getState() {
1114
1022
  return this._httpClient.get(`${this.baseControllerUrl}/state`);
1115
1023
  }
1116
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestQuestionStatisticQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1117
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestQuestionStatisticQueryService, providedIn: 'root' }); }
1024
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestQuestionStatisticQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1025
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestQuestionStatisticQueryService, providedIn: 'root' }); }
1118
1026
  }
1119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestQuestionStatisticQueryService, decorators: [{
1027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestQuestionStatisticQueryService, decorators: [{
1120
1028
  type: Injectable,
1121
1029
  args: [{ providedIn: 'root' }]
1122
1030
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1132,10 +1040,10 @@ class StudentGroupCourseAccessService {
1132
1040
  get(model) {
1133
1041
  return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
1134
1042
  }
1135
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupCourseAccessService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1136
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupCourseAccessService, providedIn: 'root' }); }
1043
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupCourseAccessService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1044
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupCourseAccessService, providedIn: 'root' }); }
1137
1045
  }
1138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupCourseAccessService, decorators: [{
1046
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupCourseAccessService, decorators: [{
1139
1047
  type: Injectable,
1140
1048
  args: [{ providedIn: 'root' }]
1141
1049
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1157,10 +1065,10 @@ class StudentRegistrationService {
1157
1065
  demoRegistration() {
1158
1066
  return this._httpClient.post(`${this._baseControllerUrl}/register/demo`, {});
1159
1067
  }
1160
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentRegistrationService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1161
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentRegistrationService, providedIn: 'root' }); }
1068
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentRegistrationService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1069
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentRegistrationService, providedIn: 'root' }); }
1162
1070
  }
1163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentRegistrationService, decorators: [{
1071
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentRegistrationService, decorators: [{
1164
1072
  type: Injectable,
1165
1073
  args: [{ providedIn: 'root' }]
1166
1074
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1188,10 +1096,10 @@ class PmtSystemService {
1188
1096
  createOrUpdate(model) {
1189
1097
  return this._http.post(`${this.baseControllerUrl}/create-or-update`, model);
1190
1098
  }
1191
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PmtSystemService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1192
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PmtSystemService, providedIn: 'root' }); }
1099
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PmtSystemService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1100
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PmtSystemService, providedIn: 'root' }); }
1193
1101
  }
1194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PmtSystemService, decorators: [{
1102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PmtSystemService, decorators: [{
1195
1103
  type: Injectable,
1196
1104
  args: [{
1197
1105
  providedIn: 'root',
@@ -1209,10 +1117,10 @@ class DefaultCourseLandingPageQueryService {
1209
1117
  getById(id) {
1210
1118
  return this._httpClient.get(`${this._baseControllerUrl}/get-by-id/${id}`);
1211
1119
  }
1212
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DefaultCourseLandingPageQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1213
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DefaultCourseLandingPageQueryService, providedIn: 'root' }); }
1120
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DefaultCourseLandingPageQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1121
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DefaultCourseLandingPageQueryService, providedIn: 'root' }); }
1214
1122
  }
1215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DefaultCourseLandingPageQueryService, decorators: [{
1123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DefaultCourseLandingPageQueryService, decorators: [{
1216
1124
  type: Injectable,
1217
1125
  args: [{
1218
1126
  providedIn: 'root',
@@ -1230,10 +1138,10 @@ class StudentGroupInfoPageService {
1230
1138
  get(model) {
1231
1139
  return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
1232
1140
  }
1233
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupInfoPageService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1234
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupInfoPageService, providedIn: 'root' }); }
1141
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupInfoPageService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1142
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupInfoPageService, providedIn: 'root' }); }
1235
1143
  }
1236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupInfoPageService, decorators: [{
1144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupInfoPageService, decorators: [{
1237
1145
  type: Injectable,
1238
1146
  args: [{ providedIn: 'root' }]
1239
1147
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1244,15 +1152,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1244
1152
  class StudentAggregatedStatisticSnapshotService {
1245
1153
  constructor(_httpClient, baseUrl) {
1246
1154
  this._httpClient = _httpClient;
1247
- this.baseControllerUrl = baseUrl + 'api/tutor/student-aggregated-statistic-snapshot';
1155
+ this.baseControllerUrl = `${baseUrl}api/tutor/student-aggregated-statistic-snapshot`;
1248
1156
  }
1249
1157
  get(studentId) {
1250
1158
  return this._httpClient.get(`${this.baseControllerUrl}/query/get-by-id/${studentId}`);
1251
1159
  }
1252
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1253
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, providedIn: 'root' }); }
1160
+ getDebugInfo(studentId) {
1161
+ return this._httpClient.get(`${this.baseControllerUrl}/query/get-by-id/${studentId}/debug-info`);
1162
+ }
1163
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1164
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, providedIn: 'root' }); }
1254
1165
  }
1255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, decorators: [{
1166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, decorators: [{
1256
1167
  type: Injectable,
1257
1168
  args: [{ providedIn: 'root' }]
1258
1169
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1273,10 +1184,49 @@ class GroupStatisticSnapshotStudentService {
1273
1184
  get(model) {
1274
1185
  return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
1275
1186
  }
1276
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupStatisticSnapshotStudentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1277
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupStatisticSnapshotStudentService, providedIn: 'root' }); }
1187
+ /**
1188
+ * Получить информацию о снапшоте.
1189
+ * @param id идентификатор снепшота
1190
+ * @returns
1191
+ */
1192
+ getSnapshotInfo(id) {
1193
+ return this._httpClient.get(`${this.baseControllerUrl}/snapshot-info/${id}`);
1194
+ }
1195
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GroupStatisticSnapshotStudentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1196
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GroupStatisticSnapshotStudentService, providedIn: 'root' }); }
1197
+ }
1198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GroupStatisticSnapshotStudentService, decorators: [{
1199
+ type: Injectable,
1200
+ args: [{
1201
+ providedIn: 'root',
1202
+ }]
1203
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1204
+ type: Inject,
1205
+ args: ['BASE_URL']
1206
+ }] }] });
1207
+
1208
+ /**
1209
+ * Методы контроллера Tutor.Api.Controllers.Subjects.SubjectMenuController
1210
+ *
1211
+ * Базовый урл = api/tutor/subject/menu
1212
+ *
1213
+ * Методы для работы с меню предмета
1214
+ */
1215
+ class SubjectMenuService {
1216
+ constructor(_httpClient, baseUrl) {
1217
+ this._httpClient = _httpClient;
1218
+ this.baseControllerUrl = `${baseUrl}api/tutor/subject/menu`;
1219
+ }
1220
+ create(model) {
1221
+ return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
1222
+ }
1223
+ getMain() {
1224
+ return this._httpClient.get(`${this.baseControllerUrl}/query/main`);
1225
+ }
1226
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectMenuService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
1227
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectMenuService, providedIn: 'root' }); }
1278
1228
  }
1279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupStatisticSnapshotStudentService, decorators: [{
1229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectMenuService, decorators: [{
1280
1230
  type: Injectable,
1281
1231
  args: [{
1282
1232
  providedIn: 'root',
@@ -1286,6 +1236,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1286
1236
  args: ['BASE_URL']
1287
1237
  }] }] });
1288
1238
 
1239
+ var StudentGroupType;
1240
+ (function (StudentGroupType) {
1241
+ StudentGroupType["Course"] = "Course";
1242
+ StudentGroupType["ClassRoom"] = "ClassRoom";
1243
+ StudentGroupType["ExternalProduct"] = "ExternalProduct";
1244
+ })(StudentGroupType || (StudentGroupType = {}));
1245
+
1289
1246
  var AnswerValidationResultType;
1290
1247
  (function (AnswerValidationResultType) {
1291
1248
  AnswerValidationResultType["NeedToCheckByYourSelf"] = "NeedToCheckByYourSelf";
@@ -1321,7 +1278,18 @@ var TestQuestionType;
1321
1278
  TestQuestionType["DetailedAnswer"] = "DetailedAnswer";
1322
1279
  TestQuestionType["TypeAnswerWithErrors"] = "TypeAnswerWithErrors";
1323
1280
  TestQuestionType["ManyAnswersBoxes"] = "ManyAnswersBoxes";
1281
+ TestQuestionType["FillGaps"] = "FillGaps";
1324
1282
  })(TestQuestionType || (TestQuestionType = {}));
1283
+ var GapType;
1284
+ (function (GapType) {
1285
+ GapType["Select"] = "Select";
1286
+ GapType["Input"] = "Input";
1287
+ })(GapType || (GapType = {}));
1288
+ var SelectRightAnswerOrAnswersQuestionDataItemType;
1289
+ (function (SelectRightAnswerOrAnswersQuestionDataItemType) {
1290
+ SelectRightAnswerOrAnswersQuestionDataItemType["FileId"] = "FileId";
1291
+ SelectRightAnswerOrAnswersQuestionDataItemType["MarkUp"] = "MarkUp";
1292
+ })(SelectRightAnswerOrAnswersQuestionDataItemType || (SelectRightAnswerOrAnswersQuestionDataItemType = {}));
1325
1293
 
1326
1294
  var StudentCoursePaymentType;
1327
1295
  (function (StudentCoursePaymentType) {
@@ -1335,13 +1303,6 @@ var TestQuestionErrorsStatisticOrderType;
1335
1303
  TestQuestionErrorsStatisticOrderType["RecentErrors"] = "RecentErrors";
1336
1304
  })(TestQuestionErrorsStatisticOrderType || (TestQuestionErrorsStatisticOrderType = {}));
1337
1305
 
1338
- var SubjectMenuItemType;
1339
- (function (SubjectMenuItemType) {
1340
- SubjectMenuItemType["MenuItem"] = "MenuItem";
1341
- SubjectMenuItemType["WorkSpaceLink"] = "WorkSpaceLink";
1342
- SubjectMenuItemType["SubjectTestsLink"] = "SubjectTestsLink";
1343
- })(SubjectMenuItemType || (SubjectMenuItemType = {}));
1344
-
1345
1306
  /**
1346
1307
  * Роли для модуля Tutor
1347
1308
  */
@@ -1372,15 +1333,15 @@ class ImageSrcExtensions {
1372
1333
  /**
1373
1334
  * Вовзращает полный путь к изображению по идентификатору файла и типу размера изображения
1374
1335
  * @param publicImageUrlFormat Форматированная строка содержащая {fileId} и {sizeType} для замены
1375
- * @param imageId Идентификатор изображения
1336
+ * @param imageFileId Идентификатор изображения
1376
1337
  * @param imageType Тип изображения
1377
1338
  * @returns
1378
1339
  */
1379
- static createImagePath(publicImageUrlFormat, imageId, imageType = 'Medium') {
1380
- if (imageId === null || imageId === undefined) {
1340
+ static createImagePath(publicImageUrlFormat, imageFileId, sizeType = 'Medium') {
1341
+ if (imageFileId === null || imageFileId === undefined) {
1381
1342
  return null;
1382
1343
  }
1383
- return publicImageUrlFormat.replace('{sizeType}', imageType).replace('{fileId}', imageId.toString());
1344
+ return publicImageUrlFormat.replace('{sizeType}', sizeType).replace('{fileId}', imageFileId.toString());
1384
1345
  }
1385
1346
  }
1386
1347
 
@@ -1392,5 +1353,5 @@ class ImageSrcExtensions {
1392
1353
  * Generated bundle index. Do not edit.
1393
1354
  */
1394
1355
 
1395
- export { AnswerValidationResultType, CourseDeadlineWarningService, CourseLandingPageQueryService, CourseOrderService, CoursePaymentQueryService, CoursePaymentService, CourseShopWindowDetailedService, CourseThemeItemTestRestrictionService, CourseThemeItemTestRestrictionStudentService, CourseThemeItemType, CuratorMessageTemplateService, DefaultCourseLandingPageQueryService, GroupStatisticSnapshotStudentService, ImageSrcExtensions, OpenApiQuestionLikeService, OpenApiTestSolutionService, PmtSystemService, QuestionLikeService, QuestionValidationSourceType, StudentAggregatedStatisticSnapshotService, StudentCoursePaymentType, StudentCourseProgressQueryService, StudentCourseProgressService, StudentCourseViewService, StudentGroupCourseAccessService, StudentGroupEnterService, StudentGroupInfoPageService, StudentGroupMaterialService, StudentGroupPaymentPlanQueryService, StudentGroupQueryService, StudentGroupTestRelationQueryService, StudentQueryService, StudentRegistrationService, StudentSubjectViewService, StudentTestSolutionQueryService, StudentTestSolutionService, StudentTestSolutionStartService, SubjectMenuItemType, SubjectMenuService, SubjectQueryService, SubjectsService, TestQuestionErrorsStatisticOrderType, TestQuestionStatisticQueryService, TestQuestionType, TestRestrictionValidationResultRuleType, TestSolutionDetailedQueryService, TestSolutionQueryService, TestSolutionResultService, TestsService, TutorAppConfigurationService, TutorCommonSettingsService, TutorLogicModule, TutorRoles };
1356
+ export { AnswerValidationResultType, CourseDeadlineWarningService, CourseLandingPageQueryService, CourseOrderService, CoursePaymentQueryService, CoursePaymentService, CourseShopWindowDetailedService, CourseThemeItemTestRestrictionService, CourseThemeItemTestRestrictionStudentService, CourseThemeItemType, CuratorMessageTemplateService, DefaultCourseLandingPageQueryService, GapType, GroupStatisticSnapshotStudentService, ImageSrcExtensions, OpenApiQuestionLikeService, OpenApiTestSolutionService, PmtSystemService, QuestionLikeService, QuestionValidationSourceType, SelectRightAnswerOrAnswersQuestionDataItemType, StudentAggregatedStatisticSnapshotService, StudentCoursePaymentType, StudentCourseProgressQueryService, StudentCourseProgressService, StudentCourseViewService, StudentGroupCourseAccessService, StudentGroupEnterService, StudentGroupInfoPageService, StudentGroupMaterialService, StudentGroupPaymentPlanQueryService, StudentGroupQueryService, StudentGroupTestRelationQueryService, StudentGroupType, StudentQueryService, StudentRegistrationService, StudentTestSolutionQueryService, StudentTestSolutionService, StudentTestSolutionStartService, SubjectMenuService, SubjectQueryService, SubjectsService, TestQuestionErrorsStatisticOrderType, TestQuestionStatisticQueryService, TestQuestionType, TestRestrictionValidationResultRuleType, TestSolutionDetailedQueryService, TestSolutionQueryService, TestSolutionResultService, TestsService, TutorAppConfigurationService, TutorLogicModule, TutorRoles };
1396
1357
  //# sourceMappingURL=tutor-logic.mjs.map