@puzzlin/models 3.25.1 → 3.25.3
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/eeg-reports/objects/individual-eeg-report.object.d.ts.map +1 -1
- package/dist/apps/brain-imaging/eeg-reports/objects/individual-eeg-report.object.js +2 -0
- package/dist/apps/brain-imaging/eeg-reports/objects/individual-eeg-report.object.js.map +1 -1
- package/dist/apps/brain-imaging/eeg-reports/objects/mixed-eeg-report.object.d.ts +1 -1
- package/dist/apps/brain-imaging/eeg-reports/objects/mixed-eeg-report.object.d.ts.map +1 -1
- package/dist/apps/brain-imaging/eeg-reports/objects/mixed-eeg-report.object.js +3 -1
- package/dist/apps/brain-imaging/eeg-reports/objects/mixed-eeg-report.object.js.map +1 -1
- package/dist/apps/platform/credits/inputs/user-asset.input.js +1 -1
- package/dist/apps/platform/credits/inputs/user-asset.input.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
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;
|
|
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,
|
|
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,
|
|
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"}
|
|
@@ -20,7 +20,7 @@ __decorate([
|
|
|
20
20
|
__metadata("design:type", String)
|
|
21
21
|
], UserAssetInput.prototype, "assetId", void 0);
|
|
22
22
|
__decorate([
|
|
23
|
-
(0, graphql_1.Field)(() => graphql_scalars_1.
|
|
23
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveFloatResolver),
|
|
24
24
|
__metadata("design:type", Number)
|
|
25
25
|
], UserAssetInput.prototype, "quantity", void 0);
|
|
26
26
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-asset.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/credits/inputs/user-asset.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,
|
|
1
|
+
{"version":3,"file":"user-asset.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/credits/inputs/user-asset.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,qDAAwD;AAIjD,IAAM,cAAc,GAApB,MAAM,cAAc;CAS1B,CAAA;AATY,wCAAc;AAEzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;+CACA;AAGhB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uCAAqB,CAAC;;gDAClB;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;8CACD;yBARJ,cAAc;IAD1B,IAAA,mBAAS,GAAE;GACC,cAAc,CAS1B"}
|