@puzzlin/models 3.17.0 → 3.19.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/platform/assets/objects/asset-purchase.object.d.ts +8 -0
- package/dist/apps/platform/assets/objects/asset-purchase.object.d.ts.map +1 -0
- package/dist/apps/platform/assets/objects/asset-purchase.object.js +45 -0
- package/dist/apps/platform/assets/objects/asset-purchase.object.js.map +1 -0
- package/dist/apps/platform/assets/objects/asset.object.d.ts +2 -0
- package/dist/apps/platform/assets/objects/asset.object.d.ts.map +1 -1
- package/dist/apps/platform/assets/objects/asset.object.js +9 -0
- package/dist/apps/platform/assets/objects/asset.object.js.map +1 -1
- package/dist/apps/platform/assets/objects/index.d.ts +1 -0
- package/dist/apps/platform/assets/objects/index.d.ts.map +1 -1
- package/dist/apps/platform/assets/objects/index.js +1 -0
- package/dist/apps/platform/assets/objects/index.js.map +1 -1
- package/dist/apps/platform/credits/objects/credit-ledger-entry.object.js +1 -1
- package/dist/apps/platform/credits/objects/credit-ledger-entry.object.js.map +1 -1
- package/dist/apps/platform/credits/objects/index.d.ts +0 -1
- package/dist/apps/platform/credits/objects/index.d.ts.map +1 -1
- package/dist/apps/platform/credits/objects/index.js +0 -1
- package/dist/apps/platform/credits/objects/index.js.map +1 -1
- package/dist/apps/storybooks/objects/storybook.object.d.ts +0 -3
- package/dist/apps/storybooks/objects/storybook.object.d.ts.map +1 -1
- package/dist/apps/storybooks/objects/storybook.object.js +0 -10
- package/dist/apps/storybooks/objects/storybook.object.js.map +1 -1
- package/dist/apps/tarot/inputs/create-tarot-card-interpretation.input.d.ts +7 -0
- package/dist/apps/tarot/inputs/create-tarot-card-interpretation.input.d.ts.map +1 -0
- package/dist/apps/tarot/inputs/create-tarot-card-interpretation.input.js +37 -0
- package/dist/apps/tarot/inputs/create-tarot-card-interpretation.input.js.map +1 -0
- package/dist/apps/tarot/inputs/index.d.ts +1 -0
- package/dist/apps/tarot/inputs/index.d.ts.map +1 -1
- package/dist/apps/tarot/inputs/index.js +1 -0
- package/dist/apps/tarot/inputs/index.js.map +1 -1
- package/dist/apps/tarot/objects/index.d.ts +1 -0
- package/dist/apps/tarot/objects/index.d.ts.map +1 -1
- package/dist/apps/tarot/objects/index.js +1 -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 +7 -0
- package/dist/apps/tarot/objects/tarot-card-draw.object.js.map +1 -1
- package/dist/apps/tarot/objects/tarot-card-interpretation.object.d.ts +9 -0
- package/dist/apps/tarot/objects/tarot-card-interpretation.object.d.ts.map +1 -0
- package/dist/apps/tarot/objects/tarot-card-interpretation.object.js +36 -0
- package/dist/apps/tarot/objects/tarot-card-interpretation.object.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/apps/platform/credits/objects/resource-credit-info.object.d.ts +0 -4
- package/dist/apps/platform/credits/objects/resource-credit-info.object.d.ts.map +0 -1
- package/dist/apps/platform/credits/objects/resource-credit-info.object.js +0 -27
- package/dist/apps/platform/credits/objects/resource-credit-info.object.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asset-purchase.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/asset-purchase.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAQhC,qBAGa,aAAc,SAAQ,IAAI;IAErC,QAAQ,EAAE,MAAM,CAAC;IAGjB,WAAW,EAAE,MAAM,CAAC;IAGpB,WAAW,EAAE,MAAM,CAAC;IAKpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.AssetPurchase = void 0;
|
|
13
|
+
const shared_1 = require("../../../../shared");
|
|
14
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
15
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
|
+
// NOTE: This is not in use yet.
|
|
17
|
+
// Use it maybe once subscriptions are implemented.
|
|
18
|
+
// Until then, the credit ledger owns the info of who did what on which resource, regarding credits.
|
|
19
|
+
let AssetPurchase = class AssetPurchase extends shared_1.Node {
|
|
20
|
+
};
|
|
21
|
+
exports.AssetPurchase = AssetPurchase;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, graphql_1.Field)(() => graphql_1.ID),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], AssetPurchase.prototype, "byUserId", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonNegativeFloatResolver),
|
|
28
|
+
__metadata("design:type", Number)
|
|
29
|
+
], AssetPurchase.prototype, "creditsUsed", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.GraphQLDateTimeISO),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], AssetPurchase.prototype, "purchasedAt", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.GraphQLDateTimeISO, {
|
|
36
|
+
nullable: true,
|
|
37
|
+
}),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], AssetPurchase.prototype, "refundedAt", void 0);
|
|
40
|
+
exports.AssetPurchase = AssetPurchase = __decorate([
|
|
41
|
+
(0, graphql_1.ObjectType)({
|
|
42
|
+
implements: shared_1.Node,
|
|
43
|
+
})
|
|
44
|
+
], AssetPurchase);
|
|
45
|
+
//# sourceMappingURL=asset-purchase.object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asset-purchase.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/asset-purchase.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgC;AAChC,6CAAwD;AACxD,qDAA+E;AAE/E,gCAAgC;AAChC,mDAAmD;AACnD,oGAAoG;AAK7F,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,aAAI;CActC,CAAA;AAdY,sCAAa;AAExB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;+CACC;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,0CAAwB,CAAC;;kDAClB;AAGpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAkB,CAAC;;kDACZ;AAKpB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAkB,EAAE;QAC/B,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACkB;wBAbT,aAAa;IAHzB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,aAAa,CAczB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asset.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/asset.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE3C,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"asset.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/asset.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE3C,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAGlF,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;;AAEpD,qBAGa,KAAM,SAAQ,UAAiC;IAI1D,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAC;IAOzB,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,YAAY,EAAE,MAAM,CAAC;IAKrB,EAAE,EAAE,MAAM,CAAC;IAGX,kBAAkB,EAAE,OAAO,CAAC;IAY5B,KAAK,CAAC,EAAE,IAAI,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;IAKhB,IAAI,CAAC,EAAE,YAAY,EAAE,CAAC;IAGtB,IAAI,EAAE,aAAa,CAAC;IAGpB,UAAU,EAAE,mBAAmB,CAAC;CACjC"}
|
|
@@ -15,6 +15,7 @@ const shared_1 = require("../../../../shared");
|
|
|
15
15
|
const graphql_1 = require("@nestjs/graphql");
|
|
16
16
|
const enums_1 = require("@puzzlin/enums");
|
|
17
17
|
const class_transformer_1 = require("class-transformer");
|
|
18
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
18
19
|
const asset_access_object_1 = require("./asset-access.object");
|
|
19
20
|
let Asset = class Asset extends (0, graphql_1.IntersectionType)(shared_1.Node, shared_1.Timestamp) {
|
|
20
21
|
};
|
|
@@ -39,12 +40,20 @@ __decorate([
|
|
|
39
40
|
}),
|
|
40
41
|
__metadata("design:type", String)
|
|
41
42
|
], Asset.prototype, "createdById", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonNegativeFloatResolver),
|
|
45
|
+
__metadata("design:type", Number)
|
|
46
|
+
], Asset.prototype, "creditsPrice", void 0);
|
|
42
47
|
__decorate([
|
|
43
48
|
(0, graphql_1.Field)(() => graphql_1.ID, {
|
|
44
49
|
description: 'ID shared with owning asset.',
|
|
45
50
|
}),
|
|
46
51
|
__metadata("design:type", String)
|
|
47
52
|
], Asset.prototype, "id", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, graphql_1.Field)(() => Boolean),
|
|
55
|
+
__metadata("design:type", Boolean)
|
|
56
|
+
], Asset.prototype, "isPurchaseRequired", void 0);
|
|
48
57
|
__decorate([
|
|
49
58
|
(0, graphql_1.Field)(() => users_1.User, {
|
|
50
59
|
description: 'User who owns the asset.',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asset.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/asset.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA6C;AAC7C,qCAA2C;AAC3C,6CAA0E;AAC1E,0CAAkF;AAClF,yDAAyC;AACzC,+DAAoD;AAK7C,IAAM,KAAK,GAAX,MAAM,KAAM,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"asset.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/asset.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA6C;AAC7C,qCAA2C;AAC3C,6CAA0E;AAC1E,0CAAkF;AAClF,yDAAyC;AACzC,qDAA2D;AAC3D,+DAAoD;AAK7C,IAAM,KAAK,GAAX,MAAM,KAAM,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAsD3D,CAAA;AAtDY,sBAAK;AAIhB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,iCAAW,CAAC,EAAE;QAC1B,QAAQ,EAAE,IAAI;KACf,CAAC;;uCACuB;AAOzB;IALC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAI,EAAE;QACjB,WAAW,EAAE,wCAAwC;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,YAAI,CAAC;8BACL,YAAI;wCAAC;AAKjB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;;0CACmB;AAGrB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,0CAAwB,CAAC;;2CACjB;AAKrB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,WAAW,EAAE,8BAA8B;KAC5C,CAAC;;iCACS;AAGX;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;iDACO;AAY5B;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAI,EAAE;QACjB,WAAW,EAAE,0BAA0B;KACxC,CAAC;IACD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,YAAI,CAAC;8BACT,YAAI;oCAAC;AAGb;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;sCACA;AAKhB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,oBAAY,CAAC,EAAE;QAC3B,QAAQ,EAAE,IAAI;KACf,CAAC;;mCACoB;AAGtB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qBAAa,CAAC;;mCACP;AAGpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,2BAAmB,CAAC;;yCACD;gBArDrB,KAAK;IAHjB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,KAAK,CAsDjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC"}
|
|
@@ -16,5 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./asset-access.object"), exports);
|
|
18
18
|
__exportStar(require("./asset-invitation.object"), exports);
|
|
19
|
+
__exportStar(require("./asset-purchase.object"), exports);
|
|
19
20
|
__exportStar(require("./asset.object"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,4DAA0C;AAC1C,iDAA+B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,4DAA0C;AAC1C,0DAAwC;AACxC,iDAA+B"}
|
|
@@ -45,7 +45,7 @@ __decorate([
|
|
|
45
45
|
__metadata("design:type", String)
|
|
46
46
|
], CreditLedgerEntry.prototype, "orderId", void 0);
|
|
47
47
|
__decorate([
|
|
48
|
-
(0, graphql_1.Field)(() => graphql_1.
|
|
48
|
+
(0, graphql_1.Field)(() => graphql_1.Float),
|
|
49
49
|
__metadata("design:type", Number)
|
|
50
50
|
], CreditLedgerEntry.prototype, "quantity", void 0);
|
|
51
51
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credit-ledger-entry.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/credits/objects/credit-ledger-entry.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"credit-ledger-entry.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/credits/objects/credit-ledger-entry.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAAiF;AACjF,0CAA8E;AAMvE,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAqCvE,CAAA;AArCY,8CAAiB;AAI5B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACgB;AAKlB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACgB;AAKlB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACa;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;sDACA;AAK7B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACe;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;mDACF;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,mCAA2B,CAAC;;iDACL;AAKpC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACkB;AAGpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;iDACD;4BApCJ,iBAAiB;IAH7B,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,iBAAiB,CAqC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/credits/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/credits/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC"}
|
|
@@ -16,5 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./credit-ledger-entry.object"), exports);
|
|
18
18
|
__exportStar(require("./product-credit-balance.object"), exports);
|
|
19
|
-
__exportStar(require("./resource-credit-info.object"), exports);
|
|
20
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/apps/platform/credits/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,kEAAgD
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/apps/platform/credits/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,kEAAgD"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AssetBackedNode } from '../../../apps/platform/assets';
|
|
2
|
-
import { ResourceCreditInfo } from '../../../apps/platform/credits';
|
|
3
2
|
import { Timestamp } from '../../../shared';
|
|
4
3
|
import { StorybookCharacter } from './storybook-character.object';
|
|
5
4
|
import { StorybookInput } from './storybook-input.object';
|
|
@@ -8,9 +7,7 @@ import { StorybookScene } from './storybook-scene.object';
|
|
|
8
7
|
declare const Storybook_base: import("@nestjs/common").Type<AssetBackedNode & Timestamp>;
|
|
9
8
|
export declare class Storybook extends Storybook_base {
|
|
10
9
|
characters: StorybookCharacter[];
|
|
11
|
-
creditInfo: ResourceCreditInfo;
|
|
12
10
|
input: StorybookInput;
|
|
13
|
-
isUnlocked: boolean;
|
|
14
11
|
rendering: StorybookRendering;
|
|
15
12
|
scenes: StorybookScene[];
|
|
16
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storybook.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/storybooks/objects/storybook.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"storybook.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/storybooks/objects/storybook.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAGrC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;;AAE1D,qBAGa,SAAU,SAAQ,cAA4C;IAGzE,UAAU,EAAE,kBAAkB,EAAE,CAAC;IAIjC,KAAK,EAAE,cAAc,CAAC;IAItB,SAAS,EAAE,kBAAkB,CAAC;IAI9B,MAAM,EAAE,cAAc,EAAE,CAAC;CAC1B"}
|
|
@@ -11,7 +11,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.Storybook = void 0;
|
|
13
13
|
const assets_1 = require("../../../apps/platform/assets");
|
|
14
|
-
const credits_1 = require("../../../apps/platform/credits");
|
|
15
14
|
const shared_1 = require("../../../shared");
|
|
16
15
|
const graphql_1 = require("@nestjs/graphql");
|
|
17
16
|
const class_transformer_1 = require("class-transformer");
|
|
@@ -27,20 +26,11 @@ __decorate([
|
|
|
27
26
|
(0, class_transformer_1.Type)(() => storybook_character_object_1.StorybookCharacter),
|
|
28
27
|
__metadata("design:type", Array)
|
|
29
28
|
], Storybook.prototype, "characters", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, graphql_1.Field)(() => credits_1.ResourceCreditInfo),
|
|
32
|
-
(0, class_transformer_1.Type)(() => credits_1.ResourceCreditInfo),
|
|
33
|
-
__metadata("design:type", credits_1.ResourceCreditInfo)
|
|
34
|
-
], Storybook.prototype, "creditInfo", void 0);
|
|
35
29
|
__decorate([
|
|
36
30
|
(0, graphql_1.Field)(() => storybook_input_object_1.StorybookInput),
|
|
37
31
|
(0, class_transformer_1.Type)(() => storybook_input_object_1.StorybookInput),
|
|
38
32
|
__metadata("design:type", storybook_input_object_1.StorybookInput)
|
|
39
33
|
], Storybook.prototype, "input", void 0);
|
|
40
|
-
__decorate([
|
|
41
|
-
(0, graphql_1.Field)(() => Boolean),
|
|
42
|
-
__metadata("design:type", Boolean)
|
|
43
|
-
], Storybook.prototype, "isUnlocked", void 0);
|
|
44
34
|
__decorate([
|
|
45
35
|
(0, graphql_1.Field)(() => storybook_rendering_object_1.StorybookRendering),
|
|
46
36
|
(0, class_transformer_1.Type)(() => storybook_rendering_object_1.StorybookRendering),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storybook.object.js","sourceRoot":"","sources":["../../../../src/apps/storybooks/objects/storybook.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mDAAyD;AACzD,
|
|
1
|
+
{"version":3,"file":"storybook.object.js","sourceRoot":"","sources":["../../../../src/apps/storybooks/objects/storybook.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mDAAyD;AACzD,qCAAqC;AACrC,6CAAsE;AACtE,yDAAyC;AACzC,6EAAkE;AAClE,qEAA0D;AAC1D,6EAAkE;AAClE,qEAA0D;AAKnD,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,IAAA,0BAAgB,EAAC,wBAAe,EAAE,kBAAS,CAAC;CAgB1E,CAAA;AAhBY,8BAAS;AAGpB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,+CAAkB,CAAC,CAAC;IACjC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+CAAkB,CAAC;;6CACE;AAIjC;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uCAAc,CAAC;IAC3B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uCAAc,CAAC;8BACpB,uCAAc;wCAAC;AAItB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,+CAAkB,CAAC;IAC/B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+CAAkB,CAAC;8BACpB,+CAAkB;4CAAC;AAI9B;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,uCAAc,CAAC,CAAC;IAC7B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uCAAc,CAAC;;yCACF;oBAfd,SAAS;IAHrB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,wBAAe;KAC5B,CAAC;GACW,SAAS,CAgBrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tarot-card-interpretation.input.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/create-tarot-card-interpretation.input.ts"],"names":[],"mappings":"AAGA,qBACa,kCAAkC;IAE7C,UAAU,EAAE,MAAM,CAAC;IAGnB,SAAS,EAAE,MAAM,EAAE,CAAC;IAGpB,SAAS,EAAE,MAAM,CAAC;IAGlB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -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.CreateTarotCardInterpretationInput = void 0;
|
|
13
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
+
let CreateTarotCardInterpretationInput = class CreateTarotCardInterpretationInput {
|
|
16
|
+
};
|
|
17
|
+
exports.CreateTarotCardInterpretationInput = CreateTarotCardInterpretationInput;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, graphql_1.Field)(() => graphql_1.ID),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], CreateTarotCardInterpretationInput.prototype, "cardDrawId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, graphql_1.Field)(() => [graphql_scalars_1.NonEmptyStringResolver]),
|
|
24
|
+
__metadata("design:type", Array)
|
|
25
|
+
], CreateTarotCardInterpretationInput.prototype, "inContext", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], CreateTarotCardInterpretationInput.prototype, "inGeneral", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], CreateTarotCardInterpretationInput.prototype, "reflection", void 0);
|
|
34
|
+
exports.CreateTarotCardInterpretationInput = CreateTarotCardInterpretationInput = __decorate([
|
|
35
|
+
(0, graphql_1.InputType)()
|
|
36
|
+
], CreateTarotCardInterpretationInput);
|
|
37
|
+
//# sourceMappingURL=create-tarot-card-interpretation.input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tarot-card-interpretation.input.js","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/create-tarot-card-interpretation.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,qDAAyD;AAGlD,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;CAY9C,CAAA;AAZY,gFAAkC;AAE7C;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;sEACG;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,wCAAsB,CAAC,CAAC;;qEAClB;AAGpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;qEAClB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;sEACjB;6CAXR,kCAAkC;IAD9C,IAAA,mBAAS,GAAE;GACC,kCAAkC,CAY9C"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './create-tarot-card-draw.input';
|
|
2
|
+
export * from './create-tarot-card-interpretation.input';
|
|
2
3
|
export * from './create-tarot-reading.input';
|
|
3
4
|
export * from './create-tarot-spread-position-layout.input';
|
|
4
5
|
export * from './create-tarot-spread-position.input';
|
|
@@ -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,6CAA6C,CAAC;AAC5D,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,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,0CAA0C,CAAC;AACzD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC"}
|
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./create-tarot-card-draw.input"), exports);
|
|
18
|
+
__exportStar(require("./create-tarot-card-interpretation.input"), exports);
|
|
18
19
|
__exportStar(require("./create-tarot-reading.input"), exports);
|
|
19
20
|
__exportStar(require("./create-tarot-spread-position-layout.input"), exports);
|
|
20
21
|
__exportStar(require("./create-tarot-spread-position.input"), exports);
|
|
@@ -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,8EAA4D;AAC5D,uEAAqD;AACrD,8DAA4C;AAC5C,+DAA6C;AAC7C,+DAA6C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,2EAAyD;AACzD,+DAA6C;AAC7C,8EAA4D;AAC5D,uEAAqD;AACrD,8DAA4C;AAC5C,+DAA6C;AAC7C,+DAA6C"}
|
|
@@ -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,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,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,oCAAoC,CAAC;AACnD,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC"}
|
|
@@ -15,6 +15,7 @@ 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-interpretation.object"), exports);
|
|
18
19
|
__exportStar(require("./tarot-card.object"), exports);
|
|
19
20
|
__exportStar(require("./tarot-reading.object"), exports);
|
|
20
21
|
__exportStar(require("./tarot-spread-position-layout.object"), exports);
|
|
@@ -1 +1 @@
|
|
|
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
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,qEAAmD;AACnD,sDAAoC;AACpC,yDAAuC;AACvC,wEAAsD;AACtD,iEAA+C;AAC/C,wDAAsC"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { Node, Timestamp } from '../../../shared';
|
|
2
2
|
import { TarotCardOrientationEnum } from '@puzzlin/enums';
|
|
3
|
+
import { TarotCardInterpretation } from './tarot-card-interpretation.object';
|
|
3
4
|
import { TarotCard } from './tarot-card.object';
|
|
4
5
|
declare const TarotCardDraw_base: import("@nestjs/common").Type<Node & Timestamp>;
|
|
5
6
|
export declare class TarotCardDraw extends TarotCardDraw_base {
|
|
6
7
|
card?: TarotCard;
|
|
7
8
|
cardRef: string;
|
|
9
|
+
interpretation?: TarotCardInterpretation;
|
|
8
10
|
orientation: TarotCardOrientationEnum;
|
|
9
11
|
positionId: string;
|
|
10
12
|
}
|
|
@@ -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;AAE1D,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;;AAEhD,qBAGa,aAAc,SAAQ,kBAAiC;IAElE,IAAI,CAAC,EAAE,SAAS,CAAC;IAKjB,OAAO,EAAE,MAAM,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,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;;AAEhD,qBAGa,aAAc,SAAQ,kBAAiC;IAElE,IAAI,CAAC,EAAE,SAAS,CAAC;IAKjB,OAAO,EAAE,MAAM,CAAC;IAKhB,cAAc,CAAC,EAAE,uBAAuB,CAAC;IAGzC,WAAW,EAAE,wBAAwB,CAAC;IAGtC,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -14,6 +14,7 @@ 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_interpretation_object_1 = require("./tarot-card-interpretation.object");
|
|
17
18
|
const tarot_card_object_1 = require("./tarot-card.object");
|
|
18
19
|
let TarotCardDraw = class TarotCardDraw extends (0, graphql_1.IntersectionType)(shared_1.Node, shared_1.Timestamp) {
|
|
19
20
|
};
|
|
@@ -28,6 +29,12 @@ __decorate([
|
|
|
28
29
|
}),
|
|
29
30
|
__metadata("design:type", String)
|
|
30
31
|
], TarotCardDraw.prototype, "cardRef", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, graphql_1.Field)(() => tarot_card_interpretation_object_1.TarotCardInterpretation, {
|
|
34
|
+
nullable: true,
|
|
35
|
+
}),
|
|
36
|
+
__metadata("design:type", tarot_card_interpretation_object_1.TarotCardInterpretation)
|
|
37
|
+
], TarotCardDraw.prototype, "interpretation", void 0);
|
|
31
38
|
__decorate([
|
|
32
39
|
(0, graphql_1.Field)(() => enums_1.TarotCardOrientationEnum),
|
|
33
40
|
__metadata("design:type", String)
|
|
@@ -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;AACzD,2DAAgD;AAKzC,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;
|
|
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,yFAA6E;AAC7E,2DAAgD;AAKzC,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAmBnE,CAAA;AAnBY,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;AAKhB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,0DAAuB,EAAE;QACpC,QAAQ,EAAE,IAAI;KACf,CAAC;8BACe,0DAAuB;qDAAC;AAGzC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,gCAAwB,CAAC;;kDACA;AAGtC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;iDACG;wBAlBR,aAAa;IAHzB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,aAAa,CAmBzB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Node, Timestamp } from '../../../shared';
|
|
2
|
+
declare const TarotCardInterpretation_base: import("@nestjs/common").Type<Node & Timestamp>;
|
|
3
|
+
export declare class TarotCardInterpretation extends TarotCardInterpretation_base {
|
|
4
|
+
inContext: string[];
|
|
5
|
+
inGeneral: string;
|
|
6
|
+
reflection: string;
|
|
7
|
+
}
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=tarot-card-interpretation.object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-card-interpretation.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-card-interpretation.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;;AAI3C,qBAGa,uBAAwB,SAAQ,4BAAiC;IAE5E,SAAS,EAAE,MAAM,EAAE,CAAC;IAGpB,SAAS,EAAE,MAAM,CAAC;IAGlB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.TarotCardInterpretation = void 0;
|
|
13
|
+
const shared_1 = require("../../../shared");
|
|
14
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
15
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
|
+
let TarotCardInterpretation = class TarotCardInterpretation extends (0, graphql_1.IntersectionType)(shared_1.Node, shared_1.Timestamp) {
|
|
17
|
+
};
|
|
18
|
+
exports.TarotCardInterpretation = TarotCardInterpretation;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, graphql_1.Field)(() => [graphql_scalars_1.NonEmptyStringResolver]),
|
|
21
|
+
__metadata("design:type", Array)
|
|
22
|
+
], TarotCardInterpretation.prototype, "inContext", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], TarotCardInterpretation.prototype, "inGeneral", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], TarotCardInterpretation.prototype, "reflection", void 0);
|
|
31
|
+
exports.TarotCardInterpretation = TarotCardInterpretation = __decorate([
|
|
32
|
+
(0, graphql_1.ObjectType)({
|
|
33
|
+
implements: shared_1.Node,
|
|
34
|
+
})
|
|
35
|
+
], TarotCardInterpretation);
|
|
36
|
+
//# sourceMappingURL=tarot-card-interpretation.object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-card-interpretation.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-card-interpretation.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAAsE;AACtE,qDAAyD;AAKlD,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAS7E,CAAA;AATY,0DAAuB;AAElC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,wCAAsB,CAAC,CAAC;;0DAClB;AAGpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;0DAClB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;2DACjB;kCARR,uBAAuB;IAHnC,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,uBAAuB,CASnC"}
|