@puzzlin/models 3.14.0 → 3.15.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/inputs/find-assets.input.d.ts +1 -0
- package/dist/apps/platform/assets/inputs/find-assets.input.d.ts.map +1 -1
- package/dist/apps/platform/assets/inputs/find-assets.input.js +6 -0
- package/dist/apps/platform/assets/inputs/find-assets.input.js.map +1 -1
- package/dist/apps/tarot/args/index.d.ts +2 -0
- package/dist/apps/tarot/args/index.d.ts.map +1 -0
- package/dist/apps/tarot/args/index.js +18 -0
- package/dist/apps/tarot/args/index.js.map +1 -0
- package/dist/apps/tarot/args/tarot-readings.args.d.ts +6 -0
- package/dist/apps/tarot/args/tarot-readings.args.d.ts.map +1 -0
- package/dist/apps/tarot/args/tarot-readings.args.js +29 -0
- package/dist/apps/tarot/args/tarot-readings.args.js.map +1 -0
- package/dist/apps/tarot/connections/index.d.ts +2 -0
- package/dist/apps/tarot/connections/index.d.ts.map +1 -0
- package/dist/apps/tarot/connections/index.js +18 -0
- package/dist/apps/tarot/connections/index.js.map +1 -0
- package/dist/apps/tarot/connections/tarot-reading.connection.d.ts +6 -0
- package/dist/apps/tarot/connections/tarot-reading.connection.d.ts.map +1 -0
- package/dist/apps/tarot/connections/tarot-reading.connection.js +19 -0
- package/dist/apps/tarot/connections/tarot-reading.connection.js.map +1 -0
- package/dist/apps/tarot/index.d.ts +2 -0
- package/dist/apps/tarot/index.d.ts.map +1 -1
- package/dist/apps/tarot/index.js +2 -0
- package/dist/apps/tarot/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"find-assets.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/inputs/find-assets.input.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,qBACa,eAAe;IAI1B,IAAI,CAAC,EAAE,YAAY,EAAE,CAAC;CACvB"}
|
|
1
|
+
{"version":3,"file":"find-assets.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/inputs/find-assets.input.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,qBACa,eAAe;IAI1B,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,IAAI,CAAC,EAAE,YAAY,EAAE,CAAC;CACvB"}
|
|
@@ -15,6 +15,12 @@ const enums_1 = require("@puzzlin/enums");
|
|
|
15
15
|
let FindAssetsInput = class FindAssetsInput {
|
|
16
16
|
};
|
|
17
17
|
exports.FindAssetsInput = FindAssetsInput;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, graphql_1.Field)(() => graphql_1.ID, {
|
|
20
|
+
nullable: true,
|
|
21
|
+
}),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], FindAssetsInput.prototype, "ownerId", void 0);
|
|
18
24
|
__decorate([
|
|
19
25
|
(0, graphql_1.Field)(() => [enums_1.AssetTagEnum], {
|
|
20
26
|
nullable: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"find-assets.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/inputs/find-assets.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"find-assets.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/inputs/find-assets.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,0CAA8C;AAGvC,IAAM,eAAe,GAArB,MAAM,eAAe;CAU3B,CAAA;AAVY,0CAAe;AAI1B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACe;AAKjB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,oBAAY,CAAC,EAAE;QAC3B,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACoB;0BATX,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAU3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/args/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./tarot-readings.args"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/args/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-readings.args.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/args/tarot-readings.args.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,qBACa,iBAAkB,SAAQ,cAAc;IAKnD,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.TarotReadingsArgs = void 0;
|
|
13
|
+
const platform_1 = require("../../../apps/platform");
|
|
14
|
+
const shared_1 = require("../../../shared");
|
|
15
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
16
|
+
let TarotReadingsArgs = class TarotReadingsArgs extends shared_1.PaginationArgs {
|
|
17
|
+
};
|
|
18
|
+
exports.TarotReadingsArgs = TarotReadingsArgs;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, graphql_1.Field)(() => platform_1.FindAssetsInput, {
|
|
21
|
+
description: 'Select tarot readings by linked asset fields',
|
|
22
|
+
nullable: true,
|
|
23
|
+
}),
|
|
24
|
+
__metadata("design:type", platform_1.FindAssetsInput)
|
|
25
|
+
], TarotReadingsArgs.prototype, "asset", void 0);
|
|
26
|
+
exports.TarotReadingsArgs = TarotReadingsArgs = __decorate([
|
|
27
|
+
(0, graphql_1.ArgsType)()
|
|
28
|
+
], TarotReadingsArgs);
|
|
29
|
+
//# sourceMappingURL=tarot-readings.args.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-readings.args.js","sourceRoot":"","sources":["../../../../src/apps/tarot/args/tarot-readings.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAAkD;AAClD,qCAA0C;AAC1C,6CAAkD;AAG3C,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,uBAAc;CAMpD,CAAA;AANY,8CAAiB;AAK5B;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,0BAAe,EAAE;QAC5B,WAAW,EAAE,8CAA8C;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;8BACM,0BAAe;gDAAC;4BALb,iBAAiB;IAD7B,IAAA,kBAAQ,GAAE;GACE,iBAAiB,CAM7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/connections/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./tarot-reading.connection"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/connections/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TarotReading } from '../objects';
|
|
2
|
+
declare const TarotReadingConnection_base: import("@nestjs/common").Type<import("../../../shared").IConnectionType<TarotReading>>;
|
|
3
|
+
export declare class TarotReadingConnection extends TarotReadingConnection_base {
|
|
4
|
+
}
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=tarot-reading.connection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-reading.connection.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/connections/tarot-reading.connection.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;;AAE1C,qBACa,sBAAuB,SAAQ,2BAAwB;CAAG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.TarotReadingConnection = void 0;
|
|
10
|
+
const shared_1 = require("../../../shared");
|
|
11
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
12
|
+
const objects_1 = require("../objects");
|
|
13
|
+
let TarotReadingConnection = class TarotReadingConnection extends (0, shared_1.Connection)(objects_1.TarotReading) {
|
|
14
|
+
};
|
|
15
|
+
exports.TarotReadingConnection = TarotReadingConnection;
|
|
16
|
+
exports.TarotReadingConnection = TarotReadingConnection = __decorate([
|
|
17
|
+
(0, graphql_1.ObjectType)()
|
|
18
|
+
], TarotReadingConnection);
|
|
19
|
+
//# sourceMappingURL=tarot-reading.connection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tarot-reading.connection.js","sourceRoot":"","sources":["../../../../src/apps/tarot/connections/tarot-reading.connection.ts"],"names":[],"mappings":";;;;;;;;;AAAA,qCAAsC;AACtC,6CAA6C;AAC7C,wCAA0C;AAGnC,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,IAAA,mBAAU,EAAC,sBAAY,CAAC;CAAG,CAAA;AAA1D,wDAAsB;iCAAtB,sBAAsB;IADlC,IAAA,oBAAU,GAAE;GACA,sBAAsB,CAAoC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/apps/tarot/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/apps/tarot/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
|
package/dist/apps/tarot/index.js
CHANGED
|
@@ -14,6 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./args"), exports);
|
|
18
|
+
__exportStar(require("./connections"), exports);
|
|
17
19
|
__exportStar(require("./inputs"), exports);
|
|
18
20
|
__exportStar(require("./objects"), exports);
|
|
19
21
|
__exportStar(require("./payloads"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/apps/tarot/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,4CAA0B;AAC1B,6CAA2B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/apps/tarot/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,gDAA8B;AAC9B,2CAAyB;AACzB,4CAA0B;AAC1B,6CAA2B"}
|