@puzzlin/models 4.4.0 → 4.5.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,6 +1,7 @@
1
1
  import { NeuromarkerAnalysis } from '../../../../apps/brain-imaging/neuromarker-analyses';
2
2
  import { BigFiveNormSet, BigFiveTraitResult, Node, Timestamp } from '../../../../shared';
3
3
  import { BigFiveNeuromarkerEnsemble } from './big-five-neuromarker-ensemble.object';
4
+ import { BigFiveTraitNeuromarkerRelationship } from './big-five-trait-neuromarker-relationship.object';
4
5
  declare const BigFiveEegAnalysis_base: import("@nestjs/common").Type<Node & Timestamp>;
5
6
  export declare class BigFiveEegAnalysis extends BigFiveEegAnalysis_base {
6
7
  ensemble?: BigFiveNeuromarkerEnsemble;
@@ -11,6 +12,7 @@ export declare class BigFiveEegAnalysis extends BigFiveEegAnalysis_base {
11
12
  normSetVersion: string;
12
13
  reportId: string;
13
14
  traitResults?: BigFiveTraitResult[];
15
+ usedRelationships?: BigFiveTraitNeuromarkerRelationship[];
14
16
  version: string;
15
17
  }
16
18
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"big-five-eeg-analysis.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/big-five-eeg-analysis.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAG/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;;AAEpF,qBAGa,kBAAmB,SAAQ,uBAAiC;IAGvE,QAAQ,CAAC,EAAE,0BAA0B,CAAC;IAKtC,eAAe,EAAE,MAAM,CAAC;IAIxB,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAG5C,sBAAsB,EAAE,MAAM,EAAE,CAAC;IAIjC,OAAO,CAAC,EAAE,cAAc,CAAC;IAKzB,cAAc,EAAE,MAAM,CAAC;IAGvB,QAAQ,EAAE,MAAM,CAAC;IAIjB,YAAY,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAGpC,OAAO,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"big-five-eeg-analysis.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/big-five-eeg-analysis.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAG/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,mCAAmC,EAAE,MAAM,kDAAkD,CAAC;;AAEvG,qBAGa,kBAAmB,SAAQ,uBAAiC;IAGvE,QAAQ,CAAC,EAAE,0BAA0B,CAAC;IAKtC,eAAe,EAAE,MAAM,CAAC;IAIxB,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAG5C,sBAAsB,EAAE,MAAM,EAAE,CAAC;IAIjC,OAAO,CAAC,EAAE,cAAc,CAAC;IAKzB,cAAc,EAAE,MAAM,CAAC;IAGvB,QAAQ,EAAE,MAAM,CAAC;IAIjB,YAAY,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAMpC,iBAAiB,CAAC,EAAE,mCAAmC,EAAE,CAAC;IAG1D,OAAO,EAAE,MAAM,CAAC;CACjB"}
@@ -15,6 +15,7 @@ const shared_1 = require("../../../../shared");
15
15
  const graphql_1 = require("@nestjs/graphql");
16
16
  const class_transformer_1 = require("class-transformer");
17
17
  const big_five_neuromarker_ensemble_object_1 = require("./big-five-neuromarker-ensemble.object");
18
+ const big_five_trait_neuromarker_relationship_object_1 = require("./big-five-trait-neuromarker-relationship.object");
18
19
  let BigFiveEegAnalysis = class BigFiveEegAnalysis extends (0, graphql_1.IntersectionType)(shared_1.Node, shared_1.Timestamp) {
19
20
  };
20
21
  exports.BigFiveEegAnalysis = BigFiveEegAnalysis;
@@ -58,6 +59,12 @@ __decorate([
58
59
  (0, class_transformer_1.Type)(() => shared_1.BigFiveTraitResult),
59
60
  __metadata("design:type", Array)
60
61
  ], BigFiveEegAnalysis.prototype, "traitResults", void 0);
62
+ __decorate([
63
+ (0, graphql_1.Field)(() => [big_five_trait_neuromarker_relationship_object_1.BigFiveTraitNeuromarkerRelationship], {
64
+ description: 'Trait-neuromarker relationships used by this analysis, derived from the ensemble version, analyzer version, and available activities and neuromarkers.',
65
+ }),
66
+ __metadata("design:type", Array)
67
+ ], BigFiveEegAnalysis.prototype, "usedRelationships", void 0);
61
68
  __decorate([
62
69
  (0, graphql_1.Field)(() => String),
63
70
  __metadata("design:type", String)
@@ -1 +1 @@
1
- {"version":3,"file":"big-five-eeg-analysis.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/big-five-eeg-analysis.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAgF;AAChF,qCAA+E;AAC/E,6CAA0E;AAC1E,yDAAyC;AACzC,iGAAoF;AAK7E,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAmCxE,CAAA;AAnCY,gDAAkB;AAG7B;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iEAA0B,CAAC;IACvC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iEAA0B,CAAC;8BAC5B,iEAA0B;oDAAC;AAKtC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,WAAW,EAAE,4EAA4E;KAC1F,CAAC;;2DACsB;AAIxB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,0CAAmB,CAAC,CAAC;IAClC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0CAAmB,CAAC;;+DACY;AAG5C;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,YAAE,CAAC,CAAC;;kEACe;AAIjC;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAc,CAAC;IAC3B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAc,CAAC;8BACjB,uBAAc;mDAAC;AAKzB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,WAAW,EAAE,+DAA+D;KAC7E,CAAC;;0DACqB;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;oDACC;AAIjB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,2BAAkB,CAAC,CAAC;IACjC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2BAAkB,CAAC;;wDACK;AAGpC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;mDACJ;6BAlCL,kBAAkB;IAH9B,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,kBAAkB,CAmC9B","sourcesContent":["import { NeuromarkerAnalysis } from '@/apps/brain-imaging/neuromarker-analyses';\r\nimport { BigFiveNormSet, BigFiveTraitResult, Node, Timestamp } from '@/shared';\r\nimport { Field, ID, IntersectionType, ObjectType } from '@nestjs/graphql';\r\nimport { Type } from 'class-transformer';\r\nimport { BigFiveNeuromarkerEnsemble } from './big-five-neuromarker-ensemble.object';\r\n\r\n@ObjectType({\r\n implements: Node,\r\n})\r\nexport class BigFiveEegAnalysis extends IntersectionType(Node, Timestamp) {\r\n @Field(() => BigFiveNeuromarkerEnsemble)\r\n @Type(() => BigFiveNeuromarkerEnsemble)\r\n ensemble?: BigFiveNeuromarkerEnsemble;\r\n\r\n @Field(() => String, {\r\n description: 'Version of a Big Five x Neuromaker ensemble used to compute trait results.',\r\n })\r\n ensembleVersion: string;\r\n\r\n @Field(() => [NeuromarkerAnalysis])\r\n @Type(() => NeuromarkerAnalysis)\r\n neuromarkerAnalyses?: NeuromarkerAnalysis[];\r\n\r\n @Field(() => [ID])\r\n neuromarkerAnalysisIds: string[];\r\n\r\n @Field(() => BigFiveNormSet)\r\n @Type(() => BigFiveNormSet)\r\n normSet?: BigFiveNormSet;\r\n\r\n @Field(() => String, {\r\n description: 'Version of a Big Five norm set used to compute trait results.',\r\n })\r\n normSetVersion: string;\r\n\r\n @Field(() => ID)\r\n reportId: string;\r\n\r\n @Field(() => [BigFiveTraitResult])\r\n @Type(() => BigFiveTraitResult)\r\n traitResults?: BigFiveTraitResult[];\r\n\r\n @Field(() => String)\r\n version: string;\r\n}\r\n"]}
1
+ {"version":3,"file":"big-five-eeg-analysis.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/big-five-eeg-reports/objects/big-five-eeg-analysis.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAgF;AAChF,qCAA+E;AAC/E,6CAA0E;AAC1E,yDAAyC;AACzC,iGAAoF;AACpF,qHAAuG;AAKhG,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAyCxE,CAAA;AAzCY,gDAAkB;AAG7B;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iEAA0B,CAAC;IACvC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iEAA0B,CAAC;8BAC5B,iEAA0B;oDAAC;AAKtC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,WAAW,EAAE,4EAA4E;KAC1F,CAAC;;2DACsB;AAIxB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,0CAAmB,CAAC,CAAC;IAClC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0CAAmB,CAAC;;+DACY;AAG5C;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,YAAE,CAAC,CAAC;;kEACe;AAIjC;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAc,CAAC;IAC3B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAc,CAAC;8BACjB,uBAAc;mDAAC;AAKzB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,WAAW,EAAE,+DAA+D;KAC7E,CAAC;;0DACqB;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;oDACC;AAIjB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,2BAAkB,CAAC,CAAC;IACjC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2BAAkB,CAAC;;wDACK;AAMpC;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,oFAAmC,CAAC,EAAE;QAClD,WAAW,EACT,wJAAwJ;KAC3J,CAAC;;6DACwD;AAG1D;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;mDACJ;6BAxCL,kBAAkB;IAH9B,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,kBAAkB,CAyC9B","sourcesContent":["import { NeuromarkerAnalysis } from '@/apps/brain-imaging/neuromarker-analyses';\r\nimport { BigFiveNormSet, BigFiveTraitResult, Node, Timestamp } from '@/shared';\r\nimport { Field, ID, IntersectionType, ObjectType } from '@nestjs/graphql';\r\nimport { Type } from 'class-transformer';\r\nimport { BigFiveNeuromarkerEnsemble } from './big-five-neuromarker-ensemble.object';\r\nimport { BigFiveTraitNeuromarkerRelationship } from './big-five-trait-neuromarker-relationship.object';\r\n\r\n@ObjectType({\r\n implements: Node,\r\n})\r\nexport class BigFiveEegAnalysis extends IntersectionType(Node, Timestamp) {\r\n @Field(() => BigFiveNeuromarkerEnsemble)\r\n @Type(() => BigFiveNeuromarkerEnsemble)\r\n ensemble?: BigFiveNeuromarkerEnsemble;\r\n\r\n @Field(() => String, {\r\n description: 'Version of a Big Five x Neuromaker ensemble used to compute trait results.',\r\n })\r\n ensembleVersion: string;\r\n\r\n @Field(() => [NeuromarkerAnalysis])\r\n @Type(() => NeuromarkerAnalysis)\r\n neuromarkerAnalyses?: NeuromarkerAnalysis[];\r\n\r\n @Field(() => [ID])\r\n neuromarkerAnalysisIds: string[];\r\n\r\n @Field(() => BigFiveNormSet)\r\n @Type(() => BigFiveNormSet)\r\n normSet?: BigFiveNormSet;\r\n\r\n @Field(() => String, {\r\n description: 'Version of a Big Five norm set used to compute trait results.',\r\n })\r\n normSetVersion: string;\r\n\r\n @Field(() => ID)\r\n reportId: string;\r\n\r\n @Field(() => [BigFiveTraitResult])\r\n @Type(() => BigFiveTraitResult)\r\n traitResults?: BigFiveTraitResult[];\r\n\r\n @Field(() => [BigFiveTraitNeuromarkerRelationship], {\r\n description:\r\n 'Trait-neuromarker relationships used by this analysis, derived from the ensemble version, analyzer version, and available activities and neuromarkers.',\r\n })\r\n usedRelationships?: BigFiveTraitNeuromarkerRelationship[];\r\n\r\n @Field(() => String)\r\n version: string;\r\n}\r\n"]}
@@ -1,5 +1,6 @@
1
1
  export declare class CorrelationInput {
2
2
  coefficient: number;
3
- pValue: number | null;
3
+ pValue: number;
4
+ sampleSize: number;
4
5
  }
5
6
  //# sourceMappingURL=correlation.input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"correlation.input.d.ts","sourceRoot":"","sources":["../../../src/shared/correlations/correlation.input.ts"],"names":[],"mappings":"AAGA,qBACa,gBAAgB;IAE3B,WAAW,EAAE,MAAM,CAAC;IAKpB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
1
+ {"version":3,"file":"correlation.input.d.ts","sourceRoot":"","sources":["../../../src/shared/correlations/correlation.input.ts"],"names":[],"mappings":"AAGA,qBACa,gBAAgB;IAE3B,WAAW,EAAE,MAAM,CAAC;IAGpB,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -20,11 +20,13 @@ __decorate([
20
20
  __metadata("design:type", Number)
21
21
  ], CorrelationInput.prototype, "coefficient", void 0);
22
22
  __decorate([
23
- (0, graphql_1.Field)(() => graphql_scalars_1.PositiveFloatResolver, {
24
- nullable: true,
25
- }),
26
- __metadata("design:type", Object)
23
+ (0, graphql_1.Field)(() => graphql_scalars_1.PositiveFloatResolver),
24
+ __metadata("design:type", Number)
27
25
  ], CorrelationInput.prototype, "pValue", void 0);
26
+ __decorate([
27
+ (0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
28
+ __metadata("design:type", Number)
29
+ ], CorrelationInput.prototype, "sampleSize", void 0);
28
30
  exports.CorrelationInput = CorrelationInput = __decorate([
29
31
  (0, graphql_1.InputType)()
30
32
  ], CorrelationInput);
@@ -1 +1 @@
1
- {"version":3,"file":"correlation.input.js","sourceRoot":"","sources":["../../../src/shared/correlations/correlation.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA0D;AAC1D,qDAAwD;AAGjD,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAQ5B,CAAA;AARY,4CAAgB;AAE3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;qDACC;AAKpB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uCAAqB,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACoB;2BAPX,gBAAgB;IAD5B,IAAA,mBAAS,GAAE;GACC,gBAAgB,CAQ5B","sourcesContent":["import { Field, Float, InputType } from '@nestjs/graphql';\r\nimport { PositiveFloatResolver } from 'graphql-scalars';\r\n\r\n@InputType()\r\nexport class CorrelationInput {\r\n @Field(() => Float)\r\n coefficient: number;\r\n\r\n @Field(() => PositiveFloatResolver, {\r\n nullable: true,\r\n })\r\n pValue: number | null;\r\n}\r\n"]}
1
+ {"version":3,"file":"correlation.input.js","sourceRoot":"","sources":["../../../src/shared/correlations/correlation.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA0D;AAC1D,qDAA6E;AAGtE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAS5B,CAAA;AATY,4CAAgB;AAE3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;qDACC;AAGpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uCAAqB,CAAC;;gDACpB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;oDACd;2BARR,gBAAgB;IAD5B,IAAA,mBAAS,GAAE;GACC,gBAAgB,CAS5B","sourcesContent":["import { Field, Float, InputType } from '@nestjs/graphql';\r\nimport { PositiveFloatResolver, PositiveIntResolver } from 'graphql-scalars';\r\n\r\n@InputType()\r\nexport class CorrelationInput {\r\n @Field(() => Float)\r\n coefficient: number;\r\n\r\n @Field(() => PositiveFloatResolver)\r\n pValue: number;\r\n\r\n @Field(() => PositiveIntResolver)\r\n sampleSize: number;\r\n}\r\n"]}
@@ -1,5 +1,6 @@
1
1
  export declare class Correlation {
2
2
  coefficient: number;
3
- pValue: number | null;
3
+ pValue: number;
4
+ sampleSize: number;
4
5
  }
5
6
  //# sourceMappingURL=correlation.object.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"correlation.object.d.ts","sourceRoot":"","sources":["../../../src/shared/correlations/correlation.object.ts"],"names":[],"mappings":"AAGA,qBACa,WAAW;IAEtB,WAAW,EAAE,MAAM,CAAC;IAKpB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
1
+ {"version":3,"file":"correlation.object.d.ts","sourceRoot":"","sources":["../../../src/shared/correlations/correlation.object.ts"],"names":[],"mappings":"AAGA,qBACa,WAAW;IAEtB,WAAW,EAAE,MAAM,CAAC;IAGpB,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -20,11 +20,13 @@ __decorate([
20
20
  __metadata("design:type", Number)
21
21
  ], Correlation.prototype, "coefficient", void 0);
22
22
  __decorate([
23
- (0, graphql_1.Field)(() => graphql_scalars_1.PositiveFloatResolver, {
24
- nullable: true,
25
- }),
26
- __metadata("design:type", Object)
23
+ (0, graphql_1.Field)(() => graphql_scalars_1.PositiveFloatResolver),
24
+ __metadata("design:type", Number)
27
25
  ], Correlation.prototype, "pValue", void 0);
26
+ __decorate([
27
+ (0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
28
+ __metadata("design:type", Number)
29
+ ], Correlation.prototype, "sampleSize", void 0);
28
30
  exports.Correlation = Correlation = __decorate([
29
31
  (0, graphql_1.ObjectType)()
30
32
  ], Correlation);
@@ -1 +1 @@
1
- {"version":3,"file":"correlation.object.js","sourceRoot":"","sources":["../../../src/shared/correlations/correlation.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA2D;AAC3D,qDAAwD;AAGjD,IAAM,WAAW,GAAjB,MAAM,WAAW;CAQvB,CAAA;AARY,kCAAW;AAEtB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;gDACC;AAKpB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uCAAqB,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;2CACoB;sBAPX,WAAW;IADvB,IAAA,oBAAU,GAAE;GACA,WAAW,CAQvB","sourcesContent":["import { Field, Float, ObjectType } from '@nestjs/graphql';\r\nimport { PositiveFloatResolver } from 'graphql-scalars';\r\n\r\n@ObjectType()\r\nexport class Correlation {\r\n @Field(() => Float)\r\n coefficient: number;\r\n\r\n @Field(() => PositiveFloatResolver, {\r\n nullable: true,\r\n })\r\n pValue: number | null;\r\n}\r\n"]}
1
+ {"version":3,"file":"correlation.object.js","sourceRoot":"","sources":["../../../src/shared/correlations/correlation.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA2D;AAC3D,qDAA6E;AAGtE,IAAM,WAAW,GAAjB,MAAM,WAAW;CASvB,CAAA;AATY,kCAAW;AAEtB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;gDACC;AAGpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uCAAqB,CAAC;;2CACpB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;+CACd;sBARR,WAAW;IADvB,IAAA,oBAAU,GAAE;GACA,WAAW,CASvB","sourcesContent":["import { Field, Float, ObjectType } from '@nestjs/graphql';\r\nimport { PositiveFloatResolver, PositiveIntResolver } from 'graphql-scalars';\r\n\r\n@ObjectType()\r\nexport class Correlation {\r\n @Field(() => Float)\r\n coefficient: number;\r\n\r\n @Field(() => PositiveFloatResolver)\r\n pValue: number;\r\n\r\n @Field(() => PositiveIntResolver)\r\n sampleSize: number;\r\n}\r\n"]}