@puzzlin/models 3.25.1 → 3.25.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.
@@ -1 +1 @@
1
- {"version":3,"file":"individual-eeg-report.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/eeg-reports/objects/individual-eeg-report.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAGnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,qBAIa,mBAAoB,SAAQ,SAAS;IAIhD,SAAS,CAAC,EAAE,YAAY,CAAC;IAEzB,IAAI,EAAE,iBAAiB,CAAC,UAAU,CAAC;CACpC"}
1
+ {"version":3,"file":"individual-eeg-report.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/eeg-reports/objects/individual-eeg-report.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAGnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,qBAIa,mBAAoB,SAAQ,SAAS;IAKhD,SAAS,CAAC,EAAE,YAAY,CAAC;IAEzB,IAAI,EAAE,iBAAiB,CAAC,UAAU,CAAC;CACpC"}
@@ -13,6 +13,7 @@ exports.IndividualEegReport = void 0;
13
13
  const eeg_recordings_1 = require("../../../../apps/brain-imaging/eeg-recordings");
14
14
  const shared_1 = require("../../../../shared");
15
15
  const graphql_1 = require("@nestjs/graphql");
16
+ const class_transformer_1 = require("class-transformer");
16
17
  const eeg_report_object_1 = require("./eeg-report.object");
17
18
  let IndividualEegReport = class IndividualEegReport extends eeg_report_object_1.EegReport {
18
19
  };
@@ -21,6 +22,7 @@ __decorate([
21
22
  (0, graphql_1.Field)(() => eeg_recordings_1.EegRecording, {
22
23
  nullable: true,
23
24
  }),
25
+ (0, class_transformer_1.Type)(() => eeg_recordings_1.EegRecording),
24
26
  __metadata("design:type", eeg_recordings_1.EegRecording)
25
27
  ], IndividualEegReport.prototype, "recording", void 0);
26
28
  exports.IndividualEegReport = IndividualEegReport = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"individual-eeg-report.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/eeg-reports/objects/individual-eeg-report.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wEAAmE;AACnE,qCAAgC;AAChC,6CAAoD;AAEpD,2DAAgD;AAMzC,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,6BAAS;CAOjD,CAAA;AAPY,kDAAmB;AAI9B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAY,EAAE;QACzB,QAAQ,EAAE,IAAI;KACf,CAAC;8BACU,6BAAY;sDAAC;8BAJd,mBAAmB;IAJ/B,IAAA,oBAAU,EAAC;QACV,WAAW,EAAE,wBAAwB;QACrC,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,aAAI,EAAE,6BAAS,CAAC;KACpC,CAAC;GACW,mBAAmB,CAO/B"}
1
+ {"version":3,"file":"individual-eeg-report.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/eeg-reports/objects/individual-eeg-report.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wEAAmE;AACnE,qCAAgC;AAChC,6CAAoD;AAEpD,yDAAyC;AACzC,2DAAgD;AAMzC,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,6BAAS;CAQjD,CAAA;AARY,kDAAmB;AAK9B;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAY,EAAE;QACzB,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAY,CAAC;8BACb,6BAAY;sDAAC;8BALd,mBAAmB;IAJ/B,IAAA,oBAAU,EAAC;QACV,WAAW,EAAE,wBAAwB;QACrC,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,aAAI,EAAE,6BAAS,CAAC;KACpC,CAAC;GACW,mBAAmB,CAQ/B"}
@@ -1,6 +1,6 @@
1
- import { EegReport } from '.';
2
1
  import { EegRecording } from '../../../../apps/brain-imaging/eeg-recordings';
3
2
  import { EegReportTypeEnum } from '@puzzlin/enums';
3
+ import { EegReport } from '.';
4
4
  export declare class MixedEegReport extends EegReport {
5
5
  recordings?: EegRecording[];
6
6
  type: EegReportTypeEnum.MIXED;
@@ -1 +1 @@
1
- {"version":3,"file":"mixed-eeg-report.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/eeg-reports/objects/mixed-eeg-report.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAGnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,qBAIa,cAAe,SAAQ,SAAS;IAE3C,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;IAE5B,IAAI,EAAE,iBAAiB,CAAC,KAAK,CAAC;CAC/B"}
1
+ {"version":3,"file":"mixed-eeg-report.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/eeg-reports/objects/mixed-eeg-report.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAGnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAE9B,qBAIa,cAAe,SAAQ,SAAS;IAG3C,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;IAE5B,IAAI,EAAE,iBAAiB,CAAC,KAAK,CAAC;CAC/B"}
@@ -10,15 +10,17 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.MixedEegReport = void 0;
13
- const _1 = require(".");
14
13
  const eeg_recordings_1 = require("../../../../apps/brain-imaging/eeg-recordings");
15
14
  const shared_1 = require("../../../../shared");
16
15
  const graphql_1 = require("@nestjs/graphql");
16
+ const class_transformer_1 = require("class-transformer");
17
+ const _1 = require(".");
17
18
  let MixedEegReport = class MixedEegReport extends _1.EegReport {
18
19
  };
19
20
  exports.MixedEegReport = MixedEegReport;
20
21
  __decorate([
21
22
  (0, graphql_1.Field)(() => [eeg_recordings_1.EegRecording]),
23
+ (0, class_transformer_1.Type)(() => eeg_recordings_1.EegRecording),
22
24
  __metadata("design:type", Array)
23
25
  ], MixedEegReport.prototype, "recordings", void 0);
24
26
  exports.MixedEegReport = MixedEegReport = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"mixed-eeg-report.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/eeg-reports/objects/mixed-eeg-report.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wBAA8B;AAC9B,wEAAmE;AACnE,qCAAgC;AAChC,6CAAoD;AAO7C,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,YAAS;CAK5C,CAAA;AALY,wCAAc;AAEzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,6BAAY,CAAC,CAAC;;kDACA;yBAFjB,cAAc;IAJ1B,IAAA,oBAAU,EAAC;QACV,WAAW,EAAE,mBAAmB;QAChC,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,aAAI,EAAE,YAAS,CAAC;KACpC,CAAC;GACW,cAAc,CAK1B"}
1
+ {"version":3,"file":"mixed-eeg-report.object.js","sourceRoot":"","sources":["../../../../../src/apps/brain-imaging/eeg-reports/objects/mixed-eeg-report.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wEAAmE;AACnE,qCAAgC;AAChC,6CAAoD;AAEpD,yDAAyC;AACzC,wBAA8B;AAMvB,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,YAAS;CAM5C,CAAA;AANY,wCAAc;AAGzB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,6BAAY,CAAC,CAAC;IAC3B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAY,CAAC;;kDACG;yBAHjB,cAAc;IAJ1B,IAAA,oBAAU,EAAC;QACV,WAAW,EAAE,mBAAmB;QAChC,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,aAAI,EAAE,YAAS,CAAC;KACpC,CAAC;GACW,cAAc,CAM1B"}