@puzzlin/models 3.15.2 → 3.17.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/tarot/inputs/create-tarot-spread-position-layout.input.d.ts +7 -0
- package/dist/apps/tarot/inputs/create-tarot-spread-position-layout.input.d.ts.map +1 -0
- package/dist/apps/tarot/inputs/create-tarot-spread-position-layout.input.js +37 -0
- package/dist/apps/tarot/inputs/create-tarot-spread-position-layout.input.js.map +1 -0
- package/dist/apps/tarot/inputs/create-tarot-spread-position.input.d.ts +8 -0
- package/dist/apps/tarot/inputs/create-tarot-spread-position.input.d.ts.map +1 -0
- package/dist/apps/tarot/inputs/create-tarot-spread-position.input.js +40 -0
- package/dist/apps/tarot/inputs/create-tarot-spread-position.input.js.map +1 -0
- package/dist/apps/tarot/inputs/create-tarot-spread.input.d.ts +8 -0
- package/dist/apps/tarot/inputs/create-tarot-spread.input.d.ts.map +1 -0
- package/dist/apps/tarot/inputs/create-tarot-spread.input.js +38 -0
- package/dist/apps/tarot/inputs/create-tarot-spread.input.js.map +1 -0
- package/dist/apps/tarot/inputs/index.d.ts +3 -0
- package/dist/apps/tarot/inputs/index.d.ts.map +1 -1
- package/dist/apps/tarot/inputs/index.js +3 -0
- package/dist/apps/tarot/inputs/index.js.map +1 -1
- package/dist/apps/tarot/objects/index.d.ts +2 -0
- package/dist/apps/tarot/objects/index.d.ts.map +1 -1
- package/dist/apps/tarot/objects/index.js +2 -0
- package/dist/apps/tarot/objects/index.js.map +1 -1
- package/dist/apps/tarot/objects/tarot-card-draw.object.d.ts +2 -0
- package/dist/apps/tarot/objects/tarot-card-draw.object.d.ts.map +1 -1
- package/dist/apps/tarot/objects/tarot-card-draw.object.js +5 -0
- package/dist/apps/tarot/objects/tarot-card-draw.object.js.map +1 -1
- package/dist/apps/tarot/objects/tarot-card.object.d.ts +11 -0
- package/dist/apps/tarot/objects/tarot-card.object.d.ts.map +1 -0
- package/dist/apps/tarot/objects/tarot-card.object.js +54 -0
- package/dist/apps/tarot/objects/tarot-card.object.js.map +1 -0
- package/dist/apps/tarot/objects/tarot-spread-position-layout.object.d.ts +7 -0
- package/dist/apps/tarot/objects/tarot-spread-position-layout.object.d.ts.map +1 -0
- package/dist/apps/tarot/objects/tarot-spread-position-layout.object.js +37 -0
- package/dist/apps/tarot/objects/tarot-spread-position-layout.object.js.map +1 -0
- package/dist/apps/tarot/objects/tarot-spread-position.object.d.ts +2 -0
- package/dist/apps/tarot/objects/tarot-spread-position.object.d.ts.map +1 -1
- package/dist/apps/tarot/objects/tarot-spread-position.object.js +7 -0
- package/dist/apps/tarot/objects/tarot-spread-position.object.js.map +1 -1
- package/dist/apps/tarot/objects/tarot-spread.object.d.ts +1 -0
- package/dist/apps/tarot/objects/tarot-spread.object.d.ts.map +1 -1
- package/dist/apps/tarot/objects/tarot-spread.object.js +6 -0
- package/dist/apps/tarot/objects/tarot-spread.object.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tarot-spread-position-layout.input.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/create-tarot-spread-position-layout.input.ts"],"names":[],"mappings":"AAGA,qBACa,oCAAoC;IAE/C,MAAM,EAAE,MAAM,CAAC;IAGf,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,EAAE,MAAM,CAAC;IAGjB,GAAG,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.CreateTarotSpreadPositionLayoutInput = void 0;
|
|
13
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
+
let CreateTarotSpreadPositionLayoutInput = class CreateTarotSpreadPositionLayoutInput {
|
|
16
|
+
};
|
|
17
|
+
exports.CreateTarotSpreadPositionLayoutInput = CreateTarotSpreadPositionLayoutInput;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], CreateTarotSpreadPositionLayoutInput.prototype, "column", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
|
|
24
|
+
__metadata("design:type", Number)
|
|
25
|
+
], CreateTarotSpreadPositionLayoutInput.prototype, "elevation", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, graphql_1.Field)(() => graphql_1.Int),
|
|
28
|
+
__metadata("design:type", Number)
|
|
29
|
+
], CreateTarotSpreadPositionLayoutInput.prototype, "rotation", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], CreateTarotSpreadPositionLayoutInput.prototype, "row", void 0);
|
|
34
|
+
exports.CreateTarotSpreadPositionLayoutInput = CreateTarotSpreadPositionLayoutInput = __decorate([
|
|
35
|
+
(0, graphql_1.InputType)()
|
|
36
|
+
], CreateTarotSpreadPositionLayoutInput);
|
|
37
|
+
//# sourceMappingURL=create-tarot-spread-position-layout.input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tarot-spread-position-layout.input.js","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/create-tarot-spread-position-layout.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AACxD,qDAAsD;AAG/C,IAAM,oCAAoC,GAA1C,MAAM,oCAAoC;CAYhD,CAAA;AAZY,oFAAoC;AAE/C;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;oEAClB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;uEACf;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,aAAG,CAAC;;sEACA;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;iEACrB;+CAXD,oCAAoC;IADhD,IAAA,mBAAS,GAAE;GACC,oCAAoC,CAYhD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CreateTarotSpreadPositionLayoutInput } from './create-tarot-spread-position-layout.input';
|
|
2
|
+
export declare class CreateTarotSpreadPositionInput {
|
|
3
|
+
drawOrder: number;
|
|
4
|
+
intent: string;
|
|
5
|
+
layout: CreateTarotSpreadPositionLayoutInput;
|
|
6
|
+
title: string;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=create-tarot-spread-position.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tarot-spread-position.input.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/create-tarot-spread-position.input.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAC;AAEnG,qBACa,8BAA8B;IAIzC,SAAS,EAAE,MAAM,CAAC;IAGlB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,oCAAoC,CAAC;IAG7C,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.CreateTarotSpreadPositionInput = void 0;
|
|
13
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
+
const create_tarot_spread_position_layout_input_1 = require("./create-tarot-spread-position-layout.input");
|
|
16
|
+
let CreateTarotSpreadPositionInput = class CreateTarotSpreadPositionInput {
|
|
17
|
+
};
|
|
18
|
+
exports.CreateTarotSpreadPositionInput = CreateTarotSpreadPositionInput;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver, {
|
|
21
|
+
description: 'The order in which this position is drawn (1 = first card, etc.)',
|
|
22
|
+
}),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], CreateTarotSpreadPositionInput.prototype, "drawOrder", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], CreateTarotSpreadPositionInput.prototype, "intent", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, graphql_1.Field)(() => create_tarot_spread_position_layout_input_1.CreateTarotSpreadPositionLayoutInput),
|
|
31
|
+
__metadata("design:type", create_tarot_spread_position_layout_input_1.CreateTarotSpreadPositionLayoutInput)
|
|
32
|
+
], CreateTarotSpreadPositionInput.prototype, "layout", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], CreateTarotSpreadPositionInput.prototype, "title", void 0);
|
|
37
|
+
exports.CreateTarotSpreadPositionInput = CreateTarotSpreadPositionInput = __decorate([
|
|
38
|
+
(0, graphql_1.InputType)()
|
|
39
|
+
], CreateTarotSpreadPositionInput);
|
|
40
|
+
//# sourceMappingURL=create-tarot-spread-position.input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tarot-spread-position.input.js","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/create-tarot-spread-position.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,qDAA8E;AAC9E,2GAAmG;AAG5F,IAAM,8BAA8B,GAApC,MAAM,8BAA8B;CAc1C,CAAA;AAdY,wEAA8B;AAIzC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,EAAE;QAChC,WAAW,EAAE,kEAAkE;KAChF,CAAC;;iEACgB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;8DACrB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,gFAAoC,CAAC;8BAC1C,gFAAoC;8DAAC;AAG7C;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;6DACtB;yCAbH,8BAA8B;IAD1C,IAAA,mBAAS,GAAE;GACC,8BAA8B,CAc1C"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CreateTarotSpreadPositionInput } from './create-tarot-spread-position.input';
|
|
2
|
+
export declare class CreateTarotSpreadInput {
|
|
3
|
+
intent: string;
|
|
4
|
+
positions: CreateTarotSpreadPositionInput[];
|
|
5
|
+
template: string;
|
|
6
|
+
title: string;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=create-tarot-spread.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tarot-spread.input.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/create-tarot-spread.input.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAEtF,qBACa,sBAAsB;IAEjC,MAAM,EAAE,MAAM,CAAC;IAGf,SAAS,EAAE,8BAA8B,EAAE,CAAC;IAG5C,QAAQ,EAAE,MAAM,CAAC;IAGjB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.CreateTarotSpreadInput = void 0;
|
|
13
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
+
const create_tarot_spread_position_input_1 = require("./create-tarot-spread-position.input");
|
|
16
|
+
let CreateTarotSpreadInput = class CreateTarotSpreadInput {
|
|
17
|
+
};
|
|
18
|
+
exports.CreateTarotSpreadInput = CreateTarotSpreadInput;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], CreateTarotSpreadInput.prototype, "intent", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, graphql_1.Field)(() => [create_tarot_spread_position_input_1.CreateTarotSpreadPositionInput]),
|
|
25
|
+
__metadata("design:type", Array)
|
|
26
|
+
], CreateTarotSpreadInput.prototype, "positions", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], CreateTarotSpreadInput.prototype, "template", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], CreateTarotSpreadInput.prototype, "title", void 0);
|
|
35
|
+
exports.CreateTarotSpreadInput = CreateTarotSpreadInput = __decorate([
|
|
36
|
+
(0, graphql_1.InputType)()
|
|
37
|
+
], CreateTarotSpreadInput);
|
|
38
|
+
//# sourceMappingURL=create-tarot-spread.input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tarot-spread.input.js","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/create-tarot-spread.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,qDAAyD;AACzD,6FAAsF;AAG/E,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;CAYlC,CAAA;AAZY,wDAAsB;AAEjC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;sDACrB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,mEAA8B,CAAC,CAAC;;yDACF;AAG5C;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;wDACnB;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;qDACtB;iCAXH,sBAAsB;IADlC,IAAA,mBAAS,GAAE;GACC,sBAAsB,CAYlC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export * from './create-tarot-card-draw.input';
|
|
2
2
|
export * from './create-tarot-reading.input';
|
|
3
|
+
export * from './create-tarot-spread-position-layout.input';
|
|
4
|
+
export * from './create-tarot-spread-position.input';
|
|
5
|
+
export * from './create-tarot-spread.input';
|
|
3
6
|
export * from './delete-tarot-reading.input';
|
|
4
7
|
export * from './update-tarot-reading.input';
|
|
5
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC"}
|
|
@@ -16,6 +16,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./create-tarot-card-draw.input"), exports);
|
|
18
18
|
__exportStar(require("./create-tarot-reading.input"), exports);
|
|
19
|
+
__exportStar(require("./create-tarot-spread-position-layout.input"), exports);
|
|
20
|
+
__exportStar(require("./create-tarot-spread-position.input"), exports);
|
|
21
|
+
__exportStar(require("./create-tarot-spread.input"), exports);
|
|
19
22
|
__exportStar(require("./delete-tarot-reading.input"), exports);
|
|
20
23
|
__exportStar(require("./update-tarot-reading.input"), exports);
|
|
21
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,+DAA6C;AAC7C,+DAA6C;AAC7C,+DAA6C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,+DAA6C;AAC7C,8EAA4D;AAC5D,uEAAqD;AACrD,8DAA4C;AAC5C,+DAA6C;AAC7C,+DAA6C"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from './tarot-card-draw.object';
|
|
2
|
+
export * from './tarot-card.object';
|
|
2
3
|
export * from './tarot-reading.object';
|
|
4
|
+
export * from './tarot-spread-position-layout.object';
|
|
3
5
|
export * from './tarot-spread-position.object';
|
|
4
6
|
export * from './tarot-spread.object';
|
|
5
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC"}
|
|
@@ -15,7 +15,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./tarot-card-draw.object"), exports);
|
|
18
|
+
__exportStar(require("./tarot-card.object"), exports);
|
|
18
19
|
__exportStar(require("./tarot-reading.object"), exports);
|
|
20
|
+
__exportStar(require("./tarot-spread-position-layout.object"), exports);
|
|
19
21
|
__exportStar(require("./tarot-spread-position.object"), exports);
|
|
20
22
|
__exportStar(require("./tarot-spread.object"), exports);
|
|
21
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,yDAAuC;AACvC,iEAA+C;AAC/C,wDAAsC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,sDAAoC;AACpC,yDAAuC;AACvC,wEAAsD;AACtD,iEAA+C;AAC/C,wDAAsC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Node, Timestamp } from '../../../shared';
|
|
2
2
|
import { TarotCardOrientationEnum } from '@puzzlin/enums';
|
|
3
|
+
import { TarotCard } from './tarot-card.object';
|
|
3
4
|
declare const TarotCardDraw_base: import("@nestjs/common").Type<Node & Timestamp>;
|
|
4
5
|
export declare class TarotCardDraw extends TarotCardDraw_base {
|
|
6
|
+
card?: TarotCard;
|
|
5
7
|
cardRef: string;
|
|
6
8
|
orientation: TarotCardOrientationEnum;
|
|
7
9
|
positionId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tarot-card-draw.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-card-draw.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE3C,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;;
|
|
1
|
+
{"version":3,"file":"tarot-card-draw.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-card-draw.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE3C,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAE1D,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;;AAEhD,qBAGa,aAAc,SAAQ,kBAAiC;IAElE,IAAI,CAAC,EAAE,SAAS,CAAC;IAKjB,OAAO,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,wBAAwB,CAAC;IAGtC,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -14,9 +14,14 @@ const shared_1 = require("../../../shared");
|
|
|
14
14
|
const graphql_1 = require("@nestjs/graphql");
|
|
15
15
|
const enums_1 = require("@puzzlin/enums");
|
|
16
16
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
17
|
+
const tarot_card_object_1 = require("./tarot-card.object");
|
|
17
18
|
let TarotCardDraw = class TarotCardDraw extends (0, graphql_1.IntersectionType)(shared_1.Node, shared_1.Timestamp) {
|
|
18
19
|
};
|
|
19
20
|
exports.TarotCardDraw = TarotCardDraw;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, graphql_1.Field)(() => tarot_card_object_1.TarotCard),
|
|
23
|
+
__metadata("design:type", tarot_card_object_1.TarotCard)
|
|
24
|
+
], TarotCardDraw.prototype, "card", void 0);
|
|
20
25
|
__decorate([
|
|
21
26
|
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver, {
|
|
22
27
|
description: 'Deterministic key for persistence, e.g. "rws:major:07", "rws:cups:03", "rws:wands:13" (queen)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tarot-card-draw.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-card-draw.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAA0E;AAC1E,0CAA0D;AAC1D,qDAAyD;
|
|
1
|
+
{"version":3,"file":"tarot-card-draw.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-card-draw.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAA0E;AAC1E,0CAA0D;AAC1D,qDAAyD;AACzD,2DAAgD;AAKzC,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAcnE,CAAA;AAdY,sCAAa;AAExB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAS,CAAC;8BAChB,6BAAS;2CAAC;AAKjB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,WAAW,EAAE,+FAA+F;KAC7G,CAAC;;8CACc;AAGhB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,gCAAwB,CAAC;;kDACA;AAGtC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;iDACG;wBAbR,aAAa;IAHzB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,aAAa,CAczB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TarotArcanaEnum, TarotDeckEnum, TarotMinorSuitEnum } from '@puzzlin/enums';
|
|
2
|
+
export declare class TarotCard {
|
|
3
|
+
arcana: TarotArcanaEnum;
|
|
4
|
+
deck: TarotDeckEnum;
|
|
5
|
+
imageUrl: URL;
|
|
6
|
+
number: string;
|
|
7
|
+
ref: string;
|
|
8
|
+
suit?: TarotMinorSuitEnum;
|
|
9
|
+
title: string;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=tarot-card.object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-card.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-card.object.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAGpF,qBACa,SAAS;IAEpB,MAAM,EAAE,eAAe,CAAC;IAGxB,IAAI,EAAE,aAAa,CAAC;IAGpB,QAAQ,EAAE,GAAG,CAAC;IAGd,MAAM,EAAE,MAAM,CAAC;IAKf,GAAG,EAAE,MAAM,CAAC;IAKZ,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAG1B,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.TarotCard = void 0;
|
|
13
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
+
const enums_1 = require("@puzzlin/enums");
|
|
15
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
|
+
let TarotCard = class TarotCard {
|
|
17
|
+
};
|
|
18
|
+
exports.TarotCard = TarotCard;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, graphql_1.Field)(() => enums_1.TarotArcanaEnum),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], TarotCard.prototype, "arcana", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, graphql_1.Field)(() => enums_1.TarotDeckEnum),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], TarotCard.prototype, "deck", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.URLResolver),
|
|
29
|
+
__metadata("design:type", URL)
|
|
30
|
+
], TarotCard.prototype, "imageUrl", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], TarotCard.prototype, "number", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver, {
|
|
37
|
+
description: 'Deterministic key for persistence, e.g. "rws:major:07", "rws:cups:03", "rws:wands:13" (queen)',
|
|
38
|
+
}),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], TarotCard.prototype, "ref", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, graphql_1.Field)(() => enums_1.TarotMinorSuitEnum, {
|
|
43
|
+
nullable: true,
|
|
44
|
+
}),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], TarotCard.prototype, "suit", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], TarotCard.prototype, "title", void 0);
|
|
51
|
+
exports.TarotCard = TarotCard = __decorate([
|
|
52
|
+
(0, graphql_1.ObjectType)()
|
|
53
|
+
], TarotCard);
|
|
54
|
+
//# sourceMappingURL=tarot-card.object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-card.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-card.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,0CAAoF;AACpF,qDAAsE;AAG/D,IAAM,SAAS,GAAf,MAAM,SAAS;CAyBrB,CAAA;AAzBY,8BAAS;AAEpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;yCACL;AAGxB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qBAAa,CAAC;;uCACP;AAGpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAW,CAAC;8BACf,GAAG;2CAAC;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;yCACrB;AAKf;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,WAAW,EAAE,+FAA+F;KAC7G,CAAC;;sCACU;AAKZ;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,0BAAkB,EAAE;QAC/B,QAAQ,EAAE,IAAI;KACf,CAAC;;uCACwB;AAG1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;wCACtB;oBAxBH,SAAS;IADrB,IAAA,oBAAU,GAAE;GACA,SAAS,CAyBrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-spread-position-layout.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread-position-layout.object.ts"],"names":[],"mappings":"AAGA,qBACa,yBAAyB;IAEpC,MAAM,EAAE,MAAM,CAAC;IAGf,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,EAAE,MAAM,CAAC;IAGjB,GAAG,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.TarotSpreadPositionLayout = void 0;
|
|
13
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
+
let TarotSpreadPositionLayout = class TarotSpreadPositionLayout {
|
|
16
|
+
};
|
|
17
|
+
exports.TarotSpreadPositionLayout = TarotSpreadPositionLayout;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], TarotSpreadPositionLayout.prototype, "column", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
|
|
24
|
+
__metadata("design:type", Number)
|
|
25
|
+
], TarotSpreadPositionLayout.prototype, "elevation", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, graphql_1.Field)(() => graphql_1.Int),
|
|
28
|
+
__metadata("design:type", Number)
|
|
29
|
+
], TarotSpreadPositionLayout.prototype, "rotation", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], TarotSpreadPositionLayout.prototype, "row", void 0);
|
|
34
|
+
exports.TarotSpreadPositionLayout = TarotSpreadPositionLayout = __decorate([
|
|
35
|
+
(0, graphql_1.ObjectType)()
|
|
36
|
+
], TarotSpreadPositionLayout);
|
|
37
|
+
//# sourceMappingURL=tarot-spread-position-layout.object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-spread-position-layout.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread-position-layout.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAyD;AACzD,qDAAsD;AAG/C,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;CAYrC,CAAA;AAZY,8DAAyB;AAEpC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;yDAClB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;4DACf;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,aAAG,CAAC;;2DACA;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;sDACrB;oCAXD,yBAAyB;IADrC,IAAA,oBAAU,GAAE;GACA,yBAAyB,CAYrC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Node } from '../../../shared';
|
|
2
2
|
import { TarotCardDraw } from './tarot-card-draw.object';
|
|
3
|
+
import { TarotSpreadPositionLayout } from './tarot-spread-position-layout.object';
|
|
3
4
|
export declare class TarotSpreadPosition extends Node {
|
|
4
5
|
drawOrder: number;
|
|
5
6
|
draws?: TarotCardDraw[];
|
|
6
7
|
intent: string;
|
|
8
|
+
layout?: TarotSpreadPositionLayout;
|
|
7
9
|
title: string;
|
|
8
10
|
}
|
|
9
11
|
//# sourceMappingURL=tarot-spread-position.object.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tarot-spread-position.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread-position.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGhC,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"tarot-spread-position.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread-position.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGhC,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAElF,qBAGa,mBAAoB,SAAQ,IAAI;IAI3C,SAAS,EAAE,MAAM,CAAC;IAKlB,KAAK,CAAC,EAAE,aAAa,EAAE,CAAC;IAGxB,MAAM,EAAE,MAAM,CAAC;IAKf,MAAM,CAAC,EAAE,yBAAyB,CAAC;IAGnC,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -14,6 +14,7 @@ const shared_1 = require("../../../shared");
|
|
|
14
14
|
const graphql_1 = require("@nestjs/graphql");
|
|
15
15
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
16
|
const tarot_card_draw_object_1 = require("./tarot-card-draw.object");
|
|
17
|
+
const tarot_spread_position_layout_object_1 = require("./tarot-spread-position-layout.object");
|
|
17
18
|
let TarotSpreadPosition = class TarotSpreadPosition extends shared_1.Node {
|
|
18
19
|
};
|
|
19
20
|
exports.TarotSpreadPosition = TarotSpreadPosition;
|
|
@@ -33,6 +34,12 @@ __decorate([
|
|
|
33
34
|
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
34
35
|
__metadata("design:type", String)
|
|
35
36
|
], TarotSpreadPosition.prototype, "intent", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, graphql_1.Field)(() => tarot_spread_position_layout_object_1.TarotSpreadPositionLayout, {
|
|
39
|
+
nullable: true,
|
|
40
|
+
}),
|
|
41
|
+
__metadata("design:type", tarot_spread_position_layout_object_1.TarotSpreadPositionLayout)
|
|
42
|
+
], TarotSpreadPosition.prototype, "layout", void 0);
|
|
36
43
|
__decorate([
|
|
37
44
|
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
38
45
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tarot-spread-position.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread-position.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgC;AAChC,6CAAoD;AACpD,qDAA8E;AAC9E,qEAAyD;
|
|
1
|
+
{"version":3,"file":"tarot-spread-position.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread-position.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgC;AAChC,6CAAoD;AACpD,qDAA8E;AAC9E,qEAAyD;AACzD,+FAAkF;AAK3E,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,aAAI;CAqB5C,CAAA;AArBY,kDAAmB;AAI9B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,EAAE;QAChC,WAAW,EAAE,kEAAkE;KAChF,CAAC;;sDACgB;AAKlB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,sCAAa,CAAC,EAAE;QAC5B,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACsB;AAGxB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;mDACrB;AAKf;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,+DAAyB,EAAE;QACtC,QAAQ,EAAE,IAAI;KACf,CAAC;8BACO,+DAAyB;mDAAC;AAGnC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;kDACtB;8BApBH,mBAAmB;IAH/B,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,mBAAmB,CAqB/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tarot-spread.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAG3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;;AAErE,qBAGa,WAAY,SAAQ,gBAAiC;IAEhE,MAAM,EAAE,MAAM,CAAC;IAGf,SAAS,EAAE,mBAAmB,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"tarot-spread.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAG3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;;AAErE,qBAGa,WAAY,SAAQ,gBAAiC;IAEhE,MAAM,EAAE,MAAM,CAAC;IAGf,SAAS,EAAE,mBAAmB,EAAE,CAAC;IAKjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -25,6 +25,12 @@ __decorate([
|
|
|
25
25
|
(0, graphql_1.Field)(() => [tarot_spread_position_object_1.TarotSpreadPosition]),
|
|
26
26
|
__metadata("design:type", Array)
|
|
27
27
|
], TarotSpread.prototype, "positions", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver, {
|
|
30
|
+
nullable: true,
|
|
31
|
+
}),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], TarotSpread.prototype, "template", void 0);
|
|
28
34
|
__decorate([
|
|
29
35
|
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
30
36
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tarot-spread.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAAsE;AACtE,qDAAyD;AACzD,iFAAqE;AAK9D,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"tarot-spread.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-spread.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAAsE;AACtE,qDAAyD;AACzD,iFAAqE;AAK9D,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAcjE,CAAA;AAdY,kCAAW;AAEtB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;2CACrB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,kDAAmB,CAAC,CAAC;;8CACF;AAKjC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACgB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;0CACtB;sBAbH,WAAW;IAHvB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,WAAW,CAcvB"}
|