@puzzlin/models 4.32.2 → 4.33.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/index.d.ts +1 -0
- package/dist/apps/brain-imaging/index.d.ts.map +1 -1
- package/dist/apps/brain-imaging/index.js +1 -0
- package/dist/apps/brain-imaging/index.js.map +1 -1
- package/dist/apps/brain-imaging/statistics/index.d.ts +2 -0
- package/dist/apps/brain-imaging/statistics/index.d.ts.map +1 -0
- package/dist/apps/brain-imaging/statistics/index.js +18 -0
- package/dist/apps/brain-imaging/statistics/index.js.map +1 -0
- package/dist/apps/brain-imaging/statistics/objects/brain-imaging-statistics.object.d.ts +11 -0
- package/dist/apps/brain-imaging/statistics/objects/brain-imaging-statistics.object.d.ts.map +1 -0
- package/dist/apps/brain-imaging/statistics/objects/brain-imaging-statistics.object.js +55 -0
- package/dist/apps/brain-imaging/statistics/objects/brain-imaging-statistics.object.js.map +1 -0
- package/dist/apps/brain-imaging/statistics/objects/index.d.ts +2 -0
- package/dist/apps/brain-imaging/statistics/objects/index.d.ts.map +1 -0
- package/dist/apps/brain-imaging/statistics/objects/index.js +18 -0
- package/dist/apps/brain-imaging/statistics/objects/index.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/apps/brain-imaging/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/apps/brain-imaging/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
|
@@ -26,5 +26,6 @@ __exportStar(require("./neuromarker-analyzer"), exports);
|
|
|
26
26
|
__exportStar(require("./neuromarker-analyses"), exports);
|
|
27
27
|
__exportStar(require("./neuromarkers"), exports);
|
|
28
28
|
__exportStar(require("./subjects"), exports);
|
|
29
|
+
__exportStar(require("./statistics"), exports);
|
|
29
30
|
__exportStar(require("./utils"), exports);
|
|
30
31
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/apps/brain-imaging/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,kDAAgC;AAChC,yDAAuC;AACvC,gDAA8B;AAC9B,mDAAiC;AACjC,sDAAoC;AACpC,gDAA8B;AAC9B,sDAAoC;AACpC,yDAAuC;AACvC,yDAAuC;AACvC,iDAA+B;AAC/B,6CAA2B;AAC3B,0CAAwB","sourcesContent":["export * from './activities';\nexport * from './brain-regions';\nexport * from './big-five-eeg-reports';\nexport * from './eeg-cleaner';\nexport * from './eeg-recordings';\nexport * from './eeg-report-unions';\nexport * from './eeg-reports';\nexport * from './nardi-eeg-reports';\nexport * from './neuromarker-analyzer';\nexport * from './neuromarker-analyses';\nexport * from './neuromarkers';\nexport * from './subjects';\nexport * from './utils';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/apps/brain-imaging/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,kDAAgC;AAChC,yDAAuC;AACvC,gDAA8B;AAC9B,mDAAiC;AACjC,sDAAoC;AACpC,gDAA8B;AAC9B,sDAAoC;AACpC,yDAAuC;AACvC,yDAAuC;AACvC,iDAA+B;AAC/B,6CAA2B;AAC3B,+CAA6B;AAC7B,0CAAwB","sourcesContent":["export * from './activities';\nexport * from './brain-regions';\nexport * from './big-five-eeg-reports';\nexport * from './eeg-cleaner';\nexport * from './eeg-recordings';\nexport * from './eeg-report-unions';\nexport * from './eeg-reports';\nexport * from './nardi-eeg-reports';\nexport * from './neuromarker-analyzer';\nexport * from './neuromarker-analyses';\nexport * from './neuromarkers';\nexport * from './subjects';\nexport * from './statistics';\nexport * from './utils';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apps/brain-imaging/statistics/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./objects"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/brain-imaging/statistics/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B","sourcesContent":["export * from './objects';\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class BrainImagingCountryStatistics {
|
|
2
|
+
count: number;
|
|
3
|
+
}
|
|
4
|
+
export declare class EegRecordingStatistics {
|
|
5
|
+
count: number;
|
|
6
|
+
}
|
|
7
|
+
export declare class BrainImagingStatistics {
|
|
8
|
+
countries: BrainImagingCountryStatistics;
|
|
9
|
+
recordings: EegRecordingStatistics;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=brain-imaging-statistics.object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brain-imaging-statistics.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/statistics/objects/brain-imaging-statistics.object.ts"],"names":[],"mappings":"AAGA,qBACa,6BAA6B;IAIxC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,qBACa,sBAAsB;IAIjC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,qBACa,sBAAsB;IAGjC,SAAS,EAAE,6BAA6B,CAAC;IAIzC,UAAU,EAAE,sBAAsB,CAAC;CACpC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.BrainImagingStatistics = exports.EegRecordingStatistics = exports.BrainImagingCountryStatistics = void 0;
|
|
13
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
let BrainImagingCountryStatistics = class BrainImagingCountryStatistics {
|
|
16
|
+
};
|
|
17
|
+
exports.BrainImagingCountryStatistics = BrainImagingCountryStatistics;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, graphql_1.Field)(() => graphql_1.Int, {
|
|
20
|
+
description: 'Number of distinct subject countries of residence.',
|
|
21
|
+
}),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], BrainImagingCountryStatistics.prototype, "count", void 0);
|
|
24
|
+
exports.BrainImagingCountryStatistics = BrainImagingCountryStatistics = __decorate([
|
|
25
|
+
(0, graphql_1.ObjectType)()
|
|
26
|
+
], BrainImagingCountryStatistics);
|
|
27
|
+
let EegRecordingStatistics = class EegRecordingStatistics {
|
|
28
|
+
};
|
|
29
|
+
exports.EegRecordingStatistics = EegRecordingStatistics;
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, graphql_1.Field)(() => graphql_1.Int, {
|
|
32
|
+
description: 'Number of EEG recordings.',
|
|
33
|
+
}),
|
|
34
|
+
__metadata("design:type", Number)
|
|
35
|
+
], EegRecordingStatistics.prototype, "count", void 0);
|
|
36
|
+
exports.EegRecordingStatistics = EegRecordingStatistics = __decorate([
|
|
37
|
+
(0, graphql_1.ObjectType)()
|
|
38
|
+
], EegRecordingStatistics);
|
|
39
|
+
let BrainImagingStatistics = class BrainImagingStatistics {
|
|
40
|
+
};
|
|
41
|
+
exports.BrainImagingStatistics = BrainImagingStatistics;
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, graphql_1.Field)(() => BrainImagingCountryStatistics),
|
|
44
|
+
(0, class_transformer_1.Type)(() => BrainImagingCountryStatistics),
|
|
45
|
+
__metadata("design:type", BrainImagingCountryStatistics)
|
|
46
|
+
], BrainImagingStatistics.prototype, "countries", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, graphql_1.Field)(() => EegRecordingStatistics),
|
|
49
|
+
(0, class_transformer_1.Type)(() => EegRecordingStatistics),
|
|
50
|
+
__metadata("design:type", EegRecordingStatistics)
|
|
51
|
+
], BrainImagingStatistics.prototype, "recordings", void 0);
|
|
52
|
+
exports.BrainImagingStatistics = BrainImagingStatistics = __decorate([
|
|
53
|
+
(0, graphql_1.ObjectType)()
|
|
54
|
+
], BrainImagingStatistics);
|
|
55
|
+
//# sourceMappingURL=brain-imaging-statistics.object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brain-imaging-statistics.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/statistics/objects/brain-imaging-statistics.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAyD;AACzD,yDAAyC;AAGlC,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;CAKzC,CAAA;AALY,sEAA6B;AAIxC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,aAAG,EAAE;QAChB,WAAW,EAAE,oDAAoD;KAClE,CAAC;;4DACY;wCAJH,6BAA6B;IADzC,IAAA,oBAAU,GAAE;GACA,6BAA6B,CAKzC;AAGM,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;CAKlC,CAAA;AALY,wDAAsB;AAIjC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,aAAG,EAAE;QAChB,WAAW,EAAE,2BAA2B;KACzC,CAAC;;qDACY;iCAJH,sBAAsB;IADlC,IAAA,oBAAU,GAAE;GACA,sBAAsB,CAKlC;AAGM,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;CAQlC,CAAA;AARY,wDAAsB;AAGjC;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAA6B,CAAC;IAC1C,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAA6B,CAAC;8BAC/B,6BAA6B;yDAAC;AAIzC;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,sBAAsB,CAAC;IACnC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAsB,CAAC;8BACvB,sBAAsB;0DAAC;iCAPxB,sBAAsB;IADlC,IAAA,oBAAU,GAAE;GACA,sBAAsB,CAQlC","sourcesContent":["import { Field, Int, ObjectType } from '@nestjs/graphql';\nimport { Type } from 'class-transformer';\n\n@ObjectType()\nexport class BrainImagingCountryStatistics {\n @Field(() => Int, {\n description: 'Number of distinct subject countries of residence.',\n })\n count: number;\n}\n\n@ObjectType()\nexport class EegRecordingStatistics {\n @Field(() => Int, {\n description: 'Number of EEG recordings.',\n })\n count: number;\n}\n\n@ObjectType()\nexport class BrainImagingStatistics {\n @Field(() => BrainImagingCountryStatistics)\n @Type(() => BrainImagingCountryStatistics)\n countries: BrainImagingCountryStatistics;\n\n @Field(() => EegRecordingStatistics)\n @Type(() => EegRecordingStatistics)\n recordings: EegRecordingStatistics;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/statistics/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./brain-imaging-statistics.object"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/statistics/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD","sourcesContent":["export * from './brain-imaging-statistics.object';\n"]}
|