@studyportals/domain-client 3.30.0 → 3.32.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 (103) hide show
  1. package/index.d.ts +7 -1
  2. package/index.js +7 -1
  3. package/index.js.map +1 -1
  4. package/package.json +55 -55
  5. package/src/models/bestfit-programme/i-english-requirements.d.ts +44 -0
  6. package/src/models/bestfit-programme/i-english-requirements.js +3 -0
  7. package/src/models/bestfit-programme/i-english-requirements.js.map +1 -0
  8. package/src/models/bestfit-programme/i-g-p-a-requirement.d.ts +20 -0
  9. package/src/models/bestfit-programme/i-g-p-a-requirement.js +3 -0
  10. package/src/models/bestfit-programme/i-g-p-a-requirement.js.map +1 -0
  11. package/src/models/bestfit-programme/i-tuition-fee.d.ts +50 -0
  12. package/src/models/bestfit-programme/i-tuition-fee.js +3 -0
  13. package/src/models/bestfit-programme/i-tuition-fee.js.map +1 -0
  14. package/src/models/compare-programme/i-deadline.d.ts +20 -0
  15. package/src/models/compare-programme/i-deadline.js +3 -0
  16. package/src/models/compare-programme/i-deadline.js.map +1 -0
  17. package/src/models/compare-programme/i-duration.d.ts +40 -0
  18. package/src/models/compare-programme/i-duration.js +3 -0
  19. package/src/models/compare-programme/i-duration.js.map +1 -0
  20. package/src/models/compare-programme/i-english-requirements.d.ts +44 -0
  21. package/src/models/compare-programme/i-english-requirements.js +3 -0
  22. package/src/models/compare-programme/i-english-requirements.js.map +1 -0
  23. package/src/models/compare-programme/i-g-p-a-requirement.d.ts +20 -0
  24. package/src/models/compare-programme/i-g-p-a-requirement.js +3 -0
  25. package/src/models/compare-programme/i-g-p-a-requirement.js.map +1 -0
  26. package/src/models/compare-programme/i-internal-link.d.ts +28 -0
  27. package/src/models/compare-programme/i-internal-link.js +3 -0
  28. package/src/models/compare-programme/i-internal-link.js.map +1 -0
  29. package/src/models/compare-programme/i-link.d.ts +22 -0
  30. package/src/models/compare-programme/i-link.js +3 -0
  31. package/src/models/compare-programme/i-link.js.map +1 -0
  32. package/src/models/compare-programme/i-living-cost.d.ts +20 -0
  33. package/src/models/compare-programme/i-living-cost.js +3 -0
  34. package/src/models/compare-programme/i-living-cost.js.map +1 -0
  35. package/src/models/compare-programme/i-location.d.ts +12 -0
  36. package/src/models/compare-programme/i-location.js +3 -0
  37. package/src/models/compare-programme/i-location.js.map +1 -0
  38. package/src/models/compare-programme/i-optional-link.d.ts +23 -0
  39. package/src/models/compare-programme/i-optional-link.js +3 -0
  40. package/src/models/compare-programme/i-optional-link.js.map +1 -0
  41. package/src/models/compare-programme/i-start-date.d.ts +33 -0
  42. package/src/models/compare-programme/i-start-date.js +3 -0
  43. package/src/models/compare-programme/i-start-date.js.map +1 -0
  44. package/src/models/compare-programme/i-timing.d.ts +45 -0
  45. package/src/models/compare-programme/i-timing.js +3 -0
  46. package/src/models/compare-programme/i-timing.js.map +1 -0
  47. package/src/models/compare-programme/i-tuition-fee.d.ts +50 -0
  48. package/src/models/compare-programme/i-tuition-fee.js +3 -0
  49. package/src/models/compare-programme/i-tuition-fee.js.map +1 -0
  50. package/src/models/copilot-country/copilot-country-client.d.ts +7 -0
  51. package/src/models/copilot-country/copilot-country-client.js +17 -0
  52. package/src/models/copilot-country/copilot-country-client.js.map +1 -0
  53. package/src/models/copilot-country/i-copilot-country.d.ts +32 -0
  54. package/src/models/copilot-country/i-copilot-country.js +3 -0
  55. package/src/models/copilot-country/i-copilot-country.js.map +1 -0
  56. package/src/models/copilot-programme/copilot-programme-client.d.ts +7 -0
  57. package/src/models/copilot-programme/copilot-programme-client.js +17 -0
  58. package/src/models/copilot-programme/copilot-programme-client.js.map +1 -0
  59. package/src/models/copilot-programme/i-copilot-programme.d.ts +86 -0
  60. package/src/models/copilot-programme/i-copilot-programme.js +3 -0
  61. package/src/models/copilot-programme/i-copilot-programme.js.map +1 -0
  62. package/src/models/dotdigital-organisation/i-city.d.ts +14 -0
  63. package/src/models/dotdigital-organisation/i-city.js +3 -0
  64. package/src/models/dotdigital-organisation/i-city.js.map +1 -0
  65. package/src/models/dotdigital-organisation/i-country.d.ts +20 -0
  66. package/src/models/dotdigital-organisation/i-country.js +3 -0
  67. package/src/models/dotdigital-organisation/i-country.js.map +1 -0
  68. package/src/models/dotdigital-programme/i-country.d.ts +20 -0
  69. package/src/models/dotdigital-programme/i-country.js +3 -0
  70. package/src/models/dotdigital-programme/i-country.js.map +1 -0
  71. package/src/models/dotdigital-programme/i-deadline.d.ts +20 -0
  72. package/src/models/dotdigital-programme/i-deadline.js +3 -0
  73. package/src/models/dotdigital-programme/i-deadline.js.map +1 -0
  74. package/src/models/dotdigital-programme/i-english-requirements.d.ts +44 -0
  75. package/src/models/dotdigital-programme/i-english-requirements.js +3 -0
  76. package/src/models/dotdigital-programme/i-english-requirements.js.map +1 -0
  77. package/src/models/dotdigital-programme/i-logo.d.ts +14 -0
  78. package/src/models/dotdigital-programme/i-logo.js +3 -0
  79. package/src/models/dotdigital-programme/i-logo.js.map +1 -0
  80. package/src/models/dotdigital-programme/i-start-date.d.ts +33 -0
  81. package/src/models/dotdigital-programme/i-start-date.js +3 -0
  82. package/src/models/dotdigital-programme/i-start-date.js.map +1 -0
  83. package/src/models/dotdigital-programme/i-timing.d.ts +45 -0
  84. package/src/models/dotdigital-programme/i-timing.js +3 -0
  85. package/src/models/dotdigital-programme/i-timing.js.map +1 -0
  86. package/src/models/dotdigital-programme/i-tuition-fee.d.ts +50 -0
  87. package/src/models/dotdigital-programme/i-tuition-fee.js +3 -0
  88. package/src/models/dotdigital-programme/i-tuition-fee.js.map +1 -0
  89. package/src/models/organisation-search-document/i-organisation-search-document.d.ts +68 -0
  90. package/src/models/organisation-search-document/i-organisation-search-document.js +3 -0
  91. package/src/models/organisation-search-document/i-organisation-search-document.js.map +1 -0
  92. package/src/models/organisation-search-document/organisation-search-document-client.d.ts +7 -0
  93. package/src/models/organisation-search-document/organisation-search-document-client.js +17 -0
  94. package/src/models/organisation-search-document/organisation-search-document-client.js.map +1 -0
  95. package/src/models/programme-card/i-english-requirements.d.ts +44 -0
  96. package/src/models/programme-card/i-english-requirements.js +3 -0
  97. package/src/models/programme-card/i-english-requirements.js.map +1 -0
  98. package/src/models/programme-card/i-g-p-a-requirement.d.ts +20 -0
  99. package/src/models/programme-card/i-g-p-a-requirement.js +3 -0
  100. package/src/models/programme-card/i-g-p-a-requirement.js.map +1 -0
  101. package/src/models/programme-card/i-living-cost.d.ts +20 -0
  102. package/src/models/programme-card/i-living-cost.js +3 -0
  103. package/src/models/programme-card/i-living-cost.js.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-optional-link.js","sourceRoot":"","sources":["../../../../src/models/compare-programme/i-optional-link.ts"],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ import { IDeadline } from "../../..";
2
+ export interface IStartDate {
3
+ /**
4
+ * Get the date the programme starts on.
5
+ *
6
+ * @return Date
7
+ */
8
+ getDate(): Date;
9
+ /**
10
+ * Get a list of deadlines that apply to this start date.
11
+ *
12
+ * Note: In case of extendable start dates, all information in the
13
+ * Deadline objects has already been extended to the first available start
14
+ * date.
15
+ *
16
+ * @return IDeadline[]
17
+ * @throws PropertyNotAvailableException
18
+ */
19
+ getDeadlines(): IDeadline[];
20
+ canShowDeadlines(): boolean;
21
+ /**
22
+ * True if you can apply at any time for this programme (rolling admission)
23
+ *
24
+ * @return boolean
25
+ */
26
+ isApplyingAnytime(): boolean;
27
+ /**
28
+ * True if the start date has passed (you can't start at this date anymore).
29
+ *
30
+ * @return boolean
31
+ */
32
+ isPassed(): boolean;
33
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-start-date.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-start-date.js","sourceRoot":"","sources":["../../../../src/models/compare-programme/i-start-date.ts"],"names":[],"mappings":""}
@@ -0,0 +1,45 @@
1
+ import { IDeadline, IStartDate } from "../../..";
2
+ export interface ITiming {
3
+ /**
4
+ * Get the IDeadline applicable for this type and programme.
5
+ *
6
+ * Note: In case of extendable start dates, all information in the
7
+ * Deadline object has already been extended to the first available start
8
+ * date.
9
+ *
10
+ * @return IDeadline
11
+ * @throws PropertyNotAvailableException
12
+ */
13
+ getDeadline(): IDeadline;
14
+ canShowDeadline(): boolean;
15
+ /**
16
+ * Get the IStartDate applicable for this type and programme.
17
+ *
18
+ * Note: In case of extendable start dates, all information in the
19
+ * StartDate objects has already been extended to the first available start
20
+ * date.
21
+ *
22
+ * @return IStartDate
23
+ * @throws PropertyNotAvailableException
24
+ */
25
+ getStartDate(): IStartDate;
26
+ canShowStartDate(): boolean;
27
+ /**
28
+ * Type of user the timing is applicable to (e.g. general, eea, national).
29
+ *
30
+ * @return string
31
+ */
32
+ getType(): string;
33
+ /**
34
+ * True if the programme allows to apply at any time (rolling application).
35
+ *
36
+ * @return boolean
37
+ */
38
+ isApplyingAnytime(): boolean;
39
+ /**
40
+ * True if the programme can start at any time (rolling admission).
41
+ *
42
+ * @return boolean
43
+ */
44
+ isStartingAnytime(): boolean;
45
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-timing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-timing.js","sourceRoot":"","sources":["../../../../src/models/compare-programme/i-timing.ts"],"names":[],"mappings":""}
@@ -0,0 +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
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-tuition-fee.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-tuition-fee.js","sourceRoot":"","sources":["../../../../src/models/compare-programme/i-tuition-fee.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { ICopilotCountry } from "../../..";
2
+ import { ModelClient } from "../../model-client";
3
+ export declare class CopilotCountryClient extends ModelClient<ICopilotCountry> {
4
+ protected getModelName(): string;
5
+ protected getVersion(): string;
6
+ isPublic(): boolean;
7
+ }
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CopilotCountryClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class CopilotCountryClient extends model_client_1.ModelClient {
6
+ getModelName() {
7
+ return 'copilot-country';
8
+ }
9
+ getVersion() {
10
+ return 'v1';
11
+ }
12
+ isPublic() {
13
+ return false;
14
+ }
15
+ }
16
+ exports.CopilotCountryClient = CopilotCountryClient;
17
+ //# sourceMappingURL=copilot-country-client.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"copilot-country-client.js","sourceRoot":"","sources":["../../../../src/models/copilot-country/copilot-country-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,oBAAqB,SAAQ,0BAA4B;IAC3D,YAAY;QACrB,OAAO,iBAAiB,CAAC;IAC1B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,oDAYC"}
@@ -0,0 +1,32 @@
1
+ export interface ICopilotCountry {
2
+ /**
3
+ * How to apply in country x text
4
+ *
5
+ * @return string | null
6
+ */
7
+ getHowToApplyText(): string | null;
8
+ /**
9
+ * Id of the country.
10
+ *
11
+ * @return number
12
+ */
13
+ getId(): number;
14
+ /**
15
+ * ISO code ALPHA-2
16
+ *
17
+ * @return string
18
+ */
19
+ getIsoCode(): string;
20
+ /**
21
+ * Country title
22
+ *
23
+ * @return string
24
+ */
25
+ getTitle(): string;
26
+ /**
27
+ * Why study in country x text
28
+ *
29
+ * @return string | null
30
+ */
31
+ getWhyText(): string | null;
32
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-copilot-country.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-copilot-country.js","sourceRoot":"","sources":["../../../../src/models/copilot-country/i-copilot-country.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { ICopilotProgramme } from "../../..";
2
+ import { ModelClient } from "../../model-client";
3
+ export declare class CopilotProgrammeClient extends ModelClient<ICopilotProgramme> {
4
+ protected getModelName(): string;
5
+ protected getVersion(): string;
6
+ isPublic(): boolean;
7
+ }
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CopilotProgrammeClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class CopilotProgrammeClient extends model_client_1.ModelClient {
6
+ getModelName() {
7
+ return 'copilot-programme';
8
+ }
9
+ getVersion() {
10
+ return 'v1';
11
+ }
12
+ isPublic() {
13
+ return false;
14
+ }
15
+ }
16
+ exports.CopilotProgrammeClient = CopilotProgrammeClient;
17
+ //# sourceMappingURL=copilot-programme-client.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"copilot-programme-client.js","sourceRoot":"","sources":["../../../../src/models/copilot-programme/copilot-programme-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,sBAAuB,SAAQ,0BAA8B;IAC/D,YAAY;QACrB,OAAO,mBAAmB,CAAC;IAC5B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,wDAYC"}
@@ -0,0 +1,86 @@
1
+ import { IEnglishRequirements, IGeoTargetingValues, IInternalLink, ITiming, ITuitionValues } from "../../..";
2
+ export interface ICopilotProgramme {
3
+ /**
4
+ * Get country the programme is teached in
5
+ *
6
+ * @return number[]
7
+ */
8
+ getCountryIds(): number[];
9
+ /**
10
+ * Get discipline ids attached to this programme
11
+ *
12
+ * @return number[]
13
+ */
14
+ getDisciplineIds(): number[];
15
+ /**
16
+ * Education level
17
+ *
18
+ * @return string
19
+ */
20
+ getEducationalLevel(): string;
21
+ /**
22
+ * English level requirements.
23
+ *
24
+ * @return IEnglishRequirements
25
+ */
26
+ getEnglishRequirements(): IEnglishRequirements;
27
+ getGeneralRequirements(): string | null;
28
+ /**
29
+ * Get geotargetting settings for the programme
30
+ *
31
+ * @return IGeoTargetingValues
32
+ */
33
+ getGeoTargetingValues(): IGeoTargetingValues;
34
+ getGlobalUniversityRanking(): string | null;
35
+ /**
36
+ * Id of the programme.
37
+ *
38
+ * @return number
39
+ */
40
+ getId(): number;
41
+ /**
42
+ * Get a link to the programme page.
43
+ *
44
+ * The link contains the page path as url and the programme name as the
45
+ * link description.
46
+ *
47
+ * @return IInternalLink
48
+ */
49
+ getProgrammeLink(): IInternalLink;
50
+ /**
51
+ * Get all start dates
52
+ *
53
+ * @return ITiming[]
54
+ */
55
+ getTimings(): ITiming[];
56
+ /**
57
+ * Title of the programme.
58
+ *
59
+ * @return string
60
+ */
61
+ getTitle(): string;
62
+ /**
63
+ * The programmes tuition fees
64
+ *
65
+ * @return ITuitionValues | null
66
+ */
67
+ getTuitionValues(): ITuitionValues | null;
68
+ /**
69
+ * University id
70
+ *
71
+ * @return number
72
+ */
73
+ getUniversityId(): number;
74
+ /**
75
+ * University title
76
+ *
77
+ * @return string
78
+ */
79
+ getUniversityTitle(): string;
80
+ /**
81
+ * Is programme public
82
+ *
83
+ * @return boolean
84
+ */
85
+ isPublic(): boolean;
86
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-copilot-programme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-copilot-programme.js","sourceRoot":"","sources":["../../../../src/models/copilot-programme/i-copilot-programme.ts"],"names":[],"mappings":""}
@@ -0,0 +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
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-city.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-city.js","sourceRoot":"","sources":["../../../../src/models/dotdigital-organisation/i-city.ts"],"names":[],"mappings":""}
@@ -0,0 +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
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-country.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-country.js","sourceRoot":"","sources":["../../../../src/models/dotdigital-organisation/i-country.ts"],"names":[],"mappings":""}
@@ -0,0 +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
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-country.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-country.js","sourceRoot":"","sources":["../../../../src/models/dotdigital-programme/i-country.ts"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ export interface IDeadline {
2
+ /**
3
+ * Get the date this deadline expires on.
4
+ *
5
+ * @return Date
6
+ */
7
+ getDate(): Date;
8
+ /**
9
+ * Get the deadline type (e.g. general, national, eea, etc).
10
+ *
11
+ * @return string
12
+ */
13
+ getType(): string;
14
+ /**
15
+ * True if the deadline has passed (e.g. you can't apply anymore).
16
+ *
17
+ * @return boolean
18
+ */
19
+ isPassed(): boolean;
20
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-deadline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-deadline.js","sourceRoot":"","sources":["../../../../src/models/dotdigital-programme/i-deadline.ts"],"names":[],"mappings":""}
@@ -0,0 +1,44 @@
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
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-english-requirements.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-english-requirements.js","sourceRoot":"","sources":["../../../../src/models/dotdigital-programme/i-english-requirements.ts"],"names":[],"mappings":""}
@@ -0,0 +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
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-logo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-logo.js","sourceRoot":"","sources":["../../../../src/models/dotdigital-programme/i-logo.ts"],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ import { IDeadline } from "../../..";
2
+ export interface IStartDate {
3
+ /**
4
+ * Get the date the programme starts on.
5
+ *
6
+ * @return Date
7
+ */
8
+ getDate(): Date;
9
+ /**
10
+ * Get a list of deadlines that apply to this start date.
11
+ *
12
+ * Note: In case of extendable start dates, all information in the
13
+ * Deadline objects has already been extended to the first available start
14
+ * date.
15
+ *
16
+ * @return IDeadline[]
17
+ * @throws PropertyNotAvailableException
18
+ */
19
+ getDeadlines(): IDeadline[];
20
+ canShowDeadlines(): boolean;
21
+ /**
22
+ * True if you can apply at any time for this programme (rolling admission)
23
+ *
24
+ * @return boolean
25
+ */
26
+ isApplyingAnytime(): boolean;
27
+ /**
28
+ * True if the start date has passed (you can't start at this date anymore).
29
+ *
30
+ * @return boolean
31
+ */
32
+ isPassed(): boolean;
33
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-start-date.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-start-date.js","sourceRoot":"","sources":["../../../../src/models/dotdigital-programme/i-start-date.ts"],"names":[],"mappings":""}
@@ -0,0 +1,45 @@
1
+ import { IDeadline, IStartDate } from "../../..";
2
+ export interface ITiming {
3
+ /**
4
+ * Get the IDeadline applicable for this type and programme.
5
+ *
6
+ * Note: In case of extendable start dates, all information in the
7
+ * Deadline object has already been extended to the first available start
8
+ * date.
9
+ *
10
+ * @return IDeadline
11
+ * @throws PropertyNotAvailableException
12
+ */
13
+ getDeadline(): IDeadline;
14
+ canShowDeadline(): boolean;
15
+ /**
16
+ * Get the IStartDate applicable for this type and programme.
17
+ *
18
+ * Note: In case of extendable start dates, all information in the
19
+ * StartDate objects has already been extended to the first available start
20
+ * date.
21
+ *
22
+ * @return IStartDate
23
+ * @throws PropertyNotAvailableException
24
+ */
25
+ getStartDate(): IStartDate;
26
+ canShowStartDate(): boolean;
27
+ /**
28
+ * Type of user the timing is applicable to (e.g. general, eea, national).
29
+ *
30
+ * @return string
31
+ */
32
+ getType(): string;
33
+ /**
34
+ * True if the programme allows to apply at any time (rolling application).
35
+ *
36
+ * @return boolean
37
+ */
38
+ isApplyingAnytime(): boolean;
39
+ /**
40
+ * True if the programme can start at any time (rolling admission).
41
+ *
42
+ * @return boolean
43
+ */
44
+ isStartingAnytime(): boolean;
45
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=i-timing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-timing.js","sourceRoot":"","sources":["../../../../src/models/dotdigital-programme/i-timing.ts"],"names":[],"mappings":""}