@studyportals/sp-lurch-interface 3.0.0 → 3.1.2
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/index.d.ts +21 -21
- package/index.js +33 -33
- package/package.json +30 -23
- package/src/entities/organisation/i-organisation.interface.d.ts +5 -5
- package/src/entities/organisation/i-organisation.interface.js +2 -2
- package/src/entities/organisation/organisation-dto.class.d.ts +7 -7
- package/src/entities/organisation/organisation-dto.class.js +11 -11
- package/src/entities/organisation/organisations-dto.d.ts +6 -6
- package/src/entities/organisation/organisations-dto.js +10 -10
- package/src/input-batches/input-batch-dto.class.d.ts +15 -15
- package/src/input-batches/input-batch-dto.class.js +19 -19
- package/src/input-batches/input-batch-status.d.ts +5 -5
- package/src/input-batches/input-batch-status.js +9 -9
- package/src/input-batches/input-batch-status.js.map +1 -1
- package/src/input-batches/interfaces/i-input-batch.interface.d.ts +13 -13
- package/src/input-batches/interfaces/i-input-batch.interface.js +2 -2
- package/src/intakes/intake-dto.class.d.ts +14 -14
- package/src/intakes/intake-dto.class.js +17 -17
- package/src/intakes/intake-stage-type.d.ts +6 -6
- package/src/intakes/intake-stage-type.js +10 -10
- package/src/intakes/intake-stage-type.js.map +1 -1
- package/src/intakes/interfaces/i-intake.interface.d.ts +12 -12
- package/src/intakes/interfaces/i-intake.interface.js +2 -2
- package/src/intakes/interfaces/i-match.interface.d.ts +4 -4
- package/src/intakes/interfaces/i-match.interface.js +2 -2
- package/src/intakes/match-dto.class.d.ts +6 -6
- package/src/intakes/match-dto.class.js +10 -10
- package/src/lurch-client.d.ts +19 -19
- package/src/lurch-client.js +57 -76
- package/src/lurch-client.js.map +1 -1
- package/src/results/discard-input-batch-result.class.d.ts +6 -6
- package/src/results/discard-input-batch-result.class.js +16 -16
- package/src/results/microsite-student-profile-result.class.d.ts +8 -8
- package/src/results/microsite-student-profile-result.class.js +18 -18
- package/src/results/retrieve-input-batch-result.class.d.ts +8 -8
- package/src/results/retrieve-input-batch-result.class.js +18 -18
- package/src/results/retrieve-input-batches-result.class.d.ts +8 -8
- package/src/results/retrieve-input-batches-result.class.js +18 -18
- package/src/results/retrieve-intake-result.class.d.ts +8 -8
- package/src/results/retrieve-intake-result.class.js +18 -18
- package/src/results/retrieve-intakes-result.class.d.ts +8 -8
- package/src/results/retrieve-intakes-result.class.js +18 -18
- package/src/results/retrieve-organisations-result.class.d.ts +9 -9
- package/src/results/retrieve-organisations-result.class.js +20 -20
- package/src/results/submit-matches-result.class.d.ts +6 -6
- package/src/results/submit-matches-result.class.js +16 -16
- package/src/student-profile/interfaces/I-microsite-student-profile.interface.d.ts +9 -9
- package/src/student-profile/interfaces/I-microsite-student-profile.interface.js +2 -2
- package/tests-u/entities/organisations/organisation-dto.test.d.ts +1 -1
- package/tests-u/entities/organisations/organisation-dto.test.js +61 -61
- package/tests-u/entities/organisations/organisation-dto.test.js.map +1 -1
- package/tests-u/input-batches/input-batch-dto.test.d.ts +1 -1
- package/tests-u/input-batches/input-batch-dto.test.js +149 -149
- package/tests-u/input-batches/input-batch-dto.test.js.map +1 -1
- package/tests-u/input-batches/input-batch-status.test.d.ts +1 -1
- package/tests-u/input-batches/input-batch-status.test.js +46 -46
- package/tests-u/input-batches/input-batch-status.test.js.map +1 -1
- package/tests-u/intakes/intake-dto.test.d.ts +1 -1
- package/tests-u/intakes/intake-dto.test.js +127 -127
- package/tests-u/intakes/intake-dto.test.js.map +1 -1
- package/tests-u/intakes/intake-stage-type.test.d.ts +1 -1
- package/tests-u/intakes/intake-stage-type.test.js +55 -55
- package/tests-u/intakes/intake-stage-type.test.js.map +1 -1
- package/tests-u/intakes/match-dto.test.d.ts +1 -1
- package/tests-u/intakes/match-dto.test.js +50 -50
- package/tests-u/intakes/match-dto.test.js.map +1 -1
- package/tests-u/lurch-client.test.d.ts +1 -1
- package/tests-u/lurch-client.test.js +271 -302
- package/tests-u/lurch-client.test.js.map +1 -1
- package/tests-u/results/discard-input-batch-result.test.d.ts +1 -1
- package/tests-u/results/discard-input-batch-result.test.js +39 -39
- package/tests-u/results/discard-input-batch-result.test.js.map +1 -1
- package/tests-u/results/retrieve-input-batch-result.test.d.ts +1 -1
- package/tests-u/results/retrieve-input-batch-result.test.js +50 -50
- package/tests-u/results/retrieve-input-batch-result.test.js.map +1 -1
- package/tests-u/results/retrieve-input-batches-result.test.d.ts +1 -1
- package/tests-u/results/retrieve-input-batches-result.test.js +50 -50
- package/tests-u/results/retrieve-input-batches-result.test.js.map +1 -1
- package/tests-u/results/retrieve-intake-result.test.d.ts +1 -1
- package/tests-u/results/retrieve-intake-result.test.js +50 -50
- package/tests-u/results/retrieve-intake-result.test.js.map +1 -1
- package/tests-u/results/retrieve-intakes-result.test.d.ts +1 -1
- package/tests-u/results/retrieve-intakes-result.test.js +50 -50
- package/tests-u/results/retrieve-intakes-result.test.js.map +1 -1
- package/tests-u/results/retrieve-organisation-result.test.d.ts +1 -1
- package/tests-u/results/retrieve-organisation-result.test.js +52 -52
- package/tests-u/results/retrieve-organisation-result.test.js.map +1 -1
- package/tests-u/results/submit-matches-result.test.d.ts +1 -1
- package/tests-u/results/submit-matches-result.test.js +30 -30
- package/tests-u/results/submit-matches-result.test.js.map +1 -1
- package/src/entities/organisation/main-organisations-dto.d.ts +0 -6
- package/src/entities/organisation/main-organisations-dto.js +0 -11
- package/src/entities/organisation/main-organisations-dto.js.map +0 -1
- package/src/results/retrieve-main-organisations-result.class.d.ts +0 -9
- package/src/results/retrieve-main-organisations-result.class.js +0 -21
- package/src/results/retrieve-main-organisations-result.class.js.map +0 -1
- package/src/student-profile/interfaces/I-student-profile.interface.d.ts +0 -9
- package/src/student-profile/interfaces/I-student-profile.interface.js +0 -3
- package/src/student-profile/interfaces/I-student-profile.interface.js.map +0 -1
- package/tests-u/results/retrieve-main-organisation-result.test.d.ts +0 -1
- package/tests-u/results/retrieve-main-organisation-result.test.js +0 -53
- package/tests-u/results/retrieve-main-organisation-result.test.js.map +0 -1
package/index.d.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { InputBatchDto } from './src/input-batches/input-batch-dto.class';
|
|
2
|
-
import { InputBatchStatus } from './src/input-batches/input-batch-status';
|
|
3
|
-
import { IInputBatch } from './src/input-batches/interfaces/i-input-batch.interface';
|
|
4
|
-
import { IntakeDto } from './src/intakes/intake-dto.class';
|
|
5
|
-
import { IntakeStageType } from './src/intakes/intake-stage-type';
|
|
6
|
-
import { IIntake } from './src/intakes/interfaces/i-intake.interface';
|
|
7
|
-
import { IMatch } from './src/intakes/interfaces/i-match.interface';
|
|
8
|
-
import { MatchDto } from './src/intakes/match-dto.class';
|
|
9
|
-
import { RetrieveInputBatchResult } from './src/results/retrieve-input-batch-result.class';
|
|
10
|
-
import { RetrieveInputBatchesResult } from './src/results/retrieve-input-batches-result.class';
|
|
11
|
-
import { RetrieveIntakeResult } from './src/results/retrieve-intake-result.class';
|
|
12
|
-
import { RetrieveIntakesResult } from './src/results/retrieve-intakes-result.class';
|
|
13
|
-
import { SubmitMatchesResult } from './src/results/submit-matches-result.class';
|
|
14
|
-
import { DiscardInputBatchresult } from './src/results/discard-input-batch-result.class';
|
|
15
|
-
import { LurchClient } from './src/lurch-client';
|
|
16
|
-
import { IMicrositeStudentProfile } from './src/student-profile/interfaces/I-microsite-student-profile.interface';
|
|
17
|
-
import { MicrositeStudentProfileResult } from './src/results/microsite-student-profile-result.class';
|
|
18
|
-
import { RetrieveOrganisationsResult } from './src/results/retrieve-organisations-result.class';
|
|
19
|
-
import { IOrganisation } from './src/entities/organisation/i-organisation.interface';
|
|
20
|
-
import { OrganisationDto } from './src/entities/organisation/organisation-dto.class';
|
|
21
|
-
export { IIntake, IMatch, IInputBatch, IntakeDto, MatchDto, OrganisationDto, IOrganisation, InputBatchDto, SubmitMatchesResult, DiscardInputBatchresult, RetrieveIntakesResult, RetrieveIntakeResult, RetrieveInputBatchResult, RetrieveInputBatchesResult, InputBatchStatus, IntakeStageType, LurchClient, IMicrositeStudentProfile, MicrositeStudentProfileResult, RetrieveOrganisationsResult };
|
|
1
|
+
import { InputBatchDto } from './src/input-batches/input-batch-dto.class';
|
|
2
|
+
import { InputBatchStatus } from './src/input-batches/input-batch-status';
|
|
3
|
+
import { IInputBatch } from './src/input-batches/interfaces/i-input-batch.interface';
|
|
4
|
+
import { IntakeDto } from './src/intakes/intake-dto.class';
|
|
5
|
+
import { IntakeStageType } from './src/intakes/intake-stage-type';
|
|
6
|
+
import { IIntake } from './src/intakes/interfaces/i-intake.interface';
|
|
7
|
+
import { IMatch } from './src/intakes/interfaces/i-match.interface';
|
|
8
|
+
import { MatchDto } from './src/intakes/match-dto.class';
|
|
9
|
+
import { RetrieveInputBatchResult } from './src/results/retrieve-input-batch-result.class';
|
|
10
|
+
import { RetrieveInputBatchesResult } from './src/results/retrieve-input-batches-result.class';
|
|
11
|
+
import { RetrieveIntakeResult } from './src/results/retrieve-intake-result.class';
|
|
12
|
+
import { RetrieveIntakesResult } from './src/results/retrieve-intakes-result.class';
|
|
13
|
+
import { SubmitMatchesResult } from './src/results/submit-matches-result.class';
|
|
14
|
+
import { DiscardInputBatchresult } from './src/results/discard-input-batch-result.class';
|
|
15
|
+
import { LurchClient } from './src/lurch-client';
|
|
16
|
+
import { IMicrositeStudentProfile } from './src/student-profile/interfaces/I-microsite-student-profile.interface';
|
|
17
|
+
import { MicrositeStudentProfileResult } from './src/results/microsite-student-profile-result.class';
|
|
18
|
+
import { RetrieveOrganisationsResult } from './src/results/retrieve-organisations-result.class';
|
|
19
|
+
import { IOrganisation } from './src/entities/organisation/i-organisation.interface';
|
|
20
|
+
import { OrganisationDto } from './src/entities/organisation/organisation-dto.class';
|
|
21
|
+
export { IIntake, IMatch, IInputBatch, IntakeDto, MatchDto, OrganisationDto, IOrganisation, InputBatchDto, SubmitMatchesResult, DiscardInputBatchresult, RetrieveIntakesResult, RetrieveIntakeResult, RetrieveInputBatchResult, RetrieveInputBatchesResult, InputBatchStatus, IntakeStageType, LurchClient, IMicrositeStudentProfile, MicrositeStudentProfileResult, RetrieveOrganisationsResult };
|
package/index.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RetrieveOrganisationsResult = exports.MicrositeStudentProfileResult = exports.LurchClient = exports.IntakeStageType = exports.InputBatchStatus = exports.RetrieveInputBatchesResult = exports.RetrieveInputBatchResult = exports.RetrieveIntakeResult = exports.RetrieveIntakesResult = exports.DiscardInputBatchresult = exports.SubmitMatchesResult = exports.InputBatchDto = exports.OrganisationDto = exports.MatchDto = exports.IntakeDto = void 0;
|
|
4
|
-
const input_batch_dto_class_1 = require("./src/input-batches/input-batch-dto.class");
|
|
5
|
-
Object.defineProperty(exports, "InputBatchDto", { enumerable: true, get: function () { return input_batch_dto_class_1.InputBatchDto; } });
|
|
6
|
-
const input_batch_status_1 = require("./src/input-batches/input-batch-status");
|
|
7
|
-
Object.defineProperty(exports, "InputBatchStatus", { enumerable: true, get: function () { return input_batch_status_1.InputBatchStatus; } });
|
|
8
|
-
const intake_dto_class_1 = require("./src/intakes/intake-dto.class");
|
|
9
|
-
Object.defineProperty(exports, "IntakeDto", { enumerable: true, get: function () { return intake_dto_class_1.IntakeDto; } });
|
|
10
|
-
const intake_stage_type_1 = require("./src/intakes/intake-stage-type");
|
|
11
|
-
Object.defineProperty(exports, "IntakeStageType", { enumerable: true, get: function () { return intake_stage_type_1.IntakeStageType; } });
|
|
12
|
-
const match_dto_class_1 = require("./src/intakes/match-dto.class");
|
|
13
|
-
Object.defineProperty(exports, "MatchDto", { enumerable: true, get: function () { return match_dto_class_1.MatchDto; } });
|
|
14
|
-
const retrieve_input_batch_result_class_1 = require("./src/results/retrieve-input-batch-result.class");
|
|
15
|
-
Object.defineProperty(exports, "RetrieveInputBatchResult", { enumerable: true, get: function () { return retrieve_input_batch_result_class_1.RetrieveInputBatchResult; } });
|
|
16
|
-
const retrieve_input_batches_result_class_1 = require("./src/results/retrieve-input-batches-result.class");
|
|
17
|
-
Object.defineProperty(exports, "RetrieveInputBatchesResult", { enumerable: true, get: function () { return retrieve_input_batches_result_class_1.RetrieveInputBatchesResult; } });
|
|
18
|
-
const retrieve_intake_result_class_1 = require("./src/results/retrieve-intake-result.class");
|
|
19
|
-
Object.defineProperty(exports, "RetrieveIntakeResult", { enumerable: true, get: function () { return retrieve_intake_result_class_1.RetrieveIntakeResult; } });
|
|
20
|
-
const retrieve_intakes_result_class_1 = require("./src/results/retrieve-intakes-result.class");
|
|
21
|
-
Object.defineProperty(exports, "RetrieveIntakesResult", { enumerable: true, get: function () { return retrieve_intakes_result_class_1.RetrieveIntakesResult; } });
|
|
22
|
-
const submit_matches_result_class_1 = require("./src/results/submit-matches-result.class");
|
|
23
|
-
Object.defineProperty(exports, "SubmitMatchesResult", { enumerable: true, get: function () { return submit_matches_result_class_1.SubmitMatchesResult; } });
|
|
24
|
-
const discard_input_batch_result_class_1 = require("./src/results/discard-input-batch-result.class");
|
|
25
|
-
Object.defineProperty(exports, "DiscardInputBatchresult", { enumerable: true, get: function () { return discard_input_batch_result_class_1.DiscardInputBatchresult; } });
|
|
26
|
-
const lurch_client_1 = require("./src/lurch-client");
|
|
27
|
-
Object.defineProperty(exports, "LurchClient", { enumerable: true, get: function () { return lurch_client_1.LurchClient; } });
|
|
28
|
-
const microsite_student_profile_result_class_1 = require("./src/results/microsite-student-profile-result.class");
|
|
29
|
-
Object.defineProperty(exports, "MicrositeStudentProfileResult", { enumerable: true, get: function () { return microsite_student_profile_result_class_1.MicrositeStudentProfileResult; } });
|
|
30
|
-
const retrieve_organisations_result_class_1 = require("./src/results/retrieve-organisations-result.class");
|
|
31
|
-
Object.defineProperty(exports, "RetrieveOrganisationsResult", { enumerable: true, get: function () { return retrieve_organisations_result_class_1.RetrieveOrganisationsResult; } });
|
|
32
|
-
const organisation_dto_class_1 = require("./src/entities/organisation/organisation-dto.class");
|
|
33
|
-
Object.defineProperty(exports, "OrganisationDto", { enumerable: true, get: function () { return organisation_dto_class_1.OrganisationDto; } });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RetrieveOrganisationsResult = exports.MicrositeStudentProfileResult = exports.LurchClient = exports.IntakeStageType = exports.InputBatchStatus = exports.RetrieveInputBatchesResult = exports.RetrieveInputBatchResult = exports.RetrieveIntakeResult = exports.RetrieveIntakesResult = exports.DiscardInputBatchresult = exports.SubmitMatchesResult = exports.InputBatchDto = exports.OrganisationDto = exports.MatchDto = exports.IntakeDto = void 0;
|
|
4
|
+
const input_batch_dto_class_1 = require("./src/input-batches/input-batch-dto.class");
|
|
5
|
+
Object.defineProperty(exports, "InputBatchDto", { enumerable: true, get: function () { return input_batch_dto_class_1.InputBatchDto; } });
|
|
6
|
+
const input_batch_status_1 = require("./src/input-batches/input-batch-status");
|
|
7
|
+
Object.defineProperty(exports, "InputBatchStatus", { enumerable: true, get: function () { return input_batch_status_1.InputBatchStatus; } });
|
|
8
|
+
const intake_dto_class_1 = require("./src/intakes/intake-dto.class");
|
|
9
|
+
Object.defineProperty(exports, "IntakeDto", { enumerable: true, get: function () { return intake_dto_class_1.IntakeDto; } });
|
|
10
|
+
const intake_stage_type_1 = require("./src/intakes/intake-stage-type");
|
|
11
|
+
Object.defineProperty(exports, "IntakeStageType", { enumerable: true, get: function () { return intake_stage_type_1.IntakeStageType; } });
|
|
12
|
+
const match_dto_class_1 = require("./src/intakes/match-dto.class");
|
|
13
|
+
Object.defineProperty(exports, "MatchDto", { enumerable: true, get: function () { return match_dto_class_1.MatchDto; } });
|
|
14
|
+
const retrieve_input_batch_result_class_1 = require("./src/results/retrieve-input-batch-result.class");
|
|
15
|
+
Object.defineProperty(exports, "RetrieveInputBatchResult", { enumerable: true, get: function () { return retrieve_input_batch_result_class_1.RetrieveInputBatchResult; } });
|
|
16
|
+
const retrieve_input_batches_result_class_1 = require("./src/results/retrieve-input-batches-result.class");
|
|
17
|
+
Object.defineProperty(exports, "RetrieveInputBatchesResult", { enumerable: true, get: function () { return retrieve_input_batches_result_class_1.RetrieveInputBatchesResult; } });
|
|
18
|
+
const retrieve_intake_result_class_1 = require("./src/results/retrieve-intake-result.class");
|
|
19
|
+
Object.defineProperty(exports, "RetrieveIntakeResult", { enumerable: true, get: function () { return retrieve_intake_result_class_1.RetrieveIntakeResult; } });
|
|
20
|
+
const retrieve_intakes_result_class_1 = require("./src/results/retrieve-intakes-result.class");
|
|
21
|
+
Object.defineProperty(exports, "RetrieveIntakesResult", { enumerable: true, get: function () { return retrieve_intakes_result_class_1.RetrieveIntakesResult; } });
|
|
22
|
+
const submit_matches_result_class_1 = require("./src/results/submit-matches-result.class");
|
|
23
|
+
Object.defineProperty(exports, "SubmitMatchesResult", { enumerable: true, get: function () { return submit_matches_result_class_1.SubmitMatchesResult; } });
|
|
24
|
+
const discard_input_batch_result_class_1 = require("./src/results/discard-input-batch-result.class");
|
|
25
|
+
Object.defineProperty(exports, "DiscardInputBatchresult", { enumerable: true, get: function () { return discard_input_batch_result_class_1.DiscardInputBatchresult; } });
|
|
26
|
+
const lurch_client_1 = require("./src/lurch-client");
|
|
27
|
+
Object.defineProperty(exports, "LurchClient", { enumerable: true, get: function () { return lurch_client_1.LurchClient; } });
|
|
28
|
+
const microsite_student_profile_result_class_1 = require("./src/results/microsite-student-profile-result.class");
|
|
29
|
+
Object.defineProperty(exports, "MicrositeStudentProfileResult", { enumerable: true, get: function () { return microsite_student_profile_result_class_1.MicrositeStudentProfileResult; } });
|
|
30
|
+
const retrieve_organisations_result_class_1 = require("./src/results/retrieve-organisations-result.class");
|
|
31
|
+
Object.defineProperty(exports, "RetrieveOrganisationsResult", { enumerable: true, get: function () { return retrieve_organisations_result_class_1.RetrieveOrganisationsResult; } });
|
|
32
|
+
const organisation_dto_class_1 = require("./src/entities/organisation/organisation-dto.class");
|
|
33
|
+
Object.defineProperty(exports, "OrganisationDto", { enumerable: true, get: function () { return organisation_dto_class_1.OrganisationDto; } });
|
|
34
34
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,38 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studyportals/sp-lurch-interface",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "Contains Data Transfer Objects required or provided by Lurch through its interface.",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"test": "
|
|
7
|
-
"test-u": "
|
|
8
|
-
"test-u-o": "
|
|
9
|
-
"prepare-deployment": "cp package.json bin/package.json",
|
|
10
|
-
"deploy": "npm test && npm run prepare-deployment && npm publish bin
|
|
6
|
+
"test": "npm run test-u-o",
|
|
7
|
+
"test-u": "npm run test-u-o",
|
|
8
|
+
"test-u-o": "nyc mocha",
|
|
9
|
+
"prepare-deployment": "tsc && cp package.json ./bin/package.json",
|
|
10
|
+
"deploy": "npm test && npm run prepare-deployment && npm publish ./bin",
|
|
11
11
|
"lint": "tslint 'src/**/*.ts'",
|
|
12
12
|
"lint-fix": "tslint --fix 'src/**/*.ts'",
|
|
13
13
|
"coverage": "nyc report --reporter=lcov",
|
|
14
|
-
"deploy-patch": "npm
|
|
15
|
-
"deploy-minor": "npm
|
|
16
|
-
"deploy-major": "npm
|
|
14
|
+
"deploy-patch": "npm version patch && npm run deploy",
|
|
15
|
+
"deploy-minor": "npm version minor && npm run deploy",
|
|
16
|
+
"deploy-major": "npm version major && npm run deploy",
|
|
17
|
+
"deploy-beta": "npm version prerelease && npm run deploy -- --tag beta"
|
|
17
18
|
},
|
|
18
19
|
"author": "SPAF",
|
|
19
20
|
"license": "ISC",
|
|
20
21
|
"devDependencies": {
|
|
21
|
-
"@
|
|
22
|
-
"@
|
|
23
|
-
"chai": "^4.
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
22
|
+
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
23
|
+
"@testdeck/mocha": "^0.3.3",
|
|
24
|
+
"@types/chai": "^4.3.16",
|
|
25
|
+
"@types/superagent": "^8.1.7",
|
|
26
|
+
"chai": "^4.4.1",
|
|
27
|
+
"mocha": "^10.6.0",
|
|
28
|
+
"mocha-typescript": "^1.1.17",
|
|
29
|
+
"nyc": "^17.0.0",
|
|
30
|
+
"ts-node": "^10.9.2",
|
|
31
|
+
"tslint": "^6.1.3",
|
|
32
|
+
"typemoq": "^2.1.0",
|
|
33
|
+
"typescript": "^5.5.3"
|
|
31
34
|
},
|
|
32
35
|
"dependencies": {
|
|
33
|
-
"@studyportals/mb-platform-http-requests": "^
|
|
34
|
-
"@studyportals/sp-r2d2-interface": "^2.
|
|
35
|
-
"@studyportals/sp-thing-interface": "^1.4.
|
|
36
|
-
"superagent": "^
|
|
36
|
+
"@studyportals/mb-platform-http-requests": "^2.7.0",
|
|
37
|
+
"@studyportals/sp-r2d2-interface": "^2.2.0",
|
|
38
|
+
"@studyportals/sp-thing-interface": "^1.4.1-4",
|
|
39
|
+
"superagent": "^9.0.2"
|
|
40
|
+
},
|
|
41
|
+
"engines": {
|
|
42
|
+
"npm": ">=10.0.0 <11.0.0",
|
|
43
|
+
"node": ">=20.0.0 <21.0.0"
|
|
37
44
|
}
|
|
38
45
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface IOrganisation {
|
|
2
|
-
readonly __i_organisation__: true;
|
|
3
|
-
readonly identity: string;
|
|
4
|
-
readonly name: string;
|
|
5
|
-
}
|
|
1
|
+
export interface IOrganisation {
|
|
2
|
+
readonly __i_organisation__: true;
|
|
3
|
+
readonly identity: string;
|
|
4
|
+
readonly name: string;
|
|
5
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=i-organisation.interface.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IOrganisation } from "./i-organisation.interface";
|
|
2
|
-
export declare class OrganisationDto implements IOrganisation {
|
|
3
|
-
readonly identity: string;
|
|
4
|
-
readonly name: string;
|
|
5
|
-
readonly __i_organisation__: true;
|
|
6
|
-
constructor(identity: string, name: string);
|
|
7
|
-
}
|
|
1
|
+
import { IOrganisation } from "./i-organisation.interface";
|
|
2
|
+
export declare class OrganisationDto implements IOrganisation {
|
|
3
|
+
readonly identity: string;
|
|
4
|
+
readonly name: string;
|
|
5
|
+
readonly __i_organisation__: true;
|
|
6
|
+
constructor(identity: string, name: string);
|
|
7
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OrganisationDto = void 0;
|
|
4
|
-
class OrganisationDto {
|
|
5
|
-
constructor(identity, name) {
|
|
6
|
-
this.identity = identity;
|
|
7
|
-
this.name = name;
|
|
8
|
-
this.__i_organisation__ = true;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
exports.OrganisationDto = OrganisationDto;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OrganisationDto = void 0;
|
|
4
|
+
class OrganisationDto {
|
|
5
|
+
constructor(identity, name) {
|
|
6
|
+
this.identity = identity;
|
|
7
|
+
this.name = name;
|
|
8
|
+
this.__i_organisation__ = true;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.OrganisationDto = OrganisationDto;
|
|
12
12
|
//# sourceMappingURL=organisation-dto.class.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IOrganisation } from "./i-organisation.interface";
|
|
2
|
-
export declare class OrganisationsDto {
|
|
3
|
-
readonly userId: number;
|
|
4
|
-
readonly organisations: IOrganisation[];
|
|
5
|
-
constructor(userId: number, organisations: IOrganisation[]);
|
|
6
|
-
}
|
|
1
|
+
import { IOrganisation } from "./i-organisation.interface";
|
|
2
|
+
export declare class OrganisationsDto {
|
|
3
|
+
readonly userId: number;
|
|
4
|
+
readonly organisations: IOrganisation[];
|
|
5
|
+
constructor(userId: number, organisations: IOrganisation[]);
|
|
6
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OrganisationsDto = void 0;
|
|
4
|
-
class OrganisationsDto {
|
|
5
|
-
constructor(userId, organisations) {
|
|
6
|
-
this.userId = userId;
|
|
7
|
-
this.organisations = organisations;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
exports.OrganisationsDto = OrganisationsDto;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OrganisationsDto = void 0;
|
|
4
|
+
class OrganisationsDto {
|
|
5
|
+
constructor(userId, organisations) {
|
|
6
|
+
this.userId = userId;
|
|
7
|
+
this.organisations = organisations;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.OrganisationsDto = OrganisationsDto;
|
|
11
11
|
//# sourceMappingURL=organisations-dto.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { IInputBatch } from "./interfaces/i-input-batch.interface";
|
|
2
|
-
export declare class InputBatchDto implements IInputBatch {
|
|
3
|
-
readonly identity: string;
|
|
4
|
-
readonly creationTimeIso: string;
|
|
5
|
-
readonly status: number;
|
|
6
|
-
readonly organisationIdentity: string;
|
|
7
|
-
readonly intakeMonth: number;
|
|
8
|
-
readonly intakeYear: number;
|
|
9
|
-
readonly targetIntakeStageType: number;
|
|
10
|
-
readonly inputSize: number;
|
|
11
|
-
readonly matchesCount: number;
|
|
12
|
-
readonly representativeIdentity: string;
|
|
13
|
-
readonly __i_input_batch__: true;
|
|
14
|
-
constructor(identity: string, creationTimeIso: string, status: number, organisationIdentity: string, intakeMonth: number, intakeYear: number, targetIntakeStageType: number, inputSize: number, matchesCount: number, representativeIdentity: string);
|
|
15
|
-
}
|
|
1
|
+
import { IInputBatch } from "./interfaces/i-input-batch.interface";
|
|
2
|
+
export declare class InputBatchDto implements IInputBatch {
|
|
3
|
+
readonly identity: string;
|
|
4
|
+
readonly creationTimeIso: string;
|
|
5
|
+
readonly status: number;
|
|
6
|
+
readonly organisationIdentity: string;
|
|
7
|
+
readonly intakeMonth: number;
|
|
8
|
+
readonly intakeYear: number;
|
|
9
|
+
readonly targetIntakeStageType: number;
|
|
10
|
+
readonly inputSize: number;
|
|
11
|
+
readonly matchesCount: number;
|
|
12
|
+
readonly representativeIdentity: string;
|
|
13
|
+
readonly __i_input_batch__: true;
|
|
14
|
+
constructor(identity: string, creationTimeIso: string, status: number, organisationIdentity: string, intakeMonth: number, intakeYear: number, targetIntakeStageType: number, inputSize: number, matchesCount: number, representativeIdentity: string);
|
|
15
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InputBatchDto = void 0;
|
|
4
|
-
class InputBatchDto {
|
|
5
|
-
constructor(identity, creationTimeIso, status, organisationIdentity, intakeMonth, intakeYear, targetIntakeStageType, inputSize, matchesCount, representativeIdentity) {
|
|
6
|
-
this.identity = identity;
|
|
7
|
-
this.creationTimeIso = creationTimeIso;
|
|
8
|
-
this.status = status;
|
|
9
|
-
this.organisationIdentity = organisationIdentity;
|
|
10
|
-
this.intakeMonth = intakeMonth;
|
|
11
|
-
this.intakeYear = intakeYear;
|
|
12
|
-
this.targetIntakeStageType = targetIntakeStageType;
|
|
13
|
-
this.inputSize = inputSize;
|
|
14
|
-
this.matchesCount = matchesCount;
|
|
15
|
-
this.representativeIdentity = representativeIdentity;
|
|
16
|
-
this.__i_input_batch__ = true;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
exports.InputBatchDto = InputBatchDto;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InputBatchDto = void 0;
|
|
4
|
+
class InputBatchDto {
|
|
5
|
+
constructor(identity, creationTimeIso, status, organisationIdentity, intakeMonth, intakeYear, targetIntakeStageType, inputSize, matchesCount, representativeIdentity) {
|
|
6
|
+
this.identity = identity;
|
|
7
|
+
this.creationTimeIso = creationTimeIso;
|
|
8
|
+
this.status = status;
|
|
9
|
+
this.organisationIdentity = organisationIdentity;
|
|
10
|
+
this.intakeMonth = intakeMonth;
|
|
11
|
+
this.intakeYear = intakeYear;
|
|
12
|
+
this.targetIntakeStageType = targetIntakeStageType;
|
|
13
|
+
this.inputSize = inputSize;
|
|
14
|
+
this.matchesCount = matchesCount;
|
|
15
|
+
this.representativeIdentity = representativeIdentity;
|
|
16
|
+
this.__i_input_batch__ = true;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.InputBatchDto = InputBatchDto;
|
|
20
20
|
//# sourceMappingURL=input-batch-dto.class.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum InputBatchStatus {
|
|
2
|
-
SUBMITTED = 0,
|
|
3
|
-
APPROVED = 1,
|
|
4
|
-
DISCARDED = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum InputBatchStatus {
|
|
2
|
+
SUBMITTED = 0,
|
|
3
|
+
APPROVED = 1,
|
|
4
|
+
DISCARDED = 2
|
|
5
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InputBatchStatus = void 0;
|
|
4
|
-
var InputBatchStatus;
|
|
5
|
-
(function (InputBatchStatus) {
|
|
6
|
-
InputBatchStatus[InputBatchStatus["SUBMITTED"] = 0] = "SUBMITTED";
|
|
7
|
-
InputBatchStatus[InputBatchStatus["APPROVED"] = 1] = "APPROVED";
|
|
8
|
-
InputBatchStatus[InputBatchStatus["DISCARDED"] = 2] = "DISCARDED";
|
|
9
|
-
})(InputBatchStatus
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InputBatchStatus = void 0;
|
|
4
|
+
var InputBatchStatus;
|
|
5
|
+
(function (InputBatchStatus) {
|
|
6
|
+
InputBatchStatus[InputBatchStatus["SUBMITTED"] = 0] = "SUBMITTED";
|
|
7
|
+
InputBatchStatus[InputBatchStatus["APPROVED"] = 1] = "APPROVED";
|
|
8
|
+
InputBatchStatus[InputBatchStatus["DISCARDED"] = 2] = "DISCARDED";
|
|
9
|
+
})(InputBatchStatus || (exports.InputBatchStatus = InputBatchStatus = {}));
|
|
10
10
|
//# sourceMappingURL=input-batch-status.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-batch-status.js","sourceRoot":"","sources":["../../../src/input-batches/input-batch-status.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC3B,iEAAa,CAAA;IACb,+DAAY,CAAA;IACZ,iEAAa,CAAA;AACd,CAAC,EAJW,gBAAgB,
|
|
1
|
+
{"version":3,"file":"input-batch-status.js","sourceRoot":"","sources":["../../../src/input-batches/input-batch-status.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC3B,iEAAa,CAAA;IACb,+DAAY,CAAA;IACZ,iEAAa,CAAA;AACd,CAAC,EAJW,gBAAgB,gCAAhB,gBAAgB,QAI3B"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export interface IInputBatch {
|
|
2
|
-
readonly __i_input_batch__: true;
|
|
3
|
-
readonly identity: string;
|
|
4
|
-
readonly creationTimeIso: string;
|
|
5
|
-
readonly status: number;
|
|
6
|
-
readonly organisationIdentity: string;
|
|
7
|
-
readonly intakeMonth: number;
|
|
8
|
-
readonly intakeYear: number;
|
|
9
|
-
readonly targetIntakeStageType: number;
|
|
10
|
-
readonly inputSize: number;
|
|
11
|
-
readonly matchesCount: number;
|
|
12
|
-
readonly representativeIdentity: string;
|
|
13
|
-
}
|
|
1
|
+
export interface IInputBatch {
|
|
2
|
+
readonly __i_input_batch__: true;
|
|
3
|
+
readonly identity: string;
|
|
4
|
+
readonly creationTimeIso: string;
|
|
5
|
+
readonly status: number;
|
|
6
|
+
readonly organisationIdentity: string;
|
|
7
|
+
readonly intakeMonth: number;
|
|
8
|
+
readonly intakeYear: number;
|
|
9
|
+
readonly targetIntakeStageType: number;
|
|
10
|
+
readonly inputSize: number;
|
|
11
|
+
readonly matchesCount: number;
|
|
12
|
+
readonly representativeIdentity: string;
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=i-input-batch.interface.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { IIntake } from "./interfaces/i-intake.interface";
|
|
2
|
-
import { IMatch } from "./interfaces/i-match.interface";
|
|
3
|
-
export declare class IntakeDto implements IIntake {
|
|
4
|
-
readonly identity: string;
|
|
5
|
-
readonly organisationId: string;
|
|
6
|
-
readonly intakeMonth: number;
|
|
7
|
-
readonly intakeYear: number;
|
|
8
|
-
readonly applications: IMatch[];
|
|
9
|
-
readonly accepted: IMatch[];
|
|
10
|
-
readonly enrolments: IMatch[];
|
|
11
|
-
readonly leads: IMatch[];
|
|
12
|
-
readonly __i_intake__: true;
|
|
13
|
-
constructor(identity: string, organisationId: string, intakeMonth: number, intakeYear: number, applications: IMatch[], accepted: IMatch[], enrolments: IMatch[], leads: IMatch[]);
|
|
14
|
-
}
|
|
1
|
+
import { IIntake } from "./interfaces/i-intake.interface";
|
|
2
|
+
import { IMatch } from "./interfaces/i-match.interface";
|
|
3
|
+
export declare class IntakeDto implements IIntake {
|
|
4
|
+
readonly identity: string;
|
|
5
|
+
readonly organisationId: string;
|
|
6
|
+
readonly intakeMonth: number;
|
|
7
|
+
readonly intakeYear: number;
|
|
8
|
+
readonly applications: IMatch[];
|
|
9
|
+
readonly accepted: IMatch[];
|
|
10
|
+
readonly enrolments: IMatch[];
|
|
11
|
+
readonly leads: IMatch[];
|
|
12
|
+
readonly __i_intake__: true;
|
|
13
|
+
constructor(identity: string, organisationId: string, intakeMonth: number, intakeYear: number, applications: IMatch[], accepted: IMatch[], enrolments: IMatch[], leads: IMatch[]);
|
|
14
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IntakeDto = void 0;
|
|
4
|
-
class IntakeDto {
|
|
5
|
-
constructor(identity, organisationId, intakeMonth, intakeYear, applications, accepted, enrolments, leads) {
|
|
6
|
-
this.identity = identity;
|
|
7
|
-
this.organisationId = organisationId;
|
|
8
|
-
this.intakeMonth = intakeMonth;
|
|
9
|
-
this.intakeYear = intakeYear;
|
|
10
|
-
this.applications = applications;
|
|
11
|
-
this.accepted = accepted;
|
|
12
|
-
this.enrolments = enrolments;
|
|
13
|
-
this.leads = leads;
|
|
14
|
-
this.__i_intake__ = true;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.IntakeDto = IntakeDto;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IntakeDto = void 0;
|
|
4
|
+
class IntakeDto {
|
|
5
|
+
constructor(identity, organisationId, intakeMonth, intakeYear, applications, accepted, enrolments, leads) {
|
|
6
|
+
this.identity = identity;
|
|
7
|
+
this.organisationId = organisationId;
|
|
8
|
+
this.intakeMonth = intakeMonth;
|
|
9
|
+
this.intakeYear = intakeYear;
|
|
10
|
+
this.applications = applications;
|
|
11
|
+
this.accepted = accepted;
|
|
12
|
+
this.enrolments = enrolments;
|
|
13
|
+
this.leads = leads;
|
|
14
|
+
this.__i_intake__ = true;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.IntakeDto = IntakeDto;
|
|
18
18
|
//# sourceMappingURL=intake-dto.class.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum IntakeStageType {
|
|
2
|
-
APPLICATION = 0,
|
|
3
|
-
ACCEPTED = 1,
|
|
4
|
-
ENROLMENT = 2,
|
|
5
|
-
LEAD = 3
|
|
6
|
-
}
|
|
1
|
+
export declare enum IntakeStageType {
|
|
2
|
+
APPLICATION = 0,
|
|
3
|
+
ACCEPTED = 1,
|
|
4
|
+
ENROLMENT = 2,
|
|
5
|
+
LEAD = 3
|
|
6
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IntakeStageType = void 0;
|
|
4
|
-
var IntakeStageType;
|
|
5
|
-
(function (IntakeStageType) {
|
|
6
|
-
IntakeStageType[IntakeStageType["APPLICATION"] = 0] = "APPLICATION";
|
|
7
|
-
IntakeStageType[IntakeStageType["ACCEPTED"] = 1] = "ACCEPTED";
|
|
8
|
-
IntakeStageType[IntakeStageType["ENROLMENT"] = 2] = "ENROLMENT";
|
|
9
|
-
IntakeStageType[IntakeStageType["LEAD"] = 3] = "LEAD";
|
|
10
|
-
})(IntakeStageType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IntakeStageType = void 0;
|
|
4
|
+
var IntakeStageType;
|
|
5
|
+
(function (IntakeStageType) {
|
|
6
|
+
IntakeStageType[IntakeStageType["APPLICATION"] = 0] = "APPLICATION";
|
|
7
|
+
IntakeStageType[IntakeStageType["ACCEPTED"] = 1] = "ACCEPTED";
|
|
8
|
+
IntakeStageType[IntakeStageType["ENROLMENT"] = 2] = "ENROLMENT";
|
|
9
|
+
IntakeStageType[IntakeStageType["LEAD"] = 3] = "LEAD";
|
|
10
|
+
})(IntakeStageType || (exports.IntakeStageType = IntakeStageType = {}));
|
|
11
11
|
//# sourceMappingURL=intake-stage-type.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intake-stage-type.js","sourceRoot":"","sources":["../../../src/intakes/intake-stage-type.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAKX;AALD,WAAY,eAAe;IAC1B,mEAAe,CAAA;IACf,6DAAY,CAAA;IACZ,+DAAa,CAAA;IACb,qDAAQ,CAAA;AACT,CAAC,EALW,eAAe,
|
|
1
|
+
{"version":3,"file":"intake-stage-type.js","sourceRoot":"","sources":["../../../src/intakes/intake-stage-type.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAKX;AALD,WAAY,eAAe;IAC1B,mEAAe,CAAA;IACf,6DAAY,CAAA;IACZ,+DAAa,CAAA;IACb,qDAAQ,CAAA;AACT,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { IMatch } from "./i-match.interface";
|
|
2
|
-
export interface IIntake {
|
|
3
|
-
readonly __i_intake__: true;
|
|
4
|
-
readonly identity: string;
|
|
5
|
-
readonly organisationId: string;
|
|
6
|
-
readonly intakeMonth: number;
|
|
7
|
-
readonly intakeYear: number;
|
|
8
|
-
readonly applications: IMatch[];
|
|
9
|
-
readonly accepted: IMatch[];
|
|
10
|
-
readonly enrolments: IMatch[];
|
|
11
|
-
readonly leads: IMatch[];
|
|
12
|
-
}
|
|
1
|
+
import { IMatch } from "./i-match.interface";
|
|
2
|
+
export interface IIntake {
|
|
3
|
+
readonly __i_intake__: true;
|
|
4
|
+
readonly identity: string;
|
|
5
|
+
readonly organisationId: string;
|
|
6
|
+
readonly intakeMonth: number;
|
|
7
|
+
readonly intakeYear: number;
|
|
8
|
+
readonly applications: IMatch[];
|
|
9
|
+
readonly accepted: IMatch[];
|
|
10
|
+
readonly enrolments: IMatch[];
|
|
11
|
+
readonly leads: IMatch[];
|
|
12
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=i-intake.interface.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface IMatch {
|
|
2
|
-
readonly __i_match__: true;
|
|
3
|
-
readonly studentId: string;
|
|
4
|
-
}
|
|
1
|
+
export interface IMatch {
|
|
2
|
+
readonly __i_match__: true;
|
|
3
|
+
readonly studentId: string;
|
|
4
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=i-match.interface.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IMatch } from "./interfaces/i-match.interface";
|
|
2
|
-
export declare class MatchDto implements IMatch {
|
|
3
|
-
readonly studentId: string;
|
|
4
|
-
readonly __i_match__: true;
|
|
5
|
-
constructor(studentId: string);
|
|
6
|
-
}
|
|
1
|
+
import { IMatch } from "./interfaces/i-match.interface";
|
|
2
|
+
export declare class MatchDto implements IMatch {
|
|
3
|
+
readonly studentId: string;
|
|
4
|
+
readonly __i_match__: true;
|
|
5
|
+
constructor(studentId: string);
|
|
6
|
+
}
|