@puzzlin/models 3.4.0 → 3.5.1
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/models/index.d.ts +0 -1
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +0 -1
- package/dist/models/index.js.map +1 -1
- package/dist/models/storybooks/inputs/create-storybook-input.input.d.ts +2 -0
- package/dist/models/storybooks/inputs/create-storybook-input.input.d.ts.map +1 -1
- package/dist/models/storybooks/inputs/create-storybook-input.input.js +8 -0
- package/dist/models/storybooks/inputs/create-storybook-input.input.js.map +1 -1
- package/dist/models/storybooks/inputs/create-storybook.input.d.ts +4 -2
- package/dist/models/storybooks/inputs/create-storybook.input.d.ts.map +1 -1
- package/dist/models/storybooks/inputs/create-storybook.input.js +13 -2
- package/dist/models/storybooks/inputs/create-storybook.input.js.map +1 -1
- package/dist/models/storybooks/inputs/index.d.ts +1 -0
- package/dist/models/storybooks/inputs/index.d.ts.map +1 -1
- package/dist/models/storybooks/inputs/index.js +1 -0
- package/dist/models/storybooks/inputs/index.js.map +1 -1
- package/dist/models/storybooks/inputs/render-storybook-scene-images.input.d.ts +5 -0
- package/dist/models/storybooks/inputs/render-storybook-scene-images.input.d.ts.map +1 -0
- package/dist/models/{experiences/inputs/create-experience.input.js → storybooks/inputs/render-storybook-scene-images.input.js} +13 -20
- package/dist/models/storybooks/inputs/render-storybook-scene-images.input.js.map +1 -0
- package/dist/models/storybooks/objects/storybook-input.object.d.ts +2 -0
- package/dist/models/storybooks/objects/storybook-input.object.d.ts.map +1 -1
- package/dist/models/storybooks/objects/storybook-input.object.js +8 -0
- package/dist/models/storybooks/objects/storybook-input.object.js.map +1 -1
- package/dist/models/storybooks/objects/storybook.object.d.ts +7 -2
- package/dist/models/storybooks/objects/storybook.object.d.ts.map +1 -1
- package/dist/models/storybooks/objects/storybook.object.js +12 -3
- package/dist/models/storybooks/objects/storybook.object.js.map +1 -1
- package/dist/models/users/inputs/create-user.input.d.ts.map +1 -1
- package/dist/models/users/inputs/create-user.input.js +1 -1
- package/dist/models/users/inputs/create-user.input.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/models/experiences/index.d.ts +0 -3
- package/dist/models/experiences/index.d.ts.map +0 -1
- package/dist/models/experiences/index.js +0 -19
- package/dist/models/experiences/index.js.map +0 -1
- package/dist/models/experiences/inputs/create-experience.input.d.ts +0 -6
- package/dist/models/experiences/inputs/create-experience.input.d.ts.map +0 -1
- package/dist/models/experiences/inputs/create-experience.input.js.map +0 -1
- package/dist/models/experiences/inputs/index.d.ts +0 -2
- package/dist/models/experiences/inputs/index.d.ts.map +0 -1
- package/dist/models/experiences/inputs/index.js +0 -18
- package/dist/models/experiences/inputs/index.js.map +0 -1
- package/dist/models/experiences/objects/experience.object.d.ts +0 -11
- package/dist/models/experiences/objects/experience.object.d.ts.map +0 -1
- package/dist/models/experiences/objects/experience.object.js +0 -42
- package/dist/models/experiences/objects/experience.object.js.map +0 -1
- package/dist/models/experiences/objects/index.d.ts +0 -2
- package/dist/models/experiences/objects/index.d.ts.map +0 -1
- package/dist/models/experiences/objects/index.js +0 -18
- package/dist/models/experiences/objects/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/experiences/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
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("./inputs"), exports);
|
|
18
|
-
__exportStar(require("./objects"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/experiences/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,4CAA0B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-experience.input.d.ts","sourceRoot":"","sources":["../../../../src/models/experiences/inputs/create-experience.input.ts"],"names":[],"mappings":"AAGA,qBAGa,qBAAqB;IAEhC,aAAa,EAAE,MAAM,CAAC;IAGtB,KAAK,EAAE,MAAM,CAAC;IAGd,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-experience.input.js","sourceRoot":"","sources":["../../../../src/models/experiences/inputs/create-experience.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,qDAA6E;AAKtE,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;CASjC,CAAA;AATY,sDAAqB;AAEhC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAkB,CAAC;;4DACV;AAGtB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;oDACtB;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;qDACD;gCARJ,qBAAqB;IAHjC,IAAA,mBAAS,EAAC;QACT,UAAU,EAAE,IAAI;KACjB,CAAC;GACW,qBAAqB,CASjC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/experiences/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
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("./create-experience.input"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/experiences/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { User } from '../../../models/users';
|
|
2
|
-
import { Node, Timestamp } from '../../../utils';
|
|
3
|
-
declare const Experience_base: import("@nestjs/common").Type<Node & Timestamp>;
|
|
4
|
-
export declare class Experience extends Experience_base {
|
|
5
|
-
experiencedAt: string;
|
|
6
|
-
title: string;
|
|
7
|
-
user: User;
|
|
8
|
-
userId: string;
|
|
9
|
-
}
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=experience.object.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"experience.object.d.ts","sourceRoot":"","sources":["../../../../src/models/experiences/objects/experience.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;;AAI1C,qBAIa,UAAW,SAAQ,eAAiC;IAE/D,aAAa,EAAE,MAAM,CAAC;IAGtB,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,EAAE,IAAI,CAAC;IAGX,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1,42 +0,0 @@
|
|
|
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.Experience = void 0;
|
|
13
|
-
const users_1 = require("../../../models/users");
|
|
14
|
-
const utils_1 = require("../../../utils");
|
|
15
|
-
const graphql_1 = require("@nestjs/graphql");
|
|
16
|
-
const graphql_scalars_1 = require("graphql-scalars");
|
|
17
|
-
let Experience = class Experience extends (0, graphql_1.IntersectionType)(utils_1.Node, utils_1.Timestamp) {
|
|
18
|
-
};
|
|
19
|
-
exports.Experience = Experience;
|
|
20
|
-
__decorate([
|
|
21
|
-
(0, graphql_1.Field)(() => graphql_scalars_1.GraphQLDateTimeISO),
|
|
22
|
-
__metadata("design:type", String)
|
|
23
|
-
], Experience.prototype, "experiencedAt", void 0);
|
|
24
|
-
__decorate([
|
|
25
|
-
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
26
|
-
__metadata("design:type", String)
|
|
27
|
-
], Experience.prototype, "title", void 0);
|
|
28
|
-
__decorate([
|
|
29
|
-
(0, graphql_1.Field)(() => users_1.User),
|
|
30
|
-
__metadata("design:type", users_1.User)
|
|
31
|
-
], Experience.prototype, "user", void 0);
|
|
32
|
-
__decorate([
|
|
33
|
-
(0, graphql_1.Field)(() => graphql_1.ID),
|
|
34
|
-
__metadata("design:type", String)
|
|
35
|
-
], Experience.prototype, "userId", void 0);
|
|
36
|
-
exports.Experience = Experience = __decorate([
|
|
37
|
-
(0, graphql_1.InterfaceType)({
|
|
38
|
-
isAbstract: true,
|
|
39
|
-
implements: utils_1.Node,
|
|
40
|
-
})
|
|
41
|
-
], Experience);
|
|
42
|
-
//# sourceMappingURL=experience.object.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"experience.object.js","sourceRoot":"","sources":["../../../../src/models/experiences/objects/experience.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAsC;AACtC,mCAA0C;AAC1C,6CAA6E;AAC7E,qDAA6E;AAMtE,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,IAAA,0BAAgB,EAAC,YAAI,EAAE,iBAAS,CAAC;CAYhE,CAAA;AAZY,gCAAU;AAErB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAkB,CAAC;;iDACV;AAGtB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;yCACtB;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAI,CAAC;8BACZ,YAAI;wCAAC;AAGX;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;0CACD;qBAXJ,UAAU;IAJtB,IAAA,uBAAa,EAAC;QACb,UAAU,EAAE,IAAI;QAChB,UAAU,EAAE,YAAI;KACjB,CAAC;GACW,UAAU,CAYtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/experiences/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
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("./experience.object"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/experiences/objects/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC"}
|