@puzzlin/models 4.13.0 → 4.14.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.
@@ -1,8 +1,8 @@
1
1
  import { NeuromarkerEnum } from '@puzzlin/enums';
2
2
  export declare class NeuromarkerResult {
3
3
  neuromarker: NeuromarkerEnum;
4
- percentile: number;
4
+ percentile: number | null;
5
5
  raw: number;
6
- zScore: number;
6
+ zScore: number | null;
7
7
  }
8
8
  //# sourceMappingURL=neuromarker-result.object.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"neuromarker-result.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/neuromarker-analyses/objects/neuromarker-result.object.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,qBACa,iBAAiB;IAE5B,WAAW,EAAE,eAAe,CAAC;IAG7B,UAAU,EAAE,MAAM,CAAC;IAGnB,GAAG,EAAE,MAAM,CAAC;IAGZ,MAAM,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"neuromarker-result.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/neuromarker-analyses/objects/neuromarker-result.object.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,qBACa,iBAAiB;IAE5B,WAAW,EAAE,eAAe,CAAC;IAK7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAG1B,GAAG,EAAE,MAAM,CAAC;IAKZ,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
@@ -20,16 +20,20 @@ __decorate([
20
20
  __metadata("design:type", String)
21
21
  ], NeuromarkerResult.prototype, "neuromarker", void 0);
22
22
  __decorate([
23
- (0, graphql_1.Field)(() => graphql_1.Float),
24
- __metadata("design:type", Number)
23
+ (0, graphql_1.Field)(() => graphql_1.Float, {
24
+ nullable: true,
25
+ }),
26
+ __metadata("design:type", Object)
25
27
  ], NeuromarkerResult.prototype, "percentile", void 0);
26
28
  __decorate([
27
29
  (0, graphql_1.Field)(() => graphql_1.Float),
28
30
  __metadata("design:type", Number)
29
31
  ], NeuromarkerResult.prototype, "raw", void 0);
30
32
  __decorate([
31
- (0, graphql_1.Field)(() => graphql_1.Float),
32
- __metadata("design:type", Number)
33
+ (0, graphql_1.Field)(() => graphql_1.Float, {
34
+ nullable: true,
35
+ }),
36
+ __metadata("design:type", Object)
33
37
  ], NeuromarkerResult.prototype, "zScore", void 0);
34
38
  exports.NeuromarkerResult = NeuromarkerResult = __decorate([
35
39
  (0, graphql_1.ObjectType)()
@@ -1 +1 @@
1
- {"version":3,"file":"neuromarker-result.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/neuromarker-analyses/objects/neuromarker-result.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA2D;AAC3D,0CAAiD;AAG1C,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAY7B,CAAA;AAZY,8CAAiB;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;sDACA;AAG7B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;qDACA;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;8CACP;AAGZ;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;iDACJ;4BAXJ,iBAAiB;IAD7B,IAAA,oBAAU,GAAE;GACA,iBAAiB,CAY7B","sourcesContent":["import { Field, Float, ObjectType } from '@nestjs/graphql';\nimport { NeuromarkerEnum } from '@puzzlin/enums';\n\n@ObjectType()\nexport class NeuromarkerResult {\n @Field(() => NeuromarkerEnum)\n neuromarker: NeuromarkerEnum;\n\n @Field(() => Float)\n percentile: number;\n\n @Field(() => Float)\n raw: number;\n\n @Field(() => Float)\n zScore: number;\n}\n"]}
1
+ {"version":3,"file":"neuromarker-result.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/neuromarker-analyses/objects/neuromarker-result.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA2D;AAC3D,0CAAiD;AAG1C,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAgB7B,CAAA;AAhBY,8CAAiB;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;sDACA;AAK7B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,EAAE;QAClB,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACwB;AAG1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;8CACP;AAKZ;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,EAAE;QAClB,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACoB;4BAfX,iBAAiB;IAD7B,IAAA,oBAAU,GAAE;GACA,iBAAiB,CAgB7B","sourcesContent":["import { Field, Float, ObjectType } from '@nestjs/graphql';\nimport { NeuromarkerEnum } from '@puzzlin/enums';\n\n@ObjectType()\nexport class NeuromarkerResult {\n @Field(() => NeuromarkerEnum)\n neuromarker: NeuromarkerEnum;\n\n @Field(() => Float, {\n nullable: true,\n })\n percentile: number | null;\n\n @Field(() => Float)\n raw: number;\n\n @Field(() => Float, {\n nullable: true,\n })\n zScore: number | null;\n}\n"]}