@puzzlin/models 4.17.0 → 4.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-neuromarker-ensemble-candidate.input.d.ts +7 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-neuromarker-ensemble-candidate.input.d.ts.map +1 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-neuromarker-ensemble-candidate.input.js +33 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-neuromarker-ensemble-candidate.input.js.map +1 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-trait-neuromarker-relationship-candidate.input.d.ts +11 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-trait-neuromarker-relationship-candidate.input.d.ts.map +1 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-trait-neuromarker-relationship-candidate.input.js +47 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-trait-neuromarker-relationship-candidate.input.js.map +1 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/index.d.ts +4 -2
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/index.d.ts.map +1 -1
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/index.js +4 -2
- package/dist/apps/brain-imaging/big-five-eeg-reports/inputs/index.js.map +1 -1
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-candidate.object.d.ts +15 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-candidate.object.d.ts.map +1 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-candidate.object.js +58 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-candidate.object.js.map +1 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-sample.object.d.ts +9 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-sample.object.d.ts.map +1 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-sample.object.js +39 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-sample.object.js.map +1 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/index.d.ts +2 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/index.d.ts.map +1 -1
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/index.js +2 -0
- package/dist/apps/brain-imaging/big-five-eeg-reports/objects/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EegCleanerInput } from '../../../../apps/brain-imaging/eeg-cleaner';
|
|
2
|
+
import { NeuromarkerAnalyzerInput } from '../../../../apps/brain-imaging/neuromarker-analyzer';
|
|
3
|
+
export declare class BigFiveNeuromarkerEnsembleCandidateInput {
|
|
4
|
+
eegCleaner: EegCleanerInput;
|
|
5
|
+
neuromarkerAnalyzer: NeuromarkerAnalyzerInput;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=big-five-neuromarker-ensemble-candidate.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"big-five-neuromarker-ensemble-candidate.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-neuromarker-ensemble-candidate.input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,qBACa,wCAAwC;IAGnD,UAAU,EAAE,eAAe,CAAC;IAI5B,mBAAmB,EAAE,wBAAwB,CAAC;CAC/C"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.BigFiveNeuromarkerEnsembleCandidateInput = void 0;
|
|
13
|
+
const eeg_cleaner_1 = require("../../../../apps/brain-imaging/eeg-cleaner");
|
|
14
|
+
const neuromarker_analyzer_1 = require("../../../../apps/brain-imaging/neuromarker-analyzer");
|
|
15
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
16
|
+
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
let BigFiveNeuromarkerEnsembleCandidateInput = class BigFiveNeuromarkerEnsembleCandidateInput {
|
|
18
|
+
};
|
|
19
|
+
exports.BigFiveNeuromarkerEnsembleCandidateInput = BigFiveNeuromarkerEnsembleCandidateInput;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, graphql_1.Field)(() => eeg_cleaner_1.EegCleanerInput),
|
|
22
|
+
(0, class_transformer_1.Type)(() => eeg_cleaner_1.EegCleanerInput),
|
|
23
|
+
__metadata("design:type", eeg_cleaner_1.EegCleanerInput)
|
|
24
|
+
], BigFiveNeuromarkerEnsembleCandidateInput.prototype, "eegCleaner", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, graphql_1.Field)(() => neuromarker_analyzer_1.NeuromarkerAnalyzerInput),
|
|
27
|
+
(0, class_transformer_1.Type)(() => neuromarker_analyzer_1.NeuromarkerAnalyzerInput),
|
|
28
|
+
__metadata("design:type", neuromarker_analyzer_1.NeuromarkerAnalyzerInput)
|
|
29
|
+
], BigFiveNeuromarkerEnsembleCandidateInput.prototype, "neuromarkerAnalyzer", void 0);
|
|
30
|
+
exports.BigFiveNeuromarkerEnsembleCandidateInput = BigFiveNeuromarkerEnsembleCandidateInput = __decorate([
|
|
31
|
+
(0, graphql_1.InputType)()
|
|
32
|
+
], BigFiveNeuromarkerEnsembleCandidateInput);
|
|
33
|
+
//# sourceMappingURL=big-five-neuromarker-ensemble-candidate.input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"big-five-neuromarker-ensemble-candidate.input.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-neuromarker-ensemble-candidate.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kEAAmE;AACnE,oFAAqF;AACrF,6CAAmD;AACnD,yDAAyC;AAGlC,IAAM,wCAAwC,GAA9C,MAAM,wCAAwC;CAQpD,CAAA;AARY,4FAAwC;AAGnD;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAe,CAAC;IAC5B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAe,CAAC;8BAChB,6BAAe;4EAAC;AAI5B;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,+CAAwB,CAAC;IACrC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+CAAwB,CAAC;8BAChB,+CAAwB;qFAAC;mDAPnC,wCAAwC;IADpD,IAAA,mBAAS,GAAE;GACC,wCAAwC,CAQpD","sourcesContent":["import { EegCleanerInput } from '@/apps/brain-imaging/eeg-cleaner';\nimport { NeuromarkerAnalyzerInput } from '@/apps/brain-imaging/neuromarker-analyzer';\nimport { Field, InputType } from '@nestjs/graphql';\nimport { Type } from 'class-transformer';\n\n@InputType()\nexport class BigFiveNeuromarkerEnsembleCandidateInput {\n @Field(() => EegCleanerInput)\n @Type(() => EegCleanerInput)\n eegCleaner: EegCleanerInput;\n\n @Field(() => NeuromarkerAnalyzerInput)\n @Type(() => NeuromarkerAnalyzerInput)\n neuromarkerAnalyzer: NeuromarkerAnalyzerInput;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EegCleanerInput } from '../../../../apps/brain-imaging/eeg-cleaner';
|
|
2
|
+
import { NeuromarkerAnalyzerInput } from '../../../../apps/brain-imaging/neuromarker-analyzer';
|
|
3
|
+
import { ActivityEnum, BigFiveTraitEnum, NeuromarkerEnum } from '@puzzlin/enums';
|
|
4
|
+
export declare class BigFiveTraitNeuromarkerRelationshipCandidateInput {
|
|
5
|
+
activity: ActivityEnum;
|
|
6
|
+
eegCleaner: EegCleanerInput;
|
|
7
|
+
neuromarker: NeuromarkerEnum;
|
|
8
|
+
neuromarkerAnalyzer: NeuromarkerAnalyzerInput;
|
|
9
|
+
trait: BigFiveTraitEnum;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=big-five-trait-neuromarker-relationship-candidate.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"big-five-trait-neuromarker-relationship-candidate.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-trait-neuromarker-relationship-candidate.input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAGrF,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjF,qBACa,iDAAiD;IAE5D,QAAQ,EAAE,YAAY,CAAC;IAIvB,UAAU,EAAE,eAAe,CAAC;IAG5B,WAAW,EAAE,eAAe,CAAC;IAI7B,mBAAmB,EAAE,wBAAwB,CAAC;IAG9C,KAAK,EAAE,gBAAgB,CAAC;CACzB"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.BigFiveTraitNeuromarkerRelationshipCandidateInput = void 0;
|
|
13
|
+
const eeg_cleaner_1 = require("../../../../apps/brain-imaging/eeg-cleaner");
|
|
14
|
+
const neuromarker_analyzer_1 = require("../../../../apps/brain-imaging/neuromarker-analyzer");
|
|
15
|
+
const shared_1 = require("../../../../shared");
|
|
16
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
17
|
+
const enums_1 = require("@puzzlin/enums");
|
|
18
|
+
const class_transformer_1 = require("class-transformer");
|
|
19
|
+
let BigFiveTraitNeuromarkerRelationshipCandidateInput = class BigFiveTraitNeuromarkerRelationshipCandidateInput {
|
|
20
|
+
};
|
|
21
|
+
exports.BigFiveTraitNeuromarkerRelationshipCandidateInput = BigFiveTraitNeuromarkerRelationshipCandidateInput;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, graphql_1.Field)(() => enums_1.ActivityEnum),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], BigFiveTraitNeuromarkerRelationshipCandidateInput.prototype, "activity", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, graphql_1.Field)(() => eeg_cleaner_1.EegCleanerInput),
|
|
28
|
+
(0, class_transformer_1.Type)(() => eeg_cleaner_1.EegCleanerInput),
|
|
29
|
+
__metadata("design:type", eeg_cleaner_1.EegCleanerInput)
|
|
30
|
+
], BigFiveTraitNeuromarkerRelationshipCandidateInput.prototype, "eegCleaner", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, graphql_1.Field)(() => enums_1.NeuromarkerEnum),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], BigFiveTraitNeuromarkerRelationshipCandidateInput.prototype, "neuromarker", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, graphql_1.Field)(() => neuromarker_analyzer_1.NeuromarkerAnalyzerInput),
|
|
37
|
+
(0, class_transformer_1.Type)(() => neuromarker_analyzer_1.NeuromarkerAnalyzerInput),
|
|
38
|
+
__metadata("design:type", neuromarker_analyzer_1.NeuromarkerAnalyzerInput)
|
|
39
|
+
], BigFiveTraitNeuromarkerRelationshipCandidateInput.prototype, "neuromarkerAnalyzer", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, graphql_1.Field)(() => shared_1.BigFiveTraitEnumScalar),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], BigFiveTraitNeuromarkerRelationshipCandidateInput.prototype, "trait", void 0);
|
|
44
|
+
exports.BigFiveTraitNeuromarkerRelationshipCandidateInput = BigFiveTraitNeuromarkerRelationshipCandidateInput = __decorate([
|
|
45
|
+
(0, graphql_1.InputType)()
|
|
46
|
+
], BigFiveTraitNeuromarkerRelationshipCandidateInput);
|
|
47
|
+
//# sourceMappingURL=big-five-trait-neuromarker-relationship-candidate.input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"big-five-trait-neuromarker-relationship-candidate.input.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/inputs/big-five-trait-neuromarker-relationship-candidate.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kEAAmE;AACnE,oFAAqF;AACrF,qCAAkD;AAClD,6CAAmD;AACnD,0CAAiF;AACjF,yDAAyC;AAGlC,IAAM,iDAAiD,GAAvD,MAAM,iDAAiD;CAiB7D,CAAA;AAjBY,8GAAiD;AAE5D;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oBAAY,CAAC;;mFACH;AAIvB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAe,CAAC;IAC5B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAe,CAAC;8BAChB,6BAAe;qFAAC;AAG5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;sFACA;AAI7B;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,+CAAwB,CAAC;IACrC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+CAAwB,CAAC;8BAChB,+CAAwB;8FAAC;AAG9C;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,+BAAsB,CAAC;;gFACZ;4DAhBb,iDAAiD;IAD7D,IAAA,mBAAS,GAAE;GACC,iDAAiD,CAiB7D","sourcesContent":["import { EegCleanerInput } from '@/apps/brain-imaging/eeg-cleaner';\nimport { NeuromarkerAnalyzerInput } from '@/apps/brain-imaging/neuromarker-analyzer';\nimport { BigFiveTraitEnumScalar } from '@/shared';\nimport { Field, InputType } from '@nestjs/graphql';\nimport { ActivityEnum, BigFiveTraitEnum, NeuromarkerEnum } from '@puzzlin/enums';\nimport { Type } from 'class-transformer';\n\n@InputType()\nexport class BigFiveTraitNeuromarkerRelationshipCandidateInput {\n @Field(() => ActivityEnum)\n activity: ActivityEnum;\n\n @Field(() => EegCleanerInput)\n @Type(() => EegCleanerInput)\n eegCleaner: EegCleanerInput;\n\n @Field(() => NeuromarkerEnum)\n neuromarker: NeuromarkerEnum;\n\n @Field(() => NeuromarkerAnalyzerInput)\n @Type(() => NeuromarkerAnalyzerInput)\n neuromarkerAnalyzer: NeuromarkerAnalyzerInput;\n\n @Field(() => BigFiveTraitEnumScalar)\n trait: BigFiveTraitEnum;\n}\n"]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from './analyze-big-five-eeg-report.input';
|
|
2
|
-
export * from './
|
|
2
|
+
export * from './big-five-neuromarker-ensemble-candidate.input';
|
|
3
|
+
export * from './big-five-trait-neuromarker-relationship-candidate.input';
|
|
3
4
|
export * from './create-big-five-eeg-analysis.input';
|
|
4
|
-
export * from './create-big-five-
|
|
5
|
+
export * from './create-big-five-neuromarker-ensemble.input';
|
|
5
6
|
export * from './create-big-five-trait-eeg-result.input';
|
|
7
|
+
export * from './create-big-five-trait-neuromarker-relationship.input';
|
|
6
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC;AACpD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC;AACpD,cAAc,iDAAiD,CAAC;AAChE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,wDAAwD,CAAC"}
|
|
@@ -15,8 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./analyze-big-five-eeg-report.input"), exports);
|
|
18
|
-
__exportStar(require("./
|
|
18
|
+
__exportStar(require("./big-five-neuromarker-ensemble-candidate.input"), exports);
|
|
19
|
+
__exportStar(require("./big-five-trait-neuromarker-relationship-candidate.input"), exports);
|
|
19
20
|
__exportStar(require("./create-big-five-eeg-analysis.input"), exports);
|
|
20
|
-
__exportStar(require("./create-big-five-
|
|
21
|
+
__exportStar(require("./create-big-five-neuromarker-ensemble.input"), exports);
|
|
21
22
|
__exportStar(require("./create-big-five-trait-eeg-result.input"), exports);
|
|
23
|
+
__exportStar(require("./create-big-five-trait-neuromarker-relationship.input"), exports);
|
|
22
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,+EAA6D;AAC7D,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,kFAAgE;AAChE,4FAA0E;AAC1E,uEAAqD;AACrD,+EAA6D;AAC7D,2EAAyD;AACzD,yFAAuE","sourcesContent":["export * from './analyze-big-five-eeg-report.input';\nexport * from './big-five-neuromarker-ensemble-candidate.input';\nexport * from './big-five-trait-neuromarker-relationship-candidate.input';\nexport * from './create-big-five-eeg-analysis.input';\nexport * from './create-big-five-neuromarker-ensemble.input';\nexport * from './create-big-five-trait-eeg-result.input';\nexport * from './create-big-five-trait-neuromarker-relationship.input';\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EegCleaner } from '../../../../apps/brain-imaging/eeg-cleaner';
|
|
2
|
+
import { NeuromarkerAnalyzer } from '../../../../apps/brain-imaging/neuromarker-analyzer';
|
|
3
|
+
import { Correlation } from '../../../../shared';
|
|
4
|
+
import { ActivityEnum, BigFiveTraitEnum, NeuromarkerEnum } from '@puzzlin/enums';
|
|
5
|
+
import { BigFiveTraitNeuromarkerRelationshipSample } from './big-five-trait-neuromarker-relationship-sample.object';
|
|
6
|
+
export declare class BigFiveTraitNeuromarkerRelationshipCandidate {
|
|
7
|
+
activity: ActivityEnum;
|
|
8
|
+
correlation: Correlation;
|
|
9
|
+
eegCleaner: EegCleaner;
|
|
10
|
+
neuromarker: NeuromarkerEnum;
|
|
11
|
+
neuromarkerAnalyzer: NeuromarkerAnalyzer;
|
|
12
|
+
samples: BigFiveTraitNeuromarkerRelationshipSample[];
|
|
13
|
+
trait: BigFiveTraitEnum;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=big-five-trait-neuromarker-relationship-candidate.object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"big-five-trait-neuromarker-relationship-candidate.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-candidate.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAA0B,WAAW,EAAE,MAAM,UAAU,CAAC;AAE/D,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjF,OAAO,EAAE,yCAAyC,EAAE,MAAM,yDAAyD,CAAC;AAEpH,qBACa,4CAA4C;IAEvD,QAAQ,EAAE,YAAY,CAAC;IAIvB,WAAW,EAAE,WAAW,CAAC;IAIzB,UAAU,EAAE,UAAU,CAAC;IAGvB,WAAW,EAAE,eAAe,CAAC;IAI7B,mBAAmB,EAAE,mBAAmB,CAAC;IAIzC,OAAO,EAAE,yCAAyC,EAAE,CAAC;IAGrD,KAAK,EAAE,gBAAgB,CAAC;CACzB"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.BigFiveTraitNeuromarkerRelationshipCandidate = void 0;
|
|
13
|
+
const eeg_cleaner_1 = require("../../../../apps/brain-imaging/eeg-cleaner");
|
|
14
|
+
const neuromarker_analyzer_1 = require("../../../../apps/brain-imaging/neuromarker-analyzer");
|
|
15
|
+
const shared_1 = require("../../../../shared");
|
|
16
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
17
|
+
const enums_1 = require("@puzzlin/enums");
|
|
18
|
+
const class_transformer_1 = require("class-transformer");
|
|
19
|
+
const big_five_trait_neuromarker_relationship_sample_object_1 = require("./big-five-trait-neuromarker-relationship-sample.object");
|
|
20
|
+
let BigFiveTraitNeuromarkerRelationshipCandidate = class BigFiveTraitNeuromarkerRelationshipCandidate {
|
|
21
|
+
};
|
|
22
|
+
exports.BigFiveTraitNeuromarkerRelationshipCandidate = BigFiveTraitNeuromarkerRelationshipCandidate;
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, graphql_1.Field)(() => enums_1.ActivityEnum),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], BigFiveTraitNeuromarkerRelationshipCandidate.prototype, "activity", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, graphql_1.Field)(() => shared_1.Correlation),
|
|
29
|
+
(0, class_transformer_1.Type)(() => shared_1.Correlation),
|
|
30
|
+
__metadata("design:type", shared_1.Correlation)
|
|
31
|
+
], BigFiveTraitNeuromarkerRelationshipCandidate.prototype, "correlation", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, graphql_1.Field)(() => eeg_cleaner_1.EegCleaner),
|
|
34
|
+
(0, class_transformer_1.Type)(() => eeg_cleaner_1.EegCleaner),
|
|
35
|
+
__metadata("design:type", eeg_cleaner_1.EegCleaner)
|
|
36
|
+
], BigFiveTraitNeuromarkerRelationshipCandidate.prototype, "eegCleaner", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, graphql_1.Field)(() => enums_1.NeuromarkerEnum),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], BigFiveTraitNeuromarkerRelationshipCandidate.prototype, "neuromarker", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, graphql_1.Field)(() => neuromarker_analyzer_1.NeuromarkerAnalyzer),
|
|
43
|
+
(0, class_transformer_1.Type)(() => neuromarker_analyzer_1.NeuromarkerAnalyzer),
|
|
44
|
+
__metadata("design:type", neuromarker_analyzer_1.NeuromarkerAnalyzer)
|
|
45
|
+
], BigFiveTraitNeuromarkerRelationshipCandidate.prototype, "neuromarkerAnalyzer", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, graphql_1.Field)(() => [big_five_trait_neuromarker_relationship_sample_object_1.BigFiveTraitNeuromarkerRelationshipSample]),
|
|
48
|
+
(0, class_transformer_1.Type)(() => big_five_trait_neuromarker_relationship_sample_object_1.BigFiveTraitNeuromarkerRelationshipSample),
|
|
49
|
+
__metadata("design:type", Array)
|
|
50
|
+
], BigFiveTraitNeuromarkerRelationshipCandidate.prototype, "samples", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, graphql_1.Field)(() => shared_1.BigFiveTraitEnumScalar),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], BigFiveTraitNeuromarkerRelationshipCandidate.prototype, "trait", void 0);
|
|
55
|
+
exports.BigFiveTraitNeuromarkerRelationshipCandidate = BigFiveTraitNeuromarkerRelationshipCandidate = __decorate([
|
|
56
|
+
(0, graphql_1.ObjectType)()
|
|
57
|
+
], BigFiveTraitNeuromarkerRelationshipCandidate);
|
|
58
|
+
//# sourceMappingURL=big-five-trait-neuromarker-relationship-candidate.object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"big-five-trait-neuromarker-relationship-candidate.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-candidate.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kEAA8D;AAC9D,oFAAgF;AAChF,qCAA+D;AAC/D,6CAAoD;AACpD,0CAAiF;AACjF,yDAAyC;AACzC,mIAAoH;AAG7G,IAAM,4CAA4C,GAAlD,MAAM,4CAA4C;CAyBxD,CAAA;AAzBY,oGAA4C;AAEvD;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oBAAY,CAAC;;8EACH;AAIvB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oBAAW,CAAC;IACxB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAW,CAAC;8BACX,oBAAW;iFAAC;AAIzB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IACvB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;8BACX,wBAAU;gFAAC;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;iFACA;AAI7B;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,0CAAmB,CAAC;IAChC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0CAAmB,CAAC;8BACX,0CAAmB;yFAAC;AAIzC;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,iGAAyC,CAAC,CAAC;IACxD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iGAAyC,CAAC;;6EACD;AAGrD;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,+BAAsB,CAAC;;2EACZ;uDAxBb,4CAA4C;IADxD,IAAA,oBAAU,GAAE;GACA,4CAA4C,CAyBxD","sourcesContent":["import { EegCleaner } from '@/apps/brain-imaging/eeg-cleaner';\nimport { NeuromarkerAnalyzer } from '@/apps/brain-imaging/neuromarker-analyzer';\nimport { BigFiveTraitEnumScalar, Correlation } from '@/shared';\nimport { Field, ObjectType } from '@nestjs/graphql';\nimport { ActivityEnum, BigFiveTraitEnum, NeuromarkerEnum } from '@puzzlin/enums';\nimport { Type } from 'class-transformer';\nimport { BigFiveTraitNeuromarkerRelationshipSample } from './big-five-trait-neuromarker-relationship-sample.object';\n\n@ObjectType()\nexport class BigFiveTraitNeuromarkerRelationshipCandidate {\n @Field(() => ActivityEnum)\n activity: ActivityEnum;\n\n @Field(() => Correlation)\n @Type(() => Correlation)\n correlation: Correlation;\n\n @Field(() => EegCleaner)\n @Type(() => EegCleaner)\n eegCleaner: EegCleaner;\n\n @Field(() => NeuromarkerEnum)\n neuromarker: NeuromarkerEnum;\n\n @Field(() => NeuromarkerAnalyzer)\n @Type(() => NeuromarkerAnalyzer)\n neuromarkerAnalyzer: NeuromarkerAnalyzer;\n\n @Field(() => [BigFiveTraitNeuromarkerRelationshipSample])\n @Type(() => BigFiveTraitNeuromarkerRelationshipSample)\n samples: BigFiveTraitNeuromarkerRelationshipSample[];\n\n @Field(() => BigFiveTraitEnumScalar)\n trait: BigFiveTraitEnum;\n}\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { NeuromarkerResult } from '../../../../apps/brain-imaging/neuromarker-analyses';
|
|
2
|
+
import { Subject } from '../../../../apps/brain-imaging/subjects';
|
|
3
|
+
import { BigFiveTraitResult } from '../../../../shared';
|
|
4
|
+
export declare class BigFiveTraitNeuromarkerRelationshipSample {
|
|
5
|
+
neuromarkerResult: NeuromarkerResult;
|
|
6
|
+
selfReportedTraitResult: BigFiveTraitResult;
|
|
7
|
+
subject: Subject;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=big-five-trait-neuromarker-relationship-sample.object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"big-five-trait-neuromarker-relationship-sample.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-sample.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAI9C,qBACa,yCAAyC;IAGpD,iBAAiB,EAAE,iBAAiB,CAAC;IAIrC,uBAAuB,EAAE,kBAAkB,CAAC;IAI5C,OAAO,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.BigFiveTraitNeuromarkerRelationshipSample = void 0;
|
|
13
|
+
const neuromarker_analyses_1 = require("../../../../apps/brain-imaging/neuromarker-analyses");
|
|
14
|
+
const subjects_1 = require("../../../../apps/brain-imaging/subjects");
|
|
15
|
+
const shared_1 = require("../../../../shared");
|
|
16
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
17
|
+
const class_transformer_1 = require("class-transformer");
|
|
18
|
+
let BigFiveTraitNeuromarkerRelationshipSample = class BigFiveTraitNeuromarkerRelationshipSample {
|
|
19
|
+
};
|
|
20
|
+
exports.BigFiveTraitNeuromarkerRelationshipSample = BigFiveTraitNeuromarkerRelationshipSample;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, graphql_1.Field)(() => neuromarker_analyses_1.NeuromarkerResult),
|
|
23
|
+
(0, class_transformer_1.Type)(() => neuromarker_analyses_1.NeuromarkerResult),
|
|
24
|
+
__metadata("design:type", neuromarker_analyses_1.NeuromarkerResult)
|
|
25
|
+
], BigFiveTraitNeuromarkerRelationshipSample.prototype, "neuromarkerResult", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, graphql_1.Field)(() => shared_1.BigFiveTraitResult),
|
|
28
|
+
(0, class_transformer_1.Type)(() => shared_1.BigFiveTraitResult),
|
|
29
|
+
__metadata("design:type", shared_1.BigFiveTraitResult)
|
|
30
|
+
], BigFiveTraitNeuromarkerRelationshipSample.prototype, "selfReportedTraitResult", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, graphql_1.Field)(() => subjects_1.Subject),
|
|
33
|
+
(0, class_transformer_1.Type)(() => subjects_1.Subject),
|
|
34
|
+
__metadata("design:type", subjects_1.Subject)
|
|
35
|
+
], BigFiveTraitNeuromarkerRelationshipSample.prototype, "subject", void 0);
|
|
36
|
+
exports.BigFiveTraitNeuromarkerRelationshipSample = BigFiveTraitNeuromarkerRelationshipSample = __decorate([
|
|
37
|
+
(0, graphql_1.ObjectType)()
|
|
38
|
+
], BigFiveTraitNeuromarkerRelationshipSample);
|
|
39
|
+
//# sourceMappingURL=big-five-trait-neuromarker-relationship-sample.object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"big-five-trait-neuromarker-relationship-sample.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/big-five-trait-neuromarker-relationship-sample.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA8E;AAC9E,4DAAwD;AACxD,qCAA8C;AAC9C,6CAAoD;AACpD,yDAAyC;AAGlC,IAAM,yCAAyC,GAA/C,MAAM,yCAAyC;CAYrD,CAAA;AAZY,8FAAyC;AAGpD;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAiB,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wCAAiB,CAAC;8BACX,wCAAiB;oFAAC;AAIrC;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,2BAAkB,CAAC;IAC/B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2BAAkB,CAAC;8BACN,2BAAkB;0FAAC;AAI5C;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACpB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;8BACX,kBAAO;0EAAC;oDAXN,yCAAyC;IADrD,IAAA,oBAAU,GAAE;GACA,yCAAyC,CAYrD","sourcesContent":["import { NeuromarkerResult } from '@/apps/brain-imaging/neuromarker-analyses';\nimport { Subject } from '@/apps/brain-imaging/subjects';\nimport { BigFiveTraitResult } from '@/shared';\nimport { Field, ObjectType } from '@nestjs/graphql';\nimport { Type } from 'class-transformer';\n\n@ObjectType()\nexport class BigFiveTraitNeuromarkerRelationshipSample {\n @Field(() => NeuromarkerResult)\n @Type(() => NeuromarkerResult)\n neuromarkerResult: NeuromarkerResult;\n\n @Field(() => BigFiveTraitResult)\n @Type(() => BigFiveTraitResult)\n selfReportedTraitResult: BigFiveTraitResult;\n\n @Field(() => Subject)\n @Type(() => Subject)\n subject: Subject;\n}\n"]}
|
|
@@ -2,5 +2,7 @@ export * from './big-five-eeg-analysis.object';
|
|
|
2
2
|
export * from './big-five-eeg-report.object';
|
|
3
3
|
export * from './big-five-neuromarker-ensemble-candidate.object';
|
|
4
4
|
export * from './big-five-neuromarker-ensemble.object';
|
|
5
|
+
export * from './big-five-trait-neuromarker-relationship-candidate.object';
|
|
6
|
+
export * from './big-five-trait-neuromarker-relationship-sample.object';
|
|
5
7
|
export * from './big-five-trait-neuromarker-relationship.object';
|
|
6
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kDAAkD,CAAC;AACjE,cAAc,wCAAwC,CAAC;AACvD,cAAc,kDAAkD,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kDAAkD,CAAC;AACjE,cAAc,wCAAwC,CAAC;AACvD,cAAc,4DAA4D,CAAC;AAC3E,cAAc,yDAAyD,CAAC;AACxE,cAAc,kDAAkD,CAAC"}
|
|
@@ -18,5 +18,7 @@ __exportStar(require("./big-five-eeg-analysis.object"), exports);
|
|
|
18
18
|
__exportStar(require("./big-five-eeg-report.object"), exports);
|
|
19
19
|
__exportStar(require("./big-five-neuromarker-ensemble-candidate.object"), exports);
|
|
20
20
|
__exportStar(require("./big-five-neuromarker-ensemble.object"), exports);
|
|
21
|
+
__exportStar(require("./big-five-trait-neuromarker-relationship-candidate.object"), exports);
|
|
22
|
+
__exportStar(require("./big-five-trait-neuromarker-relationship-sample.object"), exports);
|
|
21
23
|
__exportStar(require("./big-five-trait-neuromarker-relationship.object"), exports);
|
|
22
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,+DAA6C;AAC7C,mFAAiE;AACjE,yEAAuD;AACvD,mFAAiE","sourcesContent":["export * from './big-five-eeg-analysis.object';\nexport * from './big-five-eeg-report.object';\nexport * from './big-five-neuromarker-ensemble-candidate.object';\nexport * from './big-five-neuromarker-ensemble.object';\nexport * from './big-five-trait-neuromarker-relationship.object';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,+DAA6C;AAC7C,mFAAiE;AACjE,yEAAuD;AACvD,6FAA2E;AAC3E,0FAAwE;AACxE,mFAAiE","sourcesContent":["export * from './big-five-eeg-analysis.object';\nexport * from './big-five-eeg-report.object';\nexport * from './big-five-neuromarker-ensemble-candidate.object';\nexport * from './big-five-neuromarker-ensemble.object';\nexport * from './big-five-trait-neuromarker-relationship-candidate.object';\nexport * from './big-five-trait-neuromarker-relationship-sample.object';\nexport * from './big-five-trait-neuromarker-relationship.object';\n"]}
|