@studyportals/fawkes 8.0.2-5 → 8.0.2-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.
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
// Area,
|
|
5
5
|
// Attendance,
|
|
6
6
|
// AttendanceDegree,
|
|
7
|
-
|
|
7
|
+
Continent,
|
|
8
8
|
// ContinentTuitionFee,
|
|
9
9
|
// Country,
|
|
10
10
|
// CountryAttendance,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
// DegreeCountryAttendance,
|
|
23
23
|
// DegreeCountryDiscipline,
|
|
24
24
|
// DegreeCountryTuitionFee,
|
|
25
|
-
|
|
25
|
+
Format,
|
|
26
26
|
// DisciplineAttendance,
|
|
27
27
|
// DisciplineContinent,
|
|
28
28
|
// DisciplineCountry,
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
// DegreeArea,
|
|
41
41
|
// DegreeTuitionFee,
|
|
42
42
|
// AttendanceTuitionFee,
|
|
43
|
-
Duration,
|
|
43
|
+
Duration,
|
|
44
44
|
// AttendanceDuration,
|
|
45
45
|
// DegreeAreaTuitionFee,
|
|
46
46
|
// DisciplineContinentAttendance,
|
|
@@ -53,7 +53,7 @@ Duration,
|
|
|
53
53
|
// CountrySpecialProgrammes,
|
|
54
54
|
// AttendanceArea,
|
|
55
55
|
// DegreeFormatTuitionFee,
|
|
56
|
-
|
|
56
|
+
ContinentDuration,
|
|
57
57
|
// DegreeAttendanceFormat,
|
|
58
58
|
// DisciplineCountryAttendance,
|
|
59
59
|
// DisciplineCountryFormat,
|
|
@@ -90,7 +90,7 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
|
|
|
90
90
|
// new AttendanceDegree(dependencies),
|
|
91
91
|
// new AttendanceDuration(dependencies),
|
|
92
92
|
// new AttendanceContinent(dependencies),
|
|
93
|
-
|
|
93
|
+
new Continent(dependencies),
|
|
94
94
|
// new ContinentTuitionFee(dependencies),
|
|
95
95
|
// new Country(dependencies),
|
|
96
96
|
// new CountryAttendance(dependencies),
|
|
@@ -110,7 +110,7 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
|
|
|
110
110
|
// new CountrySpecialProgrammes(dependencies),
|
|
111
111
|
// new ContinentFormat(dependencies),
|
|
112
112
|
// new ContinentSpecialProgrammes(dependencies),
|
|
113
|
-
|
|
113
|
+
new ContinentDuration(dependencies),
|
|
114
114
|
// new DegreeAttendanceDiscipline(dependencies),
|
|
115
115
|
// new DegreeCountryAttendance(dependencies),
|
|
116
116
|
// new DegreeCountryDiscipline(dependencies),
|
|
@@ -126,7 +126,7 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
|
|
|
126
126
|
// new DegreeFormatTuitionFee(dependencies),
|
|
127
127
|
// new DegreeAttendanceFormat(dependencies),
|
|
128
128
|
// new DegreeSpecialProgrammes(dependencies),
|
|
129
|
-
|
|
129
|
+
new Format(dependencies),
|
|
130
130
|
// new DisciplineAttendance(dependencies),
|
|
131
131
|
// new DisciplineContinent(dependencies),
|
|
132
132
|
// new DisciplineCountry(dependencies),
|