@studyportals/fawkes 7.4.2-2 → 8.0.1-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +176 -176
- package/package.json +2 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/organisations-seo/index.d.ts +0 -4
- package/dist/organisations-seo/index.js +0 -2
- package/dist/programmes-seo/index.d.ts +0 -6
- package/dist/programmes-seo/index.js +0 -2
- package/dist/scholarships-seo/index.d.ts +0 -5
- package/dist/scholarships-seo/index.js +0 -3
- package/dist/sitemap-generator-seo/index.d.ts +0 -13
- package/dist/sitemap-generator-seo/index.js +0 -4
- package/dist/src/common/FilterKeyValuesMap.d.ts +0 -2
- package/dist/src/common/FilterKeyValuesMap.js +0 -1
- package/dist/src/common/IDependencies.d.ts +0 -4
- package/dist/src/common/IDependencies.js +0 -1
- package/dist/src/common/IDocumentationManager.d.ts +0 -5
- package/dist/src/common/IDocumentationManager.js +0 -1
- package/dist/src/common/IPresenter.d.ts +0 -6
- package/dist/src/common/IPresenter.js +0 -1
- package/dist/src/common/IRule.d.ts +0 -8
- package/dist/src/common/IRule.js +0 -1
- package/dist/src/common/ISearchApplicationState.d.ts +0 -4
- package/dist/src/common/ISearchApplicationState.js +0 -1
- package/dist/src/common/ISearchDependencies.d.ts +0 -7
- package/dist/src/common/ISearchDependencies.js +0 -1
- package/dist/src/common/ISearchIndexabilityManager.d.ts +0 -4
- package/dist/src/common/ISearchIndexabilityManager.js +0 -1
- package/dist/src/common/ISeoDependencies.d.ts +0 -3
- package/dist/src/common/ISeoDependencies.js +0 -1
- package/dist/src/common/ISeoFilterState.d.ts +0 -5
- package/dist/src/common/ISeoFilterState.js +0 -1
- package/dist/src/common/ISeoIndexabilityPolicy.d.ts +0 -7
- package/dist/src/common/ISeoIndexabilityPolicy.js +0 -1
- package/dist/src/common/ISeoInfoBase.d.ts +0 -8
- package/dist/src/common/ISeoInfoBase.js +0 -1
- package/dist/src/common/ISitemapDependencies.d.ts +0 -5
- package/dist/src/common/ISitemapDependencies.js +0 -1
- package/dist/src/common/ISitemapUrlGenerator.d.ts +0 -7
- package/dist/src/common/ISitemapUrlGenerator.js +0 -1
- package/dist/src/common/index.d.ts +0 -5
- package/dist/src/common/index.js +0 -5
- package/dist/src/common/policies/BaseSeoIndexabilityPolicy.d.ts +0 -26
- package/dist/src/common/policies/BaseSeoIndexabilityPolicy.js +0 -56
- package/dist/src/common/rules/BaseFilterKeyValueRule.d.ts +0 -11
- package/dist/src/common/rules/BaseFilterKeyValueRule.js +0 -28
- package/dist/src/common/rules/IndexablePageNumberRule.d.ts +0 -9
- package/dist/src/common/rules/IndexablePageNumberRule.js +0 -17
- package/dist/src/common/rules/NoFiltersSelectedRule.d.ts +0 -9
- package/dist/src/common/rules/NoFiltersSelectedRule.js +0 -17
- package/dist/src/common/rules/OnlineAttendanceRule.d.ts +0 -6
- package/dist/src/common/rules/OnlineAttendanceRule.js +0 -14
- package/dist/src/common/rules/OnlyFiltersSelectedRule.d.ts +0 -12
- package/dist/src/common/rules/OnlyFiltersSelectedRule.js +0 -30
- package/dist/src/common/rules/SingleValueSelectedForFilterRule.d.ts +0 -12
- package/dist/src/common/rules/SingleValueSelectedForFilterRule.js +0 -24
- package/dist/src/enums/AttendanceFilterOptionValue.d.ts +0 -5
- package/dist/src/enums/AttendanceFilterOptionValue.js +0 -6
- package/dist/src/enums/DegreeTypeFilterOptionValue.d.ts +0 -29
- package/dist/src/enums/DegreeTypeFilterOptionValue.js +0 -30
- package/dist/src/enums/DependencyTypes.d.ts +0 -4
- package/dist/src/enums/DependencyTypes.js +0 -5
- package/dist/src/enums/DurationFilterOptionValue.d.ts +0 -16
- package/dist/src/enums/DurationFilterOptionValue.js +0 -17
- package/dist/src/enums/EducationalFormFilterOptionValue.d.ts +0 -8
- package/dist/src/enums/EducationalFormFilterOptionValue.js +0 -9
- package/dist/src/enums/FilterCombinations.d.ts +0 -52
- package/dist/src/enums/FilterCombinations.js +0 -53
- package/dist/src/enums/FilterKey.d.ts +0 -21
- package/dist/src/enums/FilterKey.js +0 -22
- package/dist/src/enums/FormatFilterOptionValue.d.ts +0 -4
- package/dist/src/enums/FormatFilterOptionValue.js +0 -5
- package/dist/src/enums/SortingOptions.d.ts +0 -4
- package/dist/src/enums/SortingOptions.js +0 -5
- package/dist/src/enums/SpecialProgrammesFilterOptionValue.d.ts +0 -5
- package/dist/src/enums/SpecialProgrammesFilterOptionValue.js +0 -6
- package/dist/src/enums/TuitionFeeFilterOptionValue.d.ts +0 -3
- package/dist/src/enums/TuitionFeeFilterOptionValue.js +0 -4
- package/dist/src/errors/DependencyMissingError.d.ts +0 -3
- package/dist/src/errors/DependencyMissingError.js +0 -5
- package/dist/src/errors/InvalidDependencyTypeError.d.ts +0 -3
- package/dist/src/errors/InvalidDependencyTypeError.js +0 -5
- package/dist/src/errors/InvalidFilterValueError.d.ts +0 -4
- package/dist/src/errors/InvalidFilterValueError.js +0 -5
- package/dist/src/organisations/IOrganisationSearchApplicationState.d.ts +0 -5
- package/dist/src/organisations/IOrganisationSearchApplicationState.js +0 -1
- package/dist/src/organisations/ISeoSortingState.d.ts +0 -4
- package/dist/src/organisations/ISeoSortingState.js +0 -1
- package/dist/src/organisations/SearchIndexabilityManager.d.ts +0 -12
- package/dist/src/organisations/SearchIndexabilityManager.js +0 -42
- package/dist/src/organisations/index.d.ts +0 -4
- package/dist/src/organisations/index.js +0 -4
- package/dist/src/organisations/policies/OrganisationsSeoIndexabilityPolicy.d.ts +0 -17
- package/dist/src/organisations/policies/OrganisationsSeoIndexabilityPolicy.js +0 -33
- package/dist/src/organisations/policies/RankedOrganisationsSeoIndexabilityPolicy.d.ts +0 -9
- package/dist/src/organisations/policies/RankedOrganisationsSeoIndexabilityPolicy.js +0 -22
- package/dist/src/organisations/policies/index.d.ts +0 -18
- package/dist/src/organisations/policies/index.js +0 -18
- package/dist/src/organisations/policies/our-picks/Area.d.ts +0 -13
- package/dist/src/organisations/policies/our-picks/Area.js +0 -35
- package/dist/src/organisations/policies/our-picks/AreaAttendance.d.ts +0 -15
- package/dist/src/organisations/policies/our-picks/AreaAttendance.js +0 -45
- package/dist/src/organisations/policies/our-picks/Attendance.d.ts +0 -14
- package/dist/src/organisations/policies/our-picks/Attendance.js +0 -33
- package/dist/src/organisations/policies/our-picks/Continent.d.ts +0 -13
- package/dist/src/organisations/policies/our-picks/Continent.js +0 -31
- package/dist/src/organisations/policies/our-picks/Country.d.ts +0 -13
- package/dist/src/organisations/policies/our-picks/Country.js +0 -28
- package/dist/src/organisations/policies/our-picks/CountryAttendance.d.ts +0 -15
- package/dist/src/organisations/policies/our-picks/CountryAttendance.js +0 -43
- package/dist/src/organisations/policies/our-picks/Unfiltered.d.ts +0 -12
- package/dist/src/organisations/policies/our-picks/Unfiltered.js +0 -16
- package/dist/src/organisations/policies/ranked/RankedArea.d.ts +0 -13
- package/dist/src/organisations/policies/ranked/RankedArea.js +0 -37
- package/dist/src/organisations/policies/ranked/RankedAreaDiscipline.d.ts +0 -14
- package/dist/src/organisations/policies/ranked/RankedAreaDiscipline.js +0 -45
- package/dist/src/organisations/policies/ranked/RankedAttendance.d.ts +0 -14
- package/dist/src/organisations/policies/ranked/RankedAttendance.js +0 -35
- package/dist/src/organisations/policies/ranked/RankedAttendanceDiscipline.d.ts +0 -14
- package/dist/src/organisations/policies/ranked/RankedAttendanceDiscipline.js +0 -43
- package/dist/src/organisations/policies/ranked/RankedContinent.d.ts +0 -13
- package/dist/src/organisations/policies/ranked/RankedContinent.js +0 -33
- package/dist/src/organisations/policies/ranked/RankedContinentAttendance.d.ts +0 -15
- package/dist/src/organisations/policies/ranked/RankedContinentAttendance.js +0 -45
- package/dist/src/organisations/policies/ranked/RankedCountry.d.ts +0 -13
- package/dist/src/organisations/policies/ranked/RankedCountry.js +0 -30
- package/dist/src/organisations/policies/ranked/RankedCountryAttendance.d.ts +0 -14
- package/dist/src/organisations/policies/ranked/RankedCountryAttendance.js +0 -43
- package/dist/src/organisations/policies/ranked/RankedCountryDiscipline.d.ts +0 -13
- package/dist/src/organisations/policies/ranked/RankedCountryDiscipline.js +0 -41
- package/dist/src/organisations/policies/ranked/RankedDiscipline.d.ts +0 -13
- package/dist/src/organisations/policies/ranked/RankedDiscipline.js +0 -33
- package/dist/src/organisations/policies/ranked/RankedUnfiltered.d.ts +0 -12
- package/dist/src/organisations/policies/ranked/RankedUnfiltered.js +0 -22
- package/dist/src/organisations/rules/AtLeastTwoRankedResultsRule.d.ts +0 -13
- package/dist/src/organisations/rules/AtLeastTwoRankedResultsRule.js +0 -26
- package/dist/src/organisations/rules/BaseSearchVolumeOrganisationsRule.d.ts +0 -14
- package/dist/src/organisations/rules/BaseSearchVolumeOrganisationsRule.js +0 -33
- package/dist/src/organisations/rules/ContinentIsEuropeRule.d.ts +0 -6
- package/dist/src/organisations/rules/ContinentIsEuropeRule.js +0 -15
- package/dist/src/organisations/rules/NoFiltersSelectedRule.d.ts +0 -9
- package/dist/src/organisations/rules/NoFiltersSelectedRule.js +0 -17
- package/dist/src/organisations/rules/SearchVolumeAreasAttendanceRule.d.ts +0 -6
- package/dist/src/organisations/rules/SearchVolumeAreasAttendanceRule.js +0 -17
- package/dist/src/organisations/rules/SearchVolumeAreasDisciplineRule.d.ts +0 -6
- package/dist/src/organisations/rules/SearchVolumeAreasDisciplineRule.js +0 -18
- package/dist/src/organisations/rules/SearchVolumeCountriesAttendanceRule.d.ts +0 -6
- package/dist/src/organisations/rules/SearchVolumeCountriesAttendanceRule.js +0 -17
- package/dist/src/organisations/types/IOrganisationSearchDependencies.d.ts +0 -9
- package/dist/src/organisations/types/IOrganisationSearchDependencies.js +0 -1
- package/dist/src/organisations/types/IOrganisationsSeoDependencies.d.ts +0 -3
- package/dist/src/organisations/types/IOrganisationsSeoDependencies.js +0 -1
- package/dist/src/organisations/types/IOrganisationsSitemapDependencies.d.ts +0 -9
- package/dist/src/organisations/types/IOrganisationsSitemapDependencies.js +0 -1
- package/dist/src/organisations/types.d.ts +0 -6
- package/dist/src/organisations/types.js +0 -6
- package/dist/src/presenters/AreaPresenter.d.ts +0 -12
- package/dist/src/presenters/AreaPresenter.js +0 -35
- package/dist/src/presenters/AttendancePresenter.d.ts +0 -11
- package/dist/src/presenters/AttendancePresenter.js +0 -23
- package/dist/src/presenters/ContinentPresenter.d.ts +0 -12
- package/dist/src/presenters/ContinentPresenter.js +0 -33
- package/dist/src/presenters/CountryPresenter.d.ts +0 -12
- package/dist/src/presenters/CountryPresenter.js +0 -38
- package/dist/src/presenters/DegreePresenter.d.ts +0 -12
- package/dist/src/presenters/DegreePresenter.js +0 -51
- package/dist/src/presenters/DisciplinePresenter.d.ts +0 -12
- package/dist/src/presenters/DisciplinePresenter.js +0 -33
- package/dist/src/presenters/DurationPresenter.d.ts +0 -16
- package/dist/src/presenters/DurationPresenter.js +0 -48
- package/dist/src/presenters/EducationalFormPresenter.d.ts +0 -12
- package/dist/src/presenters/EducationalFormPresenter.js +0 -46
- package/dist/src/presenters/FormatPresenter.d.ts +0 -11
- package/dist/src/presenters/FormatPresenter.js +0 -25
- package/dist/src/presenters/SpecialProgrammesPresenter.d.ts +0 -11
- package/dist/src/presenters/SpecialProgrammesPresenter.js +0 -28
- package/dist/src/presenters/TuitionFeePresenter.d.ts +0 -11
- package/dist/src/presenters/TuitionFeePresenter.js +0 -24
- package/dist/src/presenters/fragments/IAreaFragment.d.ts +0 -4
- package/dist/src/presenters/fragments/IAreaFragment.js +0 -1
- package/dist/src/presenters/fragments/ICountryFragment.d.ts +0 -4
- package/dist/src/presenters/fragments/ICountryFragment.js +0 -1
- package/dist/src/presenters/fragments/IFragment.d.ts +0 -4
- package/dist/src/presenters/fragments/IFragment.js +0 -1
- package/dist/src/programmes/BaseProgrammeFilterKeyValueRule.d.ts +0 -6
- package/dist/src/programmes/BaseProgrammeFilterKeyValueRule.js +0 -6
- package/dist/src/programmes/BaseProgrammeRule.d.ts +0 -10
- package/dist/src/programmes/BaseProgrammeRule.js +0 -5
- package/dist/src/programmes/IProgrammeRule.d.ts +0 -5
- package/dist/src/programmes/IProgrammeRule.js +0 -1
- package/dist/src/programmes/ProgrammesBaseIndexabilityPolicy.d.ts +0 -15
- package/dist/src/programmes/ProgrammesBaseIndexabilityPolicy.js +0 -42
- package/dist/src/programmes/SearchIndexabilityManager.d.ts +0 -12
- package/dist/src/programmes/SearchIndexabilityManager.js +0 -58
- package/dist/src/programmes/policies/Area.d.ts +0 -15
- package/dist/src/programmes/policies/Area.js +0 -40
- package/dist/src/programmes/policies/Attendance.d.ts +0 -16
- package/dist/src/programmes/policies/Attendance.js +0 -38
- package/dist/src/programmes/policies/AttendanceDegree.d.ts +0 -17
- package/dist/src/programmes/policies/AttendanceDegree.js +0 -48
- package/dist/src/programmes/policies/Continent.d.ts +0 -15
- package/dist/src/programmes/policies/Continent.js +0 -36
- package/dist/src/programmes/policies/ContinentTuitionFee.d.ts +0 -16
- package/dist/src/programmes/policies/ContinentTuitionFee.js +0 -46
- package/dist/src/programmes/policies/Country.d.ts +0 -15
- package/dist/src/programmes/policies/Country.js +0 -33
- package/dist/src/programmes/policies/CountryAttendance.d.ts +0 -16
- package/dist/src/programmes/policies/CountryAttendance.js +0 -46
- package/dist/src/programmes/policies/CountryAttendanceDegree.d.ts +0 -17
- package/dist/src/programmes/policies/CountryAttendanceDegree.js +0 -55
- package/dist/src/programmes/policies/CountryDegree.d.ts +0 -16
- package/dist/src/programmes/policies/CountryDegree.js +0 -46
- package/dist/src/programmes/policies/CountryDuration.d.ts +0 -16
- package/dist/src/programmes/policies/CountryDuration.js +0 -46
- package/dist/src/programmes/policies/CountryDurationDegree.d.ts +0 -17
- package/dist/src/programmes/policies/CountryDurationDegree.js +0 -55
- package/dist/src/programmes/policies/CountryEducationalForm.d.ts +0 -16
- package/dist/src/programmes/policies/CountryEducationalForm.js +0 -47
- package/dist/src/programmes/policies/CountryFormat.d.ts +0 -16
- package/dist/src/programmes/policies/CountryFormat.js +0 -46
- package/dist/src/programmes/policies/CountryTuitionFee.d.ts +0 -16
- package/dist/src/programmes/policies/CountryTuitionFee.js +0 -46
- package/dist/src/programmes/policies/Degree.d.ts +0 -15
- package/dist/src/programmes/policies/Degree.js +0 -38
- package/dist/src/programmes/policies/DegreeAttendanceDiscipline.d.ts +0 -16
- package/dist/src/programmes/policies/DegreeAttendanceDiscipline.js +0 -63
- package/dist/src/programmes/policies/DegreeCountryAttendance.d.ts +0 -16
- package/dist/src/programmes/policies/DegreeCountryAttendance.js +0 -88
- package/dist/src/programmes/policies/DegreeCountryDiscipline.d.ts +0 -16
- package/dist/src/programmes/policies/DegreeCountryDiscipline.js +0 -71
- package/dist/src/programmes/policies/DegreeCountryTuitionFee.d.ts +0 -16
- package/dist/src/programmes/policies/DegreeCountryTuitionFee.js +0 -73
- package/dist/src/programmes/policies/Discipline.d.ts +0 -15
- package/dist/src/programmes/policies/Discipline.js +0 -36
- package/dist/src/programmes/policies/DisciplineArea.d.ts +0 -15
- package/dist/src/programmes/policies/DisciplineArea.js +0 -46
- package/dist/src/programmes/policies/DisciplineAttendance.d.ts +0 -16
- package/dist/src/programmes/policies/DisciplineAttendance.js +0 -46
- package/dist/src/programmes/policies/DisciplineContinent.d.ts +0 -15
- package/dist/src/programmes/policies/DisciplineContinent.js +0 -44
- package/dist/src/programmes/policies/DisciplineCountry.d.ts +0 -15
- package/dist/src/programmes/policies/DisciplineCountry.js +0 -44
- package/dist/src/programmes/policies/DisciplineCountryEducationalForm.d.ts +0 -16
- package/dist/src/programmes/policies/DisciplineCountryEducationalForm.js +0 -53
- package/dist/src/programmes/policies/DisciplineDegree.d.ts +0 -16
- package/dist/src/programmes/policies/DisciplineDegree.js +0 -46
- package/dist/src/programmes/policies/DisciplineDuration.d.ts +0 -16
- package/dist/src/programmes/policies/DisciplineDuration.js +0 -46
- package/dist/src/programmes/policies/DisciplineEducationalForm.d.ts +0 -16
- package/dist/src/programmes/policies/DisciplineEducationalForm.js +0 -47
- package/dist/src/programmes/policies/DisciplineFormat.d.ts +0 -16
- package/dist/src/programmes/policies/DisciplineFormat.js +0 -46
- package/dist/src/programmes/policies/DisciplineTuitionFee.d.ts +0 -16
- package/dist/src/programmes/policies/DisciplineTuitionFee.js +0 -46
- package/dist/src/programmes/policies/DisciplineTuitionFeeAttendance.d.ts +0 -17
- package/dist/src/programmes/policies/DisciplineTuitionFeeAttendance.js +0 -54
- package/dist/src/programmes/policies/SpecialProgrammes.d.ts +0 -16
- package/dist/src/programmes/policies/SpecialProgrammes.js +0 -38
- package/dist/src/programmes/policies/TuitionFee.d.ts +0 -15
- package/dist/src/programmes/policies/TuitionFee.js +0 -32
- package/dist/src/programmes/policies/Unfiltered.d.ts +0 -13
- package/dist/src/programmes/policies/Unfiltered.js +0 -19
- package/dist/src/programmes/policies/index.d.ts +0 -34
- package/dist/src/programmes/policies/index.js +0 -34
- package/dist/src/programmes/rules/AffordableTuitionFeeRule.d.ts +0 -6
- package/dist/src/programmes/rules/AffordableTuitionFeeRule.js +0 -17
- package/dist/src/programmes/rules/AtLeastSevenResultsRule.d.ts +0 -15
- package/dist/src/programmes/rules/AtLeastSevenResultsRule.js +0 -30
- package/dist/src/programmes/rules/DegreeAttendanceDisciplineRule.d.ts +0 -11
- package/dist/src/programmes/rules/DegreeAttendanceDisciplineRule.js +0 -44
- package/dist/src/programmes/rules/DegreeAttendanceDisciplineSpecificRule.d.ts +0 -11
- package/dist/src/programmes/rules/DegreeAttendanceDisciplineSpecificRule.js +0 -39
- package/dist/src/programmes/rules/DegreeCountryAttendanceSpecificRule.d.ts +0 -14
- package/dist/src/programmes/rules/DegreeCountryAttendanceSpecificRule.js +0 -77
- package/dist/src/programmes/rules/DegreeCountryDisciplineSpecificRule.d.ts +0 -11
- package/dist/src/programmes/rules/DegreeCountryDisciplineSpecificRule.js +0 -76
- package/dist/src/programmes/rules/DegreeCountryTuitionFeeSpecificRule.d.ts +0 -12
- package/dist/src/programmes/rules/DegreeCountryTuitionFeeSpecificRule.js +0 -62
- package/dist/src/programmes/rules/DegreeDisciplineRule.d.ts +0 -16
- package/dist/src/programmes/rules/DegreeDisciplineRule.js +0 -189
- package/dist/src/programmes/rules/ErasmusOrJointSpecialProgrammesRule.d.ts +0 -9
- package/dist/src/programmes/rules/ErasmusOrJointSpecialProgrammesRule.js +0 -28
- package/dist/src/programmes/rules/IndexableDegreeRule.d.ts +0 -10
- package/dist/src/programmes/rules/IndexableDegreeRule.js +0 -53
- package/dist/src/programmes/rules/IndexableDurationRule.d.ts +0 -12
- package/dist/src/programmes/rules/IndexableDurationRule.js +0 -37
- package/dist/src/programmes/rules/IndexableEducationalFormRule.d.ts +0 -10
- package/dist/src/programmes/rules/IndexableEducationalFormRule.js +0 -34
- package/dist/src/programmes/rules/IndexablePageNumberRule.d.ts +0 -9
- package/dist/src/programmes/rules/IndexablePageNumberRule.js +0 -17
- package/dist/src/programmes/rules/MbaDegreeRule.d.ts +0 -6
- package/dist/src/programmes/rules/MbaDegreeRule.js +0 -15
- package/dist/src/programmes/rules/MbaOrMscDegreeRule.d.ts +0 -9
- package/dist/src/programmes/rules/MbaOrMscDegreeRule.js +0 -26
- package/dist/src/programmes/rules/NotDistanceLearningPortalRule.d.ts +0 -11
- package/dist/src/programmes/rules/NotDistanceLearningPortalRule.js +0 -28
- package/dist/src/programmes/rules/OneYearDurationRule.d.ts +0 -6
- package/dist/src/programmes/rules/OneYearDurationRule.js +0 -15
- package/dist/src/programmes/rules/PartTimeFormatRule.d.ts +0 -6
- package/dist/src/programmes/rules/PartTimeFormatRule.js +0 -15
- package/dist/src/programmes/types/IProgrammeSearchApplicationState.d.ts +0 -4
- package/dist/src/programmes/types/IProgrammeSearchApplicationState.js +0 -1
- package/dist/src/programmes/types/IProgrammeSearchDependencies.d.ts +0 -7
- package/dist/src/programmes/types/IProgrammeSearchDependencies.js +0 -1
- package/dist/src/programmes/types/IProgrammeSearchSitemapDependencies.d.ts +0 -5
- package/dist/src/programmes/types/IProgrammeSearchSitemapDependencies.js +0 -1
- package/dist/src/programmes/types/IProgrammeSeoDependencies.d.ts +0 -3
- package/dist/src/programmes/types/IProgrammeSeoDependencies.js +0 -1
- package/dist/src/programmes/types/IProgrammeSitemapDependencies.d.ts +0 -7
- package/dist/src/programmes/types/IProgrammeSitemapDependencies.js +0 -1
- package/dist/src/programmes/types/IProgrammeSitemapUrlGenerator.d.ts +0 -5
- package/dist/src/programmes/types/IProgrammeSitemapUrlGenerator.js +0 -1
- package/dist/src/scholarships/SearchIndexabilityManager.d.ts +0 -11
- package/dist/src/scholarships/SearchIndexabilityManager.js +0 -33
- package/dist/src/scholarships/index.d.ts +0 -3
- package/dist/src/scholarships/index.js +0 -3
- package/dist/src/scholarships/policies/Area.d.ts +0 -13
- package/dist/src/scholarships/policies/Area.js +0 -37
- package/dist/src/scholarships/policies/Country.d.ts +0 -12
- package/dist/src/scholarships/policies/Country.js +0 -31
- package/dist/src/scholarships/policies/Discipline.d.ts +0 -12
- package/dist/src/scholarships/policies/Discipline.js +0 -31
- package/dist/src/scholarships/policies/DisciplineCountry.d.ts +0 -12
- package/dist/src/scholarships/policies/DisciplineCountry.js +0 -39
- package/dist/src/scholarships/policies/ScholarshipSeoIndexabilityPolicy.d.ts +0 -7
- package/dist/src/scholarships/policies/ScholarshipSeoIndexabilityPolicy.js +0 -7
- package/dist/src/scholarships/policies/Unfiltered.d.ts +0 -10
- package/dist/src/scholarships/policies/Unfiltered.js +0 -16
- package/dist/src/scholarships/policies/UniversityCountry.d.ts +0 -11
- package/dist/src/scholarships/policies/UniversityCountry.js +0 -41
- package/dist/src/scholarships/rules/ExceptAustaliaAreasRule.d.ts +0 -14
- package/dist/src/scholarships/rules/ExceptAustaliaAreasRule.js +0 -42
- package/dist/src/scholarships/rules/SearchVolumeAreasRule.d.ts +0 -12
- package/dist/src/scholarships/rules/SearchVolumeAreasRule.js +0 -32
- package/dist/src/scholarships/rules/SearchVolumeCountriesDisciplinesRule.d.ts +0 -14
- package/dist/src/scholarships/rules/SearchVolumeCountriesDisciplinesRule.js +0 -43
- package/dist/src/scholarships/rules/SearchVolumeCountriesRule.d.ts +0 -12
- package/dist/src/scholarships/rules/SearchVolumeCountriesRule.js +0 -32
- package/dist/src/scholarships/rules/SearchVolumeDisciplinesRule.d.ts +0 -12
- package/dist/src/scholarships/rules/SearchVolumeDisciplinesRule.js +0 -32
- package/dist/src/scholarships/rules/files/search-volume.json +0 -39334
- package/dist/src/scholarships/types/IScholarshipSeoDependencies.d.ts +0 -3
- package/dist/src/scholarships/types/IScholarshipSeoDependencies.js +0 -1
- package/dist/src/scholarships/types/IScholarshipSitemapDependencies.d.ts +0 -5
- package/dist/src/scholarships/types/IScholarshipSitemapDependencies.js +0 -1
- package/dist/src/scholarships/types.d.ts +0 -5
- package/dist/src/scholarships/types.js +0 -5
- package/dist/src/sitemap-generator/BaseSitemapUrlGeneratorManager.d.ts +0 -14
- package/dist/src/sitemap-generator/BaseSitemapUrlGeneratorManager.js +0 -26
- package/dist/src/sitemap-generator/IOrganisation.d.ts +0 -6
- package/dist/src/sitemap-generator/IOrganisation.js +0 -1
- package/dist/src/sitemap-generator/IOrganisationsClient.d.ts +0 -4
- package/dist/src/sitemap-generator/IOrganisationsClient.js +0 -1
- package/dist/src/sitemap-generator/IRankingApiClient.d.ts +0 -4
- package/dist/src/sitemap-generator/IRankingApiClient.js +0 -1
- package/dist/src/sitemap-generator/ISearchApiClient.d.ts +0 -5
- package/dist/src/sitemap-generator/ISearchApiClient.js +0 -1
- package/dist/src/sitemap-generator/ISitemapUrlGeneratorManager.d.ts +0 -9
- package/dist/src/sitemap-generator/ISitemapUrlGeneratorManager.js +0 -1
- package/dist/src/sitemap-generator/OrganisationsSitemapUrlGeneratorManager.d.ts +0 -14
- package/dist/src/sitemap-generator/OrganisationsSitemapUrlGeneratorManager.js +0 -51
- package/dist/src/sitemap-generator/ProgrammesSitemapUrlGeneratorManager.d.ts +0 -12
- package/dist/src/sitemap-generator/ProgrammesSitemapUrlGeneratorManager.js +0 -77
- package/dist/src/sitemap-generator/ScholarshipsSitemapUrlGeneratorManager.d.ts +0 -9
- package/dist/src/sitemap-generator/ScholarshipsSitemapUrlGeneratorManager.js +0 -28
- package/dist/src/sitemap-generator/index.d.ts +0 -0
- package/dist/src/sitemap-generator/index.js +0 -1
- package/dist/src/structured-data/ProgrammeStructuredDataFactory.d.ts +0 -18
- package/dist/src/structured-data/ProgrammeStructuredDataFactory.js +0 -91
- package/dist/src/structured-data/SearchStructuredDataFactory.d.ts +0 -34
- package/dist/src/structured-data/SearchStructuredDataFactory.js +0 -144
- package/dist/src/structured-data/dto/BreadcrumbDTO.d.ts +0 -5
- package/dist/src/structured-data/dto/BreadcrumbDTO.js +0 -1
- package/dist/src/structured-data/dto/EntityDTO.d.ts +0 -7
- package/dist/src/structured-data/dto/EntityDTO.js +0 -1
- package/dist/src/structured-data/dto/FAQItemDto.d.ts +0 -4
- package/dist/src/structured-data/dto/FAQItemDto.js +0 -1
- package/dist/src/structured-data/dto/OfferDTO.d.ts +0 -5
- package/dist/src/structured-data/dto/OfferDTO.js +0 -1
- package/dist/src/structured-data/dto/ReviewRatingDTO.d.ts +0 -4
- package/dist/src/structured-data/dto/ReviewRatingDTO.js +0 -1
- package/dist/src/structured-data/dto/index.d.ts +0 -5
- package/dist/src/structured-data/dto/index.js +0 -5
- package/dist/src/structured-data/index.d.ts +0 -2
- package/dist/src/structured-data/index.js +0 -2
- package/dist/src/structured-data/interface/StructuredDataCurrencyConversionService.d.ts +0 -3
- package/dist/src/structured-data/interface/StructuredDataCurrencyConversionService.js +0 -1
- package/dist/structured-data-seo/index.d.ts +0 -1
- package/dist/structured-data-seo/index.js +0 -1
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { InvalidDependencyTypeError } from '../../errors/InvalidDependencyTypeError';
|
|
2
|
-
import { DependencyTypes } from '../../enums/DependencyTypes';
|
|
3
|
-
export class BaseSeoIndexabilityPolicy {
|
|
4
|
-
dependencies;
|
|
5
|
-
constructor(dependencies) {
|
|
6
|
-
this.dependencies = dependencies;
|
|
7
|
-
}
|
|
8
|
-
async shouldIndex() {
|
|
9
|
-
if (!this.isIndexabilityPolicyDependencies()) {
|
|
10
|
-
throw new InvalidDependencyTypeError();
|
|
11
|
-
}
|
|
12
|
-
return this.isIndexable();
|
|
13
|
-
}
|
|
14
|
-
async generateSitemapUrls() {
|
|
15
|
-
if (!this.isSitemapUrlGeneratorDependencies()) {
|
|
16
|
-
throw new InvalidDependencyTypeError();
|
|
17
|
-
}
|
|
18
|
-
return await this.generateUrls();
|
|
19
|
-
}
|
|
20
|
-
async isIndexable() {
|
|
21
|
-
return await this.checkRulesForSearch(this.dependencies);
|
|
22
|
-
}
|
|
23
|
-
async checkRulesForSearch(dependencies) {
|
|
24
|
-
for (const rule of this.rules) {
|
|
25
|
-
const result = await rule.forSearch(dependencies);
|
|
26
|
-
if (!result) {
|
|
27
|
-
return false;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
return true;
|
|
31
|
-
}
|
|
32
|
-
async checkRulesForSitemap(filterKeyValues) {
|
|
33
|
-
for (const rule of this.rules) {
|
|
34
|
-
const result = await rule.forSitemapGenerator(filterKeyValues);
|
|
35
|
-
if (!result) {
|
|
36
|
-
return false;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
return true;
|
|
40
|
-
}
|
|
41
|
-
isIndexabilityPolicyDependencies() {
|
|
42
|
-
return this.dependencies.dependencyType === DependencyTypes.SEARCH;
|
|
43
|
-
}
|
|
44
|
-
isSitemapUrlGeneratorDependencies() {
|
|
45
|
-
return this.dependencies.dependencyType === DependencyTypes.SITEMAP_GENERATOR;
|
|
46
|
-
}
|
|
47
|
-
getAllRules() {
|
|
48
|
-
return this.rules;
|
|
49
|
-
}
|
|
50
|
-
getName() {
|
|
51
|
-
return this.name;
|
|
52
|
-
}
|
|
53
|
-
getDescription() {
|
|
54
|
-
return this.description;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { FilterKeyValuesMap } from '../FilterKeyValuesMap';
|
|
2
|
-
import { IRule } from '../IRule';
|
|
3
|
-
import { ISearchDependencies } from '../ISearchDependencies';
|
|
4
|
-
export declare abstract class BaseFilterKeyValueRule implements IRule {
|
|
5
|
-
private readonly expectedFilterKeyValues;
|
|
6
|
-
constructor(expectedFilterKeyValues: FilterKeyValuesMap);
|
|
7
|
-
abstract getName(): string;
|
|
8
|
-
abstract getDescription(): string;
|
|
9
|
-
forSearch(dependencies: ISearchDependencies): Promise<boolean>;
|
|
10
|
-
forSitemapGenerator(filterKeyValues: FilterKeyValuesMap): Promise<boolean>;
|
|
11
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export class BaseFilterKeyValueRule {
|
|
2
|
-
expectedFilterKeyValues;
|
|
3
|
-
constructor(expectedFilterKeyValues) {
|
|
4
|
-
this.expectedFilterKeyValues = expectedFilterKeyValues;
|
|
5
|
-
}
|
|
6
|
-
forSearch(dependencies) {
|
|
7
|
-
const { seoInfoBase, filterState } = dependencies;
|
|
8
|
-
for (const [key, values] of this.expectedFilterKeyValues) {
|
|
9
|
-
const optionValue = seoInfoBase.getFilterOptionValueBy(key, filterState);
|
|
10
|
-
if (!optionValue || !values.includes(optionValue)) {
|
|
11
|
-
return Promise.resolve(false);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
return Promise.resolve(true);
|
|
15
|
-
}
|
|
16
|
-
forSitemapGenerator(filterKeyValues) {
|
|
17
|
-
for (const [key, values] of this.expectedFilterKeyValues) {
|
|
18
|
-
const filterValues = filterKeyValues.get(key);
|
|
19
|
-
if (!filterValues || filterValues.length !== values.length) {
|
|
20
|
-
return Promise.resolve(false);
|
|
21
|
-
}
|
|
22
|
-
if (!values.every((value) => filterValues.includes(value))) {
|
|
23
|
-
return Promise.resolve(false);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
return Promise.resolve(true);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IRule } from '../IRule';
|
|
2
|
-
import { ISearchDependencies } from '../ISearchDependencies';
|
|
3
|
-
export declare class IndexablePageNumberRule implements IRule {
|
|
4
|
-
private readonly minimumPageNumber;
|
|
5
|
-
forSearch(dependencies: ISearchDependencies): Promise<boolean>;
|
|
6
|
-
forSitemapGenerator(): Promise<boolean>;
|
|
7
|
-
getName(): string;
|
|
8
|
-
getDescription(): string;
|
|
9
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export class IndexablePageNumberRule {
|
|
2
|
-
minimumPageNumber = 1;
|
|
3
|
-
forSearch(dependencies) {
|
|
4
|
-
const { applicationState } = dependencies;
|
|
5
|
-
const isPageNumberIndexable = applicationState.getPageNumber() <= this.minimumPageNumber;
|
|
6
|
-
return Promise.resolve(isPageNumberIndexable);
|
|
7
|
-
}
|
|
8
|
-
forSitemapGenerator() {
|
|
9
|
-
return Promise.resolve(true);
|
|
10
|
-
}
|
|
11
|
-
getName() {
|
|
12
|
-
return 'IndexablePageNumberRule';
|
|
13
|
-
}
|
|
14
|
-
getDescription() {
|
|
15
|
-
return 'Indexable if the page number is 1';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IRule } from '../../common/IRule';
|
|
2
|
-
import { FilterKeyValuesMap } from '../../common/FilterKeyValuesMap';
|
|
3
|
-
import { ISearchDependencies } from '../ISearchDependencies';
|
|
4
|
-
export declare class NoFiltersSelectedRule implements IRule {
|
|
5
|
-
forSearch(dependencies: ISearchDependencies): Promise<boolean>;
|
|
6
|
-
forSitemapGenerator(filterKeyValues: FilterKeyValuesMap): Promise<boolean>;
|
|
7
|
-
getName(): string;
|
|
8
|
-
getDescription(): string;
|
|
9
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export class NoFiltersSelectedRule {
|
|
2
|
-
forSearch(dependencies) {
|
|
3
|
-
const { filterState, seoInfoBase } = dependencies;
|
|
4
|
-
const selectionCount = seoInfoBase.getSelectionTypeCount(filterState);
|
|
5
|
-
return Promise.resolve(selectionCount === 0);
|
|
6
|
-
}
|
|
7
|
-
forSitemapGenerator(filterKeyValues) {
|
|
8
|
-
const filterKeys = Array.from(filterKeyValues.keys());
|
|
9
|
-
return Promise.resolve(filterKeys.length === 0);
|
|
10
|
-
}
|
|
11
|
-
getName() {
|
|
12
|
-
return 'NoFiltersSelectedRule';
|
|
13
|
-
}
|
|
14
|
-
getDescription() {
|
|
15
|
-
return 'No filters are selected';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { FilterKey } from "../../enums/FilterKey";
|
|
2
|
-
import { BaseFilterKeyValueRule } from '../../common/rules/BaseFilterKeyValueRule';
|
|
3
|
-
export class OnlineAttendanceRule extends BaseFilterKeyValueRule {
|
|
4
|
-
constructor() {
|
|
5
|
-
const filterKeyValues = new Map([[FilterKey.DELIVERY_METHOD, ['online']]]);
|
|
6
|
-
super(filterKeyValues);
|
|
7
|
-
}
|
|
8
|
-
getName() {
|
|
9
|
-
return 'OnlineAttendanceRule';
|
|
10
|
-
}
|
|
11
|
-
getDescription() {
|
|
12
|
-
return 'Is indexable if the selected delivery method is online.';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IRule } from '../../common/IRule';
|
|
2
|
-
import { FilterKey } from "../../enums/FilterKey";
|
|
3
|
-
import { ISearchDependencies } from '../../common/ISearchDependencies';
|
|
4
|
-
import { FilterKeyValuesMap } from '../FilterKeyValuesMap';
|
|
5
|
-
export declare class OnlyFiltersSelectedRule implements IRule {
|
|
6
|
-
private readonly filterKeys;
|
|
7
|
-
constructor(filterKeys: FilterKey[]);
|
|
8
|
-
getName(): string;
|
|
9
|
-
forSearch(dependencies: ISearchDependencies): Promise<boolean>;
|
|
10
|
-
forSitemapGenerator(filterKeyValues: FilterKeyValuesMap): Promise<boolean>;
|
|
11
|
-
getDescription(): string;
|
|
12
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export class OnlyFiltersSelectedRule {
|
|
2
|
-
filterKeys;
|
|
3
|
-
constructor(filterKeys) {
|
|
4
|
-
this.filterKeys = filterKeys;
|
|
5
|
-
}
|
|
6
|
-
getName() {
|
|
7
|
-
return `OnlyFiltersSelectedRule-${this.filterKeys.join('-')}`;
|
|
8
|
-
}
|
|
9
|
-
async forSearch(dependencies) {
|
|
10
|
-
const seoInfoBase = dependencies.seoInfoBase;
|
|
11
|
-
const filterState = dependencies.filterState;
|
|
12
|
-
return await seoInfoBase.selectionOnlyFor(this.filterKeys, filterState);
|
|
13
|
-
}
|
|
14
|
-
forSitemapGenerator(filterKeyValues) {
|
|
15
|
-
const filterKeys = Array.from(filterKeyValues.keys());
|
|
16
|
-
if (filterKeys.length !== this.filterKeys.length) {
|
|
17
|
-
return Promise.resolve(false);
|
|
18
|
-
}
|
|
19
|
-
if (!filterKeys.every((filterKey) => this.filterKeys.includes(filterKey))) {
|
|
20
|
-
return Promise.resolve(false);
|
|
21
|
-
}
|
|
22
|
-
if (!this.filterKeys.every((filterKey) => filterKeys.includes(filterKey))) {
|
|
23
|
-
return Promise.resolve(false);
|
|
24
|
-
}
|
|
25
|
-
return Promise.resolve(true);
|
|
26
|
-
}
|
|
27
|
-
getDescription() {
|
|
28
|
-
return `Only ${this.filterKeys.join(', ')} filters are selected`;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IRule } from '../../common/IRule';
|
|
2
|
-
import { FilterKey } from "../../enums/FilterKey";
|
|
3
|
-
import { ISearchDependencies } from '../../common/ISearchDependencies';
|
|
4
|
-
import { FilterKeyValuesMap } from '../FilterKeyValuesMap';
|
|
5
|
-
export declare class SingleValueSelectedForFilterRule implements IRule {
|
|
6
|
-
private readonly filterKey;
|
|
7
|
-
constructor(filterKey: FilterKey);
|
|
8
|
-
getName(): string;
|
|
9
|
-
forSearch(dependencies: ISearchDependencies): Promise<boolean>;
|
|
10
|
-
forSitemapGenerator(filterKeyValues: FilterKeyValuesMap): Promise<boolean>;
|
|
11
|
-
getDescription(): string;
|
|
12
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export class SingleValueSelectedForFilterRule {
|
|
2
|
-
filterKey;
|
|
3
|
-
constructor(filterKey) {
|
|
4
|
-
this.filterKey = filterKey;
|
|
5
|
-
}
|
|
6
|
-
getName() {
|
|
7
|
-
return `SingleValueSelectedForFilterRule-${this.filterKey}`;
|
|
8
|
-
}
|
|
9
|
-
async forSearch(dependencies) {
|
|
10
|
-
const seoInfoBase = dependencies.seoInfoBase;
|
|
11
|
-
const filterState = dependencies.filterState;
|
|
12
|
-
return await seoInfoBase.singleSelectionFor(this.filterKey, filterState);
|
|
13
|
-
}
|
|
14
|
-
forSitemapGenerator(filterKeyValues) {
|
|
15
|
-
const filterValues = filterKeyValues.get(this.filterKey);
|
|
16
|
-
if (!filterValues || filterValues.length !== 1) {
|
|
17
|
-
return Promise.resolve(false);
|
|
18
|
-
}
|
|
19
|
-
return Promise.resolve(true);
|
|
20
|
-
}
|
|
21
|
-
getDescription() {
|
|
22
|
-
return `Single value is selected for filter ${this.filterKey}`;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export var AttendanceFilterOptionValue;
|
|
2
|
-
(function (AttendanceFilterOptionValue) {
|
|
3
|
-
AttendanceFilterOptionValue["FACE_2_FACE"] = "face2face";
|
|
4
|
-
AttendanceFilterOptionValue["ONLINE"] = "online";
|
|
5
|
-
AttendanceFilterOptionValue["BLENDED"] = "blended";
|
|
6
|
-
})(AttendanceFilterOptionValue || (AttendanceFilterOptionValue = {}));
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export declare enum DegreeTypeFilterOptionValue {
|
|
2
|
-
PHD = "phd",
|
|
3
|
-
DBA = "dba",
|
|
4
|
-
DOCTORATE = "doct",
|
|
5
|
-
MSC = "msc",
|
|
6
|
-
MA = "ma",
|
|
7
|
-
MBA = "mba",
|
|
8
|
-
LLM = "llm",
|
|
9
|
-
MPHIL = "mphil",
|
|
10
|
-
MLITT = "mlitt",
|
|
11
|
-
MRES = "mres",
|
|
12
|
-
MED = "med",
|
|
13
|
-
MENG = "meng",
|
|
14
|
-
POSTGRADIP = "postgraddip",
|
|
15
|
-
POSTGRADCERT = "postgradcert",
|
|
16
|
-
PREMASTER = "premaster",
|
|
17
|
-
BSC = "bsc",
|
|
18
|
-
BA = "ba",
|
|
19
|
-
LLB = "llb",
|
|
20
|
-
BENG = "beng",
|
|
21
|
-
BBA = "bba",
|
|
22
|
-
ASSOCIATE_DEGREE = "ad",
|
|
23
|
-
ACADEMY_PROFESSION = "ap",
|
|
24
|
-
ADVANCED_DIPLOMA = "adiploma",
|
|
25
|
-
GRADUATE_CERTTIFICATE = "gcertificate",
|
|
26
|
-
GRADUATE_DIPLOMA = "gdiploma",
|
|
27
|
-
PREBACHELOR = "prebachelor",
|
|
28
|
-
CERTIFICATE = "certificate"
|
|
29
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export var DegreeTypeFilterOptionValue;
|
|
2
|
-
(function (DegreeTypeFilterOptionValue) {
|
|
3
|
-
DegreeTypeFilterOptionValue["PHD"] = "phd";
|
|
4
|
-
DegreeTypeFilterOptionValue["DBA"] = "dba";
|
|
5
|
-
DegreeTypeFilterOptionValue["DOCTORATE"] = "doct";
|
|
6
|
-
DegreeTypeFilterOptionValue["MSC"] = "msc";
|
|
7
|
-
DegreeTypeFilterOptionValue["MA"] = "ma";
|
|
8
|
-
DegreeTypeFilterOptionValue["MBA"] = "mba";
|
|
9
|
-
DegreeTypeFilterOptionValue["LLM"] = "llm";
|
|
10
|
-
DegreeTypeFilterOptionValue["MPHIL"] = "mphil";
|
|
11
|
-
DegreeTypeFilterOptionValue["MLITT"] = "mlitt";
|
|
12
|
-
DegreeTypeFilterOptionValue["MRES"] = "mres";
|
|
13
|
-
DegreeTypeFilterOptionValue["MED"] = "med";
|
|
14
|
-
DegreeTypeFilterOptionValue["MENG"] = "meng";
|
|
15
|
-
DegreeTypeFilterOptionValue["POSTGRADIP"] = "postgraddip";
|
|
16
|
-
DegreeTypeFilterOptionValue["POSTGRADCERT"] = "postgradcert";
|
|
17
|
-
DegreeTypeFilterOptionValue["PREMASTER"] = "premaster";
|
|
18
|
-
DegreeTypeFilterOptionValue["BSC"] = "bsc";
|
|
19
|
-
DegreeTypeFilterOptionValue["BA"] = "ba";
|
|
20
|
-
DegreeTypeFilterOptionValue["LLB"] = "llb";
|
|
21
|
-
DegreeTypeFilterOptionValue["BENG"] = "beng";
|
|
22
|
-
DegreeTypeFilterOptionValue["BBA"] = "bba";
|
|
23
|
-
DegreeTypeFilterOptionValue["ASSOCIATE_DEGREE"] = "ad";
|
|
24
|
-
DegreeTypeFilterOptionValue["ACADEMY_PROFESSION"] = "ap";
|
|
25
|
-
DegreeTypeFilterOptionValue["ADVANCED_DIPLOMA"] = "adiploma";
|
|
26
|
-
DegreeTypeFilterOptionValue["GRADUATE_CERTTIFICATE"] = "gcertificate";
|
|
27
|
-
DegreeTypeFilterOptionValue["GRADUATE_DIPLOMA"] = "gdiploma";
|
|
28
|
-
DegreeTypeFilterOptionValue["PREBACHELOR"] = "prebachelor";
|
|
29
|
-
DegreeTypeFilterOptionValue["CERTIFICATE"] = "certificate";
|
|
30
|
-
})(DegreeTypeFilterOptionValue || (DegreeTypeFilterOptionValue = {}));
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare enum DurationFilterOptionValue {
|
|
2
|
-
LESS_THAN_ONE_MONTH = "[-1,29]",
|
|
3
|
-
ONE_TO_THREE_MONTHS = "[30,90]",
|
|
4
|
-
MORE_THAN_THREE_MONTHS = "[91,-1]",
|
|
5
|
-
LESS_THAN_ONE_YEAR = "[-1,359]",
|
|
6
|
-
ONE_YEAR = "[360,360]",
|
|
7
|
-
ONE_AND_A_HALF_YEARS = "[540,540]",
|
|
8
|
-
LESS_THAN_TWO_YEARS = "[-1,719]",
|
|
9
|
-
MORE_THAN_TWO_YEARS = "[721,-1]",
|
|
10
|
-
TWO_YEARS = "[720,720]",
|
|
11
|
-
TWO_AND_A_HALF_YEARS = "[900,900]",
|
|
12
|
-
THREE_YEARS = "[1080,1080]",
|
|
13
|
-
THREE_AND_A_HALF_YEARS = "[1260,1260]",
|
|
14
|
-
FOUR_YEARS = "[1440,1440]",
|
|
15
|
-
MORE_THAN_FOUR_YEARS = "[1441,-1]"
|
|
16
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export var DurationFilterOptionValue;
|
|
2
|
-
(function (DurationFilterOptionValue) {
|
|
3
|
-
DurationFilterOptionValue["LESS_THAN_ONE_MONTH"] = "[-1,29]";
|
|
4
|
-
DurationFilterOptionValue["ONE_TO_THREE_MONTHS"] = "[30,90]";
|
|
5
|
-
DurationFilterOptionValue["MORE_THAN_THREE_MONTHS"] = "[91,-1]";
|
|
6
|
-
DurationFilterOptionValue["LESS_THAN_ONE_YEAR"] = "[-1,359]";
|
|
7
|
-
DurationFilterOptionValue["ONE_YEAR"] = "[360,360]";
|
|
8
|
-
DurationFilterOptionValue["ONE_AND_A_HALF_YEARS"] = "[540,540]";
|
|
9
|
-
DurationFilterOptionValue["LESS_THAN_TWO_YEARS"] = "[-1,719]";
|
|
10
|
-
DurationFilterOptionValue["MORE_THAN_TWO_YEARS"] = "[721,-1]";
|
|
11
|
-
DurationFilterOptionValue["TWO_YEARS"] = "[720,720]";
|
|
12
|
-
DurationFilterOptionValue["TWO_AND_A_HALF_YEARS"] = "[900,900]";
|
|
13
|
-
DurationFilterOptionValue["THREE_YEARS"] = "[1080,1080]";
|
|
14
|
-
DurationFilterOptionValue["THREE_AND_A_HALF_YEARS"] = "[1260,1260]";
|
|
15
|
-
DurationFilterOptionValue["FOUR_YEARS"] = "[1440,1440]";
|
|
16
|
-
DurationFilterOptionValue["MORE_THAN_FOUR_YEARS"] = "[1441,-1]";
|
|
17
|
-
})(DurationFilterOptionValue || (DurationFilterOptionValue = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare enum EducationalFormFilterOptionValue {
|
|
2
|
-
ACADEMIC_COURSE = "academic",
|
|
3
|
-
CONFERENCE_SEMINAR = "conference",
|
|
4
|
-
SUMMER_SCHOOL = "summer_school",
|
|
5
|
-
WINTER_SCHOOL = "winter_school",
|
|
6
|
-
SEMESTER_STUDY_ABROAD = "semester",
|
|
7
|
-
SKILL_PROFESSIONAL_COURSE = "skill"
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export var EducationalFormFilterOptionValue;
|
|
2
|
-
(function (EducationalFormFilterOptionValue) {
|
|
3
|
-
EducationalFormFilterOptionValue["ACADEMIC_COURSE"] = "academic";
|
|
4
|
-
EducationalFormFilterOptionValue["CONFERENCE_SEMINAR"] = "conference";
|
|
5
|
-
EducationalFormFilterOptionValue["SUMMER_SCHOOL"] = "summer_school";
|
|
6
|
-
EducationalFormFilterOptionValue["WINTER_SCHOOL"] = "winter_school";
|
|
7
|
-
EducationalFormFilterOptionValue["SEMESTER_STUDY_ABROAD"] = "semester";
|
|
8
|
-
EducationalFormFilterOptionValue["SKILL_PROFESSIONAL_COURSE"] = "skill";
|
|
9
|
-
})(EducationalFormFilterOptionValue || (EducationalFormFilterOptionValue = {}));
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
export declare enum FilterCombinations {
|
|
2
|
-
AREA = "area",
|
|
3
|
-
AREA_ATTENDANCE = "areaAttendance",
|
|
4
|
-
AREA_DISCIPLINE = "areaDiscipline",
|
|
5
|
-
COUNTRY = "country",
|
|
6
|
-
DEGREE = "degree",
|
|
7
|
-
COUNTRY_DEGREE = "countryDegree",
|
|
8
|
-
COUNTRY_DURATION = "countryDuration",
|
|
9
|
-
COUNTRY_FORMAT = "countryFormat",
|
|
10
|
-
COUNTRY_TUITION_FEE = "countryTuitionFee",
|
|
11
|
-
COUNTRY_EDUCATIONAL_FORM = "countryEducationalForm",
|
|
12
|
-
COUNTRY_ATTENDANCE_DEGREE = "countryAttendanceDegree",
|
|
13
|
-
COUNTRY_DURATION_DEGREE = "countryDurationDegree",
|
|
14
|
-
DISCIPLINE_AREA = "disciplineArea",
|
|
15
|
-
DISCIPLINE_ATTENDANCE = "disciplineAttendance",
|
|
16
|
-
DISCIPLINE_COUNTRY = "disciplineCountry",
|
|
17
|
-
DISCIPLINE_CONTINENT = "disciplineContinent",
|
|
18
|
-
DISCIPLINE_DEGREE = "disciplineDegree",
|
|
19
|
-
DISCIPLINE_DURATION = "disciplineDuration",
|
|
20
|
-
DISCIPLINE_FORMAT = "disciplineFormat",
|
|
21
|
-
DISCIPLINE_TUITION_FEE = "disciplineTuitionFee",
|
|
22
|
-
DISCIPLINE_EDUCATIONAL_FORM = "disciplineEducationalForm",
|
|
23
|
-
DISCIPLINE_TUITION_FEE_ATTENDANCE = "disciplineTuitionFeeAttendance",
|
|
24
|
-
DISCIPLINE_COUNTRY_EDUCATIONAL_FORM = "disciplineCountryEducationalForm",
|
|
25
|
-
DEGREE_COUNTRY_DISCIPLINE = "degreeCountryDiscipline",
|
|
26
|
-
DEGREE_ATTENDANCE_DISCIPLINE = "degreeAttendanceDiscipline",
|
|
27
|
-
DEGREE_COUNTRY_TUITION_FEE = "degreeCountryTuitionFee",
|
|
28
|
-
DEGREE_COUNTRY_ATTENDANCE = "degreeCountryAttendance",
|
|
29
|
-
DISCIPLINE = "discipline",
|
|
30
|
-
UNFILTERED = "unfiltered",
|
|
31
|
-
UNIVERSITY_COUNTRY = "universityCountry",
|
|
32
|
-
ATTENDANCE_DISCIPLINE = "attendancedDiscipline",
|
|
33
|
-
ATTENDANCE_DEGREE = "attendanceDegree",
|
|
34
|
-
CONTINENT_ATTENDANCE = "continentAttendance",
|
|
35
|
-
COUNTRY_ATTENDANCE = "countryAttendance",
|
|
36
|
-
ATTENDANCE = "attendance",
|
|
37
|
-
CONTINENT = "continent",
|
|
38
|
-
CONTINENT_TUITION_FEE = "continentTuitionFee",
|
|
39
|
-
TUITION_FEE = "tuitionFee",
|
|
40
|
-
SPECIAL_PROGRAMMES = "specialProgrammes",
|
|
41
|
-
RANKED_AREA = "rankedArea",
|
|
42
|
-
RANKED_AREA_DISCIPLINE = "rankedAreaDiscipline",
|
|
43
|
-
RANKED_ATTENDANCE = "rankedAttendance",
|
|
44
|
-
RANKED_ATTENDANCE_DISCIPLINE = "rankedAttendancedDiscipline",
|
|
45
|
-
RANKED_CONTINENT = "rankedContinent",
|
|
46
|
-
RANKED_CONTINENT_ATTENDANCE = "rankedContinentAttendance",
|
|
47
|
-
RANKED_COUNTRY = "rankedCountry",
|
|
48
|
-
RANKED_COUNTRY_ATTENDANCE = "rankedCountryAttendance",
|
|
49
|
-
RANKED_DISCIPLINE_COUNTRY = "rankedDisciplineCountry",
|
|
50
|
-
RANKED_DISCIPLINE = "rankedDiscipline",
|
|
51
|
-
RANKED_UNFILTERED = "rankedUnfiltered"
|
|
52
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
export var FilterCombinations;
|
|
2
|
-
(function (FilterCombinations) {
|
|
3
|
-
FilterCombinations["AREA"] = "area";
|
|
4
|
-
FilterCombinations["AREA_ATTENDANCE"] = "areaAttendance";
|
|
5
|
-
FilterCombinations["AREA_DISCIPLINE"] = "areaDiscipline";
|
|
6
|
-
FilterCombinations["COUNTRY"] = "country";
|
|
7
|
-
FilterCombinations["DEGREE"] = "degree";
|
|
8
|
-
FilterCombinations["COUNTRY_DEGREE"] = "countryDegree";
|
|
9
|
-
FilterCombinations["COUNTRY_DURATION"] = "countryDuration";
|
|
10
|
-
FilterCombinations["COUNTRY_FORMAT"] = "countryFormat";
|
|
11
|
-
FilterCombinations["COUNTRY_TUITION_FEE"] = "countryTuitionFee";
|
|
12
|
-
FilterCombinations["COUNTRY_EDUCATIONAL_FORM"] = "countryEducationalForm";
|
|
13
|
-
FilterCombinations["COUNTRY_ATTENDANCE_DEGREE"] = "countryAttendanceDegree";
|
|
14
|
-
FilterCombinations["COUNTRY_DURATION_DEGREE"] = "countryDurationDegree";
|
|
15
|
-
FilterCombinations["DISCIPLINE_AREA"] = "disciplineArea";
|
|
16
|
-
FilterCombinations["DISCIPLINE_ATTENDANCE"] = "disciplineAttendance";
|
|
17
|
-
FilterCombinations["DISCIPLINE_COUNTRY"] = "disciplineCountry";
|
|
18
|
-
FilterCombinations["DISCIPLINE_CONTINENT"] = "disciplineContinent";
|
|
19
|
-
FilterCombinations["DISCIPLINE_DEGREE"] = "disciplineDegree";
|
|
20
|
-
FilterCombinations["DISCIPLINE_DURATION"] = "disciplineDuration";
|
|
21
|
-
FilterCombinations["DISCIPLINE_FORMAT"] = "disciplineFormat";
|
|
22
|
-
FilterCombinations["DISCIPLINE_TUITION_FEE"] = "disciplineTuitionFee";
|
|
23
|
-
FilterCombinations["DISCIPLINE_EDUCATIONAL_FORM"] = "disciplineEducationalForm";
|
|
24
|
-
FilterCombinations["DISCIPLINE_TUITION_FEE_ATTENDANCE"] = "disciplineTuitionFeeAttendance";
|
|
25
|
-
FilterCombinations["DISCIPLINE_COUNTRY_EDUCATIONAL_FORM"] = "disciplineCountryEducationalForm";
|
|
26
|
-
FilterCombinations["DEGREE_COUNTRY_DISCIPLINE"] = "degreeCountryDiscipline";
|
|
27
|
-
FilterCombinations["DEGREE_ATTENDANCE_DISCIPLINE"] = "degreeAttendanceDiscipline";
|
|
28
|
-
FilterCombinations["DEGREE_COUNTRY_TUITION_FEE"] = "degreeCountryTuitionFee";
|
|
29
|
-
FilterCombinations["DEGREE_COUNTRY_ATTENDANCE"] = "degreeCountryAttendance";
|
|
30
|
-
FilterCombinations["DISCIPLINE"] = "discipline";
|
|
31
|
-
FilterCombinations["UNFILTERED"] = "unfiltered";
|
|
32
|
-
FilterCombinations["UNIVERSITY_COUNTRY"] = "universityCountry";
|
|
33
|
-
FilterCombinations["ATTENDANCE_DISCIPLINE"] = "attendancedDiscipline";
|
|
34
|
-
FilterCombinations["ATTENDANCE_DEGREE"] = "attendanceDegree";
|
|
35
|
-
FilterCombinations["CONTINENT_ATTENDANCE"] = "continentAttendance";
|
|
36
|
-
FilterCombinations["COUNTRY_ATTENDANCE"] = "countryAttendance";
|
|
37
|
-
FilterCombinations["ATTENDANCE"] = "attendance";
|
|
38
|
-
FilterCombinations["CONTINENT"] = "continent";
|
|
39
|
-
FilterCombinations["CONTINENT_TUITION_FEE"] = "continentTuitionFee";
|
|
40
|
-
FilterCombinations["TUITION_FEE"] = "tuitionFee";
|
|
41
|
-
FilterCombinations["SPECIAL_PROGRAMMES"] = "specialProgrammes";
|
|
42
|
-
FilterCombinations["RANKED_AREA"] = "rankedArea";
|
|
43
|
-
FilterCombinations["RANKED_AREA_DISCIPLINE"] = "rankedAreaDiscipline";
|
|
44
|
-
FilterCombinations["RANKED_ATTENDANCE"] = "rankedAttendance";
|
|
45
|
-
FilterCombinations["RANKED_ATTENDANCE_DISCIPLINE"] = "rankedAttendancedDiscipline";
|
|
46
|
-
FilterCombinations["RANKED_CONTINENT"] = "rankedContinent";
|
|
47
|
-
FilterCombinations["RANKED_CONTINENT_ATTENDANCE"] = "rankedContinentAttendance";
|
|
48
|
-
FilterCombinations["RANKED_COUNTRY"] = "rankedCountry";
|
|
49
|
-
FilterCombinations["RANKED_COUNTRY_ATTENDANCE"] = "rankedCountryAttendance";
|
|
50
|
-
FilterCombinations["RANKED_DISCIPLINE_COUNTRY"] = "rankedDisciplineCountry";
|
|
51
|
-
FilterCombinations["RANKED_DISCIPLINE"] = "rankedDiscipline";
|
|
52
|
-
FilterCombinations["RANKED_UNFILTERED"] = "rankedUnfiltered";
|
|
53
|
-
})(FilterCombinations || (FilterCombinations = {}));
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare enum FilterKey {
|
|
2
|
-
KEYWORD_WHAT = "kw-what",
|
|
3
|
-
KEYWORD_WHERE = "kw-where",
|
|
4
|
-
KEYWORD = "kw",
|
|
5
|
-
ORGANISATIONS = "oi",
|
|
6
|
-
DISCIPLINES = "di",
|
|
7
|
-
EDUCATION_LEVEL = "lv",
|
|
8
|
-
CONTINENT = "rg",
|
|
9
|
-
COUNTRY = "ci",
|
|
10
|
-
AREA = "ae",
|
|
11
|
-
TUITION_FEE = "tr",
|
|
12
|
-
DURATION = "dur",
|
|
13
|
-
ATTENDANCE = "de",
|
|
14
|
-
DELIVERY_METHOD = "mh",
|
|
15
|
-
DEGREE_TYPE = "dg",
|
|
16
|
-
EDUCATIONAL_FORM = "ef",
|
|
17
|
-
SPECIAL_PROGRAMMES = "sps",
|
|
18
|
-
USER_COUNTRY = "uc",
|
|
19
|
-
USER_REGION = "ur",
|
|
20
|
-
CURRENCY = "tc"
|
|
21
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export var FilterKey;
|
|
2
|
-
(function (FilterKey) {
|
|
3
|
-
FilterKey["KEYWORD_WHAT"] = "kw-what";
|
|
4
|
-
FilterKey["KEYWORD_WHERE"] = "kw-where";
|
|
5
|
-
FilterKey["KEYWORD"] = "kw";
|
|
6
|
-
FilterKey["ORGANISATIONS"] = "oi";
|
|
7
|
-
FilterKey["DISCIPLINES"] = "di";
|
|
8
|
-
FilterKey["EDUCATION_LEVEL"] = "lv";
|
|
9
|
-
FilterKey["CONTINENT"] = "rg";
|
|
10
|
-
FilterKey["COUNTRY"] = "ci";
|
|
11
|
-
FilterKey["AREA"] = "ae";
|
|
12
|
-
FilterKey["TUITION_FEE"] = "tr";
|
|
13
|
-
FilterKey["DURATION"] = "dur";
|
|
14
|
-
FilterKey["ATTENDANCE"] = "de";
|
|
15
|
-
FilterKey["DELIVERY_METHOD"] = "mh";
|
|
16
|
-
FilterKey["DEGREE_TYPE"] = "dg";
|
|
17
|
-
FilterKey["EDUCATIONAL_FORM"] = "ef";
|
|
18
|
-
FilterKey["SPECIAL_PROGRAMMES"] = "sps";
|
|
19
|
-
FilterKey["USER_COUNTRY"] = "uc";
|
|
20
|
-
FilterKey["USER_REGION"] = "ur";
|
|
21
|
-
FilterKey["CURRENCY"] = "tc";
|
|
22
|
-
})(FilterKey || (FilterKey = {}));
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export var SpecialProgrammesFilterOptionValue;
|
|
2
|
-
(function (SpecialProgrammesFilterOptionValue) {
|
|
3
|
-
SpecialProgrammesFilterOptionValue["EXECUTIVE_PROGRAMMES"] = "executive";
|
|
4
|
-
SpecialProgrammesFilterOptionValue["JOINT_PROGRAMMES"] = "joint";
|
|
5
|
-
SpecialProgrammesFilterOptionValue["ERASMUS_MUNDUS"] = "erasmus";
|
|
6
|
-
})(SpecialProgrammesFilterOptionValue || (SpecialProgrammesFilterOptionValue = {}));
|