tutor-logic 4.0.5 → 4.0.6

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 +131 -131
  2. package/fesm2022/tutor-logic.mjs.map +1 -1
  3. package/index.d.ts +1883 -3
  4. package/package.json +1 -3
  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.1.3", ngImport: i0, type: TutorLogicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: TutorLogicModule }); }
9
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", 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.1.3", ngImport: i0, type: TutorLogicModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [],
@@ -32,10 +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.1.3", 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.1.3", ngImport: i0, type: TestsService, providedIn: 'root' }); }
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestsService, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TestsService, decorators: [{
39
39
  type: Injectable,
40
40
  args: [{
41
41
  providedIn: 'root',
@@ -59,10 +59,10 @@ class TutorCommonSettingsService {
59
59
  set(model) {
60
60
  return this._httpClient.post(`${this.baseControllerUrl}/set`, model);
61
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' }); }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: TutorCommonSettingsService, providedIn: 'root' }); }
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorCommonSettingsService, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TutorCommonSettingsService, decorators: [{
66
66
  type: Injectable,
67
67
  args: [{
68
68
  providedIn: 'root',
@@ -120,10 +120,10 @@ class StudentGroupQueryService {
120
120
  getStudentById(groupId, studentId) {
121
121
  return this._httpClient.get(`${this.getBaseUrl()}/students/get-by-id/${groupId}/${studentId}`);
122
122
  }
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' }); }
123
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentGroupQueryService, providedIn: 'root' }); }
125
125
  }
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupQueryService, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentGroupQueryService, decorators: [{
127
127
  type: Injectable,
128
128
  args: [{
129
129
  providedIn: 'root',
@@ -147,10 +147,10 @@ class StudentQueryService {
147
147
  search(searchModel) {
148
148
  return this._httpClient.post(this.baseControllerUrl + 'Search', searchModel);
149
149
  }
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' }); }
150
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentQueryService, providedIn: 'root' }); }
152
152
  }
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentQueryService, decorators: [{
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentQueryService, decorators: [{
154
154
  type: Injectable,
155
155
  args: [{
156
156
  providedIn: 'root',
@@ -171,10 +171,10 @@ class StudentGroupEnterService {
171
171
  enterFreeOfCharge(id) {
172
172
  return this._httpClient.post(this.baseControllerUrl + `FreeOfCharge/${id}`, {});
173
173
  }
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' }); }
174
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentGroupEnterService, providedIn: 'root' }); }
176
176
  }
177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupEnterService, decorators: [{
177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentGroupEnterService, decorators: [{
178
178
  type: Injectable,
179
179
  args: [{
180
180
  providedIn: 'root',
@@ -199,10 +199,10 @@ class TestSolutionQueryService {
199
199
  getSolutionById(id) {
200
200
  return this._httpClient.get(`${this._baseUrl}/Get/By/Id/${id}`);
201
201
  }
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' }); }
202
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: TestSolutionQueryService, providedIn: 'root' }); }
204
204
  }
205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionQueryService, decorators: [{
205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TestSolutionQueryService, decorators: [{
206
206
  type: Injectable,
207
207
  args: [{
208
208
  providedIn: 'root',
@@ -239,10 +239,10 @@ class TestSolutionResultService {
239
239
  removeQuestionResult(model) {
240
240
  return this._httpClient.post(`${this.baseControllerUrl}/question/validation/remove`, model);
241
241
  }
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' }); }
242
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: TestSolutionResultService, providedIn: 'root' }); }
244
244
  }
245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionResultService, decorators: [{
245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TestSolutionResultService, decorators: [{
246
246
  type: Injectable,
247
247
  args: [{
248
248
  providedIn: 'root',
@@ -266,10 +266,10 @@ class StudentTestSolutionStartService {
266
266
  startByErrors(model) {
267
267
  return this._httpClient.post(`${this.baseControllerUrl}/By/Errors`, model);
268
268
  }
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' }); }
269
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentTestSolutionStartService, providedIn: 'root' }); }
271
271
  }
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionStartService, decorators: [{
272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentTestSolutionStartService, decorators: [{
273
273
  type: Injectable,
274
274
  args: [{ providedIn: 'root' }]
275
275
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -286,10 +286,10 @@ class OpenApiQuestionLikeService {
286
286
  search(model) {
287
287
  return this._httpClient.post(`${this._baseUrl}/search`, model);
288
288
  }
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' }); }
289
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: OpenApiQuestionLikeService, providedIn: 'root' }); }
291
291
  }
292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiQuestionLikeService, decorators: [{
292
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: OpenApiQuestionLikeService, decorators: [{
293
293
  type: Injectable,
294
294
  args: [{
295
295
  providedIn: 'root',
@@ -308,10 +308,10 @@ class OpenApiTestSolutionService {
308
308
  getById(id) {
309
309
  return this._httpClient.get(`${this._baseUrl}/${id}`);
310
310
  }
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' }); }
311
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: OpenApiTestSolutionService, providedIn: 'root' }); }
313
313
  }
314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiTestSolutionService, decorators: [{
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: OpenApiTestSolutionService, decorators: [{
315
315
  type: Injectable,
316
316
  args: [{
317
317
  providedIn: 'root',
@@ -332,10 +332,10 @@ class StudentTestSolutionService {
332
332
  finishSolution(model) {
333
333
  return this._httpClient.post(this.baseControllerUrl + "finish", model);
334
334
  }
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' }); }
335
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentTestSolutionService, providedIn: 'root' }); }
337
337
  }
338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionService, decorators: [{
338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentTestSolutionService, decorators: [{
339
339
  type: Injectable,
340
340
  args: [{ providedIn: 'root' }]
341
341
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -363,10 +363,10 @@ class StudentTestSolutionQueryService {
363
363
  let url = this.baseControllerUrl + `Get/By/TestId/${testId}`;
364
364
  return this._httpClient.get(url);
365
365
  }
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' }); }
366
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentTestSolutionQueryService, providedIn: 'root' }); }
368
368
  }
369
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionQueryService, decorators: [{
369
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentTestSolutionQueryService, decorators: [{
370
370
  type: Injectable,
371
371
  args: [{ providedIn: 'root' }]
372
372
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -386,10 +386,10 @@ class StudentGroupTestRelationQueryService {
386
386
  getById(studentGroupId, testId) {
387
387
  return this._httpClient.get(`${this.getBaseUrl()}/getById/${testId}/${studentGroupId}`);
388
388
  }
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' }); }
389
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentGroupTestRelationQueryService, providedIn: 'root' }); }
391
391
  }
392
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupTestRelationQueryService, decorators: [{
392
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentGroupTestRelationQueryService, decorators: [{
393
393
  type: Injectable,
394
394
  args: [{
395
395
  providedIn: 'root',
@@ -417,10 +417,10 @@ class CuratorMessageTemplateService {
417
417
  search(model) {
418
418
  return this._httpClient.post(this.getBaseControllerUrl() + 'search', model);
419
419
  }
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' }); }
420
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: CuratorMessageTemplateService, providedIn: 'root' }); }
422
422
  }
423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CuratorMessageTemplateService, decorators: [{
423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CuratorMessageTemplateService, decorators: [{
424
424
  type: Injectable,
425
425
  args: [{
426
426
  providedIn: 'root',
@@ -448,10 +448,10 @@ class CourseDeadlineWarningService {
448
448
  getStudentWarningsGrouped(model) {
449
449
  return this._httpClient.post(this.baseControllerUrl + `query/for-student/grouped`, model);
450
450
  }
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' }); }
451
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: CourseDeadlineWarningService, providedIn: 'root' }); }
453
453
  }
454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseDeadlineWarningService, decorators: [{
454
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CourseDeadlineWarningService, decorators: [{
455
455
  type: Injectable,
456
456
  args: [{
457
457
  providedIn: 'root',
@@ -488,10 +488,10 @@ class CourseThemeItemTestRestrictionService {
488
488
  getRemovingAllState(courseId) {
489
489
  return this._http.get(`${this.baseControllerUrl}/removing-all/${courseId}/state`);
490
490
  }
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' }); }
491
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: CourseThemeItemTestRestrictionService, providedIn: 'root' }); }
493
493
  }
494
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionService, decorators: [{
494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CourseThemeItemTestRestrictionService, decorators: [{
495
495
  type: Injectable,
496
496
  args: [{
497
497
  providedIn: 'root',
@@ -528,10 +528,10 @@ class SubjectMenuService {
528
528
  getMain() {
529
529
  return this._httpClient.get(`${this.baseControllerUrl}/query/main`);
530
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' }); }
531
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: SubjectMenuService, providedIn: 'root' }); }
533
533
  }
534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectMenuService, decorators: [{
534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SubjectMenuService, decorators: [{
535
535
  type: Injectable,
536
536
  args: [{
537
537
  providedIn: 'root',
@@ -568,10 +568,10 @@ class SubjectQueryService {
568
568
  getByAliasOrIdCached(idOrAlias) {
569
569
  return this._httpClient.get(this.baseControllerUrl + `GetByAliasOrId/Cached?idOrAlias=${idOrAlias}`);
570
570
  }
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' }); }
571
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: SubjectQueryService, providedIn: 'root' }); }
573
573
  }
574
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectQueryService, decorators: [{
574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SubjectQueryService, decorators: [{
575
575
  type: Injectable,
576
576
  args: [{
577
577
  providedIn: 'root',
@@ -602,10 +602,10 @@ class SubjectsService {
602
602
  update(model) {
603
603
  return this._httpClient.post(this.baseControllerUrl + 'Update', model);
604
604
  }
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' }); }
605
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: SubjectsService, providedIn: 'root' }); }
607
607
  }
608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectsService, decorators: [{
608
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SubjectsService, decorators: [{
609
609
  type: Injectable,
610
610
  args: [{
611
611
  providedIn: 'root',
@@ -639,10 +639,10 @@ class CourseThemeItemTestRestrictionStudentService {
639
639
  searchStudents(model) {
640
640
  return this._http.post(this.baseControllerUrl + 'query/search', model);
641
641
  }
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' }); }
642
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, providedIn: 'root' }); }
644
644
  }
645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, decorators: [{
645
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, decorators: [{
646
646
  type: Injectable,
647
647
  args: [{
648
648
  providedIn: 'root',
@@ -667,10 +667,10 @@ class StudentSubjectViewService {
667
667
  getV1(idOrAlias, iconSetId) {
668
668
  return this._httpClient.get(this.baseControllerUrl + `get/v1?idOrAlias=${idOrAlias}&iconSetId=${iconSetId}`);
669
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' }); }
670
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentSubjectViewService, providedIn: 'root' }); }
672
672
  }
673
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentSubjectViewService, decorators: [{
673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentSubjectViewService, decorators: [{
674
674
  type: Injectable,
675
675
  args: [{
676
676
  providedIn: 'root',
@@ -699,10 +699,10 @@ class StudentCourseViewService {
699
699
  loadThemeSolutionsAndTestRestriction(studentProgressId, themeItemId) {
700
700
  return this._httpClient.get(this.baseControllerUrl + `load-theme-solutions-and-restriction?studentProgressId=${studentProgressId}&themeItemId=${themeItemId}`);
701
701
  }
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' }); }
702
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentCourseViewService, providedIn: 'root' }); }
704
704
  }
705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseViewService, decorators: [{
705
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentCourseViewService, decorators: [{
706
706
  type: Injectable,
707
707
  args: [{
708
708
  providedIn: 'root',
@@ -729,10 +729,10 @@ class TestSolutionDetailedQueryService {
729
729
  get(id) {
730
730
  return this._httpClient.get(this._baseUrl + `Get/By/Id/${id}/detailed`);
731
731
  }
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' }); }
732
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: TestSolutionDetailedQueryService, providedIn: 'root' }); }
734
734
  }
735
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionDetailedQueryService, decorators: [{
735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TestSolutionDetailedQueryService, decorators: [{
736
736
  type: Injectable,
737
737
  args: [{
738
738
  providedIn: 'root',
@@ -775,10 +775,10 @@ class CourseLandingPageQueryService {
775
775
  getByIdCached(id) {
776
776
  return this._httpClient.get(`${this._baseUrl}/get-by-id/cached?id=${id}`);
777
777
  }
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' }); }
778
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: CourseLandingPageQueryService, providedIn: 'root' }); }
780
780
  }
781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseLandingPageQueryService, decorators: [{
781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CourseLandingPageQueryService, decorators: [{
782
782
  type: Injectable,
783
783
  args: [{
784
784
  providedIn: 'root',
@@ -812,10 +812,10 @@ class CourseOrderService {
812
812
  create(model) {
813
813
  return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
814
814
  }
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' }); }
815
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: CourseOrderService, providedIn: 'root' }); }
817
817
  }
818
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseOrderService, decorators: [{
818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CourseOrderService, decorators: [{
819
819
  type: Injectable,
820
820
  args: [{
821
821
  providedIn: 'root',
@@ -842,10 +842,10 @@ class CourseShopWindowDetailedService {
842
842
  getByIdCached(id) {
843
843
  return this._httpClient.get(`${this.baseControllerUrl}/by-id/${id}/cached`);
844
844
  }
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' }); }
845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: CourseShopWindowDetailedService, providedIn: 'root' }); }
847
847
  }
848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseShopWindowDetailedService, decorators: [{
848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CourseShopWindowDetailedService, decorators: [{
849
849
  type: Injectable,
850
850
  args: [{
851
851
  providedIn: 'root',
@@ -874,10 +874,10 @@ class StudentGroupPaymentPlanQueryService {
874
874
  getPaymentPlans(id) {
875
875
  return this._httpClient.get(`${this.getBaseUrl()}/payment-plans/${id}`);
876
876
  }
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' }); }
877
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentGroupPaymentPlanQueryService, providedIn: 'root' }); }
879
879
  }
880
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupPaymentPlanQueryService, decorators: [{
880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentGroupPaymentPlanQueryService, decorators: [{
881
881
  type: Injectable,
882
882
  args: [{
883
883
  providedIn: 'root',
@@ -927,10 +927,10 @@ class TutorAppConfigurationService {
927
927
  }
928
928
  return of(value);
929
929
  }
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' }); }
930
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: TutorAppConfigurationService, providedIn: 'root' }); }
932
932
  }
933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorAppConfigurationService, decorators: [{
933
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TutorAppConfigurationService, decorators: [{
934
934
  type: Injectable,
935
935
  args: [{
936
936
  providedIn: 'root',
@@ -951,10 +951,10 @@ class QuestionLikeService {
951
951
  getBySolutionId(id) {
952
952
  return this._httpClient.get(this.baseControllerUrl + `for-solution/${id}`);
953
953
  }
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' }); }
954
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: QuestionLikeService, providedIn: 'root' }); }
956
956
  }
957
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: QuestionLikeService, decorators: [{
957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: QuestionLikeService, decorators: [{
958
958
  type: Injectable,
959
959
  args: [{
960
960
  providedIn: 'root',
@@ -980,10 +980,10 @@ class StudentCourseProgressQueryService {
980
980
  search(model) {
981
981
  return this._httpClient.post(`${this.baseControllerUrl}/search`, model);
982
982
  }
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' }); }
983
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentCourseProgressQueryService, providedIn: 'root' }); }
985
985
  }
986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressQueryService, decorators: [{
986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentCourseProgressQueryService, decorators: [{
987
987
  type: Injectable,
988
988
  args: [{
989
989
  providedIn: 'root',
@@ -1013,10 +1013,10 @@ class StudentCourseProgressService {
1013
1013
  startTestForItemBlock(model) {
1014
1014
  return this._httpClient.post(`${this.baseControllerUrl}/theme/item/start-test`, model);
1015
1015
  }
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' }); }
1016
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentCourseProgressService, providedIn: 'root' }); }
1018
1018
  }
1019
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressService, decorators: [{
1019
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentCourseProgressService, decorators: [{
1020
1020
  type: Injectable,
1021
1021
  args: [{
1022
1022
  providedIn: 'root',
@@ -1034,10 +1034,10 @@ class StudentGroupMaterialService {
1034
1034
  getMaterials(model) {
1035
1035
  return this._httpClient.post(`${this.baseControllerUrl}/materials/search`, model);
1036
1036
  }
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' }); }
1037
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentGroupMaterialService, providedIn: 'root' }); }
1039
1039
  }
1040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupMaterialService, decorators: [{
1040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentGroupMaterialService, decorators: [{
1041
1041
  type: Injectable,
1042
1042
  args: [{ providedIn: 'root' }]
1043
1043
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1056,10 +1056,10 @@ class CoursePaymentService {
1056
1056
  setPaymentSystem(model) {
1057
1057
  return this._httpClient.post(`${this.baseControllerUrl}/set-payment-system`, model);
1058
1058
  }
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' }); }
1059
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: CoursePaymentService, providedIn: 'root' }); }
1061
1061
  }
1062
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentService, decorators: [{
1062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CoursePaymentService, decorators: [{
1063
1063
  type: Injectable,
1064
1064
  args: [{
1065
1065
  providedIn: 'root',
@@ -1089,10 +1089,10 @@ class CoursePaymentQueryService {
1089
1089
  getTypes() {
1090
1090
  return this._httpClient.get(this.baseControllerUrl + 'Types');
1091
1091
  }
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' }); }
1092
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: CoursePaymentQueryService, providedIn: 'root' }); }
1094
1094
  }
1095
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentQueryService, decorators: [{
1095
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CoursePaymentQueryService, decorators: [{
1096
1096
  type: Injectable,
1097
1097
  args: [{
1098
1098
  providedIn: 'root',
@@ -1113,10 +1113,10 @@ class TestQuestionStatisticQueryService {
1113
1113
  getState() {
1114
1114
  return this._httpClient.get(`${this.baseControllerUrl}/state`);
1115
1115
  }
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' }); }
1116
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: TestQuestionStatisticQueryService, providedIn: 'root' }); }
1118
1118
  }
1119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestQuestionStatisticQueryService, decorators: [{
1119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TestQuestionStatisticQueryService, decorators: [{
1120
1120
  type: Injectable,
1121
1121
  args: [{ providedIn: 'root' }]
1122
1122
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1132,10 +1132,10 @@ class StudentGroupCourseAccessService {
1132
1132
  get(model) {
1133
1133
  return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
1134
1134
  }
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' }); }
1135
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentGroupCourseAccessService, providedIn: 'root' }); }
1137
1137
  }
1138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupCourseAccessService, decorators: [{
1138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentGroupCourseAccessService, decorators: [{
1139
1139
  type: Injectable,
1140
1140
  args: [{ providedIn: 'root' }]
1141
1141
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1157,10 +1157,10 @@ class StudentRegistrationService {
1157
1157
  demoRegistration() {
1158
1158
  return this._httpClient.post(`${this._baseControllerUrl}/register/demo`, {});
1159
1159
  }
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' }); }
1160
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentRegistrationService, providedIn: 'root' }); }
1162
1162
  }
1163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentRegistrationService, decorators: [{
1163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentRegistrationService, decorators: [{
1164
1164
  type: Injectable,
1165
1165
  args: [{ providedIn: 'root' }]
1166
1166
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1188,10 +1188,10 @@ class PmtSystemService {
1188
1188
  createOrUpdate(model) {
1189
1189
  return this._http.post(`${this.baseControllerUrl}/create-or-update`, model);
1190
1190
  }
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' }); }
1191
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: PmtSystemService, providedIn: 'root' }); }
1193
1193
  }
1194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PmtSystemService, decorators: [{
1194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: PmtSystemService, decorators: [{
1195
1195
  type: Injectable,
1196
1196
  args: [{
1197
1197
  providedIn: 'root',
@@ -1209,10 +1209,10 @@ class DefaultCourseLandingPageQueryService {
1209
1209
  getById(id) {
1210
1210
  return this._httpClient.get(`${this._baseControllerUrl}/get-by-id/${id}`);
1211
1211
  }
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' }); }
1212
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: DefaultCourseLandingPageQueryService, providedIn: 'root' }); }
1214
1214
  }
1215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DefaultCourseLandingPageQueryService, decorators: [{
1215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DefaultCourseLandingPageQueryService, decorators: [{
1216
1216
  type: Injectable,
1217
1217
  args: [{
1218
1218
  providedIn: 'root',
@@ -1230,10 +1230,10 @@ class StudentGroupInfoPageService {
1230
1230
  get(model) {
1231
1231
  return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
1232
1232
  }
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' }); }
1233
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentGroupInfoPageService, providedIn: 'root' }); }
1235
1235
  }
1236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupInfoPageService, decorators: [{
1236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentGroupInfoPageService, decorators: [{
1237
1237
  type: Injectable,
1238
1238
  args: [{ providedIn: 'root' }]
1239
1239
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1249,10 +1249,10 @@ class StudentAggregatedStatisticSnapshotService {
1249
1249
  get(studentId) {
1250
1250
  return this._httpClient.get(`${this.baseControllerUrl}/query/get-by-id/${studentId}`);
1251
1251
  }
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' }); }
1252
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, providedIn: 'root' }); }
1254
1254
  }
1255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, decorators: [{
1255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, decorators: [{
1256
1256
  type: Injectable,
1257
1257
  args: [{ providedIn: 'root' }]
1258
1258
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
@@ -1273,10 +1273,10 @@ class GroupStatisticSnapshotStudentService {
1273
1273
  get(model) {
1274
1274
  return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
1275
1275
  }
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' }); }
1276
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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: "20.1.3", ngImport: i0, type: GroupStatisticSnapshotStudentService, providedIn: 'root' }); }
1278
1278
  }
1279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupStatisticSnapshotStudentService, decorators: [{
1279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: GroupStatisticSnapshotStudentService, decorators: [{
1280
1280
  type: Injectable,
1281
1281
  args: [{
1282
1282
  providedIn: 'root',