@studyportals/domain-client 6.0.0-0 → 6.0.0-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (418) hide show
  1. package/index.d.ts +85 -85
  2. package/index.js +33 -33
  3. package/index.js.map +1 -1
  4. package/package.json +5 -5
  5. package/protobuf/Area.d.ts +11 -0
  6. package/protobuf/Area.js +31 -0
  7. package/protobuf/Area.js.map +1 -0
  8. package/protobuf/Article.d.ts +60 -0
  9. package/protobuf/Article.js +227 -0
  10. package/protobuf/Article.js.map +1 -0
  11. package/protobuf/Body.d.ts +11 -0
  12. package/protobuf/Body.js +31 -0
  13. package/protobuf/Body.js.map +1 -0
  14. package/protobuf/CampaignInformation.d.ts +11 -0
  15. package/protobuf/CampaignInformation.js +31 -0
  16. package/protobuf/CampaignInformation.js.map +1 -0
  17. package/protobuf/ClickTracking.d.ts +11 -0
  18. package/protobuf/ClickTracking.js +31 -0
  19. package/protobuf/ClickTracking.js.map +1 -0
  20. package/protobuf/CommercialEntity.d.ts +14 -0
  21. package/protobuf/CommercialEntity.js +49 -0
  22. package/protobuf/CommercialEntity.js.map +1 -0
  23. package/protobuf/Cover.d.ts +10 -0
  24. package/protobuf/Cover.js +27 -0
  25. package/protobuf/Cover.js.map +1 -0
  26. package/protobuf/Deadline.d.ts +11 -0
  27. package/protobuf/Deadline.js +31 -0
  28. package/protobuf/Deadline.js.map +1 -0
  29. package/protobuf/Degree.d.ts +16 -0
  30. package/protobuf/Degree.js +51 -0
  31. package/protobuf/Degree.js.map +1 -0
  32. package/protobuf/Description.d.ts +16 -0
  33. package/protobuf/Description.js +46 -0
  34. package/protobuf/Description.js.map +1 -0
  35. package/protobuf/Discipline.d.ts +26 -0
  36. package/protobuf/Discipline.js +85 -0
  37. package/protobuf/Discipline.js.map +1 -0
  38. package/protobuf/Duration.d.ts +11 -0
  39. package/protobuf/Duration.js +31 -0
  40. package/protobuf/Duration.js.map +1 -0
  41. package/protobuf/EnglishRequirement.d.ts +11 -0
  42. package/protobuf/EnglishRequirement.js +31 -0
  43. package/protobuf/EnglishRequirement.js.map +1 -0
  44. package/protobuf/EssentialInformation.d.ts +17 -0
  45. package/protobuf/EssentialInformation.js +55 -0
  46. package/protobuf/EssentialInformation.js.map +1 -0
  47. package/protobuf/File.d.ts +22 -0
  48. package/protobuf/File.js +75 -0
  49. package/protobuf/File.js.map +1 -0
  50. package/protobuf/GPARequirement.d.ts +11 -0
  51. package/protobuf/GPARequirement.js +31 -0
  52. package/protobuf/GPARequirement.js.map +1 -0
  53. package/protobuf/InternalLink.d.ts +12 -24
  54. package/protobuf/InternalLink.js +30 -48
  55. package/protobuf/InternalLink.js.map +1 -1
  56. package/protobuf/Link.d.ts +11 -23
  57. package/protobuf/Link.js +30 -43
  58. package/protobuf/Link.js.map +1 -1
  59. package/protobuf/LivingCost.d.ts +11 -0
  60. package/protobuf/LivingCost.js +31 -0
  61. package/protobuf/LivingCost.js.map +1 -0
  62. package/protobuf/Location.d.ts +18 -0
  63. package/protobuf/Location.js +57 -0
  64. package/protobuf/Location.js.map +1 -0
  65. package/protobuf/Logo.d.ts +10 -0
  66. package/protobuf/Logo.js +27 -0
  67. package/protobuf/Logo.js.map +1 -0
  68. package/protobuf/MiniProgrammeCard.d.ts +15 -27
  69. package/protobuf/MiniProgrammeCard.js +41 -60
  70. package/protobuf/MiniProgrammeCard.js.map +1 -1
  71. package/protobuf/OptionalLink.d.ts +12 -0
  72. package/protobuf/OptionalLink.js +35 -0
  73. package/protobuf/OptionalLink.js.map +1 -0
  74. package/protobuf/Organisation.d.ts +211 -0
  75. package/protobuf/Organisation.js +854 -0
  76. package/protobuf/Organisation.js.map +1 -0
  77. package/protobuf/OrganisationInformation.d.ts +9 -0
  78. package/protobuf/OrganisationInformation.js +21 -0
  79. package/protobuf/OrganisationInformation.js.map +1 -0
  80. package/protobuf/OrganisationRanking.d.ts +15 -0
  81. package/protobuf/OrganisationRanking.js +42 -0
  82. package/protobuf/OrganisationRanking.js.map +1 -0
  83. package/protobuf/Person.d.ts +14 -0
  84. package/protobuf/Person.js +41 -0
  85. package/protobuf/Person.js.map +1 -0
  86. package/protobuf/ProgrammeCard.d.ts +60 -0
  87. package/protobuf/ProgrammeCard.js +198 -0
  88. package/protobuf/ProgrammeCard.js.map +1 -0
  89. package/protobuf/ProgrammeGrid.d.ts +14 -0
  90. package/protobuf/ProgrammeGrid.js +38 -0
  91. package/protobuf/ProgrammeGrid.js.map +1 -0
  92. package/protobuf/Ranking.d.ts +22 -0
  93. package/protobuf/Ranking.js +77 -0
  94. package/protobuf/Ranking.js.map +1 -0
  95. package/protobuf/RankingInstitute.d.ts +15 -0
  96. package/protobuf/RankingInstitute.js +45 -0
  97. package/protobuf/RankingInstitute.js.map +1 -0
  98. package/protobuf/Review.d.ts +17 -0
  99. package/protobuf/Review.js +53 -0
  100. package/protobuf/Review.js.map +1 -0
  101. package/protobuf/ReviewRating.d.ts +12 -0
  102. package/protobuf/ReviewRating.js +35 -0
  103. package/protobuf/ReviewRating.js.map +1 -0
  104. package/protobuf/RichText.d.ts +10 -0
  105. package/protobuf/RichText.js +29 -0
  106. package/protobuf/RichText.js.map +1 -0
  107. package/protobuf/SocialLink.d.ts +21 -0
  108. package/protobuf/SocialLink.js +71 -0
  109. package/protobuf/SocialLink.js.map +1 -0
  110. package/protobuf/StartDate.d.ts +13 -0
  111. package/protobuf/StartDate.js +39 -0
  112. package/protobuf/StartDate.js.map +1 -0
  113. package/protobuf/Timing.d.ts +17 -0
  114. package/protobuf/Timing.js +50 -0
  115. package/protobuf/Timing.js.map +1 -0
  116. package/protobuf/Topic.d.ts +10 -0
  117. package/protobuf/Topic.js +27 -0
  118. package/protobuf/Topic.js.map +1 -0
  119. package/protobuf/TrackedLink.d.ts +12 -0
  120. package/protobuf/TrackedLink.js +35 -0
  121. package/protobuf/TrackedLink.js.map +1 -0
  122. package/protobuf/Tracking.d.ts +18 -0
  123. package/protobuf/Tracking.js +59 -0
  124. package/protobuf/Tracking.js.map +1 -0
  125. package/protobuf/TuitionFee.d.ts +13 -0
  126. package/protobuf/TuitionFee.js +39 -0
  127. package/protobuf/TuitionFee.js.map +1 -0
  128. package/protobuf/Unibuddy.d.ts +10 -0
  129. package/protobuf/Unibuddy.js +27 -0
  130. package/protobuf/Unibuddy.js.map +1 -0
  131. package/protobuf/index.d.ts +45 -6
  132. package/protobuf/index.js +45 -6
  133. package/protobuf/index.js.map +1 -1
  134. package/src/clients/article-detail-page-client.d.ts +8 -0
  135. package/src/clients/article-detail-page-client.js +17 -0
  136. package/src/clients/article-detail-page-client.js.map +1 -0
  137. package/src/clients/index.d.ts +7 -1
  138. package/src/clients/index.js +7 -1
  139. package/src/clients/index.js.map +1 -1
  140. package/src/clients/organisation-page-client.d.ts +8 -0
  141. package/src/clients/organisation-page-client.js +17 -0
  142. package/src/clients/organisation-page-client.js.map +1 -0
  143. package/src/clients/protobuf-client.d.ts +14 -11
  144. package/src/clients/protobuf-client.js +26 -15
  145. package/src/clients/protobuf-client.js.map +1 -1
  146. package/src/clients/{mini-programme-card-client.d.ts → public-mini-programme-card-client.d.ts} +8 -8
  147. package/src/clients/{mini-programme-card-client.js → public-mini-programme-card-client.js} +17 -17
  148. package/src/clients/public-mini-programme-card-client.js.map +1 -0
  149. package/src/domain-client.d.ts +14 -14
  150. package/src/domain-client.js +63 -62
  151. package/src/domain-client.js.map +1 -1
  152. package/src/exceptions/bad-request-exception.d.ts +2 -2
  153. package/src/exceptions/bad-request-exception.js +2 -2
  154. package/src/exceptions/client-exception.d.ts +2 -2
  155. package/src/exceptions/client-exception.js +2 -2
  156. package/src/exceptions/internal-server-exception.d.ts +2 -2
  157. package/src/exceptions/internal-server-exception.js +2 -2
  158. package/src/exceptions/not-found-exception.d.ts +2 -2
  159. package/src/exceptions/not-found-exception.js +2 -2
  160. package/src/exceptions/property-not-available-exception.d.ts +2 -2
  161. package/src/exceptions/property-not-available-exception.js +2 -2
  162. package/src/factories/DateFactory.d.ts +5 -5
  163. package/src/factories/DateFactory.js +5 -5
  164. package/src/factories/InternalLinkFactory.d.ts +9 -9
  165. package/src/factories/InternalLinkFactory.js +16 -16
  166. package/src/i-api-response.d.ts +6 -6
  167. package/src/i-api-response.js +1 -1
  168. package/src/i-class-factory.d.ts +4 -4
  169. package/src/i-class-factory.js +1 -1
  170. package/src/i-model-description.d.ts +7 -7
  171. package/src/i-model-description.js +5 -5
  172. package/src/model-client.d.ts +16 -16
  173. package/src/model-client.js +43 -43
  174. package/src/model-client.js.map +1 -1
  175. package/src/model-factory.d.ts +11 -11
  176. package/src/model-factory.js +68 -68
  177. package/src/model-factory.js.map +1 -1
  178. package/src/models/bestfit-programme/bestfit-programme-client.d.ts +7 -7
  179. package/src/models/bestfit-programme/bestfit-programme-client.js +12 -12
  180. package/src/models/bestfit-programme/i-best-fit-programme.d.ts +82 -82
  181. package/src/models/bestfit-programme/i-best-fit-programme.js +1 -1
  182. package/src/models/bestfit-programme/i-city.d.ts +14 -14
  183. package/src/models/bestfit-programme/i-city.js +1 -1
  184. package/src/models/bestfit-programme/i-english-requirements.d.ts +51 -51
  185. package/src/models/bestfit-programme/i-english-requirements.js +1 -1
  186. package/src/models/bestfit-programme/i-g-p-a-requirement.d.ts +20 -20
  187. package/src/models/bestfit-programme/i-g-p-a-requirement.js +1 -1
  188. package/src/models/bestfit-programme/i-living-cost.d.ts +20 -20
  189. package/src/models/bestfit-programme/i-living-cost.js +1 -1
  190. package/src/models/bestfit-programme/i-tuition-fee.d.ts +50 -50
  191. package/src/models/bestfit-programme/i-tuition-fee.js +1 -1
  192. package/src/models/common/i-city.d.ts +14 -14
  193. package/src/models/common/i-city.js +1 -1
  194. package/src/models/common/i-country.d.ts +20 -20
  195. package/src/models/common/i-country.js +1 -1
  196. package/src/models/common/i-english-requirements.d.ts +51 -51
  197. package/src/models/common/i-english-requirements.js +1 -1
  198. package/src/models/common/i-g-p-a-requirement.d.ts +20 -20
  199. package/src/models/common/i-g-p-a-requirement.js +1 -1
  200. package/src/models/common/i-internal-link.d.ts +28 -28
  201. package/src/models/common/i-internal-link.js +1 -1
  202. package/src/models/common/i-logo.d.ts +14 -14
  203. package/src/models/common/i-logo.js +1 -1
  204. package/src/models/common/i-tuition-fee.d.ts +50 -50
  205. package/src/models/common/i-tuition-fee.js +1 -1
  206. package/src/models/compare-programme/i-english-requirements.d.ts +51 -51
  207. package/src/models/compare-programme/i-english-requirements.js +1 -1
  208. package/src/models/compare-programme/i-g-p-a-requirement.d.ts +20 -20
  209. package/src/models/compare-programme/i-g-p-a-requirement.js +1 -1
  210. package/src/models/compare-programme/i-living-cost.d.ts +20 -20
  211. package/src/models/compare-programme/i-living-cost.js +1 -1
  212. package/src/models/copilot-country/copilot-country-client.d.ts +7 -7
  213. package/src/models/copilot-country/copilot-country-client.js +12 -12
  214. package/src/models/copilot-country/i-copilot-country.d.ts +39 -39
  215. package/src/models/copilot-country/i-copilot-country.js +1 -1
  216. package/src/models/copilot-country/i-copilot-ranking-card.d.ts +38 -38
  217. package/src/models/copilot-country/i-copilot-ranking-card.js +1 -1
  218. package/src/models/copilot-programme/copilot-programme-client.d.ts +7 -7
  219. package/src/models/copilot-programme/copilot-programme-client.js +12 -12
  220. package/src/models/copilot-programme/i-copilot-programme.d.ts +125 -125
  221. package/src/models/copilot-programme/i-copilot-programme.js +1 -1
  222. package/src/models/copilot-programme/i-deadline.d.ts +20 -20
  223. package/src/models/copilot-programme/i-deadline.js +1 -1
  224. package/src/models/copilot-programme/i-english-requirements.d.ts +51 -51
  225. package/src/models/copilot-programme/i-english-requirements.js +1 -1
  226. package/src/models/copilot-programme/i-g-p-a-requirement.d.ts +20 -20
  227. package/src/models/copilot-programme/i-g-p-a-requirement.js +1 -1
  228. package/src/models/copilot-programme/i-geo-targeting-configuration.d.ts +38 -38
  229. package/src/models/copilot-programme/i-geo-targeting-configuration.js +1 -1
  230. package/src/models/copilot-programme/i-geo-targeting-values.d.ts +30 -30
  231. package/src/models/copilot-programme/i-geo-targeting-values.js +1 -1
  232. package/src/models/copilot-programme/i-internal-link.d.ts +28 -28
  233. package/src/models/copilot-programme/i-internal-link.js +1 -1
  234. package/src/models/copilot-programme/i-link.d.ts +22 -22
  235. package/src/models/copilot-programme/i-link.js +1 -1
  236. package/src/models/copilot-programme/i-living-cost.d.ts +20 -20
  237. package/src/models/copilot-programme/i-living-cost.js +1 -1
  238. package/src/models/copilot-programme/i-start-date.d.ts +33 -33
  239. package/src/models/copilot-programme/i-start-date.js +1 -1
  240. package/src/models/copilot-programme/i-timing.d.ts +45 -45
  241. package/src/models/copilot-programme/i-timing.js +1 -1
  242. package/src/models/copilot-programme/i-tuition-values.d.ts +50 -50
  243. package/src/models/copilot-programme/i-tuition-values.js +1 -1
  244. package/src/models/customerio-organisation/customerio-organisation-client.d.ts +7 -7
  245. package/src/models/customerio-organisation/customerio-organisation-client.js +12 -12
  246. package/src/models/customerio-organisation/i-city.d.ts +14 -14
  247. package/src/models/customerio-organisation/i-city.js +1 -1
  248. package/src/models/customerio-organisation/i-country.d.ts +20 -20
  249. package/src/models/customerio-organisation/i-country.js +1 -1
  250. package/src/models/customerio-organisation/i-customer-i-o-organisation.d.ts +35 -35
  251. package/src/models/customerio-organisation/i-customer-i-o-organisation.js +1 -1
  252. package/src/models/customerio-organisation/i-customer-io-organisation.d.ts +35 -35
  253. package/src/models/customerio-organisation/i-customer-io-organisation.js +1 -1
  254. package/src/models/customerio-organisation/i-review.d.ts +7 -7
  255. package/src/models/customerio-organisation/i-review.js +1 -1
  256. package/src/models/customerio-programme/customerio-programme-client.d.ts +7 -7
  257. package/src/models/customerio-programme/customerio-programme-client.js +12 -12
  258. package/src/models/customerio-programme/i-country.d.ts +20 -20
  259. package/src/models/customerio-programme/i-country.js +1 -1
  260. package/src/models/customerio-programme/i-customer-i-o-programme.d.ts +107 -107
  261. package/src/models/customerio-programme/i-customer-i-o-programme.js +1 -1
  262. package/src/models/customerio-programme/i-customer-io-programme.d.ts +107 -107
  263. package/src/models/customerio-programme/i-customer-io-programme.js +1 -1
  264. package/src/models/customerio-programme/i-deadline.d.ts +20 -20
  265. package/src/models/customerio-programme/i-deadline.js +1 -1
  266. package/src/models/customerio-programme/i-english-requirements.d.ts +51 -51
  267. package/src/models/customerio-programme/i-english-requirements.js +1 -1
  268. package/src/models/customerio-programme/i-internal-link.d.ts +28 -28
  269. package/src/models/customerio-programme/i-internal-link.js +1 -1
  270. package/src/models/customerio-programme/i-logo.d.ts +14 -14
  271. package/src/models/customerio-programme/i-logo.js +1 -1
  272. package/src/models/customerio-programme/i-start-date.d.ts +33 -33
  273. package/src/models/customerio-programme/i-start-date.js +1 -1
  274. package/src/models/customerio-programme/i-timing.d.ts +45 -45
  275. package/src/models/customerio-programme/i-timing.js +1 -1
  276. package/src/models/customerio-programme/i-tuition-fee.d.ts +50 -50
  277. package/src/models/customerio-programme/i-tuition-fee.js +1 -1
  278. package/src/models/faq-static-content/i-faq-static-content.d.ts +9 -9
  279. package/src/models/faq-static-content/i-faq-static-content.js +1 -1
  280. package/src/models/faq-static-content/i-faq.d.ts +4 -4
  281. package/src/models/faq-static-content/i-faq.js +1 -1
  282. package/src/models/faq-static-content/i-static-content-url.d.ts +4 -4
  283. package/src/models/faq-static-content/i-static-content-url.js +1 -1
  284. package/src/models/faq-static-content/public-faq-static-content-client.d.ts +7 -7
  285. package/src/models/faq-static-content/public-faq-static-content-client.js +12 -12
  286. package/src/models/organisation-card/i-organisation-card.d.ts +36 -36
  287. package/src/models/organisation-card/i-organisation-card.js +1 -1
  288. package/src/models/organisation-card/i-ranking-discipline.d.ts +4 -4
  289. package/src/models/organisation-card/i-ranking-discipline.js +1 -1
  290. package/src/models/organisation-card/i-review-rating-domain.d.ts +6 -6
  291. package/src/models/organisation-card/i-review-rating-domain.js +1 -1
  292. package/src/models/organisation-card/organisation-card-client.d.ts +7 -7
  293. package/src/models/organisation-card/organisation-card-client.js +12 -12
  294. package/src/models/organisation-for-search/i-organisation-for-search.d.ts +32 -32
  295. package/src/models/organisation-for-search/i-organisation-for-search.js +1 -1
  296. package/src/models/organisation-for-search/public-organisation-for-search-client.d.ts +7 -7
  297. package/src/models/organisation-for-search/public-organisation-for-search-client.js +12 -12
  298. package/src/models/organisation-search-document/i-organisation-search-document.d.ts +122 -122
  299. package/src/models/organisation-search-document/i-organisation-search-document.js +1 -1
  300. package/src/models/organisation-search-document/organisation-search-document-client.d.ts +7 -7
  301. package/src/models/organisation-search-document/organisation-search-document-client.js +12 -12
  302. package/src/models/programme-card/i-click-tracking-data.d.ts +5 -5
  303. package/src/models/programme-card/i-click-tracking-data.js +1 -1
  304. package/src/models/programme-card/i-cover.d.ts +14 -14
  305. package/src/models/programme-card/i-cover.js +1 -1
  306. package/src/models/programme-card/i-deadline.d.ts +20 -20
  307. package/src/models/programme-card/i-deadline.js +1 -1
  308. package/src/models/programme-card/i-duration.d.ts +40 -40
  309. package/src/models/programme-card/i-duration.js +1 -1
  310. package/src/models/programme-card/i-english-requirements.d.ts +51 -51
  311. package/src/models/programme-card/i-english-requirements.js +1 -1
  312. package/src/models/programme-card/i-g-p-a-requirement.d.ts +20 -20
  313. package/src/models/programme-card/i-g-p-a-requirement.js +1 -1
  314. package/src/models/programme-card/i-internal-link.d.ts +28 -28
  315. package/src/models/programme-card/i-internal-link.js +1 -1
  316. package/src/models/programme-card/i-link.d.ts +22 -22
  317. package/src/models/programme-card/i-link.js +1 -1
  318. package/src/models/programme-card/i-living-cost.d.ts +20 -20
  319. package/src/models/programme-card/i-living-cost.js +1 -1
  320. package/src/models/programme-card/i-location.d.ts +12 -12
  321. package/src/models/programme-card/i-location.js +1 -1
  322. package/src/models/programme-card/i-logo.d.ts +14 -14
  323. package/src/models/programme-card/i-logo.js +1 -1
  324. package/src/models/programme-card/i-optional-link.d.ts +23 -23
  325. package/src/models/programme-card/i-optional-link.js +1 -1
  326. package/src/models/programme-card/i-programme-card.d.ts +205 -205
  327. package/src/models/programme-card/i-programme-card.js +1 -1
  328. package/src/models/programme-card/i-review-rating-domain.d.ts +6 -6
  329. package/src/models/programme-card/i-review-rating-domain.js +1 -1
  330. package/src/models/programme-card/i-start-date.d.ts +33 -33
  331. package/src/models/programme-card/i-start-date.js +1 -1
  332. package/src/models/programme-card/i-timing.d.ts +45 -45
  333. package/src/models/programme-card/i-timing.js +1 -1
  334. package/src/models/programme-card/i-tracked-link.d.ts +29 -29
  335. package/src/models/programme-card/i-tracked-link.js +1 -1
  336. package/src/models/programme-card/i-tracking.d.ts +46 -46
  337. package/src/models/programme-card/i-tracking.js +1 -1
  338. package/src/models/programme-card/i-tuition-fee.d.ts +50 -50
  339. package/src/models/programme-card/i-tuition-fee.js +1 -1
  340. package/src/models/programme-card/programme-card-client.d.ts +7 -7
  341. package/src/models/programme-card/programme-card-client.js +12 -12
  342. package/src/models/ranking-cards/i-ranking.d.ts +18 -18
  343. package/src/models/ranking-cards/i-ranking.js +1 -1
  344. package/src/models/scholarship-card/i-scholarship-card-v2.d.ts +20 -20
  345. package/src/models/scholarship-card/i-scholarship-card-v2.js +1 -1
  346. package/src/models/scholarship-card/i-scholarship-card.d.ts +15 -15
  347. package/src/models/scholarship-card/i-scholarship-card.js +1 -1
  348. package/src/models/scholarship-card/public-scholarship-card-client.d.ts +7 -7
  349. package/src/models/scholarship-card/public-scholarship-card-client.js +12 -12
  350. package/src/models/scholarship-card/scholarship-card-v2-client.d.ts +7 -7
  351. package/src/models/scholarship-card/scholarship-card-v2-client.js +12 -12
  352. package/src/models/scholarship-card-v2/i-scholarship-card.d.ts +15 -15
  353. package/src/models/scholarship-card-v2/i-scholarship-card.js +1 -1
  354. package/src/models/scholarship-card-v2/scholarship-card-v2-client.d.ts +7 -7
  355. package/src/models/scholarship-card-v2/scholarship-card-v2-client.js +12 -12
  356. package/src/models/scholarship-search-document/i-scholarship-search-document.d.ts +38 -38
  357. package/src/models/scholarship-search-document/i-scholarship-search-document.js +1 -1
  358. package/src/models/scholarship-search-document/scholarship-search-document-client.d.ts +7 -7
  359. package/src/models/scholarship-search-document/scholarship-search-document-client.js +12 -12
  360. package/src/models/search-discipline/i-search-discipline.d.ts +26 -26
  361. package/src/models/search-discipline/i-search-discipline.js +1 -1
  362. package/src/models/search-discipline/public-search-discipline-client.d.ts +7 -7
  363. package/src/models/search-discipline/public-search-discipline-client.js +12 -12
  364. package/src/models/search-projection/i-geo-targeting-configuration.d.ts +38 -38
  365. package/src/models/search-projection/i-geo-targeting-configuration.js +1 -1
  366. package/src/models/search-projection/i-geo-targeting-values.d.ts +30 -30
  367. package/src/models/search-projection/i-geo-targeting-values.js +1 -1
  368. package/src/models/search-projection/i-organisation-values.d.ts +46 -46
  369. package/src/models/search-projection/i-organisation-values.js +1 -1
  370. package/src/models/search-projection/i-premium-values.d.ts +35 -35
  371. package/src/models/search-projection/i-premium-values.js +1 -1
  372. package/src/models/search-projection/i-search-projection.d.ts +186 -186
  373. package/src/models/search-projection/i-search-projection.js +1 -1
  374. package/src/models/search-projection/i-tuition-values.d.ts +50 -50
  375. package/src/models/search-projection/i-tuition-values.js +1 -1
  376. package/src/models/search-projection/search-projection-client.d.ts +7 -7
  377. package/src/models/search-projection/search-projection-client.js +12 -12
  378. package/src/models/sitemap-articles-info/i-sitemap-article-info.d.ts +26 -26
  379. package/src/models/sitemap-articles-info/i-sitemap-article-info.js +1 -1
  380. package/src/models/sitemap-articles-info/sitemap-articles-info-client.d.ts +7 -7
  381. package/src/models/sitemap-articles-info/sitemap-articles-info-client.js +12 -12
  382. package/src/models/sitemap-cities-info/i-sitemap-city-info.d.ts +14 -14
  383. package/src/models/sitemap-cities-info/i-sitemap-city-info.js +1 -1
  384. package/src/models/sitemap-cities-info/sitemap-cities-info-client.d.ts +7 -7
  385. package/src/models/sitemap-cities-info/sitemap-cities-info-client.js +12 -12
  386. package/src/models/sitemap-countries-info/i-sitemap-country-info.d.ts +14 -14
  387. package/src/models/sitemap-countries-info/i-sitemap-country-info.js +1 -1
  388. package/src/models/sitemap-countries-info/sitemap-countries-info-client.d.ts +7 -7
  389. package/src/models/sitemap-countries-info/sitemap-countries-info-client.js +12 -12
  390. package/src/models/sitemap-country-degree-info/i-degree-info.d.ts +14 -14
  391. package/src/models/sitemap-country-degree-info/i-degree-info.js +1 -1
  392. package/src/models/sitemap-country-degree-info/i-sitemap-country-degree-info.d.ts +11 -11
  393. package/src/models/sitemap-country-degree-info/i-sitemap-country-degree-info.js +1 -1
  394. package/src/models/sitemap-country-degree-info/sitemap-country-degree-info-client.d.ts +7 -7
  395. package/src/models/sitemap-country-degree-info/sitemap-country-degree-info-client.js +12 -12
  396. package/src/models/sitemap-disciplines-info/i-sitemap-discipline-info.d.ts +14 -14
  397. package/src/models/sitemap-disciplines-info/i-sitemap-discipline-info.js +1 -1
  398. package/src/models/sitemap-disciplines-info/sitemap-disciplines-info-client.d.ts +7 -7
  399. package/src/models/sitemap-disciplines-info/sitemap-disciplines-info-client.js +12 -12
  400. package/src/models/sitemap-organisations-info/i-sitemap-organisation-info.d.ts +26 -26
  401. package/src/models/sitemap-organisations-info/i-sitemap-organisation-info.js +1 -1
  402. package/src/models/sitemap-organisations-info/sitemap-organisations-info-client.d.ts +7 -7
  403. package/src/models/sitemap-organisations-info/sitemap-organisations-info-client.js +12 -12
  404. package/src/models/sitemap-programme-info/i-sitemap-programme-info.d.ts +26 -26
  405. package/src/models/sitemap-programme-info/i-sitemap-programme-info.js +1 -1
  406. package/src/models/sitemap-programme-info/sitemap-programme-info-client.d.ts +7 -7
  407. package/src/models/sitemap-programme-info/sitemap-programme-info-client.js +12 -12
  408. package/src/models/sitemap-rankings-info/i-sitemap-rankings-info.d.ts +14 -14
  409. package/src/models/sitemap-rankings-info/i-sitemap-rankings-info.js +1 -1
  410. package/src/models/sitemap-rankings-info/sitemap-rankings-info-client.d.ts +7 -7
  411. package/src/models/sitemap-rankings-info/sitemap-rankings-info-client.js +12 -12
  412. package/src/types/portal-map.d.ts +2 -2
  413. package/src/types/portal-map.js +1 -1
  414. package/src/types/portal-type.d.ts +7 -7
  415. package/src/types/portal-type.js +8 -8
  416. package/src/types.d.ts +4 -4
  417. package/src/types.js +1 -1
  418. package/src/clients/mini-programme-card-client.js.map +0 -1
@@ -1,50 +1,50 @@
1
- export interface ITuitionFee {
2
- /**
3
- * Get the tuition amount per unit in the provided currency.
4
- *
5
- * Note: all transformable units will be converted to yearly amounts. This
6
- * includes per semester and full programme tuition fees.
7
- *
8
- * @return number
9
- */
10
- getAmount(): number;
11
- /**
12
- * Get the applicable currency.
13
- *
14
- * @return string
15
- */
16
- getCurrency(): string;
17
- /**
18
- * Get the original tuition amount before any transformation step.
19
- *
20
- * @return number
21
- */
22
- getOriginalAmount(): number;
23
- /**
24
- * Get the original tuition unit before any transformation step.
25
- *
26
- * @return string
27
- */
28
- getOriginalUnit(): string;
29
- /**
30
- * Get targeted audience (national, international, eea, etc).
31
- *
32
- * @return string
33
- */
34
- getTarget(): string;
35
- /**
36
- * Get the unit the tuition fee applies for.
37
- *
38
- * Note: all transformable units will be converted to 'year'. This means
39
- * this value will be either 'year', 'module' or 'credit'.
40
- *
41
- * @return string
42
- */
43
- getUnit(): string;
44
- /**
45
- * True if the study is free for this target audience.
46
- *
47
- * @return boolean
48
- */
49
- isFree(): boolean;
50
- }
1
+ export interface ITuitionFee {
2
+ /**
3
+ * Get the tuition amount per unit in the provided currency.
4
+ *
5
+ * Note: all transformable units will be converted to yearly amounts. This
6
+ * includes per semester and full programme tuition fees.
7
+ *
8
+ * @return number
9
+ */
10
+ getAmount(): number;
11
+ /**
12
+ * Get the applicable currency.
13
+ *
14
+ * @return string
15
+ */
16
+ getCurrency(): string;
17
+ /**
18
+ * Get the original tuition amount before any transformation step.
19
+ *
20
+ * @return number
21
+ */
22
+ getOriginalAmount(): number;
23
+ /**
24
+ * Get the original tuition unit before any transformation step.
25
+ *
26
+ * @return string
27
+ */
28
+ getOriginalUnit(): string;
29
+ /**
30
+ * Get targeted audience (national, international, eea, etc).
31
+ *
32
+ * @return string
33
+ */
34
+ getTarget(): string;
35
+ /**
36
+ * Get the unit the tuition fee applies for.
37
+ *
38
+ * Note: all transformable units will be converted to 'year'. This means
39
+ * this value will be either 'year', 'module' or 'credit'.
40
+ *
41
+ * @return string
42
+ */
43
+ getUnit(): string;
44
+ /**
45
+ * True if the study is free for this target audience.
46
+ *
47
+ * @return boolean
48
+ */
49
+ isFree(): boolean;
50
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=i-tuition-fee.js.map
@@ -1,14 +1,14 @@
1
- export interface ICity {
2
- /**
3
- * Get city id
4
- *
5
- * @return number
6
- */
7
- getId(): number;
8
- /**
9
- * Get city name
10
- *
11
- * @return string
12
- */
13
- getName(): string;
14
- }
1
+ export interface ICity {
2
+ /**
3
+ * Get city id
4
+ *
5
+ * @return number
6
+ */
7
+ getId(): number;
8
+ /**
9
+ * Get city name
10
+ *
11
+ * @return string
12
+ */
13
+ getName(): string;
14
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=i-city.js.map
@@ -1,20 +1,20 @@
1
- export interface ICountry {
2
- /**
3
- * Get country iso code
4
- *
5
- * @return string
6
- */
7
- getISOCode(): string;
8
- /**
9
- * Get country id
10
- *
11
- * @return number
12
- */
13
- getId(): number;
14
- /**
15
- * Get country name
16
- *
17
- * @return string
18
- */
19
- getName(): string;
20
- }
1
+ export interface ICountry {
2
+ /**
3
+ * Get country iso code
4
+ *
5
+ * @return string
6
+ */
7
+ getISOCode(): string;
8
+ /**
9
+ * Get country id
10
+ *
11
+ * @return number
12
+ */
13
+ getId(): number;
14
+ /**
15
+ * Get country name
16
+ *
17
+ * @return string
18
+ */
19
+ getName(): string;
20
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=i-country.js.map
@@ -1,51 +1,51 @@
1
- export interface IEnglishRequirements {
2
- /**
3
- * Required score for Cambridge english
4
- *
5
- * @return number
6
- */
7
- getCambridgeEnglish(): number;
8
- canShowCambridgeEnglish(): boolean;
9
- /**
10
- * Required score for Duolingo
11
- *
12
- * @return number
13
- */
14
- getDuolingo(): number;
15
- canShowDuolingo(): boolean;
16
- /**
17
- * Required score for IELTS tests
18
- *
19
- * @return number
20
- */
21
- getIELTS(): number;
22
- canShowIELTS(): boolean;
23
- /**
24
- * Required score for PTE
25
- *
26
- * @return number
27
- */
28
- getPTE(): number;
29
- canShowPTE(): boolean;
30
- /**
31
- * Required score for TOEFL internet
32
- *
33
- * @return number
34
- */
35
- getTOEFLInternet(): number;
36
- canShowTOEFLInternet(): boolean;
37
- /**
38
- * Required score for TOEFL paper
39
- *
40
- * @return number
41
- */
42
- getTOEFLPaper(): number;
43
- canShowTOEFLPaper(): boolean;
44
- /**
45
- * Required score for OTE
46
- *
47
- * @return number
48
- */
49
- getOte(): number;
50
- canShowOte(): boolean;
51
- }
1
+ export interface IEnglishRequirements {
2
+ /**
3
+ * Required score for Cambridge english
4
+ *
5
+ * @return number
6
+ */
7
+ getCambridgeEnglish(): number;
8
+ canShowCambridgeEnglish(): boolean;
9
+ /**
10
+ * Required score for Duolingo
11
+ *
12
+ * @return number
13
+ */
14
+ getDuolingo(): number;
15
+ canShowDuolingo(): boolean;
16
+ /**
17
+ * Required score for IELTS tests
18
+ *
19
+ * @return number
20
+ */
21
+ getIELTS(): number;
22
+ canShowIELTS(): boolean;
23
+ /**
24
+ * Required score for PTE
25
+ *
26
+ * @return number
27
+ */
28
+ getPTE(): number;
29
+ canShowPTE(): boolean;
30
+ /**
31
+ * Required score for TOEFL internet
32
+ *
33
+ * @return number
34
+ */
35
+ getTOEFLInternet(): number;
36
+ canShowTOEFLInternet(): boolean;
37
+ /**
38
+ * Required score for TOEFL paper
39
+ *
40
+ * @return number
41
+ */
42
+ getTOEFLPaper(): number;
43
+ canShowTOEFLPaper(): boolean;
44
+ /**
45
+ * Required score for OTE
46
+ *
47
+ * @return number
48
+ */
49
+ getOte(): number;
50
+ canShowOte(): boolean;
51
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=i-english-requirements.js.map
@@ -1,20 +1,20 @@
1
- export interface IGPARequirement {
2
- /**
3
- * The used GPA scale for this requirement
4
- *
5
- * @return string
6
- */
7
- getScale(): string;
8
- /**
9
- * Required minimum score.
10
- *
11
- * @return string
12
- */
13
- getScore(): string;
14
- /**
15
- * Is GPA recommended or required.
16
- *
17
- * @return boolean
18
- */
19
- isRequired(): boolean;
20
- }
1
+ export interface IGPARequirement {
2
+ /**
3
+ * The used GPA scale for this requirement
4
+ *
5
+ * @return string
6
+ */
7
+ getScale(): string;
8
+ /**
9
+ * Required minimum score.
10
+ *
11
+ * @return string
12
+ */
13
+ getScore(): string;
14
+ /**
15
+ * Is GPA recommended or required.
16
+ *
17
+ * @return boolean
18
+ */
19
+ isRequired(): boolean;
20
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=i-g-p-a-requirement.js.map
@@ -1,28 +1,28 @@
1
- export interface IInternalLink {
2
- /**
3
- * Get an optional text describing the link (typically <a>-tags contents).
4
- *
5
- * @return string
6
- * @throws PropertyNotAvailableException
7
- */
8
- getDescription(): string;
9
- canShowDescription(): boolean;
10
- /**
11
- * Returns on which portal a this link should link towards.
12
- *
13
- * @return string
14
- */
15
- getPortalType(): string;
16
- /**
17
- * Get the url to refer to.
18
- *
19
- * Note that the url provided is always a relative URL. A base URL is needed
20
- * to make it a full valid path.
21
- * The only exception is when an external link is provided (meaning, outside
22
- * of StudyPortals-maintained domains). In this case a full url will be
23
- * provided.
24
- *
25
- * @return string
26
- */
27
- getUrl(): string;
28
- }
1
+ export interface IInternalLink {
2
+ /**
3
+ * Get an optional text describing the link (typically <a>-tags contents).
4
+ *
5
+ * @return string
6
+ * @throws PropertyNotAvailableException
7
+ */
8
+ getDescription(): string;
9
+ canShowDescription(): boolean;
10
+ /**
11
+ * Returns on which portal a this link should link towards.
12
+ *
13
+ * @return string
14
+ */
15
+ getPortalType(): string;
16
+ /**
17
+ * Get the url to refer to.
18
+ *
19
+ * Note that the url provided is always a relative URL. A base URL is needed
20
+ * to make it a full valid path.
21
+ * The only exception is when an external link is provided (meaning, outside
22
+ * of StudyPortals-maintained domains). In this case a full url will be
23
+ * provided.
24
+ *
25
+ * @return string
26
+ */
27
+ getUrl(): string;
28
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=i-internal-link.js.map
@@ -1,14 +1,14 @@
1
- export interface ILogo {
2
- /**
3
- * Get the file ID of the logo.
4
- *
5
- * @return number
6
- */
7
- getId(): number;
8
- /**
9
- * Get the imgix URL of the logo.
10
- *
11
- * @return string
12
- */
13
- getSource(): string;
14
- }
1
+ export interface ILogo {
2
+ /**
3
+ * Get the file ID of the logo.
4
+ *
5
+ * @return number
6
+ */
7
+ getId(): number;
8
+ /**
9
+ * Get the imgix URL of the logo.
10
+ *
11
+ * @return string
12
+ */
13
+ getSource(): string;
14
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=i-logo.js.map
@@ -1,50 +1,50 @@
1
- export interface ITuitionFee {
2
- /**
3
- * Get the tuition amount per unit in the provided currency.
4
- *
5
- * Note: all transformable units will be converted to yearly amounts. This
6
- * includes per semester and full programme tuition fees.
7
- *
8
- * @return number
9
- */
10
- getAmount(): number;
11
- /**
12
- * Get the applicable currency.
13
- *
14
- * @return string
15
- */
16
- getCurrency(): string;
17
- /**
18
- * Get the original tuition amount before any transformation step.
19
- *
20
- * @return number
21
- */
22
- getOriginalAmount(): number;
23
- /**
24
- * Get the original tuition unit before any transformation step.
25
- *
26
- * @return string
27
- */
28
- getOriginalUnit(): string;
29
- /**
30
- * Get targeted audience (national, international, eea, etc).
31
- *
32
- * @return string
33
- */
34
- getTarget(): string;
35
- /**
36
- * Get the unit the tuition fee applies for.
37
- *
38
- * Note: all transformable units will be converted to 'year'. This means
39
- * this value will be either 'year', 'module' or 'credit'.
40
- *
41
- * @return string
42
- */
43
- getUnit(): string;
44
- /**
45
- * True if the study is free for this target audience.
46
- *
47
- * @return boolean
48
- */
49
- isFree(): boolean;
50
- }
1
+ export interface ITuitionFee {
2
+ /**
3
+ * Get the tuition amount per unit in the provided currency.
4
+ *
5
+ * Note: all transformable units will be converted to yearly amounts. This
6
+ * includes per semester and full programme tuition fees.
7
+ *
8
+ * @return number
9
+ */
10
+ getAmount(): number;
11
+ /**
12
+ * Get the applicable currency.
13
+ *
14
+ * @return string
15
+ */
16
+ getCurrency(): string;
17
+ /**
18
+ * Get the original tuition amount before any transformation step.
19
+ *
20
+ * @return number
21
+ */
22
+ getOriginalAmount(): number;
23
+ /**
24
+ * Get the original tuition unit before any transformation step.
25
+ *
26
+ * @return string
27
+ */
28
+ getOriginalUnit(): string;
29
+ /**
30
+ * Get targeted audience (national, international, eea, etc).
31
+ *
32
+ * @return string
33
+ */
34
+ getTarget(): string;
35
+ /**
36
+ * Get the unit the tuition fee applies for.
37
+ *
38
+ * Note: all transformable units will be converted to 'year'. This means
39
+ * this value will be either 'year', 'module' or 'credit'.
40
+ *
41
+ * @return string
42
+ */
43
+ getUnit(): string;
44
+ /**
45
+ * True if the study is free for this target audience.
46
+ *
47
+ * @return boolean
48
+ */
49
+ isFree(): boolean;
50
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=i-tuition-fee.js.map
@@ -1,51 +1,51 @@
1
- export interface IEnglishRequirements {
2
- /**
3
- * Required score for Cambridge english
4
- *
5
- * @return number
6
- */
7
- getCambridgeEnglish(): number;
8
- canShowCambridgeEnglish(): boolean;
9
- /**
10
- * Required score for Duolingo
11
- *
12
- * @return number
13
- */
14
- getDuolingo(): number;
15
- canShowDuolingo(): boolean;
16
- /**
17
- * Required score for IELTS tests
18
- *
19
- * @return number
20
- */
21
- getIELTS(): number;
22
- canShowIELTS(): boolean;
23
- /**
24
- * Required score for OTE
25
- *
26
- * @return number
27
- */
28
- getOte(): number;
29
- canShowOte(): boolean;
30
- /**
31
- * Required score for PTE
32
- *
33
- * @return number
34
- */
35
- getPTE(): number;
36
- canShowPTE(): boolean;
37
- /**
38
- * Required score for TOEFL internet
39
- *
40
- * @return number
41
- */
42
- getTOEFLInternet(): number;
43
- canShowTOEFLInternet(): boolean;
44
- /**
45
- * Required score for TOEFL paper
46
- *
47
- * @return number
48
- */
49
- getTOEFLPaper(): number;
50
- canShowTOEFLPaper(): boolean;
51
- }
1
+ export interface IEnglishRequirements {
2
+ /**
3
+ * Required score for Cambridge english
4
+ *
5
+ * @return number
6
+ */
7
+ getCambridgeEnglish(): number;
8
+ canShowCambridgeEnglish(): boolean;
9
+ /**
10
+ * Required score for Duolingo
11
+ *
12
+ * @return number
13
+ */
14
+ getDuolingo(): number;
15
+ canShowDuolingo(): boolean;
16
+ /**
17
+ * Required score for IELTS tests
18
+ *
19
+ * @return number
20
+ */
21
+ getIELTS(): number;
22
+ canShowIELTS(): boolean;
23
+ /**
24
+ * Required score for OTE
25
+ *
26
+ * @return number
27
+ */
28
+ getOte(): number;
29
+ canShowOte(): boolean;
30
+ /**
31
+ * Required score for PTE
32
+ *
33
+ * @return number
34
+ */
35
+ getPTE(): number;
36
+ canShowPTE(): boolean;
37
+ /**
38
+ * Required score for TOEFL internet
39
+ *
40
+ * @return number
41
+ */
42
+ getTOEFLInternet(): number;
43
+ canShowTOEFLInternet(): boolean;
44
+ /**
45
+ * Required score for TOEFL paper
46
+ *
47
+ * @return number
48
+ */
49
+ getTOEFLPaper(): number;
50
+ canShowTOEFLPaper(): boolean;
51
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=i-english-requirements.js.map