@studyportals/domain-client 7.6.3 → 7.6.7
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/package.json +1 -1
- package/protobuf/Area.js +1 -1
- package/protobuf/Article.js +1 -1
- package/protobuf/Body.js +1 -1
- package/protobuf/CampaignInformation.js +1 -1
- package/protobuf/ClickTracking.js +1 -1
- package/protobuf/CommercialEntity.js +1 -1
- package/protobuf/Cover.js +1 -1
- package/protobuf/Deadline.js +1 -1
- package/protobuf/Degree.js +1 -1
- package/protobuf/Description.js +1 -1
- package/protobuf/Discipline.js +1 -1
- package/protobuf/Duration.js +1 -1
- package/protobuf/EnglishRequirements.d.ts +7 -7
- package/protobuf/EnglishRequirements.js +15 -15
- package/protobuf/EssentialInformation.js +1 -1
- package/protobuf/File.js +1 -1
- package/protobuf/GPARequirement.js +1 -1
- package/protobuf/GSSAResults.js +1 -1
- package/protobuf/Link.js +1 -1
- package/protobuf/LivingCost.js +1 -1
- package/protobuf/Location.js +1 -1
- package/protobuf/Logo.js +1 -1
- package/protobuf/MiniProgrammeCard.js +1 -1
- package/protobuf/OptionalLink.js +1 -1
- package/protobuf/Organisation.js +1 -1
- package/protobuf/OrganisationInformation.js +1 -1
- package/protobuf/OrganisationRanking.js +1 -1
- package/protobuf/Person.js +1 -1
- package/protobuf/ProgrammeCard.js +1 -1
- package/protobuf/Ranking.js +1 -1
- package/protobuf/RankingInstitute.js +1 -1
- package/protobuf/Review.js +1 -1
- package/protobuf/ReviewCountPerStar.js +1 -1
- package/protobuf/ReviewRating.js +1 -1
- package/protobuf/RichText.js +1 -1
- package/protobuf/SocialLink.js +1 -1
- package/protobuf/StartDate.js +1 -1
- package/protobuf/Timing.js +1 -1
- package/protobuf/Topic.js +1 -1
- package/protobuf/TrackedLink.js +1 -1
- package/protobuf/Tracking.js +1 -1
- package/protobuf/TuitionFee.js +1 -1
- package/protobuf/Unibuddy.js +1 -1
- package/protobuf/google/protobuf/timestamp.d.ts +7 -6
- package/protobuf/google/protobuf/timestamp.js +1 -1
- package/protobuf/index.d.ts +0 -2
- package/protobuf/index.js +0 -2
- package/protobuf/EnglishRequirement.d.ts +0 -11
- package/protobuf/EnglishRequirement.js +0 -30
- package/protobuf/ProgrammeGrid.d.ts +0 -14
- package/protobuf/ProgrammeGrid.js +0 -37
package/package.json
CHANGED
package/protobuf/Area.js
CHANGED
package/protobuf/Article.js
CHANGED
package/protobuf/Body.js
CHANGED
package/protobuf/Cover.js
CHANGED
package/protobuf/Deadline.js
CHANGED
package/protobuf/Degree.js
CHANGED
package/protobuf/Description.js
CHANGED
package/protobuf/Discipline.js
CHANGED
package/protobuf/Duration.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export interface EnglishRequirements {
|
|
2
|
-
ielts
|
|
3
|
-
toeflPaper
|
|
4
|
-
toeflInternet
|
|
5
|
-
pte
|
|
6
|
-
duolingo
|
|
7
|
-
cambridgeEnglish
|
|
8
|
-
ote
|
|
2
|
+
ielts?: number | undefined;
|
|
3
|
+
toeflPaper?: number | undefined;
|
|
4
|
+
toeflInternet?: number | undefined;
|
|
5
|
+
pte?: number | undefined;
|
|
6
|
+
duolingo?: number | undefined;
|
|
7
|
+
cambridgeEnglish?: number | undefined;
|
|
8
|
+
ote?: number | undefined;
|
|
9
9
|
}
|
|
10
10
|
export declare const EnglishRequirements: MessageFns<EnglishRequirements>;
|
|
11
11
|
interface MessageFns<T> {
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
2
2
|
// versions:
|
|
3
3
|
// protoc-gen-ts_proto v2.7.5
|
|
4
|
-
// protoc v6.
|
|
4
|
+
// protoc v6.33.1
|
|
5
5
|
// source: EnglishRequirements.proto
|
|
6
6
|
export const EnglishRequirements = {
|
|
7
7
|
fromJSON(object) {
|
|
8
8
|
return {
|
|
9
|
-
ielts: isSet(object.ielts) ? globalThis.Number(object.ielts) :
|
|
10
|
-
toeflPaper: isSet(object.toeflPaper) ? globalThis.Number(object.toeflPaper) :
|
|
11
|
-
toeflInternet: isSet(object.toeflInternet) ? globalThis.Number(object.toeflInternet) :
|
|
12
|
-
pte: isSet(object.pte) ? globalThis.Number(object.pte) :
|
|
13
|
-
duolingo: isSet(object.duolingo) ? globalThis.Number(object.duolingo) :
|
|
14
|
-
cambridgeEnglish: isSet(object.cambridgeEnglish) ? globalThis.Number(object.cambridgeEnglish) :
|
|
15
|
-
ote: isSet(object.ote) ? globalThis.Number(object.ote) :
|
|
9
|
+
ielts: isSet(object.ielts) ? globalThis.Number(object.ielts) : undefined,
|
|
10
|
+
toeflPaper: isSet(object.toeflPaper) ? globalThis.Number(object.toeflPaper) : undefined,
|
|
11
|
+
toeflInternet: isSet(object.toeflInternet) ? globalThis.Number(object.toeflInternet) : undefined,
|
|
12
|
+
pte: isSet(object.pte) ? globalThis.Number(object.pte) : undefined,
|
|
13
|
+
duolingo: isSet(object.duolingo) ? globalThis.Number(object.duolingo) : undefined,
|
|
14
|
+
cambridgeEnglish: isSet(object.cambridgeEnglish) ? globalThis.Number(object.cambridgeEnglish) : undefined,
|
|
15
|
+
ote: isSet(object.ote) ? globalThis.Number(object.ote) : undefined,
|
|
16
16
|
};
|
|
17
17
|
},
|
|
18
18
|
toJSON(message) {
|
|
19
19
|
const obj = {};
|
|
20
|
-
if (message.ielts !==
|
|
20
|
+
if (message.ielts !== undefined) {
|
|
21
21
|
obj.ielts = message.ielts;
|
|
22
22
|
}
|
|
23
|
-
if (message.toeflPaper !==
|
|
23
|
+
if (message.toeflPaper !== undefined) {
|
|
24
24
|
obj.toeflPaper = message.toeflPaper;
|
|
25
25
|
}
|
|
26
|
-
if (message.toeflInternet !==
|
|
26
|
+
if (message.toeflInternet !== undefined) {
|
|
27
27
|
obj.toeflInternet = message.toeflInternet;
|
|
28
28
|
}
|
|
29
|
-
if (message.pte !==
|
|
29
|
+
if (message.pte !== undefined) {
|
|
30
30
|
obj.pte = message.pte;
|
|
31
31
|
}
|
|
32
|
-
if (message.duolingo !==
|
|
32
|
+
if (message.duolingo !== undefined) {
|
|
33
33
|
obj.duolingo = message.duolingo;
|
|
34
34
|
}
|
|
35
|
-
if (message.cambridgeEnglish !==
|
|
35
|
+
if (message.cambridgeEnglish !== undefined) {
|
|
36
36
|
obj.cambridgeEnglish = message.cambridgeEnglish;
|
|
37
37
|
}
|
|
38
|
-
if (message.ote !==
|
|
38
|
+
if (message.ote !== undefined) {
|
|
39
39
|
obj.ote = message.ote;
|
|
40
40
|
}
|
|
41
41
|
return obj;
|
package/protobuf/File.js
CHANGED
package/protobuf/GSSAResults.js
CHANGED
package/protobuf/Link.js
CHANGED
package/protobuf/LivingCost.js
CHANGED
package/protobuf/Location.js
CHANGED
package/protobuf/Logo.js
CHANGED
package/protobuf/OptionalLink.js
CHANGED
package/protobuf/Organisation.js
CHANGED
package/protobuf/Person.js
CHANGED
package/protobuf/Ranking.js
CHANGED
package/protobuf/Review.js
CHANGED
package/protobuf/ReviewRating.js
CHANGED
package/protobuf/RichText.js
CHANGED
package/protobuf/SocialLink.js
CHANGED
package/protobuf/StartDate.js
CHANGED
package/protobuf/Timing.js
CHANGED
package/protobuf/Topic.js
CHANGED
package/protobuf/TrackedLink.js
CHANGED
package/protobuf/Tracking.js
CHANGED
package/protobuf/TuitionFee.js
CHANGED
package/protobuf/Unibuddy.js
CHANGED
|
@@ -91,15 +91,16 @@
|
|
|
91
91
|
*/
|
|
92
92
|
export interface Timestamp {
|
|
93
93
|
/**
|
|
94
|
-
* Represents seconds of UTC time since Unix epoch
|
|
95
|
-
*
|
|
96
|
-
* 9999-12-31T23:59:59Z
|
|
94
|
+
* Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must
|
|
95
|
+
* be between -315576000000 and 315576000000 inclusive (which corresponds to
|
|
96
|
+
* 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z).
|
|
97
97
|
*/
|
|
98
98
|
seconds: number;
|
|
99
99
|
/**
|
|
100
|
-
* Non-negative fractions of a second at nanosecond resolution.
|
|
101
|
-
*
|
|
102
|
-
*
|
|
100
|
+
* Non-negative fractions of a second at nanosecond resolution. This field is
|
|
101
|
+
* the nanosecond portion of the duration, not an alternative to seconds.
|
|
102
|
+
* Negative second values with fractions must still have non-negative nanos
|
|
103
|
+
* values that count forward in time. Must be between 0 and 999,999,999
|
|
103
104
|
* inclusive.
|
|
104
105
|
*/
|
|
105
106
|
nanos: number;
|
package/protobuf/index.d.ts
CHANGED
|
@@ -13,7 +13,6 @@ export * from "./Degree.js";
|
|
|
13
13
|
export * from "./Description.js";
|
|
14
14
|
export * from "./Discipline.js";
|
|
15
15
|
export * from "./Duration.js";
|
|
16
|
-
export * from "./EnglishRequirement.js";
|
|
17
16
|
export * from "./EnglishRequirements.js";
|
|
18
17
|
export * from "./EssentialInformation.js";
|
|
19
18
|
export * from "./File.js";
|
|
@@ -31,7 +30,6 @@ export * from "./OrganisationInformation.js";
|
|
|
31
30
|
export * from "./OrganisationRanking.js";
|
|
32
31
|
export * from "./Person.js";
|
|
33
32
|
export * from "./ProgrammeCard.js";
|
|
34
|
-
export * from "./ProgrammeGrid.js";
|
|
35
33
|
export * from "./Ranking.js";
|
|
36
34
|
export * from "./RankingInstitute.js";
|
|
37
35
|
export * from "./Review.js";
|
package/protobuf/index.js
CHANGED
|
@@ -13,7 +13,6 @@ export * from "./Degree.js";
|
|
|
13
13
|
export * from "./Description.js";
|
|
14
14
|
export * from "./Discipline.js";
|
|
15
15
|
export * from "./Duration.js";
|
|
16
|
-
export * from "./EnglishRequirement.js";
|
|
17
16
|
export * from "./EnglishRequirements.js";
|
|
18
17
|
export * from "./EssentialInformation.js";
|
|
19
18
|
export * from "./File.js";
|
|
@@ -31,7 +30,6 @@ export * from "./OrganisationInformation.js";
|
|
|
31
30
|
export * from "./OrganisationRanking.js";
|
|
32
31
|
export * from "./Person.js";
|
|
33
32
|
export * from "./ProgrammeCard.js";
|
|
34
|
-
export * from "./ProgrammeGrid.js";
|
|
35
33
|
export * from "./Ranking.js";
|
|
36
34
|
export * from "./RankingInstitute.js";
|
|
37
35
|
export * from "./Review.js";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export interface EnglishRequirement {
|
|
2
|
-
scale: string;
|
|
3
|
-
score: string;
|
|
4
|
-
isRequired: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const EnglishRequirement: MessageFns<EnglishRequirement>;
|
|
7
|
-
interface MessageFns<T> {
|
|
8
|
-
fromJSON(object: any): T;
|
|
9
|
-
toJSON(message: T): unknown;
|
|
10
|
-
}
|
|
11
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
2
|
-
// versions:
|
|
3
|
-
// protoc-gen-ts_proto v2.7.5
|
|
4
|
-
// protoc v3.12.4
|
|
5
|
-
// source: EnglishRequirement.proto
|
|
6
|
-
export const EnglishRequirement = {
|
|
7
|
-
fromJSON(object) {
|
|
8
|
-
return {
|
|
9
|
-
scale: isSet(object.scale) ? globalThis.String(object.scale) : "",
|
|
10
|
-
score: isSet(object.score) ? globalThis.String(object.score) : "",
|
|
11
|
-
isRequired: isSet(object.isRequired) ? globalThis.Boolean(object.isRequired) : false,
|
|
12
|
-
};
|
|
13
|
-
},
|
|
14
|
-
toJSON(message) {
|
|
15
|
-
const obj = {};
|
|
16
|
-
if (message.scale !== "") {
|
|
17
|
-
obj.scale = message.scale;
|
|
18
|
-
}
|
|
19
|
-
if (message.score !== "") {
|
|
20
|
-
obj.score = message.score;
|
|
21
|
-
}
|
|
22
|
-
if (message.isRequired !== false) {
|
|
23
|
-
obj.isRequired = message.isRequired;
|
|
24
|
-
}
|
|
25
|
-
return obj;
|
|
26
|
-
},
|
|
27
|
-
};
|
|
28
|
-
function isSet(value) {
|
|
29
|
-
return value !== null && value !== undefined;
|
|
30
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Link } from "./Link.js";
|
|
2
|
-
import { ProgrammeCard } from "./ProgrammeCard.js";
|
|
3
|
-
export interface ProgrammeGrid {
|
|
4
|
-
title: string;
|
|
5
|
-
searchLink: Link | undefined;
|
|
6
|
-
cards: ProgrammeCard[];
|
|
7
|
-
sblpLink: Link | undefined;
|
|
8
|
-
}
|
|
9
|
-
export declare const ProgrammeGrid: MessageFns<ProgrammeGrid>;
|
|
10
|
-
interface MessageFns<T> {
|
|
11
|
-
fromJSON(object: any): T;
|
|
12
|
-
toJSON(message: T): unknown;
|
|
13
|
-
}
|
|
14
|
-
export {};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
2
|
-
// versions:
|
|
3
|
-
// protoc-gen-ts_proto v2.7.5
|
|
4
|
-
// protoc v3.12.4
|
|
5
|
-
// source: ProgrammeGrid.proto
|
|
6
|
-
/* eslint-disable */
|
|
7
|
-
import { Link } from "./Link.js";
|
|
8
|
-
import { ProgrammeCard } from "./ProgrammeCard.js";
|
|
9
|
-
export const ProgrammeGrid = {
|
|
10
|
-
fromJSON(object) {
|
|
11
|
-
return {
|
|
12
|
-
title: isSet(object.title) ? globalThis.String(object.title) : "",
|
|
13
|
-
searchLink: isSet(object.searchLink) ? Link.fromJSON(object.searchLink) : undefined,
|
|
14
|
-
cards: globalThis.Array.isArray(object?.cards) ? object.cards.map((e) => ProgrammeCard.fromJSON(e)) : [],
|
|
15
|
-
sblpLink: isSet(object.sblpLink) ? Link.fromJSON(object.sblpLink) : undefined,
|
|
16
|
-
};
|
|
17
|
-
},
|
|
18
|
-
toJSON(message) {
|
|
19
|
-
const obj = {};
|
|
20
|
-
if (message.title !== "") {
|
|
21
|
-
obj.title = message.title;
|
|
22
|
-
}
|
|
23
|
-
if (message.searchLink !== undefined) {
|
|
24
|
-
obj.searchLink = Link.toJSON(message.searchLink);
|
|
25
|
-
}
|
|
26
|
-
if (message.cards?.length) {
|
|
27
|
-
obj.cards = message.cards.map((e) => ProgrammeCard.toJSON(e));
|
|
28
|
-
}
|
|
29
|
-
if (message.sblpLink !== undefined) {
|
|
30
|
-
obj.sblpLink = Link.toJSON(message.sblpLink);
|
|
31
|
-
}
|
|
32
|
-
return obj;
|
|
33
|
-
},
|
|
34
|
-
};
|
|
35
|
-
function isSet(value) {
|
|
36
|
-
return value !== null && value !== undefined;
|
|
37
|
-
}
|